@ukpc-lib/react 0.2.30 → 0.2.34

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.
Files changed (31) hide show
  1. package/dist/@types/resources.d.ts +457 -0
  2. package/dist/components/GlobalMenu/components/Tooltip.d.ts +8 -0
  3. package/dist/components/index.cjs +30 -30
  4. package/dist/components/index.js +2888 -2965
  5. package/dist/index.module-1f083a17.cjs +1088 -0
  6. package/dist/index.module-68397449.js +26213 -0
  7. package/dist/main.d.ts +0 -1
  8. package/dist/share/TranslationProvider/index.d.ts +4 -5
  9. package/dist/share/index.cjs +1 -1
  10. package/dist/share/index.js +20 -17
  11. package/package.json +3 -3
  12. package/web-components-bundle/access-denied/index.cjs +1 -1
  13. package/web-components-bundle/access-denied/index.js +2 -2
  14. package/web-components-bundle/global-menu/index.cjs +1 -1
  15. package/web-components-bundle/global-menu/index.js +2 -2
  16. package/web-components-bundle/global-topbar/index.cjs +1 -1
  17. package/web-components-bundle/global-topbar/index.js +4 -4
  18. package/web-components-bundle/has-permission/index.cjs +1 -1
  19. package/web-components-bundle/has-permission/index.js +4 -4
  20. package/web-components-bundle/index-090b40a1.cjs +3 -0
  21. package/web-components-bundle/{index-1db32fa4.cjs → index-2111aa4b.cjs} +80 -80
  22. package/web-components-bundle/{index-aa69d7f8.js → index-340d7782.js} +718 -723
  23. package/web-components-bundle/index-9d0c4c92.js +3506 -0
  24. package/web-components-bundle/{index-e20e66c0.js → index-c8cf7c0f.js} +1234 -1189
  25. package/web-components-bundle/{index-d3cefb44.cjs → index-fc7ef96b.cjs} +20 -20
  26. package/web-components-bundle/{react-to-web-component-cf652ce8.js → react-to-web-component-24d28041.js} +652 -645
  27. package/web-components-bundle/{react-to-web-component-fde3f1ba.cjs → react-to-web-component-5d347552.cjs} +9 -9
  28. package/dist/index.module-10fe74a9.js +0 -25593
  29. package/dist/index.module-5858fff5.cjs +0 -1087
  30. package/web-components-bundle/index-433c2a88.cjs +0 -2
  31. package/web-components-bundle/index-f9eb06fc.js +0 -3000
