@colijnit/sharedcomponents 258.1.13 → 258.1.14

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.
@@ -5,6 +5,7 @@ export declare class PdfPreviewComponent implements OnInit {
5
5
  iconCacheService: IconCacheService;
6
6
  showClass(): boolean;
7
7
  private _pdfDoc;
8
+ private _waitingToShowDialog;
8
9
  set pdfDoc(value: any);
9
10
  get pdfDoc(): any;
10
11
  disablePdfPreview: boolean;
@@ -13,4 +14,5 @@ export declare class PdfPreviewComponent implements OnInit {
13
14
  showDialog: boolean;
14
15
  constructor(iconCacheService: IconCacheService);
15
16
  ngOnInit(): void;
17
+ dialogRequested(): void;
16
18
  }
@@ -24675,6 +24675,7 @@ export declare class Dictionaries {
24675
24675
  AMOUNT_TO_ACCEPT_MORE_THEN_AMOUNT_IN_ORDER: string;
24676
24676
  AMOUNT_TO_BE_ALLOCATED_SOURCE: string;
24677
24677
  AMOUNT_TO_BE_ORDERED: string;
24678
+ AMOUNT_TO_CONFIRM: string;
24678
24679
  AMOUNT_TO_PRINT: string;
24679
24680
  AMOUNT_USED_COUPONS: string;
24680
24681
  AMOUT_TO_SETTLE_CANNOT_BE_GREATER_THAN_TOTAL_PAID_DOWN: string;
@@ -26290,6 +26291,7 @@ export declare class Dictionaries {
26290
26291
  DIRECT_SELL: string;
26291
26292
  DISABLED: string;
26292
26293
  DISABLE_TOUCH_MODE: string;
26294
+ DISCONNECT_STORAGE_UNIT_FROM_STOCK: string;
26293
26295
  DISCOUNT: string;
26294
26296
  DISCOUNTS: string;
26295
26297
  DISCOUNTS_ON_NETTO_ARTICLE: string;
@@ -29692,14 +29694,17 @@ export declare class Dictionaries {
29692
29694
  QUOTATION_DATE: string;
29693
29695
  QUOTATION_DATE_CUSTOMER: string;
29694
29696
  QUOTATION_DEFINITIVE: string;
29697
+ QUOTATION_GROSS: string;
29695
29698
  QUOTATION_LINE: string;
29696
29699
  QUOTATION_LINES: string;
29700
+ QUOTATION_NET: string;
29697
29701
  QUOTATION_NOT_COPIED: string;
29698
29702
  QUOTATION_NOT_DEFINITIVE: string;
29699
29703
  QUOTATION_NOT_PROCESSED: string;
29700
29704
  QUOTATION_NUMBER: string;
29701
29705
  QUOTATION_PROCESSED: string;
29702
29706
  QUOTATION_STATUS: string;
29707
+ QUOTATION_TOTAL: string;
29703
29708
  RACK_POSITIONING: string;
29704
29709
  RANDOM: string;
29705
29710
  RANGE2: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "258.1.13",
3
+ "version": "258.1.14",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",