@colijnit/sharedcomponents 257.1.23 → 257.1.24
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.
- package/bundles/colijnit-sharedcomponents.umd.js +21 -12
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/send-method-dialog/components/pdf-preview/pdf-preview.component.js +11 -2
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +121 -123
- package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +4 -2
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/fesm2015/colijnit-sharedcomponents.js +134 -125
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/components/pdf-preview/pdf-preview.component.d.ts +2 -0
- package/lib/res/dictionary/dictionaries.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -29691,14 +29692,17 @@ export declare class Dictionaries {
|
|
|
29691
29692
|
QUOTATION_DATE: string;
|
|
29692
29693
|
QUOTATION_DATE_CUSTOMER: string;
|
|
29693
29694
|
QUOTATION_DEFINITIVE: string;
|
|
29695
|
+
QUOTATION_GROSS: string;
|
|
29694
29696
|
QUOTATION_LINE: string;
|
|
29695
29697
|
QUOTATION_LINES: string;
|
|
29698
|
+
QUOTATION_NET: string;
|
|
29696
29699
|
QUOTATION_NOT_COPIED: string;
|
|
29697
29700
|
QUOTATION_NOT_DEFINITIVE: string;
|
|
29698
29701
|
QUOTATION_NOT_PROCESSED: string;
|
|
29699
29702
|
QUOTATION_NUMBER: string;
|
|
29700
29703
|
QUOTATION_PROCESSED: string;
|
|
29701
29704
|
QUOTATION_STATUS: string;
|
|
29705
|
+
QUOTATION_TOTAL: string;
|
|
29702
29706
|
RACK_POSITIONING: string;
|
|
29703
29707
|
RANDOM: string;
|
|
29704
29708
|
RANGE2: string;
|