Compare commits
No commits in common. "master" and "v1.5.2" have entirely different histories.
2
.npmrc
2
.npmrc
@ -1 +1 @@
|
|||||||
registry=https://registry.npmjs.org/
|
registry=https://verdaccio.nevermind.cloud/
|
||||||
|
73
changelog.md
73
changelog.md
@ -1,78 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2025-01-01 - 1.6.11 - fix(license)
|
|
||||||
Update copyright notice in license to reflect new ownership
|
|
||||||
|
|
||||||
- Updated copyright from Lossless GmbH to Task Venture Capital GmbH.
|
|
||||||
|
|
||||||
## 2024-12-08 - 1.6.10 - fix(core)
|
|
||||||
Improve stability and performance of document generation
|
|
||||||
|
|
||||||
|
|
||||||
## 2024-12-08 - 1.6.9 - fix(contentinvoice.ts)
|
|
||||||
Improve invoice item layout and fix alignment issues.
|
|
||||||
|
|
||||||
- Fixed missing border on last invoice item.
|
|
||||||
- Added highlighted style for invoice lines.
|
|
||||||
- Corrected alignment and display of invoice item details.
|
|
||||||
- Included VAT percentage display adjustments.
|
|
||||||
|
|
||||||
## 2024-12-07 - 1.6.8 - fix(rendering and logging)
|
|
||||||
Removed debug logging from document rendering process.
|
|
||||||
|
|
||||||
- Removed console logs from content invoice, document rendering, page scaling, and overflow checking.
|
|
||||||
|
|
||||||
## 2024-12-07 - 1.6.7 - fix(document rendering)
|
|
||||||
Fixed overflow issues in document and page elements
|
|
||||||
|
|
||||||
- Ensured content overflow handling in document.ts
|
|
||||||
- Adjusted page element overflow settings in page.ts
|
|
||||||
|
|
||||||
## 2024-12-07 - 1.6.6 - fix(page-render)
|
|
||||||
Fix layout scaling adjustment for page component
|
|
||||||
|
|
||||||
- Ensure `font-family` is no longer explicitly set to inherit in `DePage` component.
|
|
||||||
- Adjust scaling logic to properly set width and overflow based on calculated scale.
|
|
||||||
|
|
||||||
## 2024-12-05 - 1.6.5 - fix(contentinvoice)
|
|
||||||
Fix VAT group item number formatting and remove custom font style in invoice sums.
|
|
||||||
|
|
||||||
- Removed custom font-family style from the invoice sums.
|
|
||||||
- Corrected VAT group item numbers display by properly formatting and removing trailing comma.
|
|
||||||
|
|
||||||
## 2024-12-05 - 1.6.4 - fix(styling)
|
|
||||||
Consolidated shared styles for consistent font applied across various components.
|
|
||||||
|
|
||||||
- Added a shared style file for consistent font family across components
|
|
||||||
- Applied shared style to contentinvoice, letterheader, pagecontent, pagefooter, and pageheader components
|
|
||||||
|
|
||||||
## 2024-12-05 - 1.6.3 - fix(ui)
|
|
||||||
Corrects font family in contentinvoice element.
|
|
||||||
|
|
||||||
- Updated the font-family for line items in contentinvoice.ts
|
|
||||||
|
|
||||||
## 2024-12-05 - 1.6.2 - fix(translation)
|
|
||||||
Corrected missing translation keys for VAT short form across multiple languages.
|
|
||||||
|
|
||||||
- Fixed missing 'vatShort' translation for English, German, Spanish, French, and Italian in translation.ts file.
|
|
||||||
|
|
||||||
## 2024-12-05 - 1.6.1 - fix(core)
|
|
||||||
Ensure consistent project structure and code organization without additional changes.
|
|
||||||
|
|
||||||
|
|
||||||
## 2024-12-05 - 1.6.0 - feat(documentSettings + translations + vat in itemLines)
|
|
||||||
Updated dependencies in package.json
|
|
||||||
|
|
||||||
- Updated @types/node to version ^22.10.1
|
|
||||||
- Updated qrcode package to version ^1.5.4
|
|
||||||
|
|
||||||
## 2024-12-02 - 1.5.3 - fix(elements)
|
|
||||||
Update viewer attributes and fix font integration
|
|
||||||
|
|
||||||
- Updated viewer.ts to add missing property decorators for letterData and documentSettings.
|
|
||||||
- Fixed font loading by correcting URLs in index.html.
|
|
||||||
- Set demoDocumentSettings default header and footer to false.
|
|
||||||
|
|
||||||
## 2024-12-02 - 1.5.2 - fix(workflow)
|
## 2024-12-02 - 1.5.2 - fix(workflow)
|
||||||
Corrected Docker image references and package scope in YAML workflows for compatibility.
|
Corrected Docker image references and package scope in YAML workflows for compatibility.
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<!--Lets load standard fonts-->
|
<!--Lets load standard fonts-->
|
||||||
<link rel="preconnect" href="https://assetbroker.lossless.one/" crossorigin>
|
<link rel="preconnect" href="https://" crossorigin>
|
||||||
<link rel="stylesheet" href="https://assetbroker.lossless.one/fonts/fonts.css">
|
<link rel="stylesheet" href="https:///fonts/fonts.css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
2
license
2
license
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2022 Task Venture Capital GmbH (hello@task.vc)
|
Copyright (c) 2022 Lossless GmbH (hello@lossless.com)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-document",
|
"name": "@design.estate/dees-document",
|
||||||
"version": "1.6.11",
|
"version": "1.5.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.",
|
"description": "A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"@git.zone/tsbuild": "^2.2.0",
|
"@git.zone/tsbuild": "^2.2.0",
|
||||||
"@git.zone/tsbundle": "^2.1.0",
|
"@git.zone/tsbundle": "^2.1.0",
|
||||||
"@git.zone/tstest": "^1.0.90",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@git.zone/tswatch": "^2.0.34",
|
"@git.zone/tswatch": "^2.0.25",
|
||||||
"@push.rocks/projectinfo": "^5.0.2",
|
"@push.rocks/projectinfo": "^5.0.2",
|
||||||
"@push.rocks/tapbundle": "^5.5.3"
|
"@push.rocks/tapbundle": "^5.5.3"
|
||||||
},
|
},
|
||||||
|
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
@ -58,8 +58,8 @@ importers:
|
|||||||
specifier: ^1.0.90
|
specifier: ^1.0.90
|
||||||
version: 1.0.90(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0))(@aws-sdk/credential-providers@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3)
|
version: 1.0.90(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0))(@aws-sdk/credential-providers@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0)))(socks@2.8.3)
|
||||||
'@git.zone/tswatch':
|
'@git.zone/tswatch':
|
||||||
specifier: ^2.0.34
|
specifier: ^2.0.25
|
||||||
version: 2.0.34
|
version: 2.0.25
|
||||||
'@push.rocks/projectinfo':
|
'@push.rocks/projectinfo':
|
||||||
specifier: ^5.0.2
|
specifier: ^5.0.2
|
||||||
version: 5.0.2
|
version: 5.0.2
|
||||||
@ -607,8 +607,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-McytXK46GiReEps7wHWW6zOHYCFF4sywjj6auHjhGqzOogA2Wju1YtZRL+o+OAUb61kQxNFRras6Xg/4Zth0Bw==}
|
resolution: {integrity: sha512-McytXK46GiReEps7wHWW6zOHYCFF4sywjj6auHjhGqzOogA2Wju1YtZRL+o+OAUb61kQxNFRras6Xg/4Zth0Bw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@git.zone/tswatch@2.0.34':
|
'@git.zone/tswatch@2.0.25':
|
||||||
resolution: {integrity: sha512-nwrJffX3aAf8DOfbWPXErskn4RTdQVaE4WLnV8QEU2WdNehI3KQCdVPYHcskl7eqatjbZdQEck39DItmNacGxw==}
|
resolution: {integrity: sha512-2A2TzJhw5AHI2BUOEjtZJzNgmRDMKZc4+p+yCdgj3mYcD7l1XeM6HTTcyRTxGDrDXggVIWN1O+UxU6ftHg94ag==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@hapi/bourne@3.0.0':
|
'@hapi/bourne@3.0.0':
|
||||||
@ -5070,7 +5070,7 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- utf-8-validate
|
- utf-8-validate
|
||||||
|
|
||||||
'@git.zone/tswatch@2.0.34':
|
'@git.zone/tswatch@2.0.25':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@api.global/typedserver': 3.0.51
|
'@api.global/typedserver': 3.0.51
|
||||||
'@git.zone/tsbundle': 2.1.0
|
'@git.zone/tsbundle': 2.1.0
|
||||||
@ -5080,15 +5080,12 @@ snapshots:
|
|||||||
'@push.rocks/smartchok': 1.0.34
|
'@push.rocks/smartchok': 1.0.34
|
||||||
'@push.rocks/smartcli': 4.0.11
|
'@push.rocks/smartcli': 4.0.11
|
||||||
'@push.rocks/smartdelay': 3.0.5
|
'@push.rocks/smartdelay': 3.0.5
|
||||||
'@push.rocks/smartfile': 11.0.21
|
|
||||||
'@push.rocks/smartlog': 3.0.7
|
'@push.rocks/smartlog': 3.0.7
|
||||||
'@push.rocks/smartlog-destination-local': 9.0.2
|
'@push.rocks/smartlog-destination-local': 9.0.2
|
||||||
'@push.rocks/smartshell': 3.0.6
|
'@push.rocks/smartshell': 3.0.6
|
||||||
'@push.rocks/taskbuffer': 3.1.7
|
'@push.rocks/taskbuffer': 3.1.7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- bufferutil
|
|
||||||
- supports-color
|
- supports-color
|
||||||
- utf-8-validate
|
|
||||||
|
|
||||||
'@hapi/bourne@3.0.0': {}
|
'@hapi/bourne@3.0.0': {}
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-document',
|
name: '@design.estate/dees-document',
|
||||||
version: '1.6.11',
|
version: '1.5.2',
|
||||||
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,4 @@ export interface IDocumentSettings {
|
|||||||
enableDefaultHeader?: boolean;
|
enableDefaultHeader?: boolean;
|
||||||
enableDefaultFooter?: boolean;
|
enableDefaultFooter?: boolean;
|
||||||
languageCode?: translation.TLanguageCode;
|
languageCode?: translation.TLanguageCode;
|
||||||
vatGroupPositions?: boolean;
|
|
||||||
}
|
}
|
@ -1 +1,2 @@
|
|||||||
export * from './document.js';
|
export * from './document.js';
|
||||||
|
export * from './translation.js';
|
||||||
|
19
ts_shared/interfaces/translation.ts
Normal file
19
ts_shared/interfaces/translation.ts
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
export interface IDeDocumentTranslations {
|
||||||
|
address: string;
|
||||||
|
bankConnection: string;
|
||||||
|
contactInfo: string;
|
||||||
|
description: string;
|
||||||
|
invoice: string;
|
||||||
|
itemPos: string;
|
||||||
|
quantity: string;
|
||||||
|
registrationInfo: string;
|
||||||
|
reverseVatNote: string;
|
||||||
|
totalNetPrice: string;
|
||||||
|
unitNetPrice: string;
|
||||||
|
unitType: string;
|
||||||
|
yourCustomerId: string;
|
||||||
|
yourVatId: string;
|
||||||
|
continuesOnPage: string;
|
||||||
|
finalPageStatement: string;
|
||||||
|
page: string;
|
||||||
|
}
|
@ -1,7 +1,10 @@
|
|||||||
import * as interfaces from './interfaces/index.js';
|
import * as interfaces from './interfaces/index.js';
|
||||||
|
|
||||||
// Define English translations without enforcing TTranslationImplementation yet
|
type TTranslationImplementation = {
|
||||||
export const EN_translations = {
|
[key in keyof interfaces.IDeDocumentTranslations]: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export const EN_translations: TTranslationImplementation = {
|
||||||
address: 'Address',
|
address: 'Address',
|
||||||
bankConnection: 'Bank Connection',
|
bankConnection: 'Bank Connection',
|
||||||
contactInfo: 'Contact Info',
|
contactInfo: 'Contact Info',
|
||||||
@ -19,18 +22,8 @@ export const EN_translations = {
|
|||||||
continuesOnPage: 'Continues on page',
|
continuesOnPage: 'Continues on page',
|
||||||
finalPageStatement: 'This is the final page of this document.',
|
finalPageStatement: 'This is the final page of this document.',
|
||||||
page: 'Page',
|
page: 'Page',
|
||||||
vatShort: 'VAT',
|
|
||||||
} as const;
|
|
||||||
|
|
||||||
// Infer keys of EN_translations
|
|
||||||
export type TTranslationKey = keyof typeof EN_translations;
|
|
||||||
|
|
||||||
// Define the type for all translations based on EN_translations keys
|
|
||||||
export type TTranslationImplementation = {
|
|
||||||
[key in TTranslationKey]: string;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Define German translations
|
|
||||||
export const DE_translations: TTranslationImplementation = {
|
export const DE_translations: TTranslationImplementation = {
|
||||||
address: 'Adresse',
|
address: 'Adresse',
|
||||||
bankConnection: 'Bankverbindung',
|
bankConnection: 'Bankverbindung',
|
||||||
@ -40,20 +33,17 @@ export const DE_translations: TTranslationImplementation = {
|
|||||||
itemPos: 'Pos.',
|
itemPos: 'Pos.',
|
||||||
quantity: 'Anzahl',
|
quantity: 'Anzahl',
|
||||||
registrationInfo: 'HRA/HRB Info',
|
registrationInfo: 'HRA/HRB Info',
|
||||||
reverseVatNote:
|
reverseVatNote: 'Umkehr der Umsatzsteuerpflicht: Der Rechnungsempfänger ist für die korrekte Abrechnung der Umsatzsteuer zuständig.',
|
||||||
'Umkehr der Umsatzsteuerpflicht: Der Rechnungsempfänger ist für die korrekte Abrechnung der Umsatzsteuer zuständig.',
|
totalNetPrice: 'Nettopreis Summe',
|
||||||
totalNetPrice: 'Summe netto',
|
unitNetPrice: 'Nettopreis',
|
||||||
unitNetPrice: 'Einheit netto',
|
|
||||||
unitType: 'Einheit',
|
unitType: 'Einheit',
|
||||||
yourCustomerId: 'Ihre Kundennummer:',
|
yourCustomerId: 'Ihre Kundennummer:',
|
||||||
yourVatId: 'Ihre Umsatzsteuer-ID:',
|
yourVatId: 'Ihre Umsatzsteuer-ID:',
|
||||||
continuesOnPage: 'Fortsetzung auf Seite',
|
continuesOnPage: 'Fortsetzung auf Seite',
|
||||||
finalPageStatement: 'Dies ist die letzte Seite dieses Dokuments.',
|
finalPageStatement: 'Dies ist die letzte Seite dieses Dokuments.',
|
||||||
page: 'Seite',
|
page: 'Seite',
|
||||||
vatShort: 'USt',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Define Spanish translations
|
|
||||||
export const ES_translations: TTranslationImplementation = {
|
export const ES_translations: TTranslationImplementation = {
|
||||||
address: 'Dirección',
|
address: 'Dirección',
|
||||||
bankConnection: 'Conexión bancaria',
|
bankConnection: 'Conexión bancaria',
|
||||||
@ -72,10 +62,8 @@ export const ES_translations: TTranslationImplementation = {
|
|||||||
continuesOnPage: 'Continúa en la página',
|
continuesOnPage: 'Continúa en la página',
|
||||||
finalPageStatement: 'Esta es la última página de este documento.',
|
finalPageStatement: 'Esta es la última página de este documento.',
|
||||||
page: 'Página',
|
page: 'Página',
|
||||||
vatShort: 'IVA',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Define French translations
|
|
||||||
export const FR_translations: TTranslationImplementation = {
|
export const FR_translations: TTranslationImplementation = {
|
||||||
address: 'Adresse',
|
address: 'Adresse',
|
||||||
bankConnection: 'Coordonnées bancaires',
|
bankConnection: 'Coordonnées bancaires',
|
||||||
@ -84,21 +72,18 @@ export const FR_translations: TTranslationImplementation = {
|
|||||||
invoice: 'Facture',
|
invoice: 'Facture',
|
||||||
itemPos: 'Position',
|
itemPos: 'Position',
|
||||||
quantity: 'Quantité',
|
quantity: 'Quantité',
|
||||||
registrationInfo: "Informations d'enregistrement",
|
registrationInfo: 'Informations d\'enregistrement',
|
||||||
reverseVatNote:
|
reverseVatNote: 'La TVA s\'applique selon le mécanisme d\'autoliquidation et est à payer par le client.',
|
||||||
"La TVA s'applique selon le mécanisme d'autoliquidation et est à payer par le client.",
|
|
||||||
totalNetPrice: 'Prix net total',
|
totalNetPrice: 'Prix net total',
|
||||||
unitNetPrice: 'Prix unitaire net',
|
unitNetPrice: 'Prix unitaire net',
|
||||||
unitType: "Type d'unité",
|
unitType: 'Type d\'unité',
|
||||||
yourCustomerId: 'Votre numéro de client :',
|
yourCustomerId: 'Votre numéro de client :',
|
||||||
yourVatId: 'Votre numéro de TVA :',
|
yourVatId: 'Votre numéro de TVA :',
|
||||||
continuesOnPage: 'Continue sur la page',
|
continuesOnPage: 'Continue sur la page',
|
||||||
finalPageStatement: 'Ceci est la dernière page de ce document.',
|
finalPageStatement: 'Ceci est la dernière page de ce document.',
|
||||||
page: 'Page',
|
page: 'Page',
|
||||||
vatShort: 'TVA',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Define Italian translations
|
|
||||||
export const IT_translations: TTranslationImplementation = {
|
export const IT_translations: TTranslationImplementation = {
|
||||||
address: 'Indirizzo',
|
address: 'Indirizzo',
|
||||||
bankConnection: 'Coordinate bancarie',
|
bankConnection: 'Coordinate bancarie',
|
||||||
@ -108,7 +93,7 @@ export const IT_translations: TTranslationImplementation = {
|
|||||||
itemPos: 'Pos.',
|
itemPos: 'Pos.',
|
||||||
quantity: 'Quantità',
|
quantity: 'Quantità',
|
||||||
registrationInfo: 'Informazioni di registrazione',
|
registrationInfo: 'Informazioni di registrazione',
|
||||||
reverseVatNote: "L'IVA è applicata con inversione contabile ed è a carico del cliente.",
|
reverseVatNote: 'L\'IVA è applicata con inversione contabile ed è a carico del cliente.',
|
||||||
totalNetPrice: 'Prezzo netto totale',
|
totalNetPrice: 'Prezzo netto totale',
|
||||||
unitNetPrice: 'Prezzo netto unitario',
|
unitNetPrice: 'Prezzo netto unitario',
|
||||||
unitType: 'Tipo di unità',
|
unitType: 'Tipo di unità',
|
||||||
@ -117,27 +102,23 @@ export const IT_translations: TTranslationImplementation = {
|
|||||||
continuesOnPage: 'Continua alla pagina',
|
continuesOnPage: 'Continua alla pagina',
|
||||||
finalPageStatement: 'Questa è l\'ultima pagina di questo documento.',
|
finalPageStatement: 'Questa è l\'ultima pagina di questo documento.',
|
||||||
page: 'Pagina',
|
page: 'Pagina',
|
||||||
vatShort: 'IVA',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Language Code Map
|
export const languageCodeMap = {
|
||||||
export const languageCodeMap: Record<string, TTranslationImplementation> = {
|
'DE': DE_translations,
|
||||||
EN: EN_translations,
|
'EN': EN_translations,
|
||||||
DE: DE_translations,
|
'ES': ES_translations,
|
||||||
ES: ES_translations,
|
'FR': FR_translations,
|
||||||
FR: FR_translations,
|
'IT': IT_translations,
|
||||||
IT: IT_translations,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Language Code Type
|
|
||||||
export type TLanguageCode = keyof typeof languageCodeMap;
|
export type TLanguageCode = keyof typeof languageCodeMap;
|
||||||
|
|
||||||
// Translate Function
|
export const translate = (languageCode: TLanguageCode, key: string, defaultValue: string) => {
|
||||||
export const translate = (
|
|
||||||
languageCode: TLanguageCode,
|
|
||||||
key: TTranslationKey,
|
|
||||||
defaultValue: string
|
|
||||||
): string => {
|
|
||||||
const translations = languageCodeMap[languageCode] || EN_translations;
|
const translations = languageCodeMap[languageCode] || EN_translations;
|
||||||
return translations[key] || defaultValue;
|
if (translations && translations[key]) {
|
||||||
|
return translations[key];
|
||||||
|
} else {
|
||||||
|
return defaultValue;
|
||||||
|
}
|
||||||
};
|
};
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-document',
|
name: '@design.estate/dees-document',
|
||||||
version: '1.6.11',
|
version: '1.5.2',
|
||||||
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.'
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,6 @@ import {
|
|||||||
} from '@design.estate/dees-element';
|
} from '@design.estate/dees-element';
|
||||||
import * as plugins from '../plugins.js';
|
import * as plugins from '../plugins.js';
|
||||||
|
|
||||||
import { dedocumentSharedStyle } from '../style.js';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -57,7 +56,6 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
|
|
||||||
public static styles = [
|
public static styles = [
|
||||||
domtools.elementBasic.staticStyles,
|
domtools.elementBasic.staticStyles,
|
||||||
dedocumentSharedStyle,
|
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -174,6 +172,7 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
(await this.getContentNodes()).trimmedContent.append(
|
(await this.getContentNodes()).trimmedContent.append(
|
||||||
(await this.getContentNodes()).currentContent.children.item(0)
|
(await this.getContentNodes()).currentContent.children.item(0)
|
||||||
);
|
);
|
||||||
|
console.log('hey' + this.shadowRoot.children.length);
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
(await this.getContentNodes()).currentContent.children
|
(await this.getContentNodes()).currentContent.children
|
||||||
@ -205,7 +204,7 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
<style>
|
<style>
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 40px auto 60px 60px 84px 84px 46px;
|
grid-template-columns: 40px auto 80px 80px 90px 90px;
|
||||||
}
|
}
|
||||||
.topLine {
|
.topLine {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
@ -215,29 +214,12 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
.lineItem {
|
.lineItem {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-right: 1px dashed #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lineItem:last-child {
|
|
||||||
border-right: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lineItem.rightAlign {
|
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.invoiceLine {
|
.invoiceLine {
|
||||||
background: #ffffff00;
|
|
||||||
border-bottom: 1px dotted #ccc;
|
border-bottom: 1px dotted #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invoiceLine.highlighted {
|
|
||||||
transition: background 0.2s;
|
|
||||||
background: #ffc18f;
|
|
||||||
border: 1px solid #ff9d4d;
|
|
||||||
box-sizing: content-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sums {
|
.sums {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -297,77 +279,29 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
</style>
|
</style>
|
||||||
<div>We hereby invoice products and services provided to you by Lossless GmbH:</div>
|
<div>We hereby invoice products and services provided to you by Lossless GmbH:</div>
|
||||||
<div class="grid topLine dataHeader">
|
<div class="grid topLine dataHeader">
|
||||||
<div class="lineItem rightAlign">
|
<div class="lineItem">${plugins.shared.translation.translate(this.documentSettings.languageCode, 'itemPos', 'Item Pos.')}</div>
|
||||||
${plugins.shared.translation.translate(
|
<div class="lineItem">${plugins.shared.translation.translate(this.documentSettings.languageCode, 'description', 'Description')}</div>
|
||||||
this.documentSettings.languageCode,
|
<div class="lineItem">${plugins.shared.translation.translate(this.documentSettings.languageCode, 'quantity', 'Quantity')}</div>
|
||||||
'itemPos',
|
<div class="lineItem">${plugins.shared.translation.translate(this.documentSettings.languageCode, 'unitType', 'Unit Type')}</div>
|
||||||
'Item Pos.'
|
<div class="lineItem">${plugins.shared.translation.translate(this.documentSettings.languageCode, 'unitNetPrice', 'Unit Net Price')}</div>
|
||||||
)}
|
<div class="lineItem">${plugins.shared.translation.translate(this.documentSettings.languageCode, 'totalNetPrice', 'Total Net Price')}</div>
|
||||||
</div>
|
|
||||||
<div class="lineItem">
|
|
||||||
${plugins.shared.translation.translate(
|
|
||||||
this.documentSettings.languageCode,
|
|
||||||
'description',
|
|
||||||
'Description'
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<div class="lineItem rightAlign">
|
|
||||||
${plugins.shared.translation.translate(
|
|
||||||
this.documentSettings.languageCode,
|
|
||||||
'quantity',
|
|
||||||
'Quantity'
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<div class="lineItem">
|
|
||||||
${plugins.shared.translation.translate(
|
|
||||||
this.documentSettings.languageCode,
|
|
||||||
'unitType',
|
|
||||||
'Unit Type'
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<div class="lineItem rightAlign">
|
|
||||||
${plugins.shared.translation.translate(
|
|
||||||
this.documentSettings.languageCode,
|
|
||||||
'unitNetPrice',
|
|
||||||
'Unit Net Price'
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<div class="lineItem rightAlign">
|
|
||||||
${plugins.shared.translation.translate(
|
|
||||||
this.documentSettings.languageCode,
|
|
||||||
'totalNetPrice',
|
|
||||||
'Total Net Price'
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<div class="lineItem rightAlign">
|
|
||||||
${plugins.shared.translation.translate(
|
|
||||||
this.documentSettings.languageCode,
|
|
||||||
'vatShort',
|
|
||||||
'VAT'
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
${(() => {
|
${(() => {
|
||||||
let counter = 1;
|
let counter = 1;
|
||||||
return this.letterData?.content.invoiceData?.items?.map((invoiceItem) => {
|
return this.letterData?.content.invoiceData?.items?.map(
|
||||||
const isHighlighted = false; // TODO: implement rest of highlight logic
|
(invoiceItem) => html`
|
||||||
return html`
|
<div class="grid invoiceLine needsDataHeader">
|
||||||
<div class="grid invoiceLine needsDataHeader ${isHighlighted ? 'highlighted' : ''}">
|
<div class="lineItem">${counter++}</div>
|
||||||
<div class="lineItem rightAlign">${counter++}</div>
|
|
||||||
<div class="lineItem">${invoiceItem.name}</div>
|
<div class="lineItem">${invoiceItem.name}</div>
|
||||||
<div class="lineItem rightAlign">${invoiceItem.unitQuantity}</div>
|
<div class="lineItem">${invoiceItem.unitQuantity}</div>
|
||||||
<div class="lineItem">${invoiceItem.unitType}</div>
|
<div class="lineItem">${invoiceItem.unitType}</div>
|
||||||
<div class="lineItem rightAlign">
|
<div class="lineItem">${invoiceItem.unitNetPrice} ${this.letterData?.content.invoiceData.currency}</div>
|
||||||
${invoiceItem.unitNetPrice} ${this.letterData?.content.invoiceData.currency}
|
<div class="lineItem">
|
||||||
|
${invoiceItem.unitQuantity * invoiceItem.unitNetPrice} ${this.letterData?.content.invoiceData.currency}
|
||||||
</div>
|
</div>
|
||||||
<div class="lineItem rightAlign">
|
|
||||||
${invoiceItem.unitQuantity * invoiceItem.unitNetPrice}
|
|
||||||
${this.letterData?.content.invoiceData.currency}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="lineItem rightAlign">${invoiceItem.vatPercentage}%</div>
|
`
|
||||||
</div>
|
);
|
||||||
`;
|
|
||||||
});
|
|
||||||
})()}
|
})()}
|
||||||
<div class="sums">
|
<div class="sums">
|
||||||
<div class="sumline">
|
<div class="sumline">
|
||||||
@ -376,23 +310,15 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
</div>
|
</div>
|
||||||
${this.getVatGroups().map((vatGroupArg) => {
|
${this.getVatGroups().map((vatGroupArg) => {
|
||||||
let itemNumbers = '';
|
let itemNumbers = '';
|
||||||
let first = true;
|
|
||||||
for (const item of vatGroupArg.items) {
|
for (const item of vatGroupArg.items) {
|
||||||
const itemIndex = this.letterData.content.invoiceData.items.indexOf(item);
|
const itemIndex = this.letterData.content.invoiceData.items.indexOf(item);
|
||||||
itemNumbers += `${first ? '' : ', '}${itemIndex + 1}`;
|
itemNumbers += ` ${itemIndex + 1},`;
|
||||||
first = false;
|
|
||||||
}
|
}
|
||||||
return html`
|
return html`
|
||||||
<div class="sumline">
|
<div class="sumline">
|
||||||
<div class="label">
|
<div class="label">
|
||||||
Vat ${vatGroupArg.vatPercentage}%
|
Vat ${vatGroupArg.vatPercentage}%<br />
|
||||||
${this.documentSettings.vatGroupPositions
|
<span style="font-weight: normal">(on item positions: ${itemNumbers})</span>
|
||||||
? html`
|
|
||||||
<br /><span style="font-weight: normal"
|
|
||||||
>(on item positions: ${itemNumbers})</span
|
|
||||||
>
|
|
||||||
`
|
|
||||||
: html``}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="value">${vatGroupArg.vatAmountSum} EUR</div>
|
<div class="value">${vatGroupArg.vatAmountSum} EUR</div>
|
||||||
</div>
|
</div>
|
||||||
@ -407,11 +333,7 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
${this.letterData?.content.invoiceData.reverseCharge
|
${this.letterData?.content.invoiceData.reverseCharge
|
||||||
? html`
|
? html`
|
||||||
<div class="taxNote">
|
<div class="taxNote">
|
||||||
${plugins.shared.translation.translate(
|
${plugins.shared.translation.translate(this.documentSettings.languageCode, 'reverseVatNote', 'VAT arises on a reverse charge basis and is payable by the customer.')}
|
||||||
this.documentSettings.languageCode,
|
|
||||||
'reverseVatNote',
|
|
||||||
'VAT arises on a reverse charge basis and is payable by the customer.'
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
: ``}
|
: ``}
|
||||||
@ -431,9 +353,7 @@ export class DeContentInvoice extends DeesElement {
|
|||||||
<div class="infoBox">
|
<div class="infoBox">
|
||||||
<div class="label">Referenced contract:</div>
|
<div class="label">Referenced contract:</div>
|
||||||
This invoice is adhering to agreements made by contract between the parties on
|
This invoice is adhering to agreements made by contract between the parties on
|
||||||
${plugins.smarttime.ExtendedDate.fromMillis(
|
${plugins.smarttime.ExtendedDate.fromMillis(this.letterData?.content.contractData.contractDate).format('MMMM D, YYYY')}.
|
||||||
this.letterData?.content.contractData.contractDate
|
|
||||||
).format('MMMM D, YYYY')}.
|
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
: html``}
|
: html``}
|
||||||
@ -460,6 +380,7 @@ ${this.letterData.content.invoiceData.id}
|
|||||||
EPC QR Code`,
|
EPC QR Code`,
|
||||||
(error) => {
|
(error) => {
|
||||||
if (error) console.error(error);
|
if (error) console.error(error);
|
||||||
|
console.log('success!');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
contentNodes.currentContent.querySelector('.paymentCode').append(canvas);
|
contentNodes.currentContent.querySelector('.paymentCode').append(canvas);
|
||||||
|
@ -16,8 +16,6 @@ export const defaultDocumentSettings: plugins.shared.interfaces.IDocumentSetting
|
|||||||
enableTopDraftText: true,
|
enableTopDraftText: true,
|
||||||
enableDefaultHeader: true,
|
enableDefaultHeader: true,
|
||||||
enableDefaultFooter: true,
|
enableDefaultFooter: true,
|
||||||
languageCode: 'EN',
|
|
||||||
vatGroupPositions: true,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -99,7 +97,6 @@ export class DeDocument extends DeesElement {
|
|||||||
color: #333;
|
color: #333;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-family: 'Dees Sans', sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.betweenPagesSpacer {
|
.betweenPagesSpacer {
|
||||||
@ -115,36 +112,6 @@ export class DeDocument extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async firstUpdated(_changedProperties: Map<string | number | symbol, unknown>) {
|
public async firstUpdated(_changedProperties: Map<string | number | symbol, unknown>) {
|
||||||
domtools.plugins.smartdelay.delayFor(0).then(async () => {
|
|
||||||
this.documentSettings = {
|
|
||||||
...defaultDocumentSettings,
|
|
||||||
...this.documentSettings,
|
|
||||||
}
|
|
||||||
|
|
||||||
while (false) {
|
|
||||||
await domtools.plugins.smartdelay.delayFor(1000);
|
|
||||||
this.letterData = {
|
|
||||||
...this.letterData,
|
|
||||||
content: {
|
|
||||||
...this.letterData.content,
|
|
||||||
invoiceData: {
|
|
||||||
...this.letterData.content.invoiceData,
|
|
||||||
items: [
|
|
||||||
...this.letterData.content.invoiceData.items,
|
|
||||||
{
|
|
||||||
name: 'Test Item',
|
|
||||||
unitQuantity: 1,
|
|
||||||
unitNetPrice: 100,
|
|
||||||
unitType: 'hours',
|
|
||||||
vatPercentage: 19,
|
|
||||||
position: 1,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
const resizeObserver = new ResizeObserver((entries) => {
|
const resizeObserver = new ResizeObserver((entries) => {
|
||||||
for (const entry of entries) {
|
for (const entry of entries) {
|
||||||
const width = entry.contentRect.width;
|
const width = entry.contentRect.width;
|
||||||
@ -159,22 +126,14 @@ export class DeDocument extends DeesElement {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
public latestDocumentSettings: plugins.shared.interfaces.IDocumentSettings = null;
|
|
||||||
public latestRenderedLetterData: plugins.tsclass.business.ILetter = null;
|
public latestRenderedLetterData: plugins.tsclass.business.ILetter = null;
|
||||||
public cleanupStore: any[] = [];
|
|
||||||
|
|
||||||
|
|
||||||
public async renderDocument() {
|
public async renderDocument() {
|
||||||
|
|
||||||
this.latestDocumentSettings = this.documentSettings;
|
|
||||||
this.latestRenderedLetterData = this.letterData;
|
|
||||||
|
|
||||||
const cleanUpStoreCurrentRender = [];
|
|
||||||
const cleanUpStoreNextRender = [];
|
|
||||||
|
|
||||||
const domtools = await this.domtoolsPromise;
|
const domtools = await this.domtoolsPromise;
|
||||||
|
|
||||||
|
|
||||||
const documentBuildContainer = document.createElement('div');
|
const documentBuildContainer = document.createElement('div');
|
||||||
cleanUpStoreCurrentRender.push(documentBuildContainer);
|
|
||||||
document.body.appendChild(documentBuildContainer);
|
document.body.appendChild(documentBuildContainer);
|
||||||
|
|
||||||
let pages: DePage[] = [];
|
let pages: DePage[] = [];
|
||||||
@ -183,7 +142,6 @@ export class DeDocument extends DeesElement {
|
|||||||
|
|
||||||
// lets append the content
|
// lets append the content
|
||||||
const content: DeContentInvoice = new DeContentInvoice();
|
const content: DeContentInvoice = new DeContentInvoice();
|
||||||
cleanUpStoreCurrentRender.push(content);
|
|
||||||
content.letterData = this.letterData;
|
content.letterData = this.letterData;
|
||||||
content.documentSettings = this.documentSettings;
|
content.documentSettings = this.documentSettings;
|
||||||
document.body.appendChild(content);
|
document.body.appendChild(content);
|
||||||
@ -195,7 +153,6 @@ export class DeDocument extends DeesElement {
|
|||||||
while (!complete) {
|
while (!complete) {
|
||||||
pageCounter++;
|
pageCounter++;
|
||||||
const currentContent = content.cloneNode(true) as DeContentInvoice;
|
const currentContent = content.cloneNode(true) as DeContentInvoice;
|
||||||
cleanUpStoreNextRender.push(currentContent);
|
|
||||||
const newPage = new DePage();
|
const newPage = new DePage();
|
||||||
newPage.printMode = this.printMode;
|
newPage.printMode = this.printMode;
|
||||||
newPage.letterData = this.letterData;
|
newPage.letterData = this.letterData;
|
||||||
@ -204,9 +161,6 @@ export class DeDocument extends DeesElement {
|
|||||||
newPage.pageNumber = pageCounter;
|
newPage.pageNumber = pageCounter;
|
||||||
newPage.append(currentContent);
|
newPage.append(currentContent);
|
||||||
newPage.pageTotalNumber = pageCounter;
|
newPage.pageTotalNumber = pageCounter;
|
||||||
|
|
||||||
// store current page
|
|
||||||
cleanUpStoreNextRender.push(newPage);
|
|
||||||
documentBuildContainer.append(newPage);
|
documentBuildContainer.append(newPage);
|
||||||
|
|
||||||
await currentContent.elementDomReady;
|
await currentContent.elementDomReady;
|
||||||
@ -223,24 +177,16 @@ export class DeDocument extends DeesElement {
|
|||||||
if (trimmed === 0) {
|
if (trimmed === 0) {
|
||||||
complete = true;
|
complete = true;
|
||||||
}
|
}
|
||||||
|
// complete = true;
|
||||||
|
console.log(currentContentOffset);
|
||||||
}
|
}
|
||||||
|
document.body.removeChild(content);
|
||||||
for (const cleanUp of this.cleanupStore) {
|
document.body.removeChild(documentBuildContainer);
|
||||||
cleanUp.remove();
|
|
||||||
}
|
|
||||||
this.cleanupStore = cleanUpStoreNextRender
|
|
||||||
|
|
||||||
cleanUpStoreCurrentRender.forEach((cleanUp) => {
|
|
||||||
cleanUp.remove();
|
|
||||||
});
|
|
||||||
|
|
||||||
const documentContainer = this.shadowRoot.querySelector('.documentContainer');
|
const documentContainer = this.shadowRoot.querySelector('.documentContainer');
|
||||||
if (documentContainer) {
|
if (documentContainer) {
|
||||||
const children = Array.from(documentContainer.children);
|
const children = Array.from(documentContainer.children);
|
||||||
children.forEach((child) => {
|
children.forEach((child) => documentContainer.removeChild(child));
|
||||||
documentContainer.removeChild(child);
|
|
||||||
child.remove();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
for (const page of pages) {
|
for (const page of pages) {
|
||||||
page.pageTotalNumber = pageCounter;
|
page.pageTotalNumber = pageCounter;
|
||||||
@ -253,13 +199,13 @@ export class DeDocument extends DeesElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.adjustDePageScaling();
|
this.adjustDePageScaling();
|
||||||
|
this.latestRenderedLetterData = this.letterData;
|
||||||
}
|
}
|
||||||
|
|
||||||
async updated(changedProperties: Map<string | number | symbol, unknown>): Promise<void> {
|
async updated(changedProperties: Map<string | number | symbol, unknown>): Promise<void> {
|
||||||
super.updated(changedProperties);
|
super.updated(changedProperties);
|
||||||
const domtools = await this.domtoolsPromise;
|
const domtools = await this.domtoolsPromise;
|
||||||
let renderedDocIsUpToDate = domtools.convenience.smartjson.deepEqualObjects(this.letterData, this.latestRenderedLetterData)
|
const renderedDocIsUpToDate = domtools.convenience.smartjson.deepEqualObjects(this.letterData, this.latestRenderedLetterData);
|
||||||
&& domtools.convenience.smartjson.deepEqualObjects(this.documentSettings, this.latestDocumentSettings);
|
|
||||||
if (!renderedDocIsUpToDate) {
|
if (!renderedDocIsUpToDate) {
|
||||||
this.renderDocument();
|
this.renderDocument();
|
||||||
}
|
}
|
||||||
@ -284,6 +230,7 @@ export class DeDocument extends DeesElement {
|
|||||||
}
|
}
|
||||||
if (this.viewWidth) {
|
if (this.viewWidth) {
|
||||||
page.viewWidth = this.viewWidth;
|
page.viewWidth = this.viewWidth;
|
||||||
|
console.log('setting viewWidth: ', this.viewWidth);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,6 @@ import {
|
|||||||
} from '@design.estate/dees-element';
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
import * as plugins from '../plugins.js';
|
import * as plugins from '../plugins.js';
|
||||||
import { dedocumentSharedStyle } from '../style.js';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -50,7 +49,6 @@ export class DeLetterHeader extends DeesElement {
|
|||||||
|
|
||||||
public static styles = [
|
public static styles = [
|
||||||
domtools.elementBasic.staticStyles,
|
domtools.elementBasic.staticStyles,
|
||||||
dedocumentSharedStyle,
|
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -77,7 +77,6 @@ export class DePage extends DeesElement {
|
|||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#scaleWrapper {
|
#scaleWrapper {
|
||||||
@ -196,6 +195,7 @@ export class DePage extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private adjustScaling() {
|
private adjustScaling() {
|
||||||
|
console.log('page scale adjustment triggered.');
|
||||||
const scaleWrapper: HTMLDivElement = this.shadowRoot.querySelector('#scaleWrapper');
|
const scaleWrapper: HTMLDivElement = this.shadowRoot.querySelector('#scaleWrapper');
|
||||||
|
|
||||||
if (!scaleWrapper) return;
|
if (!scaleWrapper) return;
|
||||||
@ -206,11 +206,12 @@ export class DePage extends DeesElement {
|
|||||||
} else if (this.viewWidth) {
|
} else if (this.viewWidth) {
|
||||||
scale = this.viewWidth / plugins.shared.a4Width;
|
scale = this.viewWidth / plugins.shared.a4Width;
|
||||||
}
|
}
|
||||||
|
console.log(`new scale is ${scale}`);
|
||||||
scaleWrapper.style.transform = `scale(${scale})`;
|
scaleWrapper.style.transform = `scale(${scale})`;
|
||||||
|
|
||||||
// Adjust the outer dimensions so they match the scaled content
|
// Adjust the outer dimensions so they match the scaled content
|
||||||
|
|
||||||
this.style.width = `${plugins.shared.a4Width * scale}px`;
|
// this.style.width = `${shared.a4Width * scale}px`;
|
||||||
this.style.height = `${plugins.shared.a4Height * scale}px`;
|
this.style.height = `${plugins.shared.a4Height * scale}px`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,6 @@ import {
|
|||||||
} from '@design.estate/dees-element';
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
import * as plugins from '../plugins.js';
|
import * as plugins from '../plugins.js';
|
||||||
import { dedocumentSharedStyle } from '../style.js';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -47,7 +46,6 @@ export class DePageContent extends DeesElement {
|
|||||||
|
|
||||||
public static styles = [
|
public static styles = [
|
||||||
domtools.elementBasic.staticStyles,
|
domtools.elementBasic.staticStyles,
|
||||||
dedocumentSharedStyle,
|
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -138,8 +136,10 @@ export class DePageContent extends DeesElement {
|
|||||||
await this.elementDomReady;
|
await this.elementDomReady;
|
||||||
const contentContainer = this.shadowRoot.querySelector('.content');
|
const contentContainer = this.shadowRoot.querySelector('.content');
|
||||||
if (contentContainer.scrollHeight > contentContainer.clientHeight) {
|
if (contentContainer.scrollHeight > contentContainer.clientHeight) {
|
||||||
|
console.log('overflows');
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
console.log('does not overflow!');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,6 @@ import {
|
|||||||
} from '@design.estate/dees-element';
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
import * as plugins from '../plugins.js';
|
import * as plugins from '../plugins.js';
|
||||||
import { dedocumentSharedStyle } from '../style.js';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -53,7 +52,6 @@ export class DePageFooter extends DeesElement {
|
|||||||
|
|
||||||
public static styles = [
|
public static styles = [
|
||||||
domtools.elementBasic.staticStyles,
|
domtools.elementBasic.staticStyles,
|
||||||
dedocumentSharedStyle,
|
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -11,7 +11,6 @@ import {
|
|||||||
} from '@design.estate/dees-element';
|
} from '@design.estate/dees-element';
|
||||||
|
|
||||||
import * as plugins from '../plugins.js';
|
import * as plugins from '../plugins.js';
|
||||||
import { dedocumentSharedStyle } from '../style.js';
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
@ -53,7 +52,6 @@ export class DePageHeader extends DeesElement {
|
|||||||
|
|
||||||
public static styles = [
|
public static styles = [
|
||||||
domtools.elementBasic.staticStyles,
|
domtools.elementBasic.staticStyles,
|
||||||
dedocumentSharedStyle,
|
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as plugins from '../plugins.js';
|
import * as plugins from '../plugins.js';
|
||||||
|
|
||||||
import { DeesElement, css, cssManager, customElement, html, property } from '@design.estate/dees-element';
|
import { DeesElement, css, cssManager, customElement, html } from '@design.estate/dees-element';
|
||||||
import { demoFunc } from './viewer.demo.js';
|
import { demoFunc } from './viewer.demo.js';
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
@ -15,16 +15,8 @@ export class DeDocumentViewer extends DeesElement {
|
|||||||
public static demo = demoFunc;
|
public static demo = demoFunc;
|
||||||
|
|
||||||
// INSTANCE
|
// INSTANCE
|
||||||
@property({
|
|
||||||
type: Object,
|
|
||||||
reflect: true,
|
|
||||||
})
|
|
||||||
public letterData: plugins.tsclass.business.ILetter = null;
|
public letterData: plugins.tsclass.business.ILetter = null;
|
||||||
|
|
||||||
@property({
|
|
||||||
type: Object,
|
|
||||||
reflect: true,
|
|
||||||
})
|
|
||||||
public documentSettings: plugins.shared.interfaces.IDocumentSettings;
|
public documentSettings: plugins.shared.interfaces.IDocumentSettings;
|
||||||
|
|
||||||
public static styles = [
|
public static styles = [
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
import { css } from '@design.estate/dees-element';
|
|
||||||
|
|
||||||
export const dedocumentSharedStyle = css`
|
|
||||||
:host {
|
|
||||||
font-family: 'Exo 2';
|
|
||||||
}
|
|
||||||
`;
|
|
Loading…
x
Reference in New Issue
Block a user