@colijnit/sharedcomponents 257.1.22 → 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 +100 -60
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/custom-pdf/custom-pdf-dialog.component.js +38 -30
- package/esm2015/lib/components/custom-pdf/custom-pdf-dialog.module.js +3 -2
- 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 +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +174 -156
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/custom-pdf/custom-pdf-dialog.component.d.ts +1 -0
- package/lib/components/custom-pdf/style/_layout.scss +12 -0
- package/lib/components/send-method-dialog/components/pdf-preview/pdf-preview.component.d.ts +2 -0
- package/lib/res/dictionary/dictionaries.d.ts +10 -0
- package/package.json +1 -1
|
@@ -24,6 +24,7 @@ export declare class CustomPdfDialogComponent implements OnInit, AfterViewInit {
|
|
|
24
24
|
};
|
|
25
25
|
fileBody: any;
|
|
26
26
|
fileStyle: string;
|
|
27
|
+
showLoader: boolean;
|
|
27
28
|
constructor(iconCacheService: IconCacheService, _sanitizer: DomSanitizer);
|
|
28
29
|
ngOnInit(): void;
|
|
29
30
|
ngAfterViewInit(): void;
|
|
@@ -16,6 +16,18 @@
|
|
|
16
16
|
background-color: #f8f8fa;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
.loader-container {
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 0;
|
|
23
|
+
left: 0;
|
|
24
|
+
right: 0;
|
|
25
|
+
bottom: 0;
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
align-items: center;
|
|
29
|
+
align-self: center;
|
|
30
|
+
}
|
|
19
31
|
}
|
|
20
32
|
}
|
|
21
33
|
|
|
@@ -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
|
}
|
|
@@ -12263,6 +12263,9 @@ export declare class Dictionaries {
|
|
|
12263
12263
|
MIN_NUMBER: string;
|
|
12264
12264
|
MIN_NUMBER_NON_ZERO: string;
|
|
12265
12265
|
MIN_STOCK: string;
|
|
12266
|
+
MIN_STOCK_DYNAMIC_CALCULATION: string;
|
|
12267
|
+
MIN_STOCK_FROM_DYNAMIC_CALCULATION: string;
|
|
12268
|
+
MIN_STOCK_ORDER_PARAM: string;
|
|
12266
12269
|
MIN_VALUE: string;
|
|
12267
12270
|
MIXMATCH: string;
|
|
12268
12271
|
MIX_AND_MATCH: string;
|
|
@@ -24672,6 +24675,7 @@ export declare class Dictionaries {
|
|
|
24672
24675
|
AMOUNT_TO_ACCEPT_MORE_THEN_AMOUNT_IN_ORDER: string;
|
|
24673
24676
|
AMOUNT_TO_BE_ALLOCATED_SOURCE: string;
|
|
24674
24677
|
AMOUNT_TO_BE_ORDERED: string;
|
|
24678
|
+
AMOUNT_TO_CONFIRM: string;
|
|
24675
24679
|
AMOUNT_TO_PRINT: string;
|
|
24676
24680
|
AMOUNT_USED_COUPONS: string;
|
|
24677
24681
|
AMOUT_TO_SETTLE_CANNOT_BE_GREATER_THAN_TOTAL_PAID_DOWN: string;
|
|
@@ -28184,6 +28188,9 @@ export declare class Dictionaries {
|
|
|
28184
28188
|
MIN_NUMBER: string;
|
|
28185
28189
|
MIN_NUMBER_NON_ZERO: string;
|
|
28186
28190
|
MIN_STOCK: string;
|
|
28191
|
+
MIN_STOCK_DYNAMIC_CALCULATION: string;
|
|
28192
|
+
MIN_STOCK_FROM_DYNAMIC_CALCULATION: string;
|
|
28193
|
+
MIN_STOCK_ORDER_PARAM: string;
|
|
28187
28194
|
MIN_VALUE: string;
|
|
28188
28195
|
MIX_AND_MATCH: string;
|
|
28189
28196
|
MOBILE: string;
|
|
@@ -29685,14 +29692,17 @@ export declare class Dictionaries {
|
|
|
29685
29692
|
QUOTATION_DATE: string;
|
|
29686
29693
|
QUOTATION_DATE_CUSTOMER: string;
|
|
29687
29694
|
QUOTATION_DEFINITIVE: string;
|
|
29695
|
+
QUOTATION_GROSS: string;
|
|
29688
29696
|
QUOTATION_LINE: string;
|
|
29689
29697
|
QUOTATION_LINES: string;
|
|
29698
|
+
QUOTATION_NET: string;
|
|
29690
29699
|
QUOTATION_NOT_COPIED: string;
|
|
29691
29700
|
QUOTATION_NOT_DEFINITIVE: string;
|
|
29692
29701
|
QUOTATION_NOT_PROCESSED: string;
|
|
29693
29702
|
QUOTATION_NUMBER: string;
|
|
29694
29703
|
QUOTATION_PROCESSED: string;
|
|
29695
29704
|
QUOTATION_STATUS: string;
|
|
29705
|
+
QUOTATION_TOTAL: string;
|
|
29696
29706
|
RACK_POSITIONING: string;
|
|
29697
29707
|
RANDOM: string;
|
|
29698
29708
|
RANGE2: string;
|