@colijnit/sharedcomponents 256.2.2 → 256.2.4
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 +1386 -1146
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +113 -111
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +114 -112
- package/esm2015/lib/components/docsign/docsign.component.js +33 -12
- package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.js +37 -7
- package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.js +6 -3
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +23 -11
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.js +6 -3
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +24 -11
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +4 -2
- package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.js +28 -15
- package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.js +4 -2
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +37 -29
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.js +4 -2
- package/esm2015/lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.component.js +155 -0
- package/esm2015/lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.module.js +30 -0
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +101 -24
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.module.js +6 -2
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +3 -2
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +902 -540
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/docsign/docsign.component.d.ts +9 -4
- package/lib/components/send-method-dialog/components/additional-file-button/style/_layout.scss +6 -2
- package/lib/components/send-method-dialog/components/additional-file-button/style/_material-definition.scss +3 -3
- package/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.d.ts +4 -1
- package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +2 -2
- package/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.d.ts +6 -1
- package/lib/components/send-method-dialog/components/send-method-email/style/_layout.scss +6 -2
- package/lib/components/send-method-dialog/components/send-method-email/style/_material-definition.scss +2 -2
- package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts +5 -0
- package/lib/components/send-method-dialog/components/send-method-pdf/style/_layout.scss +1 -1
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +5 -3
- package/lib/components/send-method-dialog/components/send-method-printer/style/_layout.scss +24 -4
- package/lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.component.d.ts +34 -0
- package/lib/components/send-method-dialog/components/send-method-purchase/send-method-purchase.module.d.ts +2 -0
- package/lib/components/send-method-dialog/components/send-method-purchase/style/_layout.scss +60 -0
- package/lib/components/send-method-dialog/components/send-method-purchase/style/_material-definition.scss +5 -0
- package/lib/components/send-method-dialog/components/send-method-purchase/style/_theme.scss +5 -0
- package/lib/components/send-method-dialog/components/send-method-purchase/style/material.scss +4 -0
- package/lib/components/send-method-dialog/components/signature-button/style/_layout.scss +8 -0
- package/lib/components/send-method-dialog/components/signature-button/style/_material-definition.scss +3 -3
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +12 -15
- package/lib/components/send-method-dialog/style/_layout.scss +25 -21
- package/lib/components/send-method-dialog/style/material.scss +1 -0
- package/lib/enum/icon.enum.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +25 -0
- package/package.json +1 -1
|
@@ -4576,6 +4576,7 @@ export declare class Dictionaries {
|
|
|
4576
4576
|
MULTIPLE_INTERBRANCH_LINES_MESSAGE: string;
|
|
4577
4577
|
MULTIPLE_PURCHASEORDERS: string;
|
|
4578
4578
|
MULTIPLE_RESERVATIONS: string;
|
|
4579
|
+
MULTIPLE_SESSIONS_ARE_NOT_ALLOWED: string;
|
|
4579
4580
|
MULTI_BUY: string;
|
|
4580
4581
|
MULTI_FACTORIELE_INTAKE: string;
|
|
4581
4582
|
MULTI_FACTOR_AUTHENTICATION_TOO_LONG: string;
|
|
@@ -5434,6 +5435,7 @@ export declare class Dictionaries {
|
|
|
5434
5435
|
ABS_COMPOSITE_SITUATION: string;
|
|
5435
5436
|
ACCEPT: string;
|
|
5436
5437
|
ACCEPTANCE: string;
|
|
5438
|
+
COMBINED: string;
|
|
5437
5439
|
CONTACT_MANAGEMENT: string;
|
|
5438
5440
|
CONTACT_MOMENTS: string;
|
|
5439
5441
|
CONTACT_OF_ORGANISATIONS: string;
|
|
@@ -5503,6 +5505,13 @@ export declare class Dictionaries {
|
|
|
5503
5505
|
CONTRA_ACCOUNT: string;
|
|
5504
5506
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
5505
5507
|
CONTRA_VAT: string;
|
|
5508
|
+
LAYOUT_SETTINGS: string;
|
|
5509
|
+
RELATION_LAYOUTS: string;
|
|
5510
|
+
RELATION_LAYOUTS_MESSAGE: string;
|
|
5511
|
+
SHIPPING_METHOD_SETTINGS: string;
|
|
5512
|
+
OVERRULE_VIA_EMAIL: string;
|
|
5513
|
+
OVERRULE_VIA_EDI: string;
|
|
5514
|
+
OVERRULE_VIA_PRINT: string;
|
|
5506
5515
|
WARRANTY: string;
|
|
5507
5516
|
WARRANTY_TYPE: string;
|
|
5508
5517
|
WASHING_SYMBOLS: string;
|
|
@@ -8921,6 +8930,7 @@ export declare class Dictionaries {
|
|
|
8921
8930
|
SPHERECODE: string;
|
|
8922
8931
|
SPHERES: string;
|
|
8923
8932
|
SPHERE_IMAGES: string;
|
|
8933
|
+
SPLIT_BOOKING_LINE: string;
|
|
8924
8934
|
STABLE: string;
|
|
8925
8935
|
STACKABLE: string;
|
|
8926
8936
|
STAFF_DOCTOR: string;
|
|
@@ -9687,6 +9697,7 @@ export declare class Dictionaries {
|
|
|
9687
9697
|
DEBET: string;
|
|
9688
9698
|
DEBETCREDIT: string;
|
|
9689
9699
|
DEBIT_CREDIT: string;
|
|
9700
|
+
DEBIT_CREDIT2: string;
|
|
9690
9701
|
DEBIT_CREDIT_ERROR_MESSAGE: string;
|
|
9691
9702
|
DEBIT_CREDIT_SHORT: string;
|
|
9692
9703
|
DEBTOR_NUMBER: string;
|
|
@@ -11958,6 +11969,7 @@ export declare class Dictionaries {
|
|
|
11958
11969
|
ARTICLES_MUST_DIFFER: string;
|
|
11959
11970
|
ARTICLES_NOT_IN_DATE_RANGE: string;
|
|
11960
11971
|
ARTICLES_NOT_IN_LIST_RANGE: string;
|
|
11972
|
+
ARTICLE_ADDED_TO_CART: string;
|
|
11961
11973
|
ARTICLE_ALREADY_LINKED: string;
|
|
11962
11974
|
ARTICLE_ALREADY_PICKED_CONTINUE_ANYWAY: string;
|
|
11963
11975
|
ARTICLE_ALREADY_PRESENT: string;
|
|
@@ -12666,6 +12678,7 @@ export declare class Dictionaries {
|
|
|
12666
12678
|
COLLAPSE: string;
|
|
12667
12679
|
COLLAPSE_ALL: string;
|
|
12668
12680
|
COLLATE_ORDERFORMS: string;
|
|
12681
|
+
COMBINED: string;
|
|
12669
12682
|
COLLECT: string;
|
|
12670
12683
|
COLLECTION: string;
|
|
12671
12684
|
COLLECTION_CODE: string;
|
|
@@ -13216,6 +13229,7 @@ export declare class Dictionaries {
|
|
|
13216
13229
|
DEBETCREDIT: string;
|
|
13217
13230
|
DEBIT_CREDIT_ERROR_MESSAGE: string;
|
|
13218
13231
|
DEBIT_CREDIT: string;
|
|
13232
|
+
DEBIT_CREDIT2: string;
|
|
13219
13233
|
DEBIT_CREDIT_SHORT: string;
|
|
13220
13234
|
DEBTOR_NUMBER: string;
|
|
13221
13235
|
DEBUG_LEVEL: string;
|
|
@@ -14743,6 +14757,7 @@ export declare class Dictionaries {
|
|
|
14743
14757
|
LAYOUT2: string;
|
|
14744
14758
|
LAYOUT: string;
|
|
14745
14759
|
LAYOUTS: string;
|
|
14760
|
+
LAYOUT_SETTINGS: string;
|
|
14746
14761
|
LEAD_TIME: string;
|
|
14747
14762
|
LEAST_EXPENSIVE_PRODUCT: string;
|
|
14748
14763
|
LEAVE: string;
|
|
@@ -15404,6 +15419,7 @@ export declare class Dictionaries {
|
|
|
15404
15419
|
MULTIPLE_INTERBRANCH_LINES_MESSAGE: string;
|
|
15405
15420
|
MULTIPLE_PURCHASEORDERS: string;
|
|
15406
15421
|
MULTIPLE_RESERVATIONS: string;
|
|
15422
|
+
MULTIPLE_SESSIONS_ARE_NOT_ALLOWED: string;
|
|
15407
15423
|
MULTI_BUY: string;
|
|
15408
15424
|
MULTI_FACTORIELE_INTAKE: string;
|
|
15409
15425
|
MULTI_FACTOR_AUTHENTICATION_TOO_LONG: string;
|
|
@@ -16128,6 +16144,9 @@ export declare class Dictionaries {
|
|
|
16128
16144
|
OVERVIEW: string;
|
|
16129
16145
|
OVERVIEW_AND_PAYMENT: string;
|
|
16130
16146
|
OVERVIEW_TRANSFERS: string;
|
|
16147
|
+
OVERRULE_VIA_EMAIL: string;
|
|
16148
|
+
OVERRULE_VIA_EDI: string;
|
|
16149
|
+
OVERRULE_VIA_PRINT: string;
|
|
16131
16150
|
OVER_COVERAGE_PERCENTAGE: string;
|
|
16132
16151
|
OWNER: string;
|
|
16133
16152
|
OWN_REFERENCE: string;
|
|
@@ -17008,6 +17027,8 @@ export declare class Dictionaries {
|
|
|
17008
17027
|
RELATION_DEPENDANT_TEMPLATE: string;
|
|
17009
17028
|
RELATION_DISCOUNT: string;
|
|
17010
17029
|
RELATION_ID: string;
|
|
17030
|
+
RELATION_LAYOUTS: string;
|
|
17031
|
+
RELATION_LAYOUTS_MESSAGE: string;
|
|
17011
17032
|
RELATION_MANAGEMENT: string;
|
|
17012
17033
|
RELATION_NAME: string;
|
|
17013
17034
|
RELATION_NAME_KIND: string;
|
|
@@ -17045,6 +17066,7 @@ export declare class Dictionaries {
|
|
|
17045
17066
|
REMINDER_ORDER_FORM: string;
|
|
17046
17067
|
REMOVE_AMOUNT: string;
|
|
17047
17068
|
REMOVE_ARTICLE: string;
|
|
17069
|
+
REMOVE_DIRECT_SELL: string;
|
|
17048
17070
|
REMOVE_EDI_STRUCTURE_CONNECTION: string;
|
|
17049
17071
|
REMOVE_ENDDATE_FROM_CURRENT_WORKFLOW: string;
|
|
17050
17072
|
REMOVE_FROM_RESOURCE: string;
|
|
@@ -17732,6 +17754,8 @@ export declare class Dictionaries {
|
|
|
17732
17754
|
SHIPPING_COST_ARTICLE: string;
|
|
17733
17755
|
SHIPPING_COST_LINE: string;
|
|
17734
17756
|
SHIPPING_DATE: string;
|
|
17757
|
+
SHIPPING_METHOD_SETTINGS: string;
|
|
17758
|
+
SHIPPING_METHOD_STANDARD_SETTINGS: string;
|
|
17735
17759
|
SHOPPING_CART: string;
|
|
17736
17760
|
SHOPPING_CART_ADD: string;
|
|
17737
17761
|
SHOPPING_CART_CHECKOUT: string;
|
|
@@ -17900,6 +17924,7 @@ export declare class Dictionaries {
|
|
|
17900
17924
|
SPHERECODE: string;
|
|
17901
17925
|
SPHERES: string;
|
|
17902
17926
|
SPHERE_IMAGES: string;
|
|
17927
|
+
SPLIT_BOOKING_LINE: string;
|
|
17903
17928
|
STABLE: string;
|
|
17904
17929
|
STACKABLE: string;
|
|
17905
17930
|
STAFF_DOCTOR: string;
|