@colijnit/sharedcomponents 259.1.7 → 259.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,12 +25,15 @@ export declare class CustomPdfDialogComponent implements OnInit, AfterViewInit {
25
25
  fileBody: any;
26
26
  fileStyle: string;
27
27
  showLoader: boolean;
28
+ private enableLocalPreview;
28
29
  constructor(iconCacheService: IconCacheService, _sanitizer: DomSanitizer);
29
30
  ngOnInit(): void;
30
31
  ngAfterViewInit(): void;
32
+ private _processAdditionalFileContents;
31
33
  extractStyleParts(html: string): string[];
32
34
  removeStyleAndScriptTags(html: string): string;
33
35
  extractBodyContents(html: string): string[];
36
+ private _isLocalhost;
34
37
  handleSaveClicked(): Promise<void>;
35
38
  dataURItoBlob(dataURI: any): File;
36
39
  handleClear(): void;
@@ -8942,6 +8942,7 @@ export declare class Dictionaries {
8942
8942
  ADOPTION: string;
8943
8943
  ADRESFORMAT: string;
8944
8944
  ADVANCED: string;
8945
+ ADVANCED2: string;
8945
8946
  ADVANCED_FASTTRACK: string;
8946
8947
  ADVANCED_FORMULA: string;
8947
8948
  ADVANCED_SEARCH: string;
@@ -9208,6 +9209,8 @@ export declare class Dictionaries {
9208
9209
  BASE: string;
9209
9210
  BASE2: string;
9210
9211
  BASELINE_PRICE: string;
9212
+ BASE_AMOUNT_YEAR: string;
9213
+ BASE_AMOUNT_PERIOD: string;
9211
9214
  BASE_ARTICLE: string;
9212
9215
  BASE_ARTICLES: string;
9213
9216
  BASE_ART_PERC: string;
@@ -12394,6 +12397,8 @@ export declare class Dictionaries {
12394
12397
  VARIOUS_PRODUCTS: string;
12395
12398
  VAT: string;
12396
12399
  VAT2: string;
12400
+ VAT_AMOUNT_YEAR: string;
12401
+ VAT_AMOUNT_PERIOD: string;
12397
12402
  VAT_AMOUNT: string;
12398
12403
  VAT_CODE: string;
12399
12404
  VAT_CODE_EXTERNAL: string;
@@ -24397,6 +24402,7 @@ export declare class Dictionaries {
24397
24402
  ADOPTION: string;
24398
24403
  ADRESFORMAT: string;
24399
24404
  ADVANCED: string;
24405
+ ADVANCED2: string;
24400
24406
  ADVANCED_FASTTRACK: string;
24401
24407
  ADVANCED_FORMULA: string;
24402
24408
  ADVANCED_SEARCH: string;
@@ -24942,6 +24948,8 @@ export declare class Dictionaries {
24942
24948
  BASE2: string;
24943
24949
  BASE: string;
24944
24950
  BASELINE_PRICE: string;
24951
+ BASE_AMOUNT_YEAR: string;
24952
+ BASE_AMOUNT_PERIOD: string;
24945
24953
  BASE_ARTICLE: string;
24946
24954
  BASE_ARTICLES: string;
24947
24955
  BASE_ART_PERC: string;
@@ -26656,6 +26664,7 @@ export declare class Dictionaries {
26656
26664
  EQUALS: string;
26657
26665
  EQUASION: string;
26658
26666
  EQUITY_VALUES: string;
26667
+ ERASE: string;
26659
26668
  ERASE_ALL: string;
26660
26669
  ERASE_SELECTOR_DATA_QUESTION: string;
26661
26670
  ERROR: string;
@@ -30597,6 +30606,7 @@ export declare class Dictionaries {
30597
30606
  SETTLED: string;
30598
30607
  SETTLED_DOWN_PAYMENT: string;
30599
30608
  SETTLED_SO_FAR: string;
30609
+ SET: string;
30600
30610
  SET_AS_DEFAULT_SETTING: string;
30601
30611
  SET_COLOR: string;
30602
30612
  SET_TO_DROP_SHIPMENT_LIKE_OTHER_DIRECT_SELL_LINES: string;
@@ -31309,6 +31319,7 @@ export declare class Dictionaries {
31309
31319
  TRANSACTION_DISCOUNT_AMOUNT: string;
31310
31320
  TRANSACTION_DISCOUNT_PERC: string;
31311
31321
  TRANSACTION_DISCOUNT_PERCENTAGE: string;
31322
+ TRANSACTION_HAS_PAYMENT_LINES: string;
31312
31323
  TRANSACTION_IN_USE: string;
31313
31324
  TRANSACTION_IS_DEFINITIVE: string;
31314
31325
  TRANSACTION_LINES: string;
@@ -31551,6 +31562,8 @@ export declare class Dictionaries {
31551
31562
  VAT: string;
31552
31563
  VAT_CONTRA: string;
31553
31564
  VAT_AMOUNT: string;
31565
+ VAT_AMOUNT_YEAR: string;
31566
+ VAT_AMOUNT_PERIOD: string;
31554
31567
  VAT_CODE: string;
31555
31568
  VAT_CODE_PURCHASE: string;
31556
31569
  VAT_CODE_SALES: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "259.1.7",
3
+ "version": "259.1.9",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",