@@ -0,0 +1,457 @@
1
+ declare const resources: {
2
+ readonly en: {
3
+ errorMessage: {
4
+ "400": string;
5
+ "401": string;
6
+ "403": string;
7
+ "404": string;
8
+ "500": string;
9
+ "502": string;
10
+ "503": string;
11
+ "504": string;
12
+ };
13
+ components: {
14
+ unauthorizedPage: {
15
+ title: string;
16
+ description1: string;
17
+ description2: string;
18
+ };
19
+ };
20
+ configurations: {
21
+ saasAdmin: {
22
+ servicePackage: {
23
+ errorMessage: {
24
+ packageNotFound: string;
25
+ languageInvalid: string;
26
+ packageNameExists: string;
27
+ serviceNotFound: string;
28
+ serviceNotBelongToPackage: string;
29
+ serviceNotBelongToServiceParent: string;
30
+ canNotGetServiceListPleaseTryAgain: string;
31
+ };
32
+ };
33
+ tenantManagement: {
34
+ errorMessage: {
35
+ tenantNotFound: string;
36
+ countryInvalid: string;
37
+ createTenantFailed: string;
38
+ isTenantMailExist: string;
39
+ };
40
+ };
41
+ brandManagement: {
42
+ errorMessage: {
43
+ firstNameInvalid: string;
44
+ createdAtInvalid: string;
45
+ brandNotFound: string;
46
+ lastNameInvalid: string;
47
+ idInvalid: string;
48
+ updatedAtInvalid: string;
49
+ countryInvalid: string;
50
+ termTypeInvalid: string;
51
+ baseCostTypeInvalid: string;
52
+ brandStatusesInvalid: string;
53
+ informationPlanIsRequired: string;
54
+ settingStatusesInvalid: string;
55
+ languagesInvalid: string;
56
+ currencyInvalid: string;
57
+ distanceMetricInvalid: string;
58
+ settingNotFound: string;
59
+ subscriptionNotFound: string;
60
+ subscriptionNameExists: string;
61
+ subscriptionServiceNotFound: string;
62
+ subscriptionServiceNotBelongToPackage: string;
63
+ subscriptionServiceNotBelongTosubscriptionServiceParent: string;
64
+ canNotGetsubscriptionServiceListPleaseTryAgain: string;
65
+ };
66
+ };
67
+ };
68
+ tenantAdmin: {
69
+ brandManagement: {
70
+ errorMessage: {
71
+ firstNameInvalid: string;
72
+ createdAtInvalid: string;
73
+ brandNotFound: string;
74
+ lastNameInvalid: string;
75
+ idInvalid: string;
76
+ updatedAtInvalid: string;
77
+ countryInvalid: string;
78
+ termTypeInvalid: string;
79
+ baseCostTypeInvalid: string;
80
+ brandStatusesInvalid: string;
81
+ informationPlanIsRequired: string;
82
+ settingStatusesInvalid: string;
83
+ languagesInvalid: string;
84
+ currencyInvalid: string;
85
+ distanceMetricInvalid: string;
86
+ settingNotFound: string;
87
+ subscriptionNotFound: string;
88
+ subscriptionNameExists: string;
89
+ subscriptionServiceNotFound: string;
90
+ subscriptionServiceNotBelongToPackage: string;
91
+ subscriptionServiceNotBelongTosubscriptionServiceParent: string;
92
+ canNotGetsubscriptionServiceListPleaseTryAgain: string;
93
+ };
94
+ };
95
+ };
96
+ brandAdmin: {
97
+ errorMessage: {
98
+ firstNameInvalid: string;
99
+ createdAtInvalid: string;
100
+ brandNotFound: string;
101
+ lastNameInvalid: string;
102
+ idInvalid: string;
103
+ updatedAtInvalid: string;
104
+ countryInvalid: string;
105
+ termTypeInvalid: string;
106
+ baseCostTypeInvalid: string;
107
+ brandStatusesInvalid: string;
108
+ informationPlanIsRequired: string;
109
+ settingStatusesInvalid: string;
110
+ languagesInvalid: string;
111
+ currencyInvalid: string;
112
+ distanceMetricInvalid: string;
113
+ settingNotFound: string;
114
+ subscriptionNotFound: string;
115
+ subscriptionNameExists: string;
116
+ subscriptionServiceNotFound: string;
117
+ subscriptionServiceNotBelongToPackage: string;
118
+ subscriptionServiceNotBelongTosubscriptionServiceParent: string;
119
+ canNotGetsubscriptionServiceListPleaseTryAgain: string;
120
+ };
121
+ };
122
+ iam: {
123
+ usersManagement: {
124
+ errorMessage: {
125
+ firstNameInvalid: string;
126
+ createdAtInvalid: string;
127
+ notFound: string;
128
+ lastNameInvalid: string;
129
+ updatedAtInvalid: string;
130
+ emailInvalid: string;
131
+ passwordInvalid: string;
132
+ countryCodeInvalid: string;
133
+ languageCodeInvalid: string;
134
+ deletedAtInvalid: string;
135
+ isActiveInvalid: string;
136
+ isSuspendInvalid: string;
137
+ userExist: string;
138
+ authProviderInvalid: string;
139
+ isEnableInvalid: string;
140
+ sendEmailFailed: string;
141
+ emailRequired: string;
142
+ firstNameRequired: string;
143
+ lastNameRequired: string;
144
+ countryCodeRequired: string;
145
+ userStatusInvalid: string;
146
+ loginAtInvalid: string;
147
+ avatarFileInvalid: string;
148
+ permissionGroupNotFound: string;
149
+ organizeInvalid: string;
150
+ relatedIdInvalid: string;
151
+ userOrganizeNotFound: string;
152
+ isSystemInvalid: string;
153
+ organizeUserInvalid: string;
154
+ organizeUserDuplicate: string;
155
+ };
156
+ };
157
+ permissionGroup: {
158
+ errorMessage: {
159
+ actionNotFound: string;
160
+ permissionGroupNotFound: string;
161
+ permissionGroupIsExisted: string;
162
+ permissionGroupOrganizeNotFound: string;
163
+ relatedIdInvalid: string;
164
+ cannotRemoveFullPermissionGroup: string;
165
+ cannotEditFullPermissionGroup: string;
166
+ };
167
+ };
168
+ organize: {
169
+ errorMessage: {
170
+ relatedIdInvalid: string;
171
+ nameInvalid: string;
172
+ dataInvalid: string;
173
+ organizeExist: string;
174
+ callbackUrlInvalid: string;
175
+ };
176
+ };
177
+ };
178
+ notificationAdmin: {
179
+ notification: {
180
+ errorMessage: {
181
+ notificationFilterType: string;
182
+ userIdInvalid: string;
183
+ filterInvalid: string;
184
+ isReadInvalid: string;
185
+ notificationIdInvalid: string;
186
+ userDeviceTokenInvalid: string;
187
+ };
188
+ };
189
+ notificationConfig: {
190
+ errorMessage: {
191
+ notificationNotFound: string;
192
+ notificationIsExisted: string;
193
+ actionNotFound: string;
194
+ userNotFound: string;
195
+ firstNameInvalid: string;
196
+ createdAtInvalid: string;
197
+ lastNameInvalid: string;
198
+ updatedAtInvalid: string;
199
+ emailInvalid: string;
200
+ passwordInvalid: string;
201
+ countryCodeInvalid: string;
202
+ languageCodeInvalid: string;
203
+ deletedAtInvalid: string;
204
+ isActiveInvalid: string;
205
+ isSuspendInvalid: string;
206
+ userExist: string;
207
+ authProviderInvalid: string;
208
+ isEnableInvalid: string;
209
+ sendEmailFailed: string;
210
+ emailRequired: string;
211
+ firstNameRequired: string;
212
+ lastNameRequired: string;
213
+ countryCodeRequired: string;
214
+ userStatusInvalid: string;
215
+ loginAtInvalid: string;
216
+ avatarFileInvalid: string;
217
+ permissionGroupNotFound: string;
218
+ organizeInvalid: string;
219
+ relatedIdInvalid: string;
220
+ userOrganizeNotFound: string;
221
+ isSystemInvalid: string;
222
+ organizeUserInvalid: string;
223
+ organizeUserDuplicate: string;
224
+ };
225
+ };
226
+ };
227
+ };
228
+ };
229
+ readonly de: {
230
+ errorMessage: {
231
+ "400": string;
232
+ "401": string;
233
+ "403": string;
234
+ "404": string;
235
+ "500": string;
236
+ "502": string;
237
+ "503": string;
238
+ "504": string;
239
+ };
240
+ components: {
241
+ unauthorizedPage: {
242
+ title: string;
243
+ description1: string;
244
+ description2: string;
245
+ };
246
+ };
247
+ configurations: {
248
+ saasAdmin: {
249
+ servicePackage: {
250
+ errorMessage: {
251
+ packageNotFound: string;
252
+ languageInvalid: string;
253
+ packageNameExists: string;
254
+ serviceNotFound: string;
255
+ serviceNotBelongToPackage: string;
256
+ serviceNotBelongToServiceParent: string;
257
+ canNotGetServiceListPleaseTryAgain: string;
258
+ };
259
+ };
260
+ tenantManagement: {
261
+ errorMessage: {
262
+ tenantNotFound: string;
263
+ countryInvalid: string;
264
+ createTenantFailed: string;
265
+ isTenantMailExist: string;
266
+ };
267
+ };
268
+ brandManagement: {
269
+ errorMessage: {
270
+ firstNameInvalid: string;
271
+ createdAtInvalid: string;
272
+ brandNotFound: string;
273
+ lastNameInvalid: string;
274
+ idInvalid: string;
275
+ updatedAtInvalid: string;
276
+ countryInvalid: string;
277
+ termTypeInvalid: string;
278
+ baseCostTypeInvalid: string;
279
+ brandStatusesInvalid: string;
280
+ informationPlanIsRequired: string;
281
+ settingStatusesInvalid: string;
282
+ languagesInvalid: string;
283
+ currencyInvalid: string;
284
+ distanceMetricInvalid: string;
285
+ settingNotFound: string;
286
+ subscriptionNotFound: string;
287
+ subscriptionNameExists: string;
288
+ subscriptionServiceNotFound: string;
289
+ subscriptionServiceNotBelongToPackage: string;
290
+ subscriptionServiceNotBelongTosubscriptionServiceParent: string;
291
+ canNotGetsubscriptionServiceListPleaseTryAgain: string;
292
+ };
293
+ };
294
+ };
295
+ tenantAdmin: {
296
+ brandManagement: {
297
+ errorMessage: {
298
+ firstNameInvalid: string;
299
+ createdAtInvalid: string;
300
+ brandNotFound: string;
301
+ lastNameInvalid: string;
302
+ idInvalid: string;
303
+ updatedAtInvalid: string;
304
+ countryInvalid: string;
305
+ termTypeInvalid: string;
306
+ baseCostTypeInvalid: string;
307
+ brandStatusesInvalid: string;
308
+ informationPlanIsRequired: string;
309
+ settingStatusesInvalid: string;
310
+ languagesInvalid: string;
311
+ currencyInvalid: string;
312
+ distanceMetricInvalid: string;
313
+ settingNotFound: string;
314
+ subscriptionNotFound: string;
315
+ subscriptionNameExists: string;
316
+ subscriptionServiceNotFound: string;
317
+ subscriptionServiceNotBelongToPackage: string;
318
+ subscriptionServiceNotBelongTosubscriptionServiceParent: string;
319
+ canNotGetsubscriptionServiceListPleaseTryAgain: string;
320
+ };
321
+ };
322
+ };
323
+ brandAdmin: {
324
+ errorMessage: {
325
+ firstNameInvalid: string;
326
+ createdAtInvalid: string;
327
+ brandNotFound: string;
328
+ lastNameInvalid: string;
329
+ idInvalid: string;
330
+ updatedAtInvalid: string;
331
+ countryInvalid: string;
332
+ termTypeInvalid: string;
333
+ baseCostTypeInvalid: string;
334
+ brandStatusesInvalid: string;
335
+ informationPlanIsRequired: string;
336
+ settingStatusesInvalid: string;
337
+ languagesInvalid: string;
338
+ currencyInvalid: string;
339
+ distanceMetricInvalid: string;
340
+ settingNotFound: string;
341
+ subscriptionNotFound: string;
342
+ subscriptionNameExists: string;
343
+ subscriptionServiceNotFound: string;
344
+ subscriptionServiceNotBelongToPackage: string;
345
+ subscriptionServiceNotBelongTosubscriptionServiceParent: string;
346
+ canNotGetsubscriptionServiceListPleaseTryAgain: string;
347
+ };
348
+ };
349
+ iam: {
350
+ usersManagement: {
351
+ errorMessage: {
352
+ firstNameInvalid: string;
353
+ createdAtInvalid: string;
354
+ notFound: string;
355
+ lastNameInvalid: string;
356
+ updatedAtInvalid: string;
357
+ emailInvalid: string;
358
+ passwordInvalid: string;
359
+ countryCodeInvalid: string;
360
+ languageCodeInvalid: string;
361
+ deletedAtInvalid: string;
362
+ isActiveInvalid: string;
363
+ isSuspendInvalid: string;
364
+ userExist: string;
365
+ authProviderInvalid: string;
366
+ isEnableInvalid: string;
367
+ sendEmailFailed: string;
368
+ emailRequired: string;
369
+ firstNameRequired: string;
370
+ lastNameRequired: string;
371
+ countryCodeRequired: string;
372
+ userStatusInvalid: string;
373
+ loginAtInvalid: string;
374
+ avatarFileInvalid: string;
375
+ permissionGroupNotFound: string;
376
+ organizeInvalid: string;
377
+ relatedIdInvalid: string;
378
+ userOrganizeNotFound: string;
379
+ isSystemInvalid: string;
380
+ organizeUserInvalid: string;
381
+ organizeUserDuplicate: string;
382
+ };
383
+ };
384
+ permissionGroup: {
385
+ errorMessage: {
386
+ actionNotFound: string;
387
+ permissionGroupNotFound: string;
388
+ permissionGroupIsExisted: string;
389
+ permissionGroupOrganizeNotFound: string;
390
+ relatedIdInvalid: string;
391
+ cannotRemoveFullPermissionGroup: string;
392
+ cannotEditFullPermissionGroup: string;
393
+ };
394
+ };
395
+ organize: {
396
+ errorMessage: {
397
+ relatedIdInvalid: string;
398
+ nameInvalid: string;
399
+ dataInvalid: string;
400
+ organizeExist: string;
401
+ callbackUrlInvalid: string;
402
+ };
403
+ };
404
+ };
405
+ notificationAdmin: {
406
+ notification: {
407
+ errorMessage: {
408
+ notificationFilterType: string;
409
+ userIdInvalid: string;
410
+ filterInvalid: string;
411
+ isReadInvalid: string;
412
+ notificationIdInvalid: string;
413
+ userDeviceTokenInvalid: string;
414
+ };
415
+ };
416
+ notificationConfig: {
417
+ errorMessage: {
418
+ notificationNotFound: string;
419
+ notificationIsExisted: string;
420
+ actionNotFound: string;
421
+ userNotFound: string;
422
+ firstNameInvalid: string;
423
+ createdAtInvalid: string;
424
+ lastNameInvalid: string;
425
+ updatedAtInvalid: string;
426
+ emailInvalid: string;
427
+ passwordInvalid: string;
428
+ countryCodeInvalid: string;
429
+ languageCodeInvalid: string;
430
+ deletedAtInvalid: string;
431
+ isActiveInvalid: string;
432
+ isSuspendInvalid: string;
433
+ userExist: string;
434
+ authProviderInvalid: string;
435
+ isEnableInvalid: string;
436
+ sendEmailFailed: string;
437
+ emailRequired: string;
438
+ firstNameRequired: string;
439
+ lastNameRequired: string;
440
+ countryCodeRequired: string;
441
+ userStatusInvalid: string;
442
+ loginAtInvalid: string;
443
+ avatarFileInvalid: string;
444
+ permissionGroupNotFound: string;
445
+ organizeInvalid: string;
446
+ relatedIdInvalid: string;
447
+ userOrganizeNotFound: string;
448
+ isSystemInvalid: string;
449
+ organizeUserInvalid: string;
450
+ organizeUserDuplicate: string;
451
+ };
452
+ };
453
+ };
454
+ };
455
+ };
456
+ };
457
+ export default resources;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ type TooltipProps = {
3
+ children: React.ReactNode;
4
+ onlyChild?: boolean;
5
+ title: string;
6
+ };
7
+ export default function Tooltip(props: TooltipProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};