@decaf-ts/for-angular 0.0.77 → 0.0.79
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/ew/en.json +144 -19
- package/assets/images/favicon-contrast.svg +7 -0
- package/fesm2022/decaf-ts-for-angular.mjs +8925 -8138
- package/fesm2022/decaf-ts-for-angular.mjs.map +1 -1
- package/index.d.ts +2346 -2289
- package/package.json +1 -1
package/assets/i18n/ew/en.json
CHANGED
|
@@ -1,26 +1,72 @@
|
|
|
1
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
2
|
"component": {
|
|
15
3
|
"modal_diffs": {
|
|
16
4
|
"property": "Property",
|
|
17
5
|
"oldValue": "Old Value",
|
|
18
6
|
"newValue": "New Value"
|
|
7
|
+
},
|
|
8
|
+
"switcher": {
|
|
9
|
+
"leaflet": "Create ePI Document"
|
|
19
10
|
}
|
|
20
11
|
},
|
|
12
|
+
"menu": {
|
|
13
|
+
"login": "Login",
|
|
14
|
+
"dashboard": "Dashboard",
|
|
15
|
+
"products": "Products & Batches",
|
|
16
|
+
"batches": "Batches",
|
|
17
|
+
"logout": "Logout",
|
|
18
|
+
"audit": "Audit",
|
|
19
|
+
"account": "Account",
|
|
20
|
+
"core": "Core",
|
|
21
|
+
"collapse": "Collapse sidebar",
|
|
22
|
+
"leaflet": "Leaflet"
|
|
23
|
+
},
|
|
24
|
+
"epiTabs": {
|
|
25
|
+
"products": "Products",
|
|
26
|
+
"batches": "Batches"
|
|
27
|
+
},
|
|
28
|
+
"logTabs": {
|
|
29
|
+
"access": "Access Logs",
|
|
30
|
+
"actions": "Action Logs"
|
|
31
|
+
},
|
|
32
|
+
"dashboard": {
|
|
33
|
+
"title": "Control Panel",
|
|
34
|
+
"description": "Your ew overview",
|
|
35
|
+
"cards": {
|
|
36
|
+
"product": {
|
|
37
|
+
"title": "Products",
|
|
38
|
+
"description": "Manage and view pharmaceutical products"
|
|
39
|
+
},
|
|
40
|
+
"batch": {
|
|
41
|
+
"title": "Batches",
|
|
42
|
+
"description": "Manage and view product batches"
|
|
43
|
+
},
|
|
44
|
+
"account": {
|
|
45
|
+
"title": "Account",
|
|
46
|
+
"description": "Manage your account settings"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"login": {
|
|
51
|
+
"username": {
|
|
52
|
+
"label": "Username",
|
|
53
|
+
"placeholder": "Type your username"
|
|
54
|
+
},
|
|
55
|
+
"password": {
|
|
56
|
+
"label": "Password",
|
|
57
|
+
"placeholder": "Type your password"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"error": {
|
|
61
|
+
"title": "Error",
|
|
62
|
+
"message": "An unexpected error has occurred.",
|
|
63
|
+
"back": "Back"
|
|
64
|
+
},
|
|
21
65
|
"product": {
|
|
22
66
|
"title":"Products",
|
|
23
|
-
"
|
|
67
|
+
"description": "Manage your pharmaceutical products information",
|
|
68
|
+
"gtin": "GTIN",
|
|
69
|
+
"create": "Add Product",
|
|
24
70
|
"section": {
|
|
25
71
|
"details": {
|
|
26
72
|
"title": "Product Details"
|
|
@@ -38,6 +84,12 @@
|
|
|
38
84
|
"oldValue": "Old Value",
|
|
39
85
|
"newValue": "New Value"
|
|
40
86
|
},
|
|
87
|
+
"batches": "Active Batches",
|
|
88
|
+
"recalled": {
|
|
89
|
+
"label": "Recalled",
|
|
90
|
+
"yes": "Yes",
|
|
91
|
+
"no": "No"
|
|
92
|
+
},
|
|
41
93
|
"documents": {
|
|
42
94
|
"label": "Documents"
|
|
43
95
|
},
|
|
@@ -72,7 +124,7 @@
|
|
|
72
124
|
"placeholder": "Enter the name of the medicinal product"
|
|
73
125
|
},
|
|
74
126
|
"productRecall": {
|
|
75
|
-
"label": "Mark Product as Recalled
|
|
127
|
+
"label": "Mark Product as Recalled"
|
|
76
128
|
},
|
|
77
129
|
"productImage": {
|
|
78
130
|
"label": "Select product image"
|
|
@@ -83,7 +135,14 @@
|
|
|
83
135
|
}
|
|
84
136
|
},
|
|
85
137
|
"batch": {
|
|
86
|
-
"
|
|
138
|
+
"title": "Batches",
|
|
139
|
+
"create": "Add Batch",
|
|
140
|
+
"update": "Update Batch",
|
|
141
|
+
"description": "Manage batches information",
|
|
142
|
+
"filter": {
|
|
143
|
+
"label": "Filter by",
|
|
144
|
+
"all": "All Products"
|
|
145
|
+
},
|
|
87
146
|
"leaflet": {
|
|
88
147
|
"empty": {
|
|
89
148
|
"title": "No epi documents found",
|
|
@@ -107,6 +166,21 @@
|
|
|
107
166
|
"metformin": "Metformin"
|
|
108
167
|
}
|
|
109
168
|
},
|
|
169
|
+
"actions": {
|
|
170
|
+
"label": "Actions"
|
|
171
|
+
},
|
|
172
|
+
"inventedName": {
|
|
173
|
+
"label": "Invented Name",
|
|
174
|
+
"placeholder": "Enter the Invented Name"
|
|
175
|
+
},
|
|
176
|
+
"namemedicinalproduct": {
|
|
177
|
+
"label": "Medicinal Product Name",
|
|
178
|
+
"placeholder": "Enter the name of the medicinal product"
|
|
179
|
+
},
|
|
180
|
+
"nameMedicinalProduct": {
|
|
181
|
+
"label": "Medicinal Product Name",
|
|
182
|
+
"placeholder": "Enter the name of the medicinal product"
|
|
183
|
+
},
|
|
110
184
|
"batchNumber": {
|
|
111
185
|
"label": "Batch Number",
|
|
112
186
|
"placeholder": "Enter the batch number"
|
|
@@ -139,17 +213,40 @@
|
|
|
139
213
|
"placeholder": "Enter the date of manufacturing"
|
|
140
214
|
},
|
|
141
215
|
"batchRecall": {
|
|
142
|
-
"label": "Mark Batch as Recalled
|
|
216
|
+
"label": "Mark Batch as Recalled"
|
|
143
217
|
}
|
|
144
218
|
},
|
|
145
219
|
"leaflet": {
|
|
220
|
+
"title": "ePI Document",
|
|
221
|
+
"description": "Submit and track your electronic Product Information",
|
|
222
|
+
"create": "Add ePI Document",
|
|
223
|
+
"filter_by": "Select Product",
|
|
224
|
+
"filter": {
|
|
225
|
+
"label": "Filter by",
|
|
226
|
+
"all": "All Products"
|
|
227
|
+
},
|
|
228
|
+
"documentCol": {
|
|
229
|
+
"label": "Document Name"
|
|
230
|
+
},
|
|
231
|
+
"batchCol": {
|
|
232
|
+
"label": "Batch Number"
|
|
233
|
+
},
|
|
234
|
+
"epiMarket": {
|
|
235
|
+
"label": "Market"
|
|
236
|
+
},
|
|
237
|
+
"actions": {
|
|
238
|
+
"label": "Actions"
|
|
239
|
+
},
|
|
240
|
+
"leafletType": {
|
|
241
|
+
"label": "Document Type"
|
|
242
|
+
},
|
|
146
243
|
"productCode": {
|
|
147
|
-
"label": "
|
|
244
|
+
"label": "Product",
|
|
148
245
|
"placeholder": "Select the product"
|
|
149
246
|
},
|
|
150
247
|
"batchNumber": {
|
|
151
|
-
"label": "
|
|
152
|
-
"placeholder": "Select the
|
|
248
|
+
"label": "Batch",
|
|
249
|
+
"placeholder": "Select the batch"
|
|
153
250
|
},
|
|
154
251
|
"lang": {
|
|
155
252
|
"label": "Language",
|
|
@@ -204,5 +301,33 @@
|
|
|
204
301
|
"label": "MAH Address",
|
|
205
302
|
"placeholder": "Enter the MAH Address"
|
|
206
303
|
}
|
|
304
|
+
},
|
|
305
|
+
"audit": {
|
|
306
|
+
"title": "Audit Logs",
|
|
307
|
+
"description": "Review the history of user actions within the system.",
|
|
308
|
+
"empty": "No audit logs available.",
|
|
309
|
+
"userId": {
|
|
310
|
+
"label": "User ID"
|
|
311
|
+
},
|
|
312
|
+
"userDID": {
|
|
313
|
+
"label": "User DID"
|
|
314
|
+
},
|
|
315
|
+
"userGroup": {
|
|
316
|
+
"label": "User Group"
|
|
317
|
+
},
|
|
318
|
+
"action": {
|
|
319
|
+
"label": "Action"
|
|
320
|
+
},
|
|
321
|
+
"transaction": {
|
|
322
|
+
"label": "Transaction"
|
|
323
|
+
},
|
|
324
|
+
"diffs": {
|
|
325
|
+
"label": "Changes"
|
|
326
|
+
},
|
|
327
|
+
"view_diffs": "<a>View</a>"
|
|
328
|
+
},
|
|
329
|
+
"account": {
|
|
330
|
+
"title": "Account Information",
|
|
331
|
+
"description": "Wallet and Identity Configuration."
|
|
207
332
|
}
|
|
208
333
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" role="img" aria-label="Decaf ícone branco">
|
|
3
|
+
<style>
|
|
4
|
+
.outline { fill: #fff; }
|
|
5
|
+
</style>
|
|
6
|
+
<path class="outline" d="M53.26,16.59l-18.34,18.33-18.33,18.34v110.15h110.23l36.58-36.58V16.59H53.26ZM108.35,126.7h-36.71s-18.35.01-18.35.01h0s-.03-.01-.03-.01v-18.23h.03v-55.15h18.35v55.15h36.71v18.23ZM145.02,71.7h-18.35v18.44h-18.32v-36.87h36.67v18.44Z"/>
|
|
7
|
+
</svg>
|