@authup/client-web-kit 1.0.0-beta.42 → 1.0.0-beta.45

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 (221) hide show
  1. package/dist/components/entities/client/AClientForm.vue.d.ts +422 -240
  2. package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -1
  3. package/dist/components/entities/client/AClients.d.ts.map +1 -1
  4. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts +484 -0
  5. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -0
  6. package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts +3354 -0
  7. package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts.map +1 -0
  8. package/dist/components/entities/identity-provider/AIdentityProviderIcon.vue.d.ts.map +1 -1
  9. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts +360 -0
  10. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts.map +1 -0
  11. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts +257 -0
  12. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts.map +1 -0
  13. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts +1686 -0
  14. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts.map +1 -0
  15. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts +260 -0
  16. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts.map +1 -0
  17. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts +259 -0
  18. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts.map +1 -0
  19. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts +247 -0
  20. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts.map +1 -0
  21. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts +240 -0
  22. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts.map +1 -0
  23. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts +372 -76
  24. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts.map +1 -1
  25. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts +1551 -0
  26. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts.map +1 -0
  27. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  28. package/dist/components/entities/identity-provider/AIdentityProviders.d.ts.map +1 -1
  29. package/dist/components/entities/identity-provider/index.d.ts +3 -3
  30. package/dist/components/entities/identity-provider/index.d.ts.map +1 -1
  31. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts +207 -98
  32. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map +1 -1
  33. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts +206 -97
  34. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts.map +1 -1
  35. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  36. package/dist/components/entities/permission/APermissionForm.vue.d.ts +640 -0
  37. package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -0
  38. package/dist/components/entities/permission/APermissions.d.ts.map +1 -1
  39. package/dist/components/entities/permission/index.d.ts +1 -1
  40. package/dist/components/entities/permission/index.d.ts.map +1 -1
  41. package/dist/components/entities/permission-policy/APermissionPolicyAssignments.vue.d.ts +1 -0
  42. package/dist/components/entities/permission-policy/APermissionPolicyAssignments.vue.d.ts.map +1 -1
  43. package/dist/components/entities/permission-policy-binding/APermissionPolicyBindingButton.d.ts.map +1 -1
  44. package/dist/components/entities/policy/APolicies.d.ts.map +1 -1
  45. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +389 -128
  46. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  47. package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts +1 -0
  48. package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
  49. package/dist/components/entities/policy/APolicyForm.vue.d.ts +393 -132
  50. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  51. package/dist/components/entities/policy/APolicyInlineInfo.vue.d.ts +1 -0
  52. package/dist/components/entities/policy/APolicyInlineInfo.vue.d.ts.map +1 -1
  53. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +4 -4
  54. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  55. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +138 -115
  56. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  57. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +116 -56
  58. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  59. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +131 -51
  60. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  61. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +138 -115
  62. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  63. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +295 -146
  64. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  65. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +215 -110
  66. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  67. package/dist/components/entities/realm/ARealmForm.vue.d.ts +469 -0
  68. package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -0
  69. package/dist/components/entities/realm/ARealms.d.ts.map +1 -1
  70. package/dist/components/entities/realm/index.d.ts +1 -1
  71. package/dist/components/entities/realm/index.d.ts.map +1 -1
  72. package/dist/components/entities/robot/ARobotForm.vue.d.ts +693 -0
  73. package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -0
  74. package/dist/components/entities/robot/ARobots.d.ts.map +1 -1
  75. package/dist/components/entities/robot/index.d.ts +1 -1
  76. package/dist/components/entities/robot/index.d.ts.map +1 -1
  77. package/dist/components/entities/role/ARoleForm.vue.d.ts +561 -0
  78. package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -0
  79. package/dist/components/entities/role/ARoles.d.ts.map +1 -1
  80. package/dist/components/entities/role/index.d.ts +1 -1
  81. package/dist/components/entities/role/index.d.ts.map +1 -1
  82. package/dist/components/entities/scope/AScopeForm.vue.d.ts +568 -0
  83. package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -0
  84. package/dist/components/entities/scope/AScopes.d.ts.map +1 -1
  85. package/dist/components/entities/scope/index.d.ts +1 -1
  86. package/dist/components/entities/scope/index.d.ts.map +1 -1
  87. package/dist/components/entities/user/AUserForm.vue.d.ts +658 -0
  88. package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -0
  89. package/dist/components/entities/user/AUserPasswordForm.vue.d.ts +389 -0
  90. package/dist/components/entities/user/AUserPasswordForm.vue.d.ts.map +1 -0
  91. package/dist/components/entities/user/AUsers.d.ts.map +1 -1
  92. package/dist/components/entities/user/index.d.ts +2 -2
  93. package/dist/components/entities/user/index.d.ts.map +1 -1
  94. package/dist/components/utility/AFormSubmit.d.ts +1 -1
  95. package/dist/components/utility/ANameInput.vue.d.ts +151 -0
  96. package/dist/components/utility/ANameInput.vue.d.ts.map +1 -0
  97. package/dist/components/utility/ASecretInput.vue.d.ts +156 -0
  98. package/dist/components/utility/ASecretInput.vue.d.ts.map +1 -0
  99. package/dist/components/utility/AToggleButton.vue.d.ts +42 -0
  100. package/dist/components/utility/AToggleButton.vue.d.ts.map +1 -0
  101. package/dist/components/utility/LanguageSwitcherDropdown.d.ts +1 -1
  102. package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +1 -1
  103. package/dist/components/utility/entity/AEntityDelete.d.ts +1 -1
  104. package/dist/components/utility/entity/AEntityDelete.d.ts.map +1 -1
  105. package/dist/components/utility/entity/collection/module.d.ts.map +1 -1
  106. package/dist/components/utility/entity/collection/types.d.ts +31 -7
  107. package/dist/components/utility/entity/collection/types.d.ts.map +1 -1
  108. package/dist/components/utility/entity/picker/module.d.ts.map +1 -1
  109. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +137 -107
  110. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  111. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +135 -70
  112. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  113. package/dist/components/utility/index.d.ts +3 -0
  114. package/dist/components/utility/index.d.ts.map +1 -1
  115. package/dist/components/utility/pagination/module.d.ts +2 -1
  116. package/dist/components/utility/pagination/module.d.ts.map +1 -1
  117. package/dist/components/utility/search/ASearch.d.ts +1 -2
  118. package/dist/components/utility/search/ASearch.d.ts.map +1 -1
  119. package/dist/components/utility/search/module.d.ts.map +1 -1
  120. package/dist/components/utility/toggle-button/AToggleButton.vue.d.ts.map +1 -1
  121. package/dist/components/utility/toggle-button/module.d.ts.map +1 -1
  122. package/dist/components/utility/translation/ATranslation.d.ts.map +1 -1
  123. package/dist/components/utility/translation/index.d.ts +0 -1
  124. package/dist/components/utility/translation/index.d.ts.map +1 -1
  125. package/dist/components/workflows/Login.vue.d.ts +347 -59
  126. package/dist/components/workflows/Login.vue.d.ts.map +1 -1
  127. package/dist/components/workflows/authorize/Authorize.vue.d.ts +350 -59
  128. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
  129. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +4 -0
  130. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
  131. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -1
  132. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +2 -0
  133. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
  134. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -1
  135. package/dist/core/form/builders.d.ts +110 -0
  136. package/dist/core/form/builders.d.ts.map +1 -0
  137. package/dist/core/form/defaults.d.ts +15 -0
  138. package/dist/core/form/defaults.d.ts.map +1 -0
  139. package/dist/core/form/index.d.ts +2 -0
  140. package/dist/core/form/index.d.ts.map +1 -1
  141. package/dist/core/form/submit.d.ts +14 -2
  142. package/dist/core/form/submit.d.ts.map +1 -1
  143. package/dist/core/index.d.ts +1 -1
  144. package/dist/core/index.d.ts.map +1 -1
  145. package/dist/core/slot.d.ts +19 -0
  146. package/dist/core/slot.d.ts.map +1 -1
  147. package/dist/core/socket-manager/install.d.ts.map +1 -1
  148. package/dist/core/store/create.d.ts +0 -60
  149. package/dist/core/store/create.d.ts.map +1 -1
  150. package/dist/core/translator/constants.d.ts +1 -52
  151. package/dist/core/translator/constants.d.ts.map +1 -1
  152. package/dist/core/translator/helpers.d.ts +27 -4
  153. package/dist/core/translator/helpers.d.ts.map +1 -1
  154. package/dist/core/translator/install.d.ts +35 -0
  155. package/dist/core/translator/install.d.ts.map +1 -1
  156. package/dist/core/translator/singleton.d.ts +29 -4
  157. package/dist/core/translator/singleton.d.ts.map +1 -1
  158. package/dist/core/validup.d.ts +23 -0
  159. package/dist/core/validup.d.ts.map +1 -0
  160. package/dist/index.mjs +7118 -2907
  161. package/dist/index.mjs.map +1 -1
  162. package/dist/module.d.ts.map +1 -1
  163. package/package.json +52 -30
  164. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts +0 -16
  165. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts.map +0 -1
  166. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +0 -23
  167. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +0 -1
  168. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts +0 -26
  169. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts.map +0 -1
  170. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts +0 -26
  171. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts.map +0 -1
  172. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +0 -35
  173. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts.map +0 -1
  174. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts +0 -26
  175. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts.map +0 -1
  176. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts +0 -26
  177. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts.map +0 -1
  178. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts +0 -16
  179. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts.map +0 -1
  180. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts +0 -7
  181. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts.map +0 -1
  182. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +0 -79
  183. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +0 -1
  184. package/dist/components/entities/permission/APermissionForm.d.ts +0 -20
  185. package/dist/components/entities/permission/APermissionForm.d.ts.map +0 -1
  186. package/dist/components/entities/realm/ARealmForm.d.ts +0 -26
  187. package/dist/components/entities/realm/ARealmForm.d.ts.map +0 -1
  188. package/dist/components/entities/robot/ARobotForm.d.ts +0 -43
  189. package/dist/components/entities/robot/ARobotForm.d.ts.map +0 -1
  190. package/dist/components/entities/role/ARoleForm.d.ts +0 -25
  191. package/dist/components/entities/role/ARoleForm.d.ts.map +0 -1
  192. package/dist/components/entities/scope/AScopeForm.d.ts +0 -31
  193. package/dist/components/entities/scope/AScopeForm.d.ts.map +0 -1
  194. package/dist/components/entities/user/AUserForm.d.ts +0 -43
  195. package/dist/components/entities/user/AUserForm.d.ts.map +0 -1
  196. package/dist/components/entities/user/AUserPasswordForm.d.ts +0 -23
  197. package/dist/components/entities/user/AUserPasswordForm.d.ts.map +0 -1
  198. package/dist/components/utility/translation/ATranslationDefault.vue.d.ts +0 -43
  199. package/dist/components/utility/translation/ATranslationDefault.vue.d.ts.map +0 -1
  200. package/dist/core/translator/de/client.d.ts +0 -3
  201. package/dist/core/translator/de/client.d.ts.map +0 -1
  202. package/dist/core/translator/de/default.d.ts +0 -3
  203. package/dist/core/translator/de/default.d.ts.map +0 -1
  204. package/dist/core/translator/de/index.d.ts +0 -5
  205. package/dist/core/translator/de/index.d.ts.map +0 -1
  206. package/dist/core/translator/de/vuecs.d.ts +0 -3
  207. package/dist/core/translator/de/vuecs.d.ts.map +0 -1
  208. package/dist/core/translator/de/vuelidate.d.ts +0 -3
  209. package/dist/core/translator/de/vuelidate.d.ts.map +0 -1
  210. package/dist/core/translator/en/client.d.ts +0 -3
  211. package/dist/core/translator/en/client.d.ts.map +0 -1
  212. package/dist/core/translator/en/default.d.ts +0 -3
  213. package/dist/core/translator/en/default.d.ts.map +0 -1
  214. package/dist/core/translator/en/index.d.ts +0 -5
  215. package/dist/core/translator/en/index.d.ts.map +0 -1
  216. package/dist/core/translator/en/vuecs.d.ts +0 -3
  217. package/dist/core/translator/en/vuecs.d.ts.map +0 -1
  218. package/dist/core/translator/en/vuelidate.d.ts +0 -3
  219. package/dist/core/translator/en/vuelidate.d.ts.map +0 -1
  220. package/dist/core/vuelidate.d.ts +0 -13
  221. package/dist/core/vuelidate.d.ts.map +0 -1
