@colijnit/sharedcomponents 255.1.20 → 255.1.21
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 +3 -3
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/tab-bar/tab-bar.component.js +13 -7
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +14 -8
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +4 -0
- package/package.json +1 -1
|
@@ -7044,8 +7044,10 @@ export declare class Dictionaries {
|
|
|
7044
7044
|
MATCHED_LINES: string;
|
|
7045
7045
|
MATCH_REFERENCE: string;
|
|
7046
7046
|
MATERIAL: string;
|
|
7047
|
+
MATERIAL_GENERIC: string;
|
|
7047
7048
|
MATERIALS: string;
|
|
7048
7049
|
MATERIAL_CODE: string;
|
|
7050
|
+
MATERIAL_TYPE: string;
|
|
7049
7051
|
MATURETIES: string;
|
|
7050
7052
|
MAX: string;
|
|
7051
7053
|
MAXIMUM_DISCOUNT: string;
|
|
@@ -14903,8 +14905,10 @@ export declare class Dictionaries {
|
|
|
14903
14905
|
MATCHED_LINES: string;
|
|
14904
14906
|
MATCH_REFERENCE: string;
|
|
14905
14907
|
MATERIAL: string;
|
|
14908
|
+
MATERIAL_GENERIC: string;
|
|
14906
14909
|
MATERIALS: string;
|
|
14907
14910
|
MATERIAL_CODE: string;
|
|
14911
|
+
MATERIAL_TYPE: string;
|
|
14908
14912
|
MATURETIES: string;
|
|
14909
14913
|
MAX: string;
|
|
14910
14914
|
MAXIMUM_DISCOUNT: string;
|