@authup/client-web-kit 1.0.0-beta.27 → 1.0.0-beta.29

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 (61) hide show
  1. package/dist/components/entities/client/AClientForm.vue.d.ts +570 -0
  2. package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -0
  3. package/dist/components/entities/client/index.d.ts +1 -1
  4. package/dist/components/entities/client/index.d.ts.map +1 -1
  5. package/dist/components/entities/client-role/AClientRoleAssignments.d.ts +2 -0
  6. package/dist/components/entities/client-role/AClientRoleAssignments.d.ts.map +1 -1
  7. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts +3 -2
  8. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  9. package/dist/components/entities/permission/APermissionCheck.d.ts +3 -3
  10. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  11. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +3 -2
  12. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  13. package/dist/components/entities/policy/APolicyForm.vue.d.ts +15 -14
  14. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  15. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +3 -2
  16. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  17. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +5 -4
  18. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  19. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +3 -2
  20. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  21. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +3 -2
  22. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  23. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +5 -4
  24. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  25. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +5 -4
  26. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  27. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +3 -2
  28. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  29. package/dist/components/entities/user/AUserForm.d.ts.map +1 -1
  30. package/dist/components/utility/entity/record/module.d.ts.map +1 -1
  31. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +5 -4
  32. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  33. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +3 -2
  34. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  35. package/dist/components/workflows/Login.vue.d.ts +3 -2
  36. package/dist/components/workflows/Login.vue.d.ts.map +1 -1
  37. package/dist/components/workflows/authorize/Authorize.vue.d.ts +30 -29
  38. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
  39. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +3 -2
  40. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
  41. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +3 -2
  42. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -1
  43. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +3 -2
  44. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
  45. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +3 -2
  46. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -1
  47. package/dist/core/permission-check/module.d.ts.map +1 -1
  48. package/dist/core/store/create.d.ts +18 -16
  49. package/dist/core/store/create.d.ts.map +1 -1
  50. package/dist/core/translator/constants.d.ts +3 -1
  51. package/dist/core/translator/constants.d.ts.map +1 -1
  52. package/dist/core/translator/de/client.d.ts.map +1 -1
  53. package/dist/core/translator/en/client.d.ts.map +1 -1
  54. package/dist/index.css +11 -11
  55. package/dist/index.mjs +1693 -1983
  56. package/dist/index.mjs.map +1 -1
  57. package/package.json +28 -27
  58. package/dist/components/entities/client/AClientForm.d.ts +0 -43
  59. package/dist/components/entities/client/AClientForm.d.ts.map +0 -1
  60. package/dist/index.cjs +0 -10498
  61. package/dist/index.cjs.map +0 -1
@@ -0,0 +1,570 @@
1
+ import { type PropType } from 'vue';
2
+ import { type Client } from '@authup/core-kit';
3
+ import { TranslatorTranslationDefaultKey } from '../../../core';
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ name: {
8
+ type: StringConstructor;
9
+ default: any;
10
+ };
11
+ entity: {
12
+ type: PropType<Client>;
13
+ default: any;
14
+ };
15
+ realmId: {
16
+ type: StringConstructor;
17
+ default: any;
18
+ };
19
+ }>, {
20
+ translationsDefault: Record<"name" | "delete" | "add" | "displayName" | "description" | "client" | "policy" | "realm" | "email" | "active" | "secret" | "scopes" | "create" | "update" | "generate" | "inactive" | "locked" | "notLocked" | "valueIsRegex" | "clients" | "clientScopes" | "externalId" | "hashed" | "overview" | "identityProviders" | "permissions" | "policies" | "robots" | "realms" | "roles" | "redirectUris" | "users", import("vue").Ref<string, string>>;
21
+ translationsClient: Record<"nameHint" | "descriptionHint" | "redirectURIHint" | "isConfidential" | "isActive" | "hashSecret", import("vue").Ref<string, string>>;
22
+ vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
23
+ active: {
24
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
25
+ };
26
+ name: {
27
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
28
+ alphaUpperNumHyphenUnderscoreDot: any;
29
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
30
+ min: number;
31
+ }, any>;
32
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
33
+ max: number;
34
+ }, any>;
35
+ };
36
+ display_name: {
37
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
38
+ min: number;
39
+ }, any>;
40
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
41
+ max: number;
42
+ }, any>;
43
+ };
44
+ description: {
45
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
46
+ min: number;
47
+ }, any>;
48
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
49
+ max: number;
50
+ }, any>;
51
+ };
52
+ realm_id: {
53
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
54
+ };
55
+ redirect_uri: {
56
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
57
+ max: number;
58
+ }, any>;
59
+ };
60
+ is_confidential: {};
61
+ secret: {
62
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
63
+ min: number;
64
+ }, any>;
65
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
66
+ max: number;
67
+ }, any>;
68
+ };
69
+ secret_hashed: {};
70
+ }, {
71
+ active: boolean;
72
+ name: string;
73
+ display_name: string;
74
+ description: string;
75
+ realm_id: string;
76
+ redirect_uri: string;
77
+ base_url: string;
78
+ root_url: string;
79
+ is_confidential: boolean;
80
+ secret: string;
81
+ secret_hashed: boolean;
82
+ }>, import("@vuelidate/core").Validation<{
83
+ active: {
84
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
85
+ };
86
+ name: {
87
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
88
+ alphaUpperNumHyphenUnderscoreDot: any;
89
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
90
+ min: number;
91
+ }, any>;
92
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
93
+ max: number;
94
+ }, any>;
95
+ };
96
+ display_name: {
97
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
98
+ min: number;
99
+ }, any>;
100
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
101
+ max: number;
102
+ }, any>;
103
+ };
104
+ description: {
105
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
106
+ min: number;
107
+ }, any>;
108
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
109
+ max: number;
110
+ }, any>;
111
+ };
112
+ realm_id: {
113
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
114
+ };
115
+ redirect_uri: {
116
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
117
+ max: number;
118
+ }, any>;
119
+ };
120
+ is_confidential: {};
121
+ secret: {
122
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
123
+ min: number;
124
+ }, any>;
125
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
126
+ max: number;
127
+ }, any>;
128
+ };
129
+ secret_hashed: {};
130
+ }, {
131
+ active: boolean;
132
+ name: string;
133
+ display_name: string;
134
+ description: string;
135
+ realm_id: string;
136
+ redirect_uri: string;
137
+ base_url: string;
138
+ root_url: string;
139
+ is_confidential: boolean;
140
+ secret: string;
141
+ secret_hashed: boolean;
142
+ }>>;
143
+ data: import("vue").Ref<Client, Client>;
144
+ isNameFixed: import("vue").ComputedRef<boolean>;
145
+ isBusy: boolean;
146
+ isEditing: import("vue").ComputedRef<boolean>;
147
+ isSecretHashed: import("vue").ComputedRef<boolean>;
148
+ generateSecret: () => string;
149
+ redirectUris: import("vue").ComputedRef<string[]>;
150
+ submit: () => Promise<void>;
151
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
152
+ name: {
153
+ type: StringConstructor;
154
+ default: any;
155
+ };
156
+ entity: {
157
+ type: PropType<Client>;
158
+ default: any;
159
+ };
160
+ realmId: {
161
+ type: StringConstructor;
162
+ default: any;
163
+ };
164
+ }>> & Readonly<{
165
+ onUpdated?: (item: Client) => any;
166
+ onDeleted?: (item: Client) => any;
167
+ onCreated?: (item: Client) => any;
168
+ onResolved?: (item?: Client) => any;
169
+ onFailed?: (item: Error) => any;
170
+ }>, {
171
+ name: string;
172
+ realmId: string;
173
+ entity: Client;
174
+ }, {}, {
175
+ AFormSubmit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
176
+ isBusy: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ isEditing: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ isInvalid: {
185
+ type: BooleanConstructor;
186
+ default: boolean;
187
+ };
188
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "submit"[], "submit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
189
+ isBusy: {
190
+ type: BooleanConstructor;
191
+ default: boolean;
192
+ };
193
+ isEditing: {
194
+ type: BooleanConstructor;
195
+ default: boolean;
196
+ };
197
+ isInvalid: {
198
+ type: BooleanConstructor;
199
+ default: boolean;
200
+ };
201
+ }>> & Readonly<{
202
+ onSubmit?: (...args: any[]) => any;
203
+ }>, {
204
+ isEditing: boolean;
205
+ isBusy: boolean;
206
+ isInvalid: boolean;
207
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
208
+ ARealmPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
209
+ query: {
210
+ type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").Realm>>;
211
+ default(): {};
212
+ };
213
+ realmId: {
214
+ type: StringConstructor;
215
+ default: any;
216
+ };
217
+ loadOnSetup: {
218
+ type: BooleanConstructor;
219
+ default: boolean;
220
+ };
221
+ loading: {
222
+ type: PropType<boolean | import("../..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
223
+ default: boolean;
224
+ };
225
+ noMore: {
226
+ type: PropType<boolean | import("../..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
227
+ default: boolean;
228
+ };
229
+ footer: {
230
+ type: PropType<boolean | import("../..").ListFooterOptions<import("@authup/core-kit").Realm>>;
231
+ default: boolean;
232
+ };
233
+ header: {
234
+ type: PropType<boolean | import("../..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
235
+ default: boolean;
236
+ };
237
+ body: {
238
+ type: PropType<import("../..").ListBodyOptions<import("@authup/core-kit").Realm>>;
239
+ };
240
+ value: {
241
+ type: PropType<string[] | string | null>;
242
+ };
243
+ multiple: {
244
+ type: PropType<boolean | undefined>;
245
+ };
246
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
247
+ [key: string]: any;
248
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
249
+ change: (values: string[]) => true;
250
+ } & import("../..").EntityCollectionVEmitOptions<import("@authup/core-kit").Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
251
+ query: {
252
+ type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").Realm>>;
253
+ default(): {};
254
+ };
255
+ realmId: {
256
+ type: StringConstructor;
257
+ default: any;
258
+ };
259
+ loadOnSetup: {
260
+ type: BooleanConstructor;
261
+ default: boolean;
262
+ };
263
+ loading: {
264
+ type: PropType<boolean | import("../..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
265
+ default: boolean;
266
+ };
267
+ noMore: {
268
+ type: PropType<boolean | import("../..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
269
+ default: boolean;
270
+ };
271
+ footer: {
272
+ type: PropType<boolean | import("../..").ListFooterOptions<import("@authup/core-kit").Realm>>;
273
+ default: boolean;
274
+ };
275
+ header: {
276
+ type: PropType<boolean | import("../..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
277
+ default: boolean;
278
+ };
279
+ body: {
280
+ type: PropType<import("../..").ListBodyOptions<import("@authup/core-kit").Realm>>;
281
+ };
282
+ value: {
283
+ type: PropType<string[] | string | null>;
284
+ };
285
+ multiple: {
286
+ type: PropType<boolean | undefined>;
287
+ };
288
+ }>> & Readonly<{
289
+ onUpdated?: (item: import("@authup/core-kit").Realm) => any;
290
+ onDeleted?: (item: import("@authup/core-kit").Realm) => any;
291
+ onCreated?: (item: import("@authup/core-kit").Realm) => any;
292
+ onChange?: (values: string[]) => any;
293
+ }>, {
294
+ footer: boolean;
295
+ header: boolean;
296
+ query: import("rapiq").BuildInput<import("@authup/core-kit").Realm>;
297
+ realmId: string;
298
+ loadOnSetup: boolean;
299
+ loading: boolean;
300
+ noMore: boolean;
301
+ }, import("vue").SlotsType<import("../..").EntityPickerVSlots<import("@authup/core-kit").Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
302
+ AFormInputList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
303
+ names: {
304
+ type: PropType<string[]>;
305
+ default: () => any[];
306
+ };
307
+ minItems: {
308
+ type: NumberConstructor;
309
+ default: number;
310
+ };
311
+ maxItems: {
312
+ type: NumberConstructor;
313
+ default: number;
314
+ };
315
+ }>, {
316
+ add: (item?: string) => void;
317
+ canAdd: import("vue").ComputedRef<boolean>;
318
+ canDrop: import("vue").ComputedRef<boolean>;
319
+ handleDeleted: (id: number) => void;
320
+ handleUpdated: (id: number, value: string) => void;
321
+ items: import("vue").Ref<{
322
+ id: number;
323
+ value: string;
324
+ }[], {
325
+ id: number;
326
+ value: string;
327
+ }[] | {
328
+ id: number;
329
+ value: string;
330
+ }[]>;
331
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
332
+ names: {
333
+ type: PropType<string[]>;
334
+ default: () => any[];
335
+ };
336
+ minItems: {
337
+ type: NumberConstructor;
338
+ default: number;
339
+ };
340
+ maxItems: {
341
+ type: NumberConstructor;
342
+ default: number;
343
+ };
344
+ }>> & Readonly<{
345
+ onChanged?: (...args: any[]) => any;
346
+ }>, {
347
+ names: string[];
348
+ minItems: number;
349
+ maxItems: number;
350
+ }, {}, {
351
+ ATranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
352
+ name: {
353
+ type: PropType<`${TranslatorTranslationDefaultKey}`>;
354
+ required: true;
355
+ };
356
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
357
+ [key: string]: any;
358
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
359
+ name: {
360
+ type: PropType<`${TranslatorTranslationDefaultKey}`>;
361
+ required: true;
362
+ };
363
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
364
+ AFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
365
+ name: {
366
+ type: StringConstructor;
367
+ default: any;
368
+ };
369
+ disabled: {
370
+ type: BooleanConstructor;
371
+ default: boolean;
372
+ };
373
+ }>, {
374
+ handleUpdated: () => void;
375
+ handleDeleted: () => void;
376
+ vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
377
+ name: {
378
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
379
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
380
+ min: number;
381
+ }, any>;
382
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
383
+ max: number;
384
+ }, any>;
385
+ };
386
+ }, {
387
+ name: string;
388
+ }>, import("@vuelidate/core").Validation<{
389
+ name: {
390
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
391
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
392
+ min: number;
393
+ }, any>;
394
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
395
+ max: number;
396
+ }, any>;
397
+ };
398
+ }, {
399
+ name: string;
400
+ }>>;
401
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
402
+ name: {
403
+ type: StringConstructor;
404
+ default: any;
405
+ };
406
+ disabled: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ };
410
+ }>> & Readonly<{
411
+ onUpdated?: (...args: any[]) => any;
412
+ onDeleted?: (...args: any[]) => any;
413
+ }>, {
414
+ name: string;
415
+ disabled: boolean;
416
+ }, {}, {
417
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
418
+ validation: {
419
+ type: PropType<Record<string, any>>;
420
+ required: true;
421
+ };
422
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
423
+ validation: {
424
+ type: PropType<Record<string, any>>;
425
+ required: true;
426
+ };
427
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
428
+ default: import("@ilingo/vuelidate").SlotProps;
429
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
430
+ VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
431
+ modelValue: {
432
+ type: StringConstructor;
433
+ default: string;
434
+ };
435
+ type: {
436
+ type: StringConstructor;
437
+ default: string;
438
+ };
439
+ groupAppendClass: {
440
+ type: StringConstructor;
441
+ };
442
+ groupPrependClass: {
443
+ type: StringConstructor;
444
+ };
445
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
446
+ modelValue: {
447
+ type: StringConstructor;
448
+ default: string;
449
+ };
450
+ type: {
451
+ type: StringConstructor;
452
+ default: string;
453
+ };
454
+ groupAppendClass: {
455
+ type: StringConstructor;
456
+ };
457
+ groupPrependClass: {
458
+ type: StringConstructor;
459
+ };
460
+ }>> & Readonly<{
461
+ "onUpdate:modelValue"?: (...args: any[]) => any;
462
+ }>, {
463
+ type: string;
464
+ modelValue: string;
465
+ }, import("vue").SlotsType<{
466
+ groupAppend: {
467
+ class: string;
468
+ tag: string;
469
+ };
470
+ groupPrepend: {
471
+ class: string;
472
+ tag: string;
473
+ };
474
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
475
+ VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
476
+ label: {
477
+ type: BooleanConstructor;
478
+ default: any;
479
+ };
480
+ labelClass: {
481
+ type: StringConstructor;
482
+ };
483
+ labelContent: {
484
+ type: StringConstructor;
485
+ };
486
+ hint: {
487
+ type: BooleanConstructor;
488
+ default: any;
489
+ };
490
+ hintClass: {
491
+ type: StringConstructor;
492
+ };
493
+ hintContent: {
494
+ type: StringConstructor;
495
+ };
496
+ validation: {
497
+ type: BooleanConstructor;
498
+ default: any;
499
+ };
500
+ validationSeverity: {
501
+ type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
502
+ default: any;
503
+ };
504
+ validationMessages: {
505
+ type: PropType<import("@vuecs/form-controls").ValidationMessages>;
506
+ default: any;
507
+ };
508
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
509
+ [key: string]: any;
510
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
511
+ label: {
512
+ type: BooleanConstructor;
513
+ default: any;
514
+ };
515
+ labelClass: {
516
+ type: StringConstructor;
517
+ };
518
+ labelContent: {
519
+ type: StringConstructor;
520
+ };
521
+ hint: {
522
+ type: BooleanConstructor;
523
+ default: any;
524
+ };
525
+ hintClass: {
526
+ type: StringConstructor;
527
+ };
528
+ hintContent: {
529
+ type: StringConstructor;
530
+ };
531
+ validation: {
532
+ type: BooleanConstructor;
533
+ default: any;
534
+ };
535
+ validationSeverity: {
536
+ type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
537
+ default: any;
538
+ };
539
+ validationMessages: {
540
+ type: PropType<import("@vuecs/form-controls").ValidationMessages>;
541
+ default: any;
542
+ };
543
+ }>> & Readonly<{}>, {
544
+ label: boolean;
545
+ hint: boolean;
546
+ validation: boolean;
547
+ validationMessages: import("@vuecs/form-controls").ValidationMessages;
548
+ validationSeverity: "error" | "warning";
549
+ }, import("vue").SlotsType<{
550
+ default: undefined;
551
+ label: undefined;
552
+ hint: undefined;
553
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
554
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
555
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
556
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
557
+ validation: {
558
+ type: PropType<Record<string, any>>;
559
+ required: true;
560
+ };
561
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
562
+ validation: {
563
+ type: PropType<Record<string, any>>;
564
+ required: true;
565
+ };
566
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
567
+ default: import("@ilingo/vuelidate").SlotProps;
568
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
569
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
570
+ //# sourceMappingURL=AClientForm.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AClientForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/AClientForm.vue"],"names":[],"mappings":"AAgcA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAKb,OAAO,EAAE,KAAK,MAAM,EAAc,MAAM,kBAAkB,CAAC;AAO3D,OAAO,EAEH,+BAA+B,EAIlC,MAAM,eAAe,CAAC;wBAGF,OAAO,YAAY;AAAxC,wBAAyC;AAgnBzC,QAAA,MAAM,YAAY;;;;;;cAUU,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAjpB5C,GApae;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA+uCb,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export { AClient } from './AClient';
2
- export { AClientForm } from './AClientForm';
2
+ export { default as AClientForm } from './AClientForm.vue';
3
3
  export { AClientPicker } from './AClientPicker';
4
4
  export { AClients } from './AClients';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
@@ -1,9 +1,11 @@
1
1
  export declare const AClientRoleAssignments: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  entityId: StringConstructor;
3
+ realmId: StringConstructor;
3
4
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4
5
  [key: string]: any;
5
6
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
7
  entityId: StringConstructor;
8
+ realmId: StringConstructor;
7
9
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
10
  export default AClientRoleAssignments;
9
11
  //# sourceMappingURL=AClientRoleAssignments.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AClientRoleAssignments.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client-role/AClientRoleAssignments.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,sBAAsB;;;;;;iGAiBjC,CAAC;AAEH,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"AClientRoleAssignments.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client-role/AClientRoleAssignments.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,sBAAsB;;;;;;;;iGAwBjC,CAAC;AAEH,eAAe,sBAAsB,CAAC"}
@@ -1,5 +1,7 @@
1
1
  import { IdentityProviderPreset, IdentityProviderProtocol } from '@authup/core-kit';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
5
  protocol: {
4
6
  type: StringConstructor;
5
7
  };
@@ -52,5 +54,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
54
  };
53
55
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
56
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
- export default _default;
56
57
  //# sourceMappingURL=AIdentityProviderPicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AA4HA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;6BAuB5C,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtB1C,wBAiCG"}
1
+ {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AA6HA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAK/D,OAAO,YAAY;AAAxC,wBAAyC;AAwJzC,QAAA,MAAM,YAAY;;;;;;;;;;6BAkBsB,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAWxC,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { PermissionCheckerCheckOptions, PolicyInput } from '@authup/access';
1
+ import type { PermissionCheckerCheckOptions } from '@authup/access';
2
2
  import type { PropType } from 'vue';
3
3
  export declare const APermissionCheck: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  name: {
@@ -6,7 +6,7 @@ export declare const APermissionCheck: import("vue").DefineComponent<import("vue
6
6
  required: true;
7
7
  };
8
8
  input: {
9
- type: PropType<PolicyInput>;
9
+ type: PropType<Record<string, any>>;
10
10
  };
11
11
  options: {
12
12
  type: PropType<PermissionCheckerCheckOptions>;
@@ -21,7 +21,7 @@ export declare const APermissionCheck: import("vue").DefineComponent<import("vue
21
21
  required: true;
22
22
  };
23
23
  input: {
24
- type: PropType<PolicyInput>;
24
+ type: PropType<Record<string, any>>;
25
25
  };
26
26
  options: {
27
27
  type: PropType<PermissionCheckerCheckOptions>;
@@ -1 +1 @@
1
- {"version":3,"file":"APermissionCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionCheck.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,6BAA6B,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEjF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,eAAO,MAAM,gBAAgB;;cAGQ,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,WAAW,CAAC;;;cAGrB,QAAQ,CAAC,6BAA6B,CAAC;;;;;;;;cAP9B,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,WAAW,CAAC;;;cAGrB,QAAQ,CAAC,6BAA6B,CAAC;;iGAuBjE,CAAC"}
1
+ {"version":3,"file":"APermissionCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionCheck.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,gBAAgB,CAAC;AAGpE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,eAAO,MAAM,gBAAgB;;cAGQ,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;cAG7B,QAAQ,CAAC,6BAA6B,CAAC;;;;;;;;cAP9B,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;cAG7B,QAAQ,CAAC,6BAA6B,CAAC;;iGAuBjE,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { Policy } from '@authup/core-kit';
3
3
  import type { FormSelectOption } from '@vuecs/form-controls';
4
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
7
  entity: {
6
8
  type: PropType<Policy>;
7
9
  };
@@ -364,5 +366,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
364
366
  default: import("@ilingo/vuelidate").SlotProps;
365
367
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
366
368
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
367
- export default _default;
368
369
  //# sourceMappingURL=APolicyBasicForm.vue.d.ts.map