@kong-ui-public/entities-consumer-credentials 3.3.15 → 3.3.16

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ConsumerCredentialList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ConsumerCredentialList.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAcvC,OAAO,KAAK,EAEV,uCAAuC,EACvC,mCAAmC,EACnC,SAAS,EACT,gBAAgB,EACjB,MAAM,UAAU,CAAA;AAMjB,OAAO,gDAAgD,CAAA;;IAo+BrD,oHAAoH;;;;4BAI9F,mCAAmC,GAAG,uCAAuC,KAAG,OAAO;;;;;;IAW7G,yHAAyH;;6BAEtF,OAAO,GAAG,QAAQ,OAAO,CAAC;;;;IAI7D,2HAA2H;;6BAExF,SAAS,KAAK,OAAO,GAAG,QAAQ,OAAO,CAAC;;;;IAI3E,yHAAyH;;6BAEtF,SAAS,KAAK,OAAO,GAAG,QAAQ,OAAO,CAAC;;;;IAI3E,iHAAiH;;;;;;;;;;;IAjCjH,oHAAoH;;;;4BAI9F,mCAAmC,GAAG,uCAAuC,KAAG,OAAO;;;;;;IAW7G,yHAAyH;;6BAEtF,OAAO,GAAG,QAAQ,OAAO,CAAC;;;;IAI7D,2HAA2H;;6BAExF,SAAS,KAAK,OAAO,GAAG,QAAQ,OAAO,CAAC;;;;IAI3E,yHAAyH;;6BAEtF,SAAS,KAAK,OAAO,GAAG,QAAQ,OAAO,CAAC;;;;IAI3E,iHAAiH;;;;;;;;;;;;qBAhB9E,OAAO,GAAG,QAAQ,OAAO,CAAC;qBAM1B,SAAS,KAAK,OAAO,GAAG,QAAQ,OAAO,CAAC;mBAMxC,SAAS,KAAK,OAAO,GAAG,QAAQ,OAAO,CAAC;;;AAnC7E,wBA8CG"}
1
+ {"version":3,"file":"ConsumerCredentialList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ConsumerCredentialList.vue"],"names":[],"mappings":"AA0fA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAcvC,OAAO,KAAK,EAEV,uCAAuC,EACvC,mCAAmC,EACnC,SAAS,EACT,gBAAgB,EACjB,MAAM,UAAU,CAAA;AAMjB,OAAO,gDAAgD,CAAA;;IAo5BrD,oHAAoH;;cAElG,QAAQ,CAAC,mCAAmC,GAAG,uCAAuC,CAAC;;4BAEnF,mCAAmC,GAAG,uCAAuC,KAAG,OAAO;;;;;;IAW7G,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,2HAA2H;;cAEvG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,yHAAyH;;cAErG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,iHAAiH;;;;;;;;;;;IAjCjH,oHAAoH;;cAElG,QAAQ,CAAC,mCAAmC,GAAG,uCAAuC,CAAC;;4BAEnF,mCAAmC,GAAG,uCAAuC,KAAG,OAAO;;;;;;IAW7G,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,2HAA2H;;cAEvG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,yHAAyH;;cAErG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,iHAAiH;;;;;;;;;;;;qBAhB9E,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;qBAM1B,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;mBAMxC,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;;AApC7E,wBA8CG"}
@@ -1,606 +1,9 @@
1
- export default function useI18n(): {
2
- i18n: import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
3
- credentials: {
4
- title: string;
5
- list: {
6
- toolbar_actions: {
7
- acls: {
8
- new: string;
9
- };
10
- "basic-auth": {
11
- new: string;
12
- };
13
- "key-auth": {
14
- new: string;
15
- };
16
- "key-auth-enc": {
17
- new: string;
18
- };
19
- oauth2: {
20
- new: string;
21
- };
22
- "hmac-auth": {
23
- new: string;
24
- };
25
- jwt: {
26
- new: string;
27
- };
28
- };
29
- table_headers: {
30
- acls: {
31
- group: string;
32
- created_at: string;
33
- tags: string;
34
- };
35
- "basic-auth": {
36
- password: string;
37
- username: string;
38
- created_at: string;
39
- tags: string;
40
- };
41
- "key-auth": {
42
- key: string;
43
- created_at: string;
44
- tags: string;
45
- };
46
- "key-auth-enc": {
47
- key: string;
48
- created_at: string;
49
- tags: string;
50
- };
51
- oauth2: {
52
- name: string;
53
- client_id: string;
54
- client_secret: string;
55
- created_at: string;
56
- tags: string;
57
- };
58
- "hmac-auth": {
59
- username: string;
60
- secret: string;
61
- created_at: string;
62
- tags: string;
63
- };
64
- jwt: {
65
- key: string;
66
- algorithm: string;
67
- created_at: string;
68
- tags: string;
69
- };
70
- };
71
- empty_state: {
72
- acls: {
73
- title: string;
74
- cta: string;
75
- };
76
- "basic-auth": {
77
- title: string;
78
- cta: string;
79
- };
80
- "key-auth": {
81
- title: string;
82
- cta: string;
83
- };
84
- "key-auth-enc": {
85
- title: string;
86
- cta: string;
87
- };
88
- oauth2: {
89
- title: string;
90
- cta: string;
91
- };
92
- "hmac-auth": {
93
- title: string;
94
- cta: string;
95
- };
96
- jwt: {
97
- title: string;
98
- cta: string;
99
- };
100
- };
101
- };
102
- actions: {
103
- copy_id: string;
104
- copy_credential: string;
105
- copy_key: string;
106
- copy_secret: string;
107
- copy_json: string;
108
- edit: string;
109
- delete: string;
110
- };
111
- delete: {
112
- acls: {
113
- title: string;
114
- };
115
- "basic-auth": {
116
- title: string;
117
- };
118
- "key-auth": {
119
- title: string;
120
- };
121
- "key-auth-enc": {
122
- title: string;
123
- };
124
- oauth2: {
125
- title: string;
126
- };
127
- "hmac-auth": {
128
- title: string;
129
- };
130
- jwt: {
131
- title: string;
132
- };
133
- description: string;
134
- };
135
- error: {
136
- general: string;
137
- delete: string;
138
- copy: string;
139
- };
140
- copy: {
141
- success: string;
142
- success_brief: string;
143
- };
144
- };
145
- }>;
146
- i18nT: import("@vue/runtime-core").DefineComponent<{
147
- i18n: {
148
- type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
149
- credentials: {
150
- title: string;
151
- list: {
152
- toolbar_actions: {
153
- acls: {
154
- new: string;
155
- };
156
- "basic-auth": {
157
- new: string;
158
- };
159
- "key-auth": {
160
- new: string;
161
- };
162
- "key-auth-enc": {
163
- new: string;
164
- };
165
- oauth2: {
166
- new: string;
167
- };
168
- "hmac-auth": {
169
- new: string;
170
- };
171
- jwt: {
172
- new: string;
173
- };
174
- };
175
- table_headers: {
176
- acls: {
177
- group: string;
178
- created_at: string;
179
- tags: string;
180
- };
181
- "basic-auth": {
182
- password: string;
183
- username: string;
184
- created_at: string;
185
- tags: string;
186
- };
187
- "key-auth": {
188
- key: string;
189
- created_at: string;
190
- tags: string;
191
- };
192
- "key-auth-enc": {
193
- key: string;
194
- created_at: string;
195
- tags: string;
196
- };
197
- oauth2: {
198
- name: string;
199
- client_id: string;
200
- client_secret: string;
201
- created_at: string;
202
- tags: string;
203
- };
204
- "hmac-auth": {
205
- username: string;
206
- secret: string;
207
- created_at: string;
208
- tags: string;
209
- };
210
- jwt: {
211
- key: string;
212
- algorithm: string;
213
- created_at: string;
214
- tags: string;
215
- };
216
- };
217
- empty_state: {
218
- acls: {
219
- title: string;
220
- cta: string;
221
- };
222
- "basic-auth": {
223
- title: string;
224
- cta: string;
225
- };
226
- "key-auth": {
227
- title: string;
228
- cta: string;
229
- };
230
- "key-auth-enc": {
231
- title: string;
232
- cta: string;
233
- };
234
- oauth2: {
235
- title: string;
236
- cta: string;
237
- };
238
- "hmac-auth": {
239
- title: string;
240
- cta: string;
241
- };
242
- jwt: {
243
- title: string;
244
- cta: string;
245
- };
246
- };
247
- };
248
- actions: {
249
- copy_id: string;
250
- copy_credential: string;
251
- copy_key: string;
252
- copy_secret: string;
253
- copy_json: string;
254
- edit: string;
255
- delete: string;
256
- };
257
- delete: {
258
- acls: {
259
- title: string;
260
- };
261
- "basic-auth": {
262
- title: string;
263
- };
264
- "key-auth": {
265
- title: string;
266
- };
267
- "key-auth-enc": {
268
- title: string;
269
- };
270
- oauth2: {
271
- title: string;
272
- };
273
- "hmac-auth": {
274
- title: string;
275
- };
276
- jwt: {
277
- title: string;
278
- };
279
- description: string;
280
- };
281
- error: {
282
- general: string;
283
- delete: string;
284
- copy: string;
285
- };
286
- copy: {
287
- success: string;
288
- success_brief: string;
289
- };
290
- };
291
- }>>;
292
- default: null;
293
- };
294
- keypath: {
295
- type: StringConstructor;
296
- required: true;
297
- };
298
- tag: {
299
- type: StringConstructor;
300
- default: string;
301
- };
302
- }, () => import("@vue/runtime-core").VNodeChild, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
303
- i18n: {
304
- type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
305
- credentials: {
306
- title: string;
307
- list: {
308
- toolbar_actions: {
309
- acls: {
310
- new: string;
311
- };
312
- "basic-auth": {
313
- new: string;
314
- };
315
- "key-auth": {
316
- new: string;
317
- };
318
- "key-auth-enc": {
319
- new: string;
320
- };
321
- oauth2: {
322
- new: string;
323
- };
324
- "hmac-auth": {
325
- new: string;
326
- };
327
- jwt: {
328
- new: string;
329
- };
330
- };
331
- table_headers: {
332
- acls: {
333
- group: string;
334
- created_at: string;
335
- tags: string;
336
- };
337
- "basic-auth": {
338
- password: string;
339
- username: string;
340
- created_at: string;
341
- tags: string;
342
- };
343
- "key-auth": {
344
- key: string;
345
- created_at: string;
346
- tags: string;
347
- };
348
- "key-auth-enc": {
349
- key: string;
350
- created_at: string;
351
- tags: string;
352
- };
353
- oauth2: {
354
- name: string;
355
- client_id: string;
356
- client_secret: string;
357
- created_at: string;
358
- tags: string;
359
- };
360
- "hmac-auth": {
361
- username: string;
362
- secret: string;
363
- created_at: string;
364
- tags: string;
365
- };
366
- jwt: {
367
- key: string;
368
- algorithm: string;
369
- created_at: string;
370
- tags: string;
371
- };
372
- };
373
- empty_state: {
374
- acls: {
375
- title: string;
376
- cta: string;
377
- };
378
- "basic-auth": {
379
- title: string;
380
- cta: string;
381
- };
382
- "key-auth": {
383
- title: string;
384
- cta: string;
385
- };
386
- "key-auth-enc": {
387
- title: string;
388
- cta: string;
389
- };
390
- oauth2: {
391
- title: string;
392
- cta: string;
393
- };
394
- "hmac-auth": {
395
- title: string;
396
- cta: string;
397
- };
398
- jwt: {
399
- title: string;
400
- cta: string;
401
- };
402
- };
403
- };
404
- actions: {
405
- copy_id: string;
406
- copy_credential: string;
407
- copy_key: string;
408
- copy_secret: string;
409
- copy_json: string;
410
- edit: string;
411
- delete: string;
412
- };
413
- delete: {
414
- acls: {
415
- title: string;
416
- };
417
- "basic-auth": {
418
- title: string;
419
- };
420
- "key-auth": {
421
- title: string;
422
- };
423
- "key-auth-enc": {
424
- title: string;
425
- };
426
- oauth2: {
427
- title: string;
428
- };
429
- "hmac-auth": {
430
- title: string;
431
- };
432
- jwt: {
433
- title: string;
434
- };
435
- description: string;
436
- };
437
- error: {
438
- general: string;
439
- delete: string;
440
- copy: string;
441
- };
442
- copy: {
443
- success: string;
444
- success_brief: string;
445
- };
446
- };
447
- }>>;
448
- default: null;
449
- };
450
- keypath: {
451
- type: StringConstructor;
452
- required: true;
453
- };
454
- tag: {
455
- type: StringConstructor;
456
- default: string;
457
- };
458
- }>>, {
459
- i18n: import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
460
- credentials: {
461
- title: string;
462
- list: {
463
- toolbar_actions: {
464
- acls: {
465
- new: string;
466
- };
467
- "basic-auth": {
468
- new: string;
469
- };
470
- "key-auth": {
471
- new: string;
472
- };
473
- "key-auth-enc": {
474
- new: string;
475
- };
476
- oauth2: {
477
- new: string;
478
- };
479
- "hmac-auth": {
480
- new: string;
481
- };
482
- jwt: {
483
- new: string;
484
- };
485
- };
486
- table_headers: {
487
- acls: {
488
- group: string;
489
- created_at: string;
490
- tags: string;
491
- };
492
- "basic-auth": {
493
- password: string;
494
- username: string;
495
- created_at: string;
496
- tags: string;
497
- };
498
- "key-auth": {
499
- key: string;
500
- created_at: string;
501
- tags: string;
502
- };
503
- "key-auth-enc": {
504
- key: string;
505
- created_at: string;
506
- tags: string;
507
- };
508
- oauth2: {
509
- name: string;
510
- client_id: string;
511
- client_secret: string;
512
- created_at: string;
513
- tags: string;
514
- };
515
- "hmac-auth": {
516
- username: string;
517
- secret: string;
518
- created_at: string;
519
- tags: string;
520
- };
521
- jwt: {
522
- key: string;
523
- algorithm: string;
524
- created_at: string;
525
- tags: string;
526
- };
527
- };
528
- empty_state: {
529
- acls: {
530
- title: string;
531
- cta: string;
532
- };
533
- "basic-auth": {
534
- title: string;
535
- cta: string;
536
- };
537
- "key-auth": {
538
- title: string;
539
- cta: string;
540
- };
541
- "key-auth-enc": {
542
- title: string;
543
- cta: string;
544
- };
545
- oauth2: {
546
- title: string;
547
- cta: string;
548
- };
549
- "hmac-auth": {
550
- title: string;
551
- cta: string;
552
- };
553
- jwt: {
554
- title: string;
555
- cta: string;
556
- };
557
- };
558
- };
559
- actions: {
560
- copy_id: string;
561
- copy_credential: string;
562
- copy_key: string;
563
- copy_secret: string;
564
- copy_json: string;
565
- edit: string;
566
- delete: string;
567
- };
568
- delete: {
569
- acls: {
570
- title: string;
571
- };
572
- "basic-auth": {
573
- title: string;
574
- };
575
- "key-auth": {
576
- title: string;
577
- };
578
- "key-auth-enc": {
579
- title: string;
580
- };
581
- oauth2: {
582
- title: string;
583
- };
584
- "hmac-auth": {
585
- title: string;
586
- };
587
- jwt: {
588
- title: string;
589
- };
590
- description: string;
591
- };
592
- error: {
593
- general: string;
594
- delete: string;
595
- copy: string;
596
- };
597
- copy: {
598
- success: string;
599
- success_brief: string;
600
- };
601
- };
602
- }>;
603
- tag: string;
604
- }, {}>;
605
- };
1
+ import { createI18n, i18nTComponent } from '@kong-ui-public/i18n';
2
+ import english from '../locales/en.json';
3
+ interface UseI18nReturn {
4
+ i18n: ReturnType<typeof createI18n<typeof english>>;
5
+ i18nT: ReturnType<typeof i18nTComponent<typeof english>>;
6
+ }
7
+ export default function useI18n(): UseI18nReturn;
8
+ export {};
606
9
  //# sourceMappingURL=useI18n.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO9B"}
