@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
@@ -1,3 +1,4 @@
1
1
  export * from './entities';
2
2
  export * from './utility';
3
+ export * from './workflows';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAOA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAOA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
@@ -27,8 +27,8 @@ export declare const AFormSubmit: import("vue").DefineComponent<import("vue").Ex
27
27
  }>> & Readonly<{
28
28
  onSubmit?: (...args: any[]) => any;
29
29
  }>, {
30
- isBusy: boolean;
31
30
  isEditing: boolean;
31
+ isBusy: boolean;
32
32
  isInvalid: boolean;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  //# sourceMappingURL=AFormSubmit.d.ts.map
@@ -1,5 +1,7 @@
1
1
  import type { PropType } from 'vue';
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
  names: {
4
6
  type: PropType<string[]>;
5
7
  default: () => any[];
@@ -50,14 +52,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
50
52
  }, {}, {
51
53
  ATranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
52
54
  name: {
53
- type: PropType<`${import("../../../index.js").TranslatorTranslationDefaultKey}`>;
55
+ type: PropType<`${import("../../../index.ts").TranslatorTranslationDefaultKey}`>;
54
56
  required: true;
55
57
  };
56
58
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
59
  [key: string]: any;
58
60
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
61
  name: {
60
- type: PropType<`${import("../../../index.js").TranslatorTranslationDefaultKey}`>;
62
+ type: PropType<`${import("../../../index.ts").TranslatorTranslationDefaultKey}`>;
61
63
  required: true;
62
64
  };
63
65
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -114,17 +116,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
114
116
  name: string;
115
117
  disabled: boolean;
116
118
  }, {}, {
117
- IVuelidate: import("vue").DefineComponent<{
119
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
118
120
  validation: {
119
121
  type: PropType<Record<string, any>>;
120
122
  required: true;
121
123
  };
122
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
124
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
123
125
  validation: {
124
126
  type: PropType<Record<string, any>>;
125
127
  required: true;
126
128
  };
127
- }>>, {}, import("vue").SlotsType<{
129
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
128
130
  default: import("@ilingo/vuelidate").SlotProps;
129
131
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
132
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -253,5 +255,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
253
255
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
254
256
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
255
257
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
256
- export default _default;
257
258
  //# sourceMappingURL=AFormInputList.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AFormInputList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputList.vue"],"names":[],"mappings":"AAqKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAgBT,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;iBAiBjB,MAAM;;;wBA8CC,MAAM;wBATN,MAAM,SAAS,MAAM;;YAvCxB,MAAM;eAAS,MAAM;;YAArB,MAAM;eAAS,MAAM;;YAArB,MAAM;eAAS,MAAM;;;;cAf1B,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAhB7C,GA5HsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqItB,wBA+FG"}
1
+ {"version":3,"file":"AFormInputList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputList.vue"],"names":[],"mappings":"AAsKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBASf,OAAO,YAAY;AAAxC,wBAAyC;AA2HzC,QAAA,MAAM,YAAY;;cAOS,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;iBAiBjB,MAAM;;;wBA8CC,MAAM;wBATN,MAAM,SAAS,MAAM;;YAvCxB,MAAM;eAAS,MAAM;;YAArB,MAAM;eAAS,MAAM;;YAArB,MAAM;eAAS,MAAM;;;;cAf1B,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA3I7C,GA/HgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAkW9C,CAAC"}
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  name: {
3
5
  type: StringConstructor;
4
6
  default: any;
@@ -51,17 +53,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
51
53
  name: string;
52
54
  disabled: boolean;
53
55
  }, {}, {
54
- IVuelidate: import("vue").DefineComponent<{
56
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
55
57
  validation: {
56
58
  type: import("vue").PropType<Record<string, any>>;
57
59
  required: true;
58
60
  };
59
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
61
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
62
  validation: {
61
63
  type: import("vue").PropType<Record<string, any>>;
62
64
  required: true;
63
65
  };
64
- }>>, {}, import("vue").SlotsType<{
66
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
65
67
  default: import("@ilingo/vuelidate").SlotProps;
66
68
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
69
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -189,5 +191,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
189
191
  hint: undefined;
190
192
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
191
193
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
192
- export default _default;
193
194
  //# sourceMappingURL=AFormInputListItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AFormInputListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputListItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwFA,GAjDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2DD,wBAwCG"}
1
+ {"version":3,"file":"AFormInputListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputListItem.vue"],"names":[],"mappings":"wBAmGqB,OAAO,YAAY;AAAxC,wBAAyC;AA0FzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCApGlB,GApDU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAgMR,CAAC"}
@@ -0,0 +1,354 @@
1
+ import type { PropType, Ref } from 'vue';
2
+ import type { IdentityProvider, OAuth2AuthorizationCodeRequest } from '@authup/core-kit';
3
+ import type { BuildInput } from 'rapiq';
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ codeRequest: {
8
+ type: PropType<OAuth2AuthorizationCodeRequest>;
9
+ };
10
+ }>, {
11
+ updateRealmId: (realmId: string | string[]) => void;
12
+ vuelidate: Ref<import("@vuelidate/core").Validation<{
13
+ name: {
14
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
15
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
16
+ min: number;
17
+ }, any>;
18
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
19
+ max: number;
20
+ }, any>;
21
+ };
22
+ password: {
23
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
24
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
25
+ min: number;
26
+ }, any>;
27
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
28
+ max: number;
29
+ }, any>;
30
+ };
31
+ realm_id: {};
32
+ }, {
33
+ name: string;
34
+ password: string;
35
+ realm_id: string;
36
+ }>, import("@vuelidate/core").Validation<{
37
+ name: {
38
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
39
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
40
+ min: number;
41
+ }, any>;
42
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
43
+ max: number;
44
+ }, any>;
45
+ };
46
+ password: {
47
+ required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
48
+ minLength: import("@vuelidate/core").ValidationRuleWithParams<{
49
+ min: number;
50
+ }, any>;
51
+ maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
52
+ max: number;
53
+ }, any>;
54
+ };
55
+ realm_id: {};
56
+ }, {
57
+ name: string;
58
+ password: string;
59
+ realm_id: string;
60
+ }>>;
61
+ form: {
62
+ name: string;
63
+ password: string;
64
+ realm_id: string;
65
+ };
66
+ submit: () => Promise<void>;
67
+ busy: Ref<boolean, boolean>;
68
+ identityProviderQuery: Ref<BuildInput<IdentityProvider>, BuildInput<IdentityProvider>>;
69
+ identityProviderRef: Ref<{
70
+ [x: string]: any;
71
+ load: () => any;
72
+ }, {
73
+ [key: string]: any;
74
+ load: () => any;
75
+ } | {
76
+ [x: string]: any;
77
+ load: () => any;
78
+ }>;
79
+ buildIdentityProviderURL: (id: string) => string;
80
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "failed")[], "done" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
81
+ codeRequest: {
82
+ type: PropType<OAuth2AuthorizationCodeRequest>;
83
+ };
84
+ }>> & Readonly<{
85
+ onDone?: (...args: any[]) => any;
86
+ onFailed?: (...args: any[]) => any;
87
+ }>, {}, {}, {
88
+ ARealmPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
89
+ query: {
90
+ type: PropType<BuildInput<import("@authup/core-kit").Realm>>;
91
+ default(): {};
92
+ };
93
+ realmId: {
94
+ type: StringConstructor;
95
+ default: any;
96
+ };
97
+ loadOnSetup: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ loading: {
102
+ type: PropType<boolean | import("..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
103
+ default: boolean;
104
+ };
105
+ noMore: {
106
+ type: PropType<boolean | import("..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
107
+ default: boolean;
108
+ };
109
+ footer: {
110
+ type: PropType<boolean | import("..").ListFooterOptions<import("@authup/core-kit").Realm>>;
111
+ default: boolean;
112
+ };
113
+ header: {
114
+ type: PropType<boolean | import("..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
115
+ default: boolean;
116
+ };
117
+ body: {
118
+ type: PropType<import("..").ListBodyOptions<import("@authup/core-kit").Realm>>;
119
+ };
120
+ value: {
121
+ type: PropType<string[] | string | null>;
122
+ };
123
+ multiple: {
124
+ type: PropType<boolean | undefined>;
125
+ };
126
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
127
+ [key: string]: any;
128
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
129
+ change: (values: string[]) => true;
130
+ } & import("..").EntityCollectionVEmitOptions<import("@authup/core-kit").Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
131
+ query: {
132
+ type: PropType<BuildInput<import("@authup/core-kit").Realm>>;
133
+ default(): {};
134
+ };
135
+ realmId: {
136
+ type: StringConstructor;
137
+ default: any;
138
+ };
139
+ loadOnSetup: {
140
+ type: BooleanConstructor;
141
+ default: boolean;
142
+ };
143
+ loading: {
144
+ type: PropType<boolean | import("..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
145
+ default: boolean;
146
+ };
147
+ noMore: {
148
+ type: PropType<boolean | import("..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
149
+ default: boolean;
150
+ };
151
+ footer: {
152
+ type: PropType<boolean | import("..").ListFooterOptions<import("@authup/core-kit").Realm>>;
153
+ default: boolean;
154
+ };
155
+ header: {
156
+ type: PropType<boolean | import("..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
157
+ default: boolean;
158
+ };
159
+ body: {
160
+ type: PropType<import("..").ListBodyOptions<import("@authup/core-kit").Realm>>;
161
+ };
162
+ value: {
163
+ type: PropType<string[] | string | null>;
164
+ };
165
+ multiple: {
166
+ type: PropType<boolean | undefined>;
167
+ };
168
+ }>> & Readonly<{
169
+ onUpdated?: (item: import("@authup/core-kit").Realm) => any;
170
+ onDeleted?: (item: import("@authup/core-kit").Realm) => any;
171
+ onCreated?: (item: import("@authup/core-kit").Realm) => any;
172
+ onChange?: (values: string[]) => any;
173
+ }>, {
174
+ footer: boolean;
175
+ header: boolean;
176
+ query: BuildInput<import("@authup/core-kit").Realm>;
177
+ realmId: string;
178
+ loadOnSetup: boolean;
179
+ loading: boolean;
180
+ noMore: boolean;
181
+ }, import("vue").SlotsType<import("..").EntityPickerVSlots<import("@authup/core-kit").Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
182
+ APagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
183
+ total: {
184
+ type: NumberConstructor;
185
+ };
186
+ meta: {
187
+ type: PropType<Record<string, any>>;
188
+ };
189
+ busy: {
190
+ type: BooleanConstructor;
191
+ };
192
+ load: {
193
+ type: PropType<import("../utility/pagination/type").PaginationLoadFn>;
194
+ required: true;
195
+ };
196
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
197
+ total: {
198
+ type: NumberConstructor;
199
+ };
200
+ meta: {
201
+ type: PropType<Record<string, any>>;
202
+ };
203
+ busy: {
204
+ type: BooleanConstructor;
205
+ };
206
+ load: {
207
+ type: PropType<import("../utility/pagination/type").PaginationLoadFn>;
208
+ required: true;
209
+ };
210
+ }>> & Readonly<{}>, {
211
+ busy: boolean;
212
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
213
+ ATitle: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
214
+ icon: {
215
+ type: BooleanConstructor;
216
+ default: boolean;
217
+ };
218
+ iconPosition: {
219
+ type: PropType<"start" | "end">;
220
+ };
221
+ iconClass: {
222
+ type: StringConstructor;
223
+ };
224
+ text: {
225
+ type: StringConstructor;
226
+ };
227
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
228
+ [key: string]: any;
229
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
230
+ [key: string]: any;
231
+ }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
232
+ icon: {
233
+ type: BooleanConstructor;
234
+ default: boolean;
235
+ };
236
+ iconPosition: {
237
+ type: PropType<"start" | "end">;
238
+ };
239
+ iconClass: {
240
+ type: StringConstructor;
241
+ };
242
+ text: {
243
+ type: StringConstructor;
244
+ };
245
+ }>> & Readonly<{}>, {
246
+ icon: boolean;
247
+ }, import("vue").SlotsType<{
248
+ default: import("../utility/title/type").TitleSlotProps;
249
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
250
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
251
+ validation: {
252
+ type: PropType<Record<string, any>>;
253
+ required: true;
254
+ };
255
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
256
+ validation: {
257
+ type: PropType<Record<string, any>>;
258
+ required: true;
259
+ };
260
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
261
+ default: import("@ilingo/vuelidate").SlotProps;
262
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
263
+ AIdentityProviders: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
264
+ query: {
265
+ type: PropType<BuildInput<IdentityProvider>>;
266
+ default(): {};
267
+ };
268
+ realmId: {
269
+ type: StringConstructor;
270
+ default: any;
271
+ };
272
+ loadOnSetup: {
273
+ type: BooleanConstructor;
274
+ default: boolean;
275
+ };
276
+ loading: {
277
+ type: PropType<boolean | import("..").ListLoadingOptions<IdentityProvider>>;
278
+ default: boolean;
279
+ };
280
+ noMore: {
281
+ type: PropType<boolean | import("..").ListNoMoreOptions<IdentityProvider>>;
282
+ default: boolean;
283
+ };
284
+ footer: {
285
+ type: PropType<boolean | import("..").ListFooterOptions<IdentityProvider>>;
286
+ default: boolean;
287
+ };
288
+ header: {
289
+ type: PropType<boolean | import("..").ListHeaderOptions<IdentityProvider>>;
290
+ default: boolean;
291
+ };
292
+ body: {
293
+ type: PropType<import("..").ListBodyOptions<IdentityProvider>>;
294
+ };
295
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("..").EntityCollectionVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
296
+ query: {
297
+ type: PropType<BuildInput<IdentityProvider>>;
298
+ default(): {};
299
+ };
300
+ realmId: {
301
+ type: StringConstructor;
302
+ default: any;
303
+ };
304
+ loadOnSetup: {
305
+ type: BooleanConstructor;
306
+ default: boolean;
307
+ };
308
+ loading: {
309
+ type: PropType<boolean | import("..").ListLoadingOptions<IdentityProvider>>;
310
+ default: boolean;
311
+ };
312
+ noMore: {
313
+ type: PropType<boolean | import("..").ListNoMoreOptions<IdentityProvider>>;
314
+ default: boolean;
315
+ };
316
+ footer: {
317
+ type: PropType<boolean | import("..").ListFooterOptions<IdentityProvider>>;
318
+ default: boolean;
319
+ };
320
+ header: {
321
+ type: PropType<boolean | import("..").ListHeaderOptions<IdentityProvider>>;
322
+ default: boolean;
323
+ };
324
+ body: {
325
+ type: PropType<import("..").ListBodyOptions<IdentityProvider>>;
326
+ };
327
+ }>> & Readonly<{
328
+ onUpdated?: (item: IdentityProvider) => any;
329
+ onDeleted?: (item: IdentityProvider) => any;
330
+ onCreated?: (item: IdentityProvider) => any;
331
+ }>, {
332
+ footer: boolean;
333
+ header: boolean;
334
+ query: BuildInput<IdentityProvider>;
335
+ realmId: string;
336
+ loadOnSetup: boolean;
337
+ loading: boolean;
338
+ noMore: boolean;
339
+ }, import("vue").SlotsType<import("..").EntityCollectionVSlots<IdentityProvider>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
340
+ AIdentityProviderIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
341
+ entity: {
342
+ type: PropType<IdentityProvider>;
343
+ required: true;
344
+ };
345
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
346
+ [key: string]: any;
347
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
348
+ entity: {
349
+ type: PropType<IdentityProvider>;
350
+ required: true;
351
+ };
352
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
353
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
354
+ //# sourceMappingURL=Login.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Login.vue.d.ts","sourceRoot":"","sources":["../../../src/components/workflows/Login.vue"],"names":[],"mappings":"AAiRA,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AASzC,OAAO,KAAK,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAKzF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;wBAKnB,OAAO,YAAY;AAAxC,wBAAyC;AAoTzC,QAAA,MAAM,YAAY;;cAcU,QAAQ,CAAC,8BAA8B,CAAC;;;6BAiE5B,MAAM,GAAG,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAPH,MAAM,GAAG;;;cAAT,MAAM,GAAG;;;cAAT,MAAM,GAAG;;mCAgCjB,MAAM;;;cA1FxB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAuHlE,CAAC"}