@@ -1,5 +1,6 @@
1
1
  import type { Client, OAuth2AuthorizationCodeRequest, Scope } from '@authup/core-kit';
2
2
  import type { PropType, VNodeChild } from 'vue';
3
+ import { TranslatorTranslationCommonKey } from '../../../core';
3
4
  declare const _default: typeof __VLS_export;
4
5
  export default _default;
5
6
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -73,6 +74,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
73
74
  }>, {
74
75
  authorize: () => Promise<void>;
75
76
  abort: () => void;
77
+ translationsDefault: Record<import("@authup/i18n").TranslatorTranslationActionKey.AUTHORIZE | import("@authup/i18n").TranslatorTranslationActionKey.ABORT | TranslatorTranslationCommonKey.APPLICATION, string>;
78
+ translationsClient: Record<import("@authup/i18n").TranslatorTranslationClientKey.ONCE_AUTHORIZED_REDIRECT | import("@authup/i18n").TranslatorTranslationClientKey.GOVERNED_BY | import("@authup/i18n").TranslatorTranslationClientKey.ACTIVE_SINCE, string>;
76
79
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
77
80
  client: {
78
81
  type: PropType<Client>;
@@ -136,6 +139,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
136
139
  created_at: string;
137
140
  updated_at: string;
138
141
  }[]>;
142
+ translationsClient: Record<import("@authup/i18n").TranslatorTranslationClientKey.SCOPE_GRANT_INTRO, string>;
139
143
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
140
144
  client: {
141
145
  type: PropType<Client>;
@@ -179,55 +183,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
179
183
  };
180
184
  }>, {
181
185
  updateRealmId: (realmId: string | string[]) => void;
182
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
183
- name: {
184
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
185
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
186
- min: number;
187
- }, any>;
188
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
189
- max: number;
190
- }, any>;
191
- };
192
- password: {
193
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
194
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
195
- min: number;
196
- }, any>;
197
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
198
- max: number;
199
- }, any>;
200
- };
201
- realm_id: {};
202
- }, {
186
+ v: import("@validup/vue").Composable<{
203
187
  name: string;
204
188
  password: string;
205
189
  realm_id: string;
206
- }>, import("@vuelidate/core").Validation<{
207
- name: {
208
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
209
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
210
- min: number;
211
- }, any>;
212
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
213
- max: number;
214
- }, any>;
215
- };
216
- password: {
217
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
218
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
219
- min: number;
220
- }, any>;
221
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
222
- max: number;
223
- }, any>;
224
- };
225
- realm_id: {};
226
- }, {
227
- name: string;
228
- password: string;
229
- realm_id: string;
230
- }>>;
190
+ }>;
231
191
  form: {
232
192
  name: string;
233
193
  password: string;
@@ -235,6 +195,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
235
195
  };
236
196
  submit: () => Promise<void>;
237
197
  busy: import("vue").Ref<boolean, boolean>;
198
+ submitButton: import("vue").ComputedRef<import("@vuecs/forms").SubmitButtonBindings>;
238
199
  identityProviderQuery: import("vue").Ref<import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>, import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>>;
239
200
  identityProviderRef: import("vue").Ref<{
240
201
  [x: string]: unknown;
@@ -247,6 +208,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
247
208
  load: () => Promise<void>;
248
209
  }>;
249
210
  buildIdentityProviderURL: (id: string) => string;
211
+ translationsDefault: Record<import("@authup/i18n").TranslatorTranslationActionKey.LOGIN | import("@authup/i18n").TranslatorTranslationFieldKey.NAME | import("@authup/i18n").TranslatorTranslationFieldKey.PASSWORD | import("@authup/i18n").TranslatorTranslationEntityKey.IDENTITY_PROVIDER, string>;
250
212
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "failed")[], "done" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
251
213
  codeRequest: {
252
214
  type: PropType<OAuth2AuthorizationCodeRequest>;
@@ -415,19 +377,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
415
377
  }, import("vue").SlotsType<{
416
378
  default: import("../../utility/title/type.ts").TitleSlotProps;
417
379
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
418
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
419
- validation: {
420
- type: PropType<Record<string, any>>;
421
- required: true;
422
- };
423
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
424
- validation: {
425
- type: PropType<Record<string, any>>;
426
- required: true;
427
- };
428
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
429
- default: import("@ilingo/vuelidate").SlotProps;
430
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
431
380
  AIdentityProviders: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
432
381
  query: {
433
382
  type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>>;
@@ -547,6 +496,348 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
547
496
  };
548
497
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
549
498
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
499
+ VCButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
500
+ color: {
501
+ type: PropType<import("@vuecs/button").ButtonColor>;
502
+ default: any;
503
+ };
504
+ variant: {
505
+ type: PropType<import("@vuecs/button").ButtonVariant>;
506
+ default: any;
507
+ };
508
+ size: {
509
+ type: PropType<import("@vuecs/button").ButtonSize>;
510
+ default: any;
511
+ };
512
+ type: {
513
+ type: StringConstructor;
514
+ default: string;
515
+ };
516
+ tag: {
517
+ type: StringConstructor;
518
+ default: string;
519
+ };
520
+ label: {
521
+ type: StringConstructor;
522
+ default: any;
523
+ };
524
+ iconLeft: {
525
+ type: StringConstructor;
526
+ default: any;
527
+ };
528
+ iconRight: {
529
+ type: StringConstructor;
530
+ default: any;
531
+ };
532
+ loading: {
533
+ type: BooleanConstructor;
534
+ default: boolean;
535
+ };
536
+ disabled: {
537
+ type: BooleanConstructor;
538
+ default: boolean;
539
+ };
540
+ themeClass: {
541
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/button").ButtonThemeClasses>>;
542
+ default: any;
543
+ };
544
+ themeVariant: {
545
+ type: PropType<import("@vuecs/core").VariantValues>;
546
+ default: any;
547
+ };
548
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
549
+ [key: string]: any;
550
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
551
+ color: {
552
+ type: PropType<import("@vuecs/button").ButtonColor>;
553
+ default: any;
554
+ };
555
+ variant: {
556
+ type: PropType<import("@vuecs/button").ButtonVariant>;
557
+ default: any;
558
+ };
559
+ size: {
560
+ type: PropType<import("@vuecs/button").ButtonSize>;
561
+ default: any;
562
+ };
563
+ type: {
564
+ type: StringConstructor;
565
+ default: string;
566
+ };
567
+ tag: {
568
+ type: StringConstructor;
569
+ default: string;
570
+ };
571
+ label: {
572
+ type: StringConstructor;
573
+ default: any;
574
+ };
575
+ iconLeft: {
576
+ type: StringConstructor;
577
+ default: any;
578
+ };
579
+ iconRight: {
580
+ type: StringConstructor;
581
+ default: any;
582
+ };
583
+ loading: {
584
+ type: BooleanConstructor;
585
+ default: boolean;
586
+ };
587
+ disabled: {
588
+ type: BooleanConstructor;
589
+ default: boolean;
590
+ };
591
+ themeClass: {
592
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/button").ButtonThemeClasses>>;
593
+ default: any;
594
+ };
595
+ themeVariant: {
596
+ type: PropType<import("@vuecs/core").VariantValues>;
597
+ default: any;
598
+ };
599
+ }>> & Readonly<{}>, {
600
+ label: string;
601
+ color: import("@vuecs/button").ButtonColor;
602
+ variant: import("@vuecs/button").ButtonVariant;
603
+ size: import("@vuecs/button").ButtonSize;
604
+ type: string;
605
+ tag: string;
606
+ iconLeft: string;
607
+ iconRight: string;
608
+ loading: boolean;
609
+ disabled: boolean;
610
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/button").ButtonThemeClasses>;
611
+ themeVariant: import("@vuecs/core").VariantValues;
612
+ }, import("vue").SlotsType<{
613
+ default: import("@vuecs/button").ButtonSlotProps;
614
+ leading: import("@vuecs/button").ButtonSlotProps;
615
+ trailing: import("@vuecs/button").ButtonSlotProps;
616
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
617
+ VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
618
+ label: {
619
+ type: BooleanConstructor;
620
+ default: any;
621
+ };
622
+ labelTag: {
623
+ type: StringConstructor;
624
+ default: string;
625
+ };
626
+ labelContent: {
627
+ type: StringConstructor;
628
+ default: any;
629
+ };
630
+ hint: {
631
+ type: BooleanConstructor;
632
+ default: any;
633
+ };
634
+ hintTag: {
635
+ type: StringConstructor;
636
+ default: string;
637
+ };
638
+ hintContent: {
639
+ type: StringConstructor;
640
+ default: any;
641
+ };
642
+ validation: {
643
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
644
+ default: any;
645
+ };
646
+ validationSeverity: {
647
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
648
+ default: any;
649
+ };
650
+ validationMessages: {
651
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
652
+ default: any;
653
+ };
654
+ themeClass: {
655
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
656
+ default: any;
657
+ };
658
+ themeVariant: {
659
+ type: PropType<import("@vuecs/core").VariantValues>;
660
+ default: any;
661
+ };
662
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
663
+ [key: string]: any;
664
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
665
+ label: {
666
+ type: BooleanConstructor;
667
+ default: any;
668
+ };
669
+ labelTag: {
670
+ type: StringConstructor;
671
+ default: string;
672
+ };
673
+ labelContent: {
674
+ type: StringConstructor;
675
+ default: any;
676
+ };
677
+ hint: {
678
+ type: BooleanConstructor;
679
+ default: any;
680
+ };
681
+ hintTag: {
682
+ type: StringConstructor;
683
+ default: string;
684
+ };
685
+ hintContent: {
686
+ type: StringConstructor;
687
+ default: any;
688
+ };
689
+ validation: {
690
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
691
+ default: any;
692
+ };
693
+ validationSeverity: {
694
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
695
+ default: any;
696
+ };
697
+ validationMessages: {
698
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
699
+ default: any;
700
+ };
701
+ themeClass: {
702
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
703
+ default: any;
704
+ };
705
+ themeVariant: {
706
+ type: PropType<import("@vuecs/core").VariantValues>;
707
+ default: any;
708
+ };
709
+ }>> & Readonly<{}>, {
710
+ label: boolean;
711
+ labelContent: string;
712
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
713
+ themeVariant: import("@vuecs/core").VariantValues;
714
+ hint: boolean;
715
+ labelTag: string;
716
+ hintTag: string;
717
+ hintContent: string;
718
+ validation: import("@vuecs/forms").FieldValidation;
719
+ validationSeverity: "error" | "warning";
720
+ validationMessages: import("@vuecs/forms").ValidationMessages;
721
+ }, import("vue").SlotsType<{
722
+ default: Record<string, never>;
723
+ label: Record<string, never>;
724
+ hint: Record<string, never>;
725
+ validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
726
+ validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
727
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
728
+ VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
729
+ modelValue: {
730
+ type: PropType<string | null | undefined>;
731
+ };
732
+ type: {
733
+ type: StringConstructor;
734
+ default: string;
735
+ };
736
+ group: {
737
+ type: BooleanConstructor;
738
+ default: boolean;
739
+ };
740
+ groupPrepend: {
741
+ type: BooleanConstructor;
742
+ default: boolean;
743
+ };
744
+ groupPrependContent: {
745
+ type: StringConstructor;
746
+ default: any;
747
+ };
748
+ groupAppend: {
749
+ type: BooleanConstructor;
750
+ default: boolean;
751
+ };
752
+ groupAppendContent: {
753
+ type: StringConstructor;
754
+ default: any;
755
+ };
756
+ debounce: {
757
+ type: NumberConstructor;
758
+ default: number;
759
+ };
760
+ themeClass: {
761
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
762
+ default: any;
763
+ };
764
+ themeVariant: {
765
+ type: PropType<import("@vuecs/core").VariantValues>;
766
+ default: any;
767
+ };
768
+ }>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
769
+ [key: string]: any;
770
+ }> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
771
+ modelValue: {
772
+ type: PropType<string | null | undefined>;
773
+ };
774
+ type: {
775
+ type: StringConstructor;
776
+ default: string;
777
+ };
778
+ group: {
779
+ type: BooleanConstructor;
780
+ default: boolean;
781
+ };
782
+ groupPrepend: {
783
+ type: BooleanConstructor;
784
+ default: boolean;
785
+ };
786
+ groupPrependContent: {
787
+ type: StringConstructor;
788
+ default: any;
789
+ };
790
+ groupAppend: {
791
+ type: BooleanConstructor;
792
+ default: boolean;
793
+ };
794
+ groupAppendContent: {
795
+ type: StringConstructor;
796
+ default: any;
797
+ };
798
+ debounce: {
799
+ type: NumberConstructor;
800
+ default: number;
801
+ };
802
+ themeClass: {
803
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
804
+ default: any;
805
+ };
806
+ themeVariant: {
807
+ type: PropType<import("@vuecs/core").VariantValues>;
808
+ default: any;
809
+ };
810
+ }>> & Readonly<{
811
+ "onUpdate:modelValue"?: (...args: any[]) => any;
812
+ }>, {
813
+ group: boolean;
814
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
815
+ themeVariant: import("@vuecs/core").VariantValues;
816
+ type: string;
817
+ groupAppend: boolean;
818
+ groupPrepend: boolean;
819
+ groupPrependContent: string;
820
+ groupAppendContent: string;
821
+ debounce: number;
822
+ }, import("vue").SlotsType<{
823
+ groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
824
+ groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
825
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
826
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
827
+ field: {
828
+ type: PropType<import("@validup/vue").FieldState>;
829
+ required: true;
830
+ };
831
+ }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
832
+ field: {
833
+ type: PropType<import("@validup/vue").FieldState>;
834
+ required: true;
835
+ };
836
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
837
+ default?: (props: {
838
+ value: import("@ilingo/validup-vue").FieldValidation;
839
+ }) => VNodeChild;
840
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
550
841
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
551
842
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
552
843
  //# sourceMappingURL=Authorize.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Authorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/Authorize.vue"],"names":[],"mappings":"AAsIA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;wBA0B3B,OAAO,YAAY;AAAxC,wBAAyC;AAazC,QAAA,MAAM,YAAY;;cAOqB,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;;;;cAJT,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoE9C,CAAC"}
1
+ {"version":3,"file":"Authorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/Authorize.vue"],"names":[],"mappings":"AAiJA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAOhD,OAAO,EACH,8BAA8B,EAKjC,MAAM,eAAe,CAAC;wBAmBF,OAAO,YAAY;AAAxC,wBAAyC;AAazC,QAAA,MAAM,YAAY;;cAOqB,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;;;;cAJT,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAkEP,GACxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAMC,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import type { Client, OAuth2AuthorizationCodeRequest, Scope } from '@authup/core-kit';
2
2
  import type { PropType } from 'vue';
3
+ import { TranslatorTranslationActionKey, TranslatorTranslationClientKey, TranslatorTranslationCommonKey } from '../../../core';
3
4
  declare const _default: typeof __VLS_export;
4
5
  export default _default;
5
6
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -17,6 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
17
18
  }>, {
18
19
  authorize: () => Promise<void>;
19
20
  abort: () => void;
21
+ translationsDefault: Record<TranslatorTranslationActionKey.AUTHORIZE | TranslatorTranslationActionKey.ABORT | TranslatorTranslationCommonKey.APPLICATION, string>;
22
+ translationsClient: Record<TranslatorTranslationClientKey.ONCE_AUTHORIZED_REDIRECT | TranslatorTranslationClientKey.GOVERNED_BY | TranslatorTranslationClientKey.ACTIVE_SINCE, string>;
20
23
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
24
  client: {
22
25
  type: PropType<Client>;
@@ -80,6 +83,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
80
83
  created_at: string;
81
84
  updated_at: string;
82
85
  }[]>;
86
+ translationsClient: Record<TranslatorTranslationClientKey.SCOPE_GRANT_INTRO, string>;
83
87
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
84
88
  client: {
85
89
  type: PropType<Client>;
@@ -1 +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;;;;cAGX,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAEtB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;cALxC,QAAQ,CAAC,MAAM,CAAC;;;;cAGX,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAEtB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoDlE,CAAC"}
1
+ {"version":3,"file":"AuthorizeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeForm.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,EAC9B,8BAA8B,EAKjC,MAAM,eAAe,CAAC;wBAGF,OAAO,YAAY;AAAxC,wBAAyC;AA8JzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;;cAGX,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAEtB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;;;cALxC,QAAQ,CAAC,MAAM,CAAC;;;;cAGX,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAEtB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAiFlE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AuthorizeScope.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScope.vue"],"names":[],"mappings":"AAoDA,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;;;;;4EAS3C,CAAC"}
1
+ {"version":3,"file":"AuthorizeScope.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScope.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAGf,OAAO,YAAY;AAAxC,wBAAyC;AAgDzC,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;;;;;4EAS3C,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import type { Client, Scope } from '@authup/core-kit';
2
2
  import type { PropType } from 'vue';
3
+ import { TranslatorTranslationClientKey } from '../../../core';
3
4
  declare const _default: typeof __VLS_export;
4
5
  export default _default;
5
6
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -52,6 +53,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
52
53
  created_at: string;
53
54
  updated_at: string;
54
55
  }[]>;
56
+ translationsClient: Record<TranslatorTranslationClientKey.SCOPE_GRANT_INTRO, string>;
55
57
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
56
58
  client: {
57
59
  type: PropType<Client>;
@@ -1 +1 @@
1
- {"version":3,"file":"AuthorizeScopes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScopes.vue"],"names":[],"mappings":"AAuFA,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAKf,OAAO,YAAY;AAAxC,wBAAyC;AAkDzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;;cAGF,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJnD,QAAQ,CAAC,MAAM,CAAC;;;;cAGF,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oEAyC7E,CAAC"}
1
+ {"version":3,"file":"AuthorizeScopes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScopes.vue"],"names":[],"mappings":"AAuGA,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,EACH,8BAA8B,EAIjC,MAAM,eAAe,CAAC;wBAGF,OAAO,YAAY;AAAxC,wBAAyC;AAgDzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;;cAGF,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJnD,QAAQ,CAAC,MAAM,CAAC;;;;cAGF,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoD7E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AuthorizeText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeText.vue"],"names":[],"mappings":"wBAwCqB,OAAO,YAAY;AAAxC,wBAAyC;AAwCzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;4EAQhB,CAAC"}
1
+ {"version":3,"file":"AuthorizeText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeText.vue"],"names":[],"mappings":"wBAyCqB,OAAO,YAAY;AAAxC,wBAAyC;AAmDzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;4EAQhB,CAAC"}
@@ -0,0 +1,110 @@
1
+ import type { HTMLAttributes, MaybeRef, VNode, VNodeChild } from 'vue';
2
+ import type { FormOption, ValidationMessages } from '@vuecs/forms';
3
+ type LegacyAttrs = HTMLAttributes & Record<string, any>;
4
+ type ValidationSeverity = 'error' | 'warning';
5
+ export type FormGroupOptionsInput = {
6
+ label?: boolean;
7
+ labelTag?: string;
8
+ labelContent?: VNodeChild;
9
+ hint?: boolean;
10
+ hintTag?: string;
11
+ hintContent?: VNodeChild;
12
+ /**
13
+ * @deprecated The boolean visibility toggle was removed in
14
+ * `@vuecs/forms` 5.x — visibility derives from content + slot
15
+ * presence. Kept on the input type for one cycle to avoid
16
+ * breaking consumer call sites; the value is ignored.
17
+ */
18
+ validation?: boolean;
19
+ validationMessages?: ValidationMessages;
20
+ validationSeverity?: ValidationSeverity;
21
+ content?: VNodeChild;
22
+ };
23
+ export declare function buildFormGroup(input: FormGroupOptionsInput): VNode;
24
+ export type FormInputBuildOptionsInput = {
25
+ value?: MaybeRef<unknown>;
26
+ onChange?: (input: any) => void;
27
+ type?: string;
28
+ group?: boolean;
29
+ groupPrepend?: boolean;
30
+ groupPrependContent?: VNodeChild;
31
+ groupAppend?: boolean;
32
+ groupAppendContent?: VNodeChild;
33
+ /** Native attributes forwarded to the inner `<input>` (legacy compat — old builder API). */
34
+ props?: LegacyAttrs;
35
+ /** Additional classes on the rendered input element. */
36
+ class?: any;
37
+ };
38
+ export declare function buildFormInput(input: FormInputBuildOptionsInput): VNodeChild;
39
+ export declare function buildFormInputText(input: FormInputBuildOptionsInput): VNodeChild;
40
+ export type FormTextareaBuildOptionsInput = {
41
+ value?: MaybeRef<unknown>;
42
+ onChange?: (input: any) => void;
43
+ /** Native attributes forwarded to the inner `<textarea>` (legacy compat). */
44
+ props?: LegacyAttrs;
45
+ class?: any;
46
+ };
47
+ export declare function buildFormTextarea(input: FormTextareaBuildOptionsInput): VNodeChild;
48
+ export type FormCheckboxBuildOptionsInput = {
49
+ value?: MaybeRef<unknown>;
50
+ onChange?: (input: any) => void;
51
+ label?: boolean;
52
+ labelContent?: VNodeChild;
53
+ group?: boolean;
54
+ /** Legacy compat — old builder accepted a class for the outer group wrapper. */
55
+ groupClass?: any;
56
+ class?: any;
57
+ props?: LegacyAttrs;
58
+ };
59
+ export declare function buildFormCheckbox(input: FormCheckboxBuildOptionsInput): VNodeChild;
60
+ /**
61
+ * Switch (toggle) variant of `buildFormCheckbox`. Renders `<VCFormSwitch>`
62
+ * — the dedicated slider component in `@vuecs/forms` 4.x — using the same
63
+ * `{ value, onChange, label, labelContent, groupClass, ... }` shape so the
64
+ * pre-1.x `buildFormCheckbox({ groupClass: 'form-switch' })` call sites
65
+ * migrate by a single rename.
66
+ *
67
+ * `groupClass` maps to `themeClass.group` (the OUTER wrapper override),
68
+ * not `class` — Vue's `mergeProps` would otherwise concatenate it onto
69
+ * the inner SwitchRoot button, which offsets the button relative to the
70
+ * label inside the wrapper's `items-center` and visibly misaligns them.
71
+ *
72
+ * Must wrap in `extend()` so it MERGES with the theme's base wrapper
73
+ * classes (`inline-flex items-center gap-2`). Without `extend()`,
74
+ * vuecs's `applyOverrides` REPLACES the slot — blowing away the gap
75
+ * and items-center, so the switch and label collapse together.
76
+ */
77
+ export declare function buildFormSwitch(input: FormCheckboxBuildOptionsInput): VNodeChild;
78
+ export type FormSelectOptionLegacy = {
79
+ id?: string | number;
80
+ label?: string;
81
+ value: unknown;
82
+ disabled?: boolean;
83
+ };
84
+ export type FormSelectBuildOptionsInput = {
85
+ value?: MaybeRef<unknown>;
86
+ onChange?: (input: any) => void;
87
+ options: (FormSelectOptionLegacy | FormOption)[];
88
+ optionDefault?: boolean;
89
+ optionDefaultId?: string | number;
90
+ optionDefaultValue?: string;
91
+ };
92
+ export declare function buildFormSelect(input: FormSelectBuildOptionsInput): VNodeChild;
93
+ export type FormSubmitOptionsInput = {
94
+ submit: () => void | Promise<void>;
95
+ busy?: MaybeRef<boolean>;
96
+ invalid?: boolean;
97
+ isEditing?: boolean;
98
+ createText?: string;
99
+ updateText?: string;
100
+ /** Iconify name rendered before the label in create mode. Defaults to a FA plus glyph. */
101
+ createIcon?: string;
102
+ /** Iconify name rendered before the label in update mode. Defaults to a FA save glyph. */
103
+ updateIcon?: string;
104
+ type?: string;
105
+ /** Set to `false` to suppress the leading icon entirely. Defaults to `true`. */
106
+ icon?: boolean;
107
+ };
108
+ export declare function buildFormSubmit(input: FormSubmitOptionsInput): VNodeChild;
109
+ export {};
110
+ //# sourceMappingURL=builders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"builders.d.ts","sourceRoot":"","sources":["../../../src/core/form/builders.ts"],"names":[],"mappings":"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"}