@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,489 @@
1
+ import type { Client, OAuth2AuthorizationCodeRequest, Scope } from '@authup/core-kit';
2
+ import type { PropType, VNodeChild } from 'vue';
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ codeRequest: {
7
+ type: PropType<OAuth2AuthorizationCodeRequest>;
8
+ };
9
+ client: {
10
+ type: PropType<Client>;
11
+ };
12
+ clientId: {
13
+ type: StringConstructor;
14
+ };
15
+ scopes: {
16
+ type: PropType<Scope[]>;
17
+ };
18
+ error: {
19
+ type: PropType<Error>;
20
+ };
21
+ }>, () => any[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
+ [key: string]: any;
23
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "redirect"[], "redirect", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ codeRequest: {
25
+ type: PropType<OAuth2AuthorizationCodeRequest>;
26
+ };
27
+ client: {
28
+ type: PropType<Client>;
29
+ };
30
+ clientId: {
31
+ type: StringConstructor;
32
+ };
33
+ scopes: {
34
+ type: PropType<Scope[]>;
35
+ };
36
+ error: {
37
+ type: PropType<Error>;
38
+ };
39
+ }>> & Readonly<{
40
+ onRedirect?: (...args: any[]) => any;
41
+ }>, {}, {}, {
42
+ AuthorizeText: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
43
+ isError: {
44
+ type: BooleanConstructor;
45
+ };
46
+ message: {
47
+ type: StringConstructor;
48
+ required: true;
49
+ };
50
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
51
+ isError: {
52
+ type: BooleanConstructor;
53
+ };
54
+ message: {
55
+ type: StringConstructor;
56
+ required: true;
57
+ };
58
+ }>> & Readonly<{}>, {
59
+ isError: boolean;
60
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
61
+ AuthorizeForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
62
+ client: {
63
+ type: PropType<Client>;
64
+ required: true;
65
+ };
66
+ scopes: {
67
+ type: PropType<Scope[]>;
68
+ };
69
+ codeRequest: {
70
+ type: PropType<OAuth2AuthorizationCodeRequest>;
71
+ required: true;
72
+ };
73
+ }>, {
74
+ authorize: () => Promise<void>;
75
+ abort: () => void;
76
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
77
+ client: {
78
+ type: PropType<Client>;
79
+ required: true;
80
+ };
81
+ scopes: {
82
+ type: PropType<Scope[]>;
83
+ };
84
+ codeRequest: {
85
+ type: PropType<OAuth2AuthorizationCodeRequest>;
86
+ required: true;
87
+ };
88
+ }>> & Readonly<{}>, {}, {}, {
89
+ AuthorizeScopes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
90
+ client: {
91
+ type: PropType<Client>;
92
+ required: true;
93
+ };
94
+ scopesAvailable: {
95
+ type: PropType<Scope[]>;
96
+ };
97
+ scopesRequested: {
98
+ type: PropType<string[] | string>;
99
+ };
100
+ }>, {
101
+ scopesRequestedNormalized: import("vue").ComputedRef<string[]>;
102
+ scopesAvailableNormalized: import("vue").Ref<any[], any[]>;
103
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
104
+ client: {
105
+ type: PropType<Client>;
106
+ required: true;
107
+ };
108
+ scopesAvailable: {
109
+ type: PropType<Scope[]>;
110
+ };
111
+ scopesRequested: {
112
+ type: PropType<string[] | string>;
113
+ };
114
+ }>> & Readonly<{}>, {}, {}, {
115
+ AuthorizeScope: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
116
+ entity: {
117
+ type: PropType<Scope>;
118
+ required: true;
119
+ };
120
+ requested: {
121
+ type: PropType<string[]>;
122
+ default: () => any[];
123
+ };
124
+ }>, {
125
+ isEnabled: import("vue").ComputedRef<boolean>;
126
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
127
+ entity: {
128
+ type: PropType<Scope>;
129
+ required: true;
130
+ };
131
+ requested: {
132
+ type: PropType<string[]>;
133
+ default: () => any[];
134
+ };
135
+ }>> & Readonly<{}>, {
136
+ requested: string[];
137
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
138
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
139
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
140
+ Login: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
141
+ codeRequest: {
142
+ type: PropType<OAuth2AuthorizationCodeRequest>;
143
+ };
144
+ }>, {
145
+ updateRealmId: (realmId: string | string[]) => void;
146
+ vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
147
+ name: {
148
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
149
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
150
+ min: number;
151
+ }, any>;
152
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
153
+ max: number;
154
+ }, any>;
155
+ };
156
+ password: {
157
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
158
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
159
+ min: number;
160
+ }, any>;
161
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
162
+ max: number;
163
+ }, any>;
164
+ };
165
+ realm_id: {};
166
+ }, {
167
+ name: string;
168
+ password: string;
169
+ realm_id: string;
170
+ }>, import("@vuelidate/core").Validation<{
171
+ name: {
172
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
173
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
174
+ min: number;
175
+ }, any>;
176
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
177
+ max: number;
178
+ }, any>;
179
+ };
180
+ password: {
181
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
182
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
183
+ min: number;
184
+ }, any>;
185
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
186
+ max: number;
187
+ }, any>;
188
+ };
189
+ realm_id: {};
190
+ }, {
191
+ name: string;
192
+ password: string;
193
+ realm_id: string;
194
+ }>>;
195
+ form: {
196
+ name: string;
197
+ password: string;
198
+ realm_id: string;
199
+ };
200
+ submit: () => Promise<void>;
201
+ busy: import("vue").Ref<boolean, boolean>;
202
+ identityProviderQuery: import("vue").Ref<import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>, import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>>;
203
+ identityProviderRef: import("vue").Ref<{
204
+ [x: string]: any;
205
+ load: () => any;
206
+ }, {
207
+ [key: string]: any;
208
+ load: () => any;
209
+ } | {
210
+ [x: string]: any;
211
+ load: () => any;
212
+ }>;
213
+ buildIdentityProviderURL: (id: string) => string;
214
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "failed")[], "done" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
215
+ codeRequest: {
216
+ type: PropType<OAuth2AuthorizationCodeRequest>;
217
+ };
218
+ }>> & Readonly<{
219
+ onDone?: (...args: any[]) => any;
220
+ onFailed?: (...args: any[]) => any;
221
+ }>, {}, {}, {
222
+ ARealmPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
223
+ query: {
224
+ type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").Realm>>;
225
+ default(): {};
226
+ };
227
+ realmId: {
228
+ type: StringConstructor;
229
+ default: any;
230
+ };
231
+ loadOnSetup: {
232
+ type: BooleanConstructor;
233
+ default: boolean;
234
+ };
235
+ loading: {
236
+ type: PropType<boolean | import("../../index.ts").ListLoadingOptions<import("@authup/core-kit").Realm>>;
237
+ default: boolean;
238
+ };
239
+ noMore: {
240
+ type: PropType<boolean | import("../../index.ts").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
241
+ default: boolean;
242
+ };
243
+ footer: {
244
+ type: PropType<boolean | import("../../index.ts").ListFooterOptions<import("@authup/core-kit").Realm>>;
245
+ default: boolean;
246
+ };
247
+ header: {
248
+ type: PropType<boolean | import("../../index.ts").ListHeaderOptions<import("@authup/core-kit").Realm>>;
249
+ default: boolean;
250
+ };
251
+ body: {
252
+ type: PropType<import("../../index.ts").ListBodyOptions<import("@authup/core-kit").Realm>>;
253
+ };
254
+ value: {
255
+ type: PropType<string[] | string | null>;
256
+ };
257
+ multiple: {
258
+ type: PropType<boolean | undefined>;
259
+ };
260
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
261
+ [key: string]: any;
262
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
263
+ change: (values: string[]) => true;
264
+ } & import("../../index.ts").EntityCollectionVEmitOptions<import("@authup/core-kit").Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
265
+ query: {
266
+ type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").Realm>>;
267
+ default(): {};
268
+ };
269
+ realmId: {
270
+ type: StringConstructor;
271
+ default: any;
272
+ };
273
+ loadOnSetup: {
274
+ type: BooleanConstructor;
275
+ default: boolean;
276
+ };
277
+ loading: {
278
+ type: PropType<boolean | import("../../index.ts").ListLoadingOptions<import("@authup/core-kit").Realm>>;
279
+ default: boolean;
280
+ };
281
+ noMore: {
282
+ type: PropType<boolean | import("../../index.ts").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
283
+ default: boolean;
284
+ };
285
+ footer: {
286
+ type: PropType<boolean | import("../../index.ts").ListFooterOptions<import("@authup/core-kit").Realm>>;
287
+ default: boolean;
288
+ };
289
+ header: {
290
+ type: PropType<boolean | import("../../index.ts").ListHeaderOptions<import("@authup/core-kit").Realm>>;
291
+ default: boolean;
292
+ };
293
+ body: {
294
+ type: PropType<import("../../index.ts").ListBodyOptions<import("@authup/core-kit").Realm>>;
295
+ };
296
+ value: {
297
+ type: PropType<string[] | string | null>;
298
+ };
299
+ multiple: {
300
+ type: PropType<boolean | undefined>;
301
+ };
302
+ }>> & Readonly<{
303
+ onUpdated?: (item: import("@authup/core-kit").Realm) => any;
304
+ onDeleted?: (item: import("@authup/core-kit").Realm) => any;
305
+ onCreated?: (item: import("@authup/core-kit").Realm) => any;
306
+ onChange?: (values: string[]) => any;
307
+ }>, {
308
+ footer: boolean;
309
+ header: boolean;
310
+ query: import("rapiq").BuildInput<import("@authup/core-kit").Realm>;
311
+ realmId: string;
312
+ loadOnSetup: boolean;
313
+ loading: boolean;
314
+ noMore: boolean;
315
+ }, import("vue").SlotsType<import("../../index.ts").EntityPickerVSlots<import("@authup/core-kit").Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
316
+ APagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
317
+ total: {
318
+ type: NumberConstructor;
319
+ };
320
+ meta: {
321
+ type: PropType<Record<string, any>>;
322
+ };
323
+ busy: {
324
+ type: BooleanConstructor;
325
+ };
326
+ load: {
327
+ type: PropType<import("../../utility/pagination/type.ts").PaginationLoadFn>;
328
+ required: true;
329
+ };
330
+ }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
331
+ total: {
332
+ type: NumberConstructor;
333
+ };
334
+ meta: {
335
+ type: PropType<Record<string, any>>;
336
+ };
337
+ busy: {
338
+ type: BooleanConstructor;
339
+ };
340
+ load: {
341
+ type: PropType<import("../../utility/pagination/type.ts").PaginationLoadFn>;
342
+ required: true;
343
+ };
344
+ }>> & Readonly<{}>, {
345
+ busy: boolean;
346
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
347
+ ATitle: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
348
+ icon: {
349
+ type: BooleanConstructor;
350
+ default: boolean;
351
+ };
352
+ iconPosition: {
353
+ type: PropType<"start" | "end">;
354
+ };
355
+ iconClass: {
356
+ type: StringConstructor;
357
+ };
358
+ text: {
359
+ type: StringConstructor;
360
+ };
361
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
362
+ [key: string]: any;
363
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
364
+ [key: string]: any;
365
+ }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
366
+ icon: {
367
+ type: BooleanConstructor;
368
+ default: boolean;
369
+ };
370
+ iconPosition: {
371
+ type: PropType<"start" | "end">;
372
+ };
373
+ iconClass: {
374
+ type: StringConstructor;
375
+ };
376
+ text: {
377
+ type: StringConstructor;
378
+ };
379
+ }>> & Readonly<{}>, {
380
+ icon: boolean;
381
+ }, import("vue").SlotsType<{
382
+ default: import("../../utility/title/type.ts").TitleSlotProps;
383
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
384
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
385
+ validation: {
386
+ type: PropType<Record<string, any>>;
387
+ required: true;
388
+ };
389
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
390
+ validation: {
391
+ type: PropType<Record<string, any>>;
392
+ required: true;
393
+ };
394
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
395
+ default: import("@ilingo/vuelidate").SlotProps;
396
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
397
+ AIdentityProviders: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
398
+ query: {
399
+ type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>>;
400
+ default(): {};
401
+ };
402
+ realmId: {
403
+ type: StringConstructor;
404
+ default: any;
405
+ };
406
+ loadOnSetup: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ };
410
+ loading: {
411
+ type: PropType<boolean | import("../../index.ts").ListLoadingOptions<import("@authup/core-kit").IdentityProvider>>;
412
+ default: boolean;
413
+ };
414
+ noMore: {
415
+ type: PropType<boolean | import("../../index.ts").ListNoMoreOptions<import("@authup/core-kit").IdentityProvider>>;
416
+ default: boolean;
417
+ };
418
+ footer: {
419
+ type: PropType<boolean | import("../../index.ts").ListFooterOptions<import("@authup/core-kit").IdentityProvider>>;
420
+ default: boolean;
421
+ };
422
+ header: {
423
+ type: PropType<boolean | import("../../index.ts").ListHeaderOptions<import("@authup/core-kit").IdentityProvider>>;
424
+ default: boolean;
425
+ };
426
+ body: {
427
+ type: PropType<import("../../index.ts").ListBodyOptions<import("@authup/core-kit").IdentityProvider>>;
428
+ };
429
+ }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../index.ts").EntityCollectionVEmitOptions<import("@authup/core-kit").IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
430
+ query: {
431
+ type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>>;
432
+ default(): {};
433
+ };
434
+ realmId: {
435
+ type: StringConstructor;
436
+ default: any;
437
+ };
438
+ loadOnSetup: {
439
+ type: BooleanConstructor;
440
+ default: boolean;
441
+ };
442
+ loading: {
443
+ type: PropType<boolean | import("../../index.ts").ListLoadingOptions<import("@authup/core-kit").IdentityProvider>>;
444
+ default: boolean;
445
+ };
446
+ noMore: {
447
+ type: PropType<boolean | import("../../index.ts").ListNoMoreOptions<import("@authup/core-kit").IdentityProvider>>;
448
+ default: boolean;
449
+ };
450
+ footer: {
451
+ type: PropType<boolean | import("../../index.ts").ListFooterOptions<import("@authup/core-kit").IdentityProvider>>;
452
+ default: boolean;
453
+ };
454
+ header: {
455
+ type: PropType<boolean | import("../../index.ts").ListHeaderOptions<import("@authup/core-kit").IdentityProvider>>;
456
+ default: boolean;
457
+ };
458
+ body: {
459
+ type: PropType<import("../../index.ts").ListBodyOptions<import("@authup/core-kit").IdentityProvider>>;
460
+ };
461
+ }>> & Readonly<{
462
+ onUpdated?: (item: import("@authup/core-kit").IdentityProvider) => any;
463
+ onDeleted?: (item: import("@authup/core-kit").IdentityProvider) => any;
464
+ onCreated?: (item: import("@authup/core-kit").IdentityProvider) => any;
465
+ }>, {
466
+ footer: boolean;
467
+ header: boolean;
468
+ query: import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>;
469
+ realmId: string;
470
+ loadOnSetup: boolean;
471
+ loading: boolean;
472
+ noMore: boolean;
473
+ }, import("vue").SlotsType<import("../../index.ts").EntityCollectionVSlots<import("@authup/core-kit").IdentityProvider>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
474
+ AIdentityProviderIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
475
+ entity: {
476
+ type: PropType<import("@authup/core-kit").IdentityProvider>;
477
+ required: true;
478
+ };
479
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
480
+ [key: string]: any;
481
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
482
+ entity: {
483
+ type: PropType<import("@authup/core-kit").IdentityProvider>;
484
+ required: true;
485
+ };
486
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
487
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
488
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
489
+ //# sourceMappingURL=Authorize.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Authorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/Authorize.vue"],"names":[],"mappings":"AAqJA,OAAO,KAAK,EACR,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAChD,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;wBAuB3B,OAAO,YAAY;AAAxC,wBAAyC;AAazC,QAAA,MAAM,YAAY;;cAQU,QAAQ,CAAC,8BAA8B,CAAC;;;cAGxC,QAAQ,CAAC,MAAM,CAAC;;;;;;cAMjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAGhB,QAAQ,CAAC,KAAK,CAAC;;;;;;cAZf,QAAQ,CAAC,8BAA8B,CAAC;;;cAGxC,QAAQ,CAAC,MAAM,CAAC;;;;;;cAMjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAGhB,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA2EzC,CAAC"}
@@ -0,0 +1,84 @@
1
+ import type { Client, OAuth2AuthorizationCodeRequest, Scope } from '@authup/core-kit';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ client: {
7
+ type: PropType<Client>;
8
+ required: true;
9
+ };
10
+ scopes: {
11
+ type: PropType<Scope[]>;
12
+ };
13
+ codeRequest: {
14
+ type: PropType<OAuth2AuthorizationCodeRequest>;
15
+ required: true;
16
+ };
17
+ }>, {
18
+ authorize: () => Promise<void>;
19
+ abort: () => void;
20
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ client: {
22
+ type: PropType<Client>;
23
+ required: true;
24
+ };
25
+ scopes: {
26
+ type: PropType<Scope[]>;
27
+ };
28
+ codeRequest: {
29
+ type: PropType<OAuth2AuthorizationCodeRequest>;
30
+ required: true;
31
+ };
32
+ }>> & Readonly<{}>, {}, {}, {
33
+ AuthorizeScopes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
34
+ client: {
35
+ type: PropType<Client>;
36
+ required: true;
37
+ };
38
+ scopesAvailable: {
39
+ type: PropType<Scope[]>;
40
+ };
41
+ scopesRequested: {
42
+ type: PropType<string[] | string>;
43
+ };
44
+ }>, {
45
+ scopesRequestedNormalized: import("vue").ComputedRef<string[]>;
46
+ scopesAvailableNormalized: import("vue").Ref<any[], any[]>;
47
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
+ client: {
49
+ type: PropType<Client>;
50
+ required: true;
51
+ };
52
+ scopesAvailable: {
53
+ type: PropType<Scope[]>;
54
+ };
55
+ scopesRequested: {
56
+ type: PropType<string[] | string>;
57
+ };
58
+ }>> & Readonly<{}>, {}, {}, {
59
+ AuthorizeScope: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
60
+ entity: {
61
+ type: PropType<Scope>;
62
+ required: true;
63
+ };
64
+ requested: {
65
+ type: PropType<string[]>;
66
+ default: () => any[];
67
+ };
68
+ }>, {
69
+ isEnabled: import("vue").ComputedRef<boolean>;
70
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
71
+ entity: {
72
+ type: PropType<Scope>;
73
+ required: true;
74
+ };
75
+ requested: {
76
+ type: PropType<string[]>;
77
+ default: () => any[];
78
+ };
79
+ }>> & Readonly<{}>, {
80
+ requested: string[];
81
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
82
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
83
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
84
+ //# sourceMappingURL=AuthorizeForm.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthorizeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeForm.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAKf,OAAO,YAAY;AAAxC,wBAAyC;AA8IzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;;cAIjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAGhB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;cAPxC,QAAQ,CAAC,MAAM,CAAC;;;;cAIjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAGhB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoDlE,CAAC"}
@@ -0,0 +1,28 @@
1
+ import type { Scope } from '@authup/core-kit';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ entity: {
7
+ type: PropType<Scope>;
8
+ required: true;
9
+ };
10
+ requested: {
11
+ type: PropType<string[]>;
12
+ default: () => any[];
13
+ };
14
+ }>, {
15
+ isEnabled: import("vue").ComputedRef<boolean>;
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ entity: {
18
+ type: PropType<Scope>;
19
+ required: true;
20
+ };
21
+ requested: {
22
+ type: PropType<string[]>;
23
+ default: () => any[];
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ requested: string[];
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
28
+ //# sourceMappingURL=AuthorizeScope.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthorizeScope.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScope.vue"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAGf,OAAO,YAAY;AAAxC,wBAAyC;AAwCzC,QAAA,MAAM,YAAY;;cAGU,QAAQ,CAAC,KAAK,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;cAJjB,QAAQ,CAAC,KAAK,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;4EAW3C,CAAC"}
@@ -0,0 +1,55 @@
1
+ import type { Client, Scope } from '@authup/core-kit';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ client: {
7
+ type: PropType<Client>;
8
+ required: true;
9
+ };
10
+ scopesAvailable: {
11
+ type: PropType<Scope[]>;
12
+ };
13
+ scopesRequested: {
14
+ type: PropType<string[] | string>;
15
+ };
16
+ }>, {
17
+ scopesRequestedNormalized: import("vue").ComputedRef<string[]>;
18
+ scopesAvailableNormalized: import("vue").Ref<any[], any[]>;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ client: {
21
+ type: PropType<Client>;
22
+ required: true;
23
+ };
24
+ scopesAvailable: {
25
+ type: PropType<Scope[]>;
26
+ };
27
+ scopesRequested: {
28
+ type: PropType<string[] | string>;
29
+ };
30
+ }>> & Readonly<{}>, {}, {}, {
31
+ AuthorizeScope: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
32
+ entity: {
33
+ type: PropType<Scope>;
34
+ required: true;
35
+ };
36
+ requested: {
37
+ type: PropType<string[]>;
38
+ default: () => any[];
39
+ };
40
+ }>, {
41
+ isEnabled: import("vue").ComputedRef<boolean>;
42
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
+ entity: {
44
+ type: PropType<Scope>;
45
+ required: true;
46
+ };
47
+ requested: {
48
+ type: PropType<string[]>;
49
+ default: () => any[];
50
+ };
51
+ }>> & Readonly<{}>, {
52
+ requested: string[];
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
+ //# sourceMappingURL=AuthorizeScopes.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthorizeScopes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScopes.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAKf,OAAO,YAAY;AAAxC,wBAAyC;AAiDzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;;cAIjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAGP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;cAPpC,QAAQ,CAAC,MAAM,CAAC;;;;cAIjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAGP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oEA4C9D,CAAC"}