1
+ {"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AACjE,OAAO,OAAO,MAAM,oBAAoB,CAAA;AAExC,UAAU,aAAa;IACrB,IAAI,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC,CAAA;IACnD,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC,CAAA;CACzD;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,IAAI,aAAa,CAO/C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-consumer-credentials",
3
- "version": "3.3.15",
3
+ "version": "3.3.16",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-consumer-credentials.umd.js",
6
6
  "module": "./dist/entities-consumer-credentials.es.js",
@@ -26,8 +26,8 @@
26
26
  "axios": "^1.6.8",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.3.3",
29
- "@kong-ui-public/i18n": "^2.2.2",
30
- "@kong-ui-public/entities-shared": "^3.9.2"
29
+ "@kong-ui-public/entities-shared": "^3.9.3",
30
+ "@kong-ui-public/i18n": "^2.2.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@kong/design-tokens": "1.17.2",
@@ -36,7 +36,7 @@
36
36
  "axios": "^1.7.7",
37
37
  "vue": "^3.4.38",
38
38
  "vue-router": "^4.4.5",
39
- "@kong-ui-public/entities-shared": "^3.9.2",
39
+ "@kong-ui-public/entities-shared": "^3.9.3",
40
40
  "@kong-ui-public/i18n": "^2.2.2"
41
41
  },
42
42
  "repository": {