@decaf-ts/for-angular 0.0.53 → 0.0.55
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/assets/i18n/en.json +5 -0
- package/assets/i18n/ew/en.json +10 -2
- package/fesm2022/decaf-ts-for-angular.mjs +352 -260
- package/fesm2022/decaf-ts-for-angular.mjs.map +1 -1
- package/index.d.ts +76 -31
- package/package.json +1 -1
package/assets/i18n/en.json
CHANGED
package/assets/i18n/ew/en.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"label": "Select product image"
|
|
57
57
|
},
|
|
58
58
|
"xmlFileContent": {
|
|
59
|
-
"label": "
|
|
59
|
+
"label": "Select directory or drop your epi files here",
|
|
60
60
|
"placeholder": "Select the Epi File"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
@@ -110,7 +110,15 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"leaflet": {
|
|
113
|
-
"
|
|
113
|
+
"productCode": {
|
|
114
|
+
"label": "Select Product",
|
|
115
|
+
"placeholder": "Select the product"
|
|
116
|
+
},
|
|
117
|
+
"batchNumber": {
|
|
118
|
+
"label": "Select Batch",
|
|
119
|
+
"placeholder": "Select the product"
|
|
120
|
+
},
|
|
121
|
+
"lang": {
|
|
114
122
|
"label": "Language",
|
|
115
123
|
"placeholder": "Select the language"
|
|
116
124
|
},
|