@decaf-ts/for-angular 0.0.51 → 0.0.53

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
 
@@ -0,0 +1,203 @@
1
+ {
2
+ "menu": {
3
+ "product": "Products",
4
+ "batch": "Batches",
5
+ "logout": "Logout",
6
+ "account": "Account",
7
+ "user": "Users",
8
+ "category": "Categories",
9
+ "employee": "Employees",
10
+ "ai": "AI Models",
11
+ "aivendor": "Ai Vendors",
12
+ "product_management": "Product Management"
13
+ },
14
+ "login": {
15
+ "username": {
16
+ "label": "Username",
17
+ "placeholder": "Type your username"
18
+ },
19
+ "password": {
20
+ "label": "Password",
21
+ "placeholder": "Type your password"
22
+ }
23
+ },
24
+ "demo": {
25
+ "title": "Demo Form",
26
+ "id": {
27
+ "label": "id",
28
+ "placeholder": "Type a number"
29
+ },
30
+ "name": {
31
+ "label": "Name",
32
+ "placeholder": "Type your name"
33
+ },
34
+ "birthdate": {
35
+ "label": "Birthdate"
36
+ },
37
+ "email": {
38
+ "label": "E-mail",
39
+ "placeholder": "Type your e-mail address"
40
+ },
41
+ "website": {
42
+ "label": "Website",
43
+ "placeholder": "Type your favorite website"
44
+ },
45
+ "password": {
46
+ "label": "Password",
47
+ "placeholder": "Type your password"
48
+ },
49
+ "gender": {
50
+ "label": "Select your gender",
51
+ "options": {
52
+ "male": "Male",
53
+ "female": "Female"
54
+ }
55
+ },
56
+ "contact": {
57
+ "label": "Contact",
58
+ "options": {
59
+ "morning": "Morning",
60
+ "afternoon": "Afternoon",
61
+ "evening": "Evening",
62
+ "all": "All"
63
+ }
64
+ },
65
+ "agree": {
66
+ "label": "I accept the terms and conditions."
67
+ }
68
+ },
69
+ "category": {
70
+ "name": {
71
+ "label": "Category name",
72
+ "placeholder": "Type the category"
73
+ },
74
+ "id": {
75
+ "label": "Category ID",
76
+ "placeholder": "Type the category id"
77
+ },
78
+ "description": {
79
+ "label": "Category Description",
80
+ "placeholder": "Describe the category (optional)"
81
+ },
82
+ "created": {
83
+ "label": "Creation date",
84
+ "placeholder": "Select the creation date"
85
+ }
86
+ },
87
+ "employee": {
88
+ "name": {
89
+ "label": "Employee name",
90
+ "placeholder": "Type the employee name"
91
+ },
92
+ "occupation": {
93
+ "label": "Employee occupation"
94
+ }
95
+ },
96
+ "user": {
97
+ "secret": {
98
+ "label": "Password"
99
+ },
100
+ "username": {
101
+ "label": "Username",
102
+ "placeholder": "Type user name"
103
+ },
104
+ "id": {
105
+ "label": "ID",
106
+ "placeholder": "Type user ID"
107
+ }
108
+ },
109
+ "stepped-form": {
110
+ "step1": {
111
+ "title": "Step 1",
112
+ "description": "This is the first step"
113
+ },
114
+ "step2": {
115
+ "title": "Step 2",
116
+ "description": "This is the second step"
117
+ },
118
+ "step3": {
119
+ "title": "Step 3",
120
+ "description": "This is the last step"
121
+ }
122
+ },
123
+ "aimodel": {
124
+ "name": {
125
+ "label": "Name",
126
+ "placeholder": "Type model name"
127
+ },
128
+ "features": {
129
+ "label": "Features",
130
+ "placeholder": "Select model features",
131
+ "options": {
132
+ "personal-identifiers": "Personal Identifiers",
133
+ "summarization": "Summarization",
134
+ "contextualization": "Contextualization",
135
+ "keywords": "Keywords",
136
+ "reranking": "Reranking",
137
+ "text-to-speech": "Text To Speech",
138
+ "speech-to-text": "Speech To Text",
139
+ "image-to-text": "Image To Text",
140
+ "text-to-image": "Text To Image",
141
+ "text-to-video": "Text To Video",
142
+ "vision-to-text": "Vision To Text",
143
+ "object-recognition": "Object Recognition",
144
+ "reasoning": "Reasoning",
145
+ "question-answering": "Question Answering",
146
+ "chat": "Chat",
147
+ "translation": "Translation",
148
+ "planning": "Planning",
149
+ "research": "Research",
150
+ "deep-research": "Deep Research",
151
+ "tool-usage": "Tool Usage",
152
+ "coding": "Coding",
153
+ "lightweight": "Lightweight",
154
+ "heavyweight": "Heavyweight"
155
+ }
156
+ }
157
+ },
158
+ "aivendors": {
159
+ "name": {
160
+ "label": "Name",
161
+ "placeholder": "Select vendor",
162
+ "options": {
163
+ "google": "Google",
164
+ "openai": "OpenAI",
165
+ "anthropic": "Anthropic",
166
+ "perplexity": "Perplexity",
167
+ "midjourney": "Midjourney",
168
+ "runway": "Runway",
169
+ "ollama": "Ollama",
170
+ "mistralai": "Mistral AI"
171
+ }
172
+ },
173
+ "models": {
174
+ "label": "Models",
175
+ "placeholder": "Select model",
176
+ "options": {
177
+ "personal-identifiers": "Personal Identifiers",
178
+ "summarization": "Summarization",
179
+ "contextualization": "Contextualization",
180
+ "keywords": "Keywords",
181
+ "reranking": "Reranking",
182
+ "text-to-speech": "Text To Speech",
183
+ "speech-to-text": "Speech To Text",
184
+ "image-to-text": "Image To Text",
185
+ "text-to-image": "Text To Image",
186
+ "text-to-video": "Text To Video",
187
+ "vision-to-text": "Vision To Text",
188
+ "object-recognition": "Object Recognition",
189
+ "reasoning": "Reasoning",
190
+ "question-answering": "Question Answering",
191
+ "chat": "Chat",
192
+ "translation": "Translation",
193
+ "planning": "Planning",
194
+ "research": "Research",
195
+ "deep-research": "Deep Research",
196
+ "tool-usage": "Tool Usage",
197
+ "coding": "Coding",
198
+ "lightweight": "Lightweight",
199
+ "heavyweight": "Heavyweight"
200
+ }
201
+ }
202
+ }
203
+ }
@@ -0,0 +1,167 @@
1
+ {
2
+ "menu": {
3
+ "product": "Products",
4
+ "batch": "Batches",
5
+ "logout": "Logout",
6
+ "account": "Account",
7
+ "user": "Users",
8
+ "category": "Categories",
9
+ "employee": "Employees",
10
+ "ai": "AI Models",
11
+ "aivendor": "Ai Vendors",
12
+ "product_management": "Product Management"
13
+ },
14
+ "product": {
15
+ "title":"Products Details",
16
+ "menu": "Products",
17
+ "section": {
18
+ "details": {
19
+ "title": "Product Details"
20
+ },
21
+ "image": {
22
+ "title": "Product Image"
23
+ },
24
+ "epi": {
25
+ "title": "Epi Information"
26
+ }
27
+ },
28
+ "productCode": {
29
+ "label": "Product Code",
30
+ "placeholder": "Enter the product code"
31
+ },
32
+ "inventedName": {
33
+ "label": "Invented Name",
34
+ "placeholder": "Enter the Invented Name"
35
+ },
36
+ "namemedicinalproduct": {
37
+ "label": "Medicinal Product Name",
38
+ "placeholder": "Enter the name of the medicinal product"
39
+ },
40
+ "internalMaterialCode": {
41
+ "label": "Internal Material Code",
42
+ "placeholder": "Enter the internal material code"
43
+ },
44
+ "importLicenseNumber": {
45
+ "label": "Import License Number",
46
+ "placeholder": "Enter the import license number"
47
+ },
48
+ "nameMedicinalProduct": {
49
+ "label": "Medicinal Product Name",
50
+ "placeholder": "Enter the name of the medicinal product"
51
+ },
52
+ "productRecall": {
53
+ "label": "Mark Product as Recalled (Enabled only for Brazil)"
54
+ },
55
+ "productImage": {
56
+ "label": "Select product image"
57
+ },
58
+ "xmlFileContent": {
59
+ "label": "Click in button bellow or drop your epi files here",
60
+ "placeholder": "Select the Epi File"
61
+ }
62
+ },
63
+ "batch": {
64
+ "menu": "Batches",
65
+ "productcode": {
66
+ "label": "Product Code",
67
+ "placeholder": "Enter the product code",
68
+ "options": {
69
+ "aspirin": "Aspirin",
70
+ "paracetamol": "Paracetamol",
71
+ "ibuprofen": "Ibuprofen",
72
+ "amoxicillin": "Amoxicillin",
73
+ "azithromycin": "Azithromycin",
74
+ "metformin": "Metformin"
75
+ }
76
+ },
77
+ "batchNumber": {
78
+ "label": "Batch Number",
79
+ "placeholder": "Enter the batch number"
80
+ },
81
+ "dayselection": {
82
+ "label": "Enable Day Selection"
83
+ },
84
+ "expiryDate": {
85
+ "label": "Expiry Date",
86
+ "placeholder": "Enter the expiry date"
87
+ },
88
+ "packagingSiteName": {
89
+ "label": "Packaging Site Name",
90
+ "placeholder": "Enter the packaging site name"
91
+ },
92
+ "importLicenseNumber": {
93
+ "label": "Import License Number",
94
+ "placeholder": "Enter the import license number"
95
+ },
96
+ "manufacturerName": {
97
+ "label": "Manufacturer Name",
98
+ "placeholder": "Enter the manufacturer name"
99
+ },
100
+ "manufacturerAddress": {
101
+ "label": "Manufacturer Address",
102
+ "placeholder": "Enter the manufacturer address"
103
+ },
104
+ "dateOfManufacturing": {
105
+ "label": "Date of Manufacturing",
106
+ "placeholder": "Enter the date of manufacturing"
107
+ },
108
+ "batchRecall": {
109
+ "label": "Mark Batch as Recalled (Enabled only for Brazil)"
110
+ }
111
+ },
112
+ "leaflet": {
113
+ "language": {
114
+ "label": "Language",
115
+ "placeholder": "Select the language"
116
+ },
117
+ "type": {
118
+ "label": "Docment type",
119
+ "placeholder": "Select the document type",
120
+ "options": {
121
+ "leaflet": "Patient Information",
122
+ "prescribinginfo": "Prescribing Information",
123
+ "smcp": "SMCP"
124
+ }
125
+ },
126
+ "market": {
127
+ "label": "Market",
128
+ "placeholder": "Select the market"
129
+ },
130
+ "xmlFileContent": {
131
+ "label": "Epi File",
132
+ "placeholder": "Select the Epi File"
133
+ }
134
+ },
135
+ "substance": {
136
+ "name": {
137
+ "label": "Substance Name",
138
+ "placeholder": "Enter the substance name"
139
+ },
140
+ "strength": {
141
+ "label": "Substance Strength",
142
+ "placeholder": "Enter the substance strength"
143
+ }
144
+ },
145
+ "market": {
146
+ "id": {
147
+ "label": "Select Country",
148
+ "placeholder": "Select Country"
149
+ },
150
+ "nationalCode": {
151
+ "label": "National Code",
152
+ "placeholder": "Enter the national code"
153
+ },
154
+ "mahName": {
155
+ "label": "MAH Name",
156
+ "placeholder": "Enter the MAH Name"
157
+ },
158
+ "legalEntityName": {
159
+ "label": "Legal Entity Name",
160
+ "placeholder": "Enter the Legal Entity Name"
161
+ },
162
+ "mahAddress": {
163
+ "label": "MAH Address",
164
+ "placeholder": "Enter the MAH Address"
165
+ }
166
+ }
167
+ }
@@ -0,0 +1,186 @@
1
+ {
2
+ "login": {
3
+ "username": {
4
+ "label": "Nome de utilizador",
5
+ "placeholder": "Introduza o seu nome de utilizador"
6
+ },
7
+ "password": {
8
+ "label": "Palavra-passe",
9
+ "placeholder": "Introduza a sua palavra-passe"
10
+ }
11
+ },
12
+ "demo": {
13
+ "id": {
14
+ "label": "ID",
15
+ "placeholder": "Introduza um número"
16
+ },
17
+ "name": {
18
+ "label": "Nome",
19
+ "placeholder": "Introduza o seu nome"
20
+ },
21
+ "birthdate": {
22
+ "label": "Data de nascimento"
23
+ },
24
+ "email": {
25
+ "label": "E-mail",
26
+ "placeholder": "Introduza o seu endereço de e-mail"
27
+ },
28
+ "website": {
29
+ "label": "Site",
30
+ "placeholder": "Introduza o seu site preferido"
31
+ },
32
+ "password": {
33
+ "label": "Palavra-passe",
34
+ "placeholder": "Introduza a sua palavra-passe"
35
+ },
36
+ "gender": {
37
+ "label": "Selecione o seu género",
38
+ "options": {
39
+ "male": "Masculino",
40
+ "female": "Feminino"
41
+ }
42
+ },
43
+ "contact": {
44
+ "label": "Contacto",
45
+ "options": {
46
+ "morning": "Manhã",
47
+ "afternoon": "Tarde",
48
+ "evening": "Noite",
49
+ "all": "Qualquer horário"
50
+ }
51
+ },
52
+ "agree": {
53
+ "label": "Aceito os termos e condições."
54
+ }
55
+ },
56
+ "category": {
57
+ "name": {
58
+ "label": "Nome da categoria",
59
+ "placeholder": "Introduza a categoria"
60
+ },
61
+ "description": {
62
+ "label": "Descrição da categoria",
63
+ "placeholder": "Descreva a categoria (opcional)"
64
+ },
65
+ "created": {
66
+ "label": "Data de criação",
67
+ "placeholder": "Selecione a data de criação"
68
+ }
69
+ },
70
+ "employee": {
71
+ "name": {
72
+ "label": "Nome do colaborador",
73
+ "placeholder": "Introduza o nome do colaborador"
74
+ },
75
+ "occupation": {
76
+ "label": "Função do colaborador"
77
+ }
78
+ },
79
+ "user": {
80
+ "secret": {
81
+ "label": "Palavra-passe"
82
+ },
83
+ "username": {
84
+ "label": "Nome de utilizador",
85
+ "placeholder": "Introduza o nome de utilizador"
86
+ },
87
+ "id": {
88
+ "label": "ID",
89
+ "placeholder": "Introduza o ID do utilizador"
90
+ }
91
+ },
92
+ "stepped-form": {
93
+ "step1": {
94
+ "title": "Etapa 1",
95
+ "description": "Esta é a primeira etapa"
96
+ },
97
+ "step2": {
98
+ "title": "Etapa 2",
99
+ "description": "Esta é a segunda etapa"
100
+ },
101
+ "step3": {
102
+ "title": "Etapa 3",
103
+ "description": "Esta é a última etapa"
104
+ }
105
+ },
106
+ "aimodel": {
107
+ "name": {
108
+ "label": "Nome",
109
+ "placeholder": "Introduza o nome do modelo"
110
+ },
111
+ "features": {
112
+ "label": "Funcionalidades",
113
+ "placeholder": "Selecione as funcionalidades do modelo",
114
+ "options": {
115
+ "personal-identifiers": "Identificadores pessoais",
116
+ "summarization": "Resumo",
117
+ "contextualization": "Contextualização",
118
+ "keywords": "Palavras-chave",
119
+ "reranking": "Reordenação",
120
+ "text-to-speech": "Texto para fala",
121
+ "speech-to-text": "Fala para texto",
122
+ "image-to-text": "Imagem para texto",
123
+ "text-to-image": "Texto para imagem",
124
+ "text-to-video": "Texto para vídeo",
125
+ "vision-to-text": "Visão para texto",
126
+ "object-recognition": "Reconhecimento de objetos",
127
+ "reasoning": "Raciocínio",
128
+ "question-answering": "Resposta a perguntas",
129
+ "chat": "Chat",
130
+ "translation": "Tradução",
131
+ "planning": "Planeamento",
132
+ "research": "Pesquisa",
133
+ "deep-research": "Pesquisa aprofundada",
134
+ "tool-usage": "Utilização de ferramentas",
135
+ "coding": "Programação",
136
+ "lightweight": "Leve",
137
+ "heavyweight": "Pesado"
138
+ }
139
+ }
140
+ },
141
+ "aivendors": {
142
+ "name": {
143
+ "label": "Nome",
144
+ "placeholder": "Selecione o fornecedor",
145
+ "options": {
146
+ "google": "Google",
147
+ "openai": "OpenAI",
148
+ "anthropic": "Anthropic",
149
+ "perplexity": "Perplexity",
150
+ "midjourney": "Midjourney",
151
+ "runway": "Runway",
152
+ "ollama": "Ollama",
153
+ "mistralai": "Mistral AI"
154
+ }
155
+ },
156
+ "models": {
157
+ "label": "Modelos",
158
+ "placeholder": "Selecione o modelo",
159
+ "options": {
160
+ "personal-identifiers": "Identificadores pessoais",
161
+ "summarization": "Resumo",
162
+ "contextualization": "Contextualização",
163
+ "keywords": "Palavras-chave",
164
+ "reranking": "Reordenação",
165
+ "text-to-speech": "Texto para fala",
166
+ "speech-to-text": "Fala para texto",
167
+ "image-to-text": "Imagem para texto",
168
+ "text-to-image": "Texto para imagem",
169
+ "text-to-video": "Texto para vídeo",
170
+ "vision-to-text": "Visão para texto",
171
+ "object-recognition": "Reconhecimento de objetos",
172
+ "reasoning": "Raciocínio",
173
+ "question-answering": "Resposta a perguntas",
174
+ "chat": "Chat",
175
+ "translation": "Tradução",
176
+ "planning": "Planeamento",
177
+ "research": "Pesquisa",
178
+ "deep-research": "Pesquisa aprofundada",
179
+ "tool-usage": "Utilização de ferramentas",
180
+ "coding": "Programação",
181
+ "lightweight": "Leve",
182
+ "heavyweight": "Pesado"
183
+ }
184
+ }
185
+ }
186
+ }
@@ -0,0 +1,7 @@
1
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.8333 2.75V6.41667C12.8333 6.92293 13.2437 7.33333 13.7499 7.33333H17.4166" stroke="#2F2B3D" stroke-opacity="0.9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.5833 19.25H6.41659C5.40406 19.25 4.58325 18.4292 4.58325 17.4167V4.58333C4.58325 3.57081 5.40406 2.75 6.41659 2.75H12.8333L17.4166 7.33333V17.4167C17.4166 18.4292 16.5958 19.25 15.5833 19.25Z" stroke="#2F2B3D" stroke-opacity="0.9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M8.25 8.25008H9.16667" stroke="#2F2B3D" stroke-opacity="0.9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8.25 11.9166H13.75" stroke="#2F2B3D" stroke-opacity="0.9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M8.25 15.5833H13.75" stroke="#2F2B3D" stroke-opacity="0.9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-edit"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" /><path d="M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" /><path d="M16 5l3 3" /></svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z" stroke="#2F2B3D" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M6 2V14" stroke="#2F2B3D" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M10.6667 10L8.66667 8L10.6667 6" stroke="#2F2B3D" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#2F2B3D" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 12H15M3 6H21M3 18H21" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-trash"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 7l16 0" /><path d="M10 11l0 6" /><path d="M14 11l0 6" /><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" /><path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" /></svg>