feat(core): Enhance document generation capabilities with improved modular structure and extended translation support.

This commit is contained in:
2024-12-01 23:04:28 +01:00
parent ab2c1e21f2
commit 4c9b2671a9
23 changed files with 104 additions and 78 deletions

View File

@@ -2,7 +2,7 @@
"name": "@design.estate/dees-document",
"version": "1.1.0",
"private": false,
"description": "A versatile tool for dynamically generating and rendering business documents, such as invoices, using modern web technologies and elements.",
"description": "A comprehensive tool for dynamically generating and rendering business documents like invoices using modern web technologies.",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"exports": {
@@ -28,6 +28,7 @@
"@push.rocks/smartpdf": "^3.1.8",
"@push.rocks/smarttime": "^4.0.8",
"@tsclass/tsclass": "^4.1.2",
"@types/node": "^22.10.1",
"@types/qrcode": "^1.5.5",
"qrcode": "^1.5.4"
},
@@ -65,21 +66,18 @@
"homepage": "https://gitlab.com/designestate/private/dedocument-catalog#readme",
"keywords": [
"document generation",
"invoices",
"PDF creation",
"TypeScript",
"web components",
"templating",
"dynamic rendering",
"responsive design",
"invoice automation",
"business documentation",
"automated workflows",
"modular architecture",
"smart contracts",
"javascript",
"dynamic rendering",
"PDF creation",
"web components",
"Node.js",
"TypeScript",
"templating",
"modern web technologies",
"responsive design",
"QR code",
"custom elements",
"nodejs",
"data-driven"
"modular architecture",
"automated workflows"
]
}
}