@colijnit/sharedcomponents 259.1.23 → 259.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 +19 -10
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +40 -32
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +2 -2
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +4 -2
- package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +2 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +46 -35
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +1 -0
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +1 -0
- package/lib/components/send-method-dialog/service/send-method.service.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +4 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export declare class PrinterSelectionComponent implements OnInit {
|
|
|
11
11
|
readonly icons: typeof Icon;
|
|
12
12
|
private _defaultPrinter;
|
|
13
13
|
printers: Printer[];
|
|
14
|
+
required: boolean;
|
|
14
15
|
set defaultPrinter(printer: Printer);
|
|
15
16
|
showClass(): boolean;
|
|
16
17
|
showPrinterList: boolean;
|
|
@@ -75,6 +75,7 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
|
|
|
75
75
|
showPdf: boolean;
|
|
76
76
|
selectedPurchaseMethod: any;
|
|
77
77
|
additionalFileHasBeenSaved: boolean;
|
|
78
|
+
disableOkButton: boolean;
|
|
78
79
|
handlePurchaseMethodChange(method: any): void;
|
|
79
80
|
private _subscriptions;
|
|
80
81
|
constructor(iconCacheService: IconCacheService, _sendMethodService: SendMethodService);
|
|
@@ -6,6 +6,7 @@ export declare class SendMethodService {
|
|
|
6
6
|
reportingDocumentPrintSignDocBaseRequestChanged: Subject<ReportingDocumentPrintSignDocBaseRequest>;
|
|
7
7
|
reportingDocumentEmailSignDocBaseRequestChanged: Subject<ReportingDocumentEmailSignDocBaseRequest>;
|
|
8
8
|
reportingDocumentPdfBaseRequestChanged: Subject<ReportingDocumentPdfBaseRequest>;
|
|
9
|
+
printerNotSet: Subject<boolean>;
|
|
9
10
|
set reportingDocumentPrintSignDocBaseRequest(value: ReportingDocumentPrintSignDocBaseRequest);
|
|
10
11
|
get reportingDocumentPrintSignDocBaseRequest(): ReportingDocumentPrintSignDocBaseRequest;
|
|
11
12
|
set reportingDocumentEmailSignDocBaseRequest(value: ReportingDocumentEmailSignDocBaseRequest);
|
|
@@ -10620,6 +10620,7 @@ export declare class Dictionaries {
|
|
|
10620
10620
|
COLORS_SELECTED: string;
|
|
10621
10621
|
COLOR_DESC: string;
|
|
10622
10622
|
COLOUR: string;
|
|
10623
|
+
COLOR_ADJUSTABLE: string;
|
|
10623
10624
|
COLUMN: string;
|
|
10624
10625
|
COLUMNS: string;
|
|
10625
10626
|
COLUMN_BALANCE: string;
|
|
@@ -15061,6 +15062,7 @@ export declare class Dictionaries {
|
|
|
15061
15062
|
CMS_3D_DEFAULTS: string;
|
|
15062
15063
|
CMS_MATERIAL_BATCH_UPLOAD: string;
|
|
15063
15064
|
COC_NR: string;
|
|
15065
|
+
SCALABLE: string;
|
|
15064
15066
|
SCALING_AXIS: string;
|
|
15065
15067
|
SCALING_PARAMETERS: string;
|
|
15066
15068
|
SCANNED: string;
|
|
@@ -25528,6 +25530,7 @@ export declare class Dictionaries {
|
|
|
25528
25530
|
COLORS: string;
|
|
25529
25531
|
COLORS_SELECTED: string;
|
|
25530
25532
|
COLOR_DESC: string;
|
|
25533
|
+
COLOR_ADJUSTABLE: string;
|
|
25531
25534
|
COLOUR: string;
|
|
25532
25535
|
COLUMN: string;
|
|
25533
25536
|
COLUMNS: string;
|
|
@@ -30304,6 +30307,7 @@ export declare class Dictionaries {
|
|
|
30304
30307
|
SAVING_SYSTEM_ACTION: string;
|
|
30305
30308
|
SAVING_WORKFLOW_DELETES_ALL_TEST_DATA: string;
|
|
30306
30309
|
SBI_CODE: string;
|
|
30310
|
+
SCALABLE: string;
|
|
30307
30311
|
SCALING_AXIS: string;
|
|
30308
30312
|
SCALING_PARAMETERS: string;
|
|
30309
30313
|
SCANNED: string;
|
|
@@ -30676,7 +30680,6 @@ export declare class Dictionaries {
|
|
|
30676
30680
|
SHOPPING_CART: string;
|
|
30677
30681
|
SHOPPING_CART_ADD: string;
|
|
30678
30682
|
SHOPPING_CART_CHECKOUT: string;
|
|
30679
|
-
SHOPPING_CART_CHECKOUT_QUOTATION: string;
|
|
30680
30683
|
SHOPPING_CART_IN: string;
|
|
30681
30684
|
SHOPPING_CART_OVERVIEW: string;
|
|
30682
30685
|
SHOPPING_CART_RESUME: string;
|