@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 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
  ![Licence](https://img.shields.io/github/license/decaf-ts/for-angular.svg?style=plastic)
6
8
  ![GitHub language count](https://img.shields.io/github/languages/count/decaf-ts/for-angular?style=plastic)
7
9
  ![GitHub top language](https://img.shields.io/github/languages/top/decaf-ts/for-angular?style=plastic)
@@ -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
 
@@ -56,7 +56,7 @@
56
56
  "label": "Select product image"
57
57
  },
58
58
  "xmlFileContent": {
59
- "label": "Click in button bellow or drop your epi files here",
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
- "language": {
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
  },