@decaf-ts/for-angular 0.0.52 → 0.0.54
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/README.md +5 -0
- package/assets/i18n/ew/en.json +10 -2
- package/fesm2022/decaf-ts-for-angular.mjs +124 -108
- package/fesm2022/decaf-ts-for-angular.mjs.map +1 -1
- package/index.d.ts +144 -134
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Decaf's Angular Module
|
|
4
4
|
|
|
5
|
+
> Release docs refreshed on 2025-11-26. See [workdocs/reports/RELEASE_NOTES.md](./workdocs/reports/RELEASE_NOTES.md) for ticket summaries.
|
|
6
|
+
|
|
5
7
|

|
|
6
8
|

|
|
7
9
|

|
|
@@ -65,6 +67,9 @@ A very versatile persistence layer. from smart contracts, Digital wallets or jus
|
|
|
65
67
|
- builder;
|
|
66
68
|
- etc;
|
|
67
69
|
|
|
70
|
+
## Release Documentation Hooks
|
|
71
|
+
Stay aligned with the automated release pipeline by reviewing [Release Notes](./workdocs/reports/RELEASE_NOTES.md) and [Dependencies](./workdocs/reports/DEPENDENCIES.md) after trying these recipes (updated on 2025-11-26).
|
|
72
|
+
|
|
68
73
|
|
|
69
74
|
### Related
|
|
70
75
|
|
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
|
},
|