@authup/client-web-kit 1.0.0-beta.26 → 1.0.0-beta.28

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 (74) 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/identity-provider/AIdentityProviderForm.d.ts +1 -11
  6. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
  7. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +1 -1
  8. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +1 -10
  9. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +1 -1
  10. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts +3 -2
  11. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  12. package/dist/components/entities/permission/APermissionCheck.d.ts +5 -5
  13. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  14. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +6 -5
  15. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  16. package/dist/components/entities/policy/APolicyForm.vue.d.ts +19 -18
  17. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  18. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +3 -2
  19. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  20. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +8 -7
  21. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  22. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +6 -5
  23. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  24. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +6 -5
  25. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  26. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +8 -7
  27. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  28. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +11 -10
  29. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  30. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +6 -5
  31. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  32. package/dist/components/entities/robot/ARobotForm.d.ts +1 -1
  33. package/dist/components/entities/user/AUserForm.d.ts +1 -1
  34. package/dist/components/entities/user/AUserForm.d.ts.map +1 -1
  35. package/dist/components/index.d.ts +1 -0
  36. package/dist/components/index.d.ts.map +1 -1
  37. package/dist/components/utility/AFormSubmit.d.ts +1 -1
  38. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +8 -7
  39. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  40. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +6 -5
  41. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  42. package/dist/components/workflows/Login.vue.d.ts +354 -0
  43. package/dist/components/workflows/Login.vue.d.ts.map +1 -0
  44. package/dist/components/workflows/authorize/Authorize.vue.d.ts +489 -0
  45. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -0
  46. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +84 -0
  47. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -0
  48. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +28 -0
  49. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -0
  50. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +55 -0
  51. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -0
  52. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +22 -0
  53. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -0
  54. package/dist/components/workflows/authorize/helpers.d.ts +10 -0
  55. package/dist/components/workflows/authorize/helpers.d.ts.map +1 -0
  56. package/dist/components/workflows/authorize/index.d.ts +3 -0
  57. package/dist/components/workflows/authorize/index.d.ts.map +1 -0
  58. package/dist/components/workflows/index.d.ts +3 -0
  59. package/dist/components/workflows/index.d.ts.map +1 -0
  60. package/dist/core/store/create.d.ts +18 -16
  61. package/dist/core/store/create.d.ts.map +1 -1
  62. package/dist/core/translator/constants.d.ts +3 -1
  63. package/dist/core/translator/constants.d.ts.map +1 -1
  64. package/dist/core/translator/de/client.d.ts.map +1 -1
  65. package/dist/core/translator/en/client.d.ts.map +1 -1
  66. package/dist/index.css +31 -11
  67. package/dist/index.mjs +2120 -1588
  68. package/dist/index.mjs.map +1 -1
  69. package/dist/module.d.ts.map +1 -1
  70. package/package.json +29 -28
  71. package/dist/components/entities/client/AClientForm.d.ts +0 -43
  72. package/dist/components/entities/client/AClientForm.d.ts.map +0 -1
  73. package/dist/index.cjs +0 -9650
  74. 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"}
@@ -7,10 +7,6 @@ export declare const AIdentityProviderForm: import("vue").DefineComponent<import
7
7
  realmId: {
8
8
  type: StringConstructor;
9
9
  };
10
- apiUrl: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
10
  }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted" | "created" | "failed")[], "updated" | "deleted" | "created" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
11
  entity: {
16
12
  type: PropType<IdentityProvider>;
@@ -18,16 +14,10 @@ export declare const AIdentityProviderForm: import("vue").DefineComponent<import
18
14
  realmId: {
19
15
  type: StringConstructor;
20
16
  };
21
- apiUrl: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
17
  }>> & Readonly<{
26
18
  onUpdated?: (...args: any[]) => any;
27
19
  onDeleted?: (...args: any[]) => any;
28
20
  onCreated?: (...args: any[]) => any;
29
21
  onFailed?: (...args: any[]) => any;
30
- }>, {
31
- apiUrl: string;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
23
  //# sourceMappingURL=AIdentityProviderForm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderForm.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,gBAAgB,EAA0B,MAAM,kBAAkB,CAAC;AACjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMhD,eAAO,MAAM,qBAAqB;;cAGN,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;;;;4EA2HpD,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderForm.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,gBAAgB,EAA0B,MAAM,kBAAkB,CAAC;AACjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMhD,eAAO,MAAM,qBAAqB;;cAGN,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;iFAsHpD,CAAC"}
@@ -29,7 +29,7 @@ export declare const AIdentityProviderLdapForm: import("vue").DefineComponent<im
29
29
  onResolved?: (item?: IdentityProvider) => any;
30
30
  onFailed?: (item: Error) => any;
31
31
  }>, {
32
- entity: IdentityProvider;
33
32
  realmId: string;
33
+ entity: IdentityProvider;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
35
  //# sourceMappingURL=AIdentityProviderLdapForm.d.ts.map
@@ -11,10 +11,6 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
11
11
  type: StringConstructor;
12
12
  default: any;
13
13
  };
14
- apiUrl: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
14
  protocol: {
19
15
  type: PropType<string | null>;
20
16
  default: IdentityProviderProtocol;
@@ -34,10 +30,6 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
34
30
  type: StringConstructor;
35
31
  default: any;
36
32
  };
37
- apiUrl: {
38
- type: StringConstructor;
39
- default: string;
40
- };
41
33
  protocol: {
42
34
  type: PropType<string | null>;
43
35
  default: IdentityProviderProtocol;
@@ -52,10 +44,9 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
52
44
  onResolved?: (item?: IdentityProvider) => any;
53
45
  onFailed?: (item: Error) => any;
54
46
  }>, {
55
- entity: IdentityProvider;
56
47
  realmId: string;
48
+ entity: IdentityProvider;
57
49
  protocol: string;
58
- apiUrl: string;
59
50
  }, {}, {
60
51
  IdentityProviderBasicFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
61
52
  entity: {
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EACR,kBAAkB,EACrB,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EACR,gBAAgB,EACQ,sBAAsB,EACjD,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACS,wBAAwB,EACvC,MAAM,kBAAkB,CAAC;AAuB1B,eAAO,MAAM,2BAA2B;;cAOZ,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;cAa1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;cAjBvB,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;cAa1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA0OjD,CAAC;AAEH,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EACR,kBAAkB,EACrB,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EACR,gBAAgB,EACQ,sBAAsB,EACjD,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACS,wBAAwB,EACvC,MAAM,kBAAkB,CAAC;AAuB1B,eAAO,MAAM,2BAA2B;;cAOZ,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;cAbvB,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA0OjD,CAAC;AAEH,eAAe,2BAA2B,CAAC"}