@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AIdentityProviderOAuth2Form.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue"],"names":[],"mappings":"AA6QA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAQpC,OAAO,KAAK,EACR,gBAAgB,EAEnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAc,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAkBnD,OAAO,YAAY;AAAxC,wBAAyC;AA8QzC,QAAA,MAAM,YAAY;;cAaU,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAGjB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;gBAwCZ,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI;;gBAAvC,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI;;gBAAvC,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI;;;;;;cApDxD,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAGjB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAvUzD,GAnB4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAmB5D,GAnB4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAmB5D,GAzE0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAyE1B,GAnB4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAmB5D,GAnB4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAmB5D,GAnB4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAmB5D,GAnB4D;;;;;;;;;;;;;;;oEAsc1D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AAyHA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAK/D,OAAO,YAAY;AAAxC,wBAAyC;AA0JzC,QAAA,MAAM,YAAY;;;;;;;;;;6BAcsB,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAWxC,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AAyHA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAK/D,OAAO,YAAY;AAAxC,wBAAyC;AA0KzC,QAAA,MAAM,YAAY;;;;;;;;;;6BAcsB,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAWxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviders.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviders.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAc5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6HAwB7B,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"AIdentityProviders.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviders.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAc5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6HAyB7B,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  export { AIdentityProvider } from './AIdentityProvider';
2
- export { AIdentityProviderForm } from './AIdentityProviderForm';
3
- export { AIdentityProviderOAuth2Form } from './AIdentityProviderOAuth2Form';
4
- export { AIdentityProviderLdapForm } from './AIdentityProviderLdapForm';
2
+ export { default as AIdentityProviderForm } from './AIdentityProviderForm.vue';
3
+ export { default as AIdentityProviderOAuth2Form } from './AIdentityProviderOAuth2Form.vue';
4
+ export { default as AIdentityProviderLdapForm } from './AIdentityProviderLdapForm.vue';
5
5
  export { AIdentityProviders } from './AIdentityProviders';
6
6
  export { AIdentityProviderPreset } from './AIdentityProviderPreset';
7
7
  export { AIdentityProviderProtocol } from './AIdentityProviderProtocol';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAC3F,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAC"}
@@ -1,6 +1,6 @@
1
+ import { TranslatorTranslationFieldKey } from '../../../core';
1
2
  import type { PropType } from 'vue';
2
3
  import type { IdentityProviderRoleMapping, Role } from '@authup/core-kit';
3
- import { getVuelidateSeverity } from '../../../core';
4
4
  declare const _default: typeof __VLS_export;
5
5
  export default _default;
6
6
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -15,61 +15,15 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
15
15
  }>, {
16
16
  display: import("vue").Ref<boolean, boolean>;
17
17
  toggleDisplay: () => void;
18
- $v: import("vue").Ref<import("@vuelidate/core").Validation<{
19
- name: {
20
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
21
- min: number;
22
- }, any>;
23
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
24
- max: number;
25
- }, any>;
26
- };
27
- value: {
28
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
29
- min: number;
30
- }, any>;
31
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
32
- max: number;
33
- }, any>;
34
- };
35
- value_is_regex: {};
36
- }, {
37
- name: string;
38
- value: string;
39
- value_is_regex: boolean;
40
- }>, import("@vuelidate/core").Validation<{
41
- name: {
42
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
43
- min: number;
44
- }, any>;
45
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
46
- max: number;
47
- }, any>;
48
- };
49
- value: {
50
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
51
- min: number;
52
- }, any>;
53
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
54
- max: number;
55
- }, any>;
56
- };
57
- value_is_regex: {};
58
- }, {
59
- name: string;
60
- value: string;
61
- value_is_regex: boolean;
62
- }>>;
63
- validationMessages: import("@ilingo/vuelidate").NestedValidationsTranslations<{
18
+ v: import("@validup/vue").Composable<{
64
19
  name: string;
65
20
  value: string;
66
21
  value_is_regex: boolean;
67
22
  }>;
68
- translationsDefault: Record<"name" | "delete" | "add" | "displayName" | "description" | "client" | "policy" | "realm" | "email" | "active" | "secret" | "scopes" | "create" | "update" | "generate" | "inactive" | "locked" | "notLocked" | "valueIsRegex" | "clients" | "clientScopes" | "externalId" | "hashed" | "overview" | "identityProviders" | "decisionStrategy" | "permissions" | "policies" | "robots" | "realms" | "roles" | "redirectUris" | "users", import("vue").Ref<string, string>>;
23
+ translationsDefault: Record<TranslatorTranslationFieldKey.VALUE_IS_REGEX, string>;
69
24
  manager: import("../..").EntityManager<IdentityProviderRoleMapping>;
70
25
  handleSaveOrCreate: (e: Event) => Promise<void>;
71
26
  handleDelete: (e: Event) => Promise<void>;
72
- getVuelidateSeverity: typeof getVuelidateSeverity;
73
27
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<IdentityProviderRoleMapping>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
74
28
  role: {
75
29
  type: PropType<Role>;
@@ -91,32 +45,44 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
91
45
  type: BooleanConstructor;
92
46
  default: any;
93
47
  };
94
- labelClass: {
48
+ labelTag: {
95
49
  type: StringConstructor;
50
+ default: string;
96
51
  };
97
52
  labelContent: {
98
53
  type: StringConstructor;
54
+ default: any;
99
55
  };
100
56
  hint: {
101
57
  type: BooleanConstructor;
102
58
  default: any;
103
59
  };
104
- hintClass: {
60
+ hintTag: {
105
61
  type: StringConstructor;
62
+ default: string;
106
63
  };
107
64
  hintContent: {
108
65
  type: StringConstructor;
66
+ default: any;
109
67
  };
110
68
  validation: {
111
- type: BooleanConstructor;
69
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
112
70
  default: any;
113
71
  };
114
72
  validationSeverity: {
115
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
73
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
116
74
  default: any;
117
75
  };
118
76
  validationMessages: {
119
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
77
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
78
+ default: any;
79
+ };
80
+ themeClass: {
81
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
82
+ default: any;
83
+ };
84
+ themeVariant: {
85
+ type: PropType<import("@vuecs/core").VariantValues>;
120
86
  default: any;
121
87
  };
122
88
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -126,135 +92,278 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
126
92
  type: BooleanConstructor;
127
93
  default: any;
128
94
  };
129
- labelClass: {
95
+ labelTag: {
130
96
  type: StringConstructor;
97
+ default: string;
131
98
  };
132
99
  labelContent: {
133
100
  type: StringConstructor;
101
+ default: any;
134
102
  };
135
103
  hint: {
136
104
  type: BooleanConstructor;
137
105
  default: any;
138
106
  };
139
- hintClass: {
107
+ hintTag: {
140
108
  type: StringConstructor;
109
+ default: string;
141
110
  };
142
111
  hintContent: {
143
112
  type: StringConstructor;
113
+ default: any;
144
114
  };
145
115
  validation: {
146
- type: BooleanConstructor;
116
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
147
117
  default: any;
148
118
  };
149
119
  validationSeverity: {
150
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
120
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
151
121
  default: any;
152
122
  };
153
123
  validationMessages: {
154
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
124
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
125
+ default: any;
126
+ };
127
+ themeClass: {
128
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
129
+ default: any;
130
+ };
131
+ themeVariant: {
132
+ type: PropType<import("@vuecs/core").VariantValues>;
155
133
  default: any;
156
134
  };
157
135
  }>> & Readonly<{}>, {
158
136
  label: boolean;
137
+ labelContent: string;
138
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
139
+ themeVariant: import("@vuecs/core").VariantValues;
159
140
  hint: boolean;
160
- validation: boolean;
161
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
141
+ labelTag: string;
142
+ hintTag: string;
143
+ hintContent: string;
144
+ validation: import("@vuecs/forms").FieldValidation;
162
145
  validationSeverity: "error" | "warning";
146
+ validationMessages: import("@vuecs/forms").ValidationMessages;
163
147
  }, import("vue").SlotsType<{
164
- default: undefined;
165
- label: undefined;
166
- hint: undefined;
148
+ default: Record<string, never>;
149
+ label: Record<string, never>;
150
+ hint: Record<string, never>;
151
+ validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
152
+ validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
167
153
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
168
154
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
169
155
  modelValue: {
170
- type: StringConstructor;
171
- default: string;
156
+ type: PropType<string | null | undefined>;
172
157
  };
173
158
  type: {
174
159
  type: StringConstructor;
175
160
  default: string;
176
161
  };
177
- groupAppendClass: {
162
+ group: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
166
+ groupPrepend: {
167
+ type: BooleanConstructor;
168
+ default: boolean;
169
+ };
170
+ groupPrependContent: {
178
171
  type: StringConstructor;
172
+ default: any;
173
+ };
174
+ groupAppend: {
175
+ type: BooleanConstructor;
176
+ default: boolean;
179
177
  };
180
- groupPrependClass: {
178
+ groupAppendContent: {
181
179
  type: StringConstructor;
180
+ default: any;
181
+ };
182
+ debounce: {
183
+ type: NumberConstructor;
184
+ default: number;
182
185
  };
183
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
186
+ themeClass: {
187
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
188
+ default: any;
189
+ };
190
+ themeVariant: {
191
+ type: PropType<import("@vuecs/core").VariantValues>;
192
+ default: any;
193
+ };
194
+ }>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
195
+ [key: string]: any;
196
+ }> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
184
197
  modelValue: {
185
- type: StringConstructor;
186
- default: string;
198
+ type: PropType<string | null | undefined>;
187
199
  };
188
200
  type: {
189
201
  type: StringConstructor;
190
202
  default: string;
191
203
  };
192
- groupAppendClass: {
204
+ group: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ groupPrepend: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
212
+ groupPrependContent: {
193
213
  type: StringConstructor;
214
+ default: any;
215
+ };
216
+ groupAppend: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
194
219
  };
195
- groupPrependClass: {
220
+ groupAppendContent: {
196
221
  type: StringConstructor;
222
+ default: any;
223
+ };
224
+ debounce: {
225
+ type: NumberConstructor;
226
+ default: number;
227
+ };
228
+ themeClass: {
229
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
230
+ default: any;
231
+ };
232
+ themeVariant: {
233
+ type: PropType<import("@vuecs/core").VariantValues>;
234
+ default: any;
197
235
  };
198
236
  }>> & Readonly<{
199
237
  "onUpdate:modelValue"?: (...args: any[]) => any;
200
238
  }>, {
239
+ group: boolean;
240
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
241
+ themeVariant: import("@vuecs/core").VariantValues;
201
242
  type: string;
202
- modelValue: string;
243
+ groupAppend: boolean;
244
+ groupPrepend: boolean;
245
+ groupPrependContent: string;
246
+ groupAppendContent: string;
247
+ debounce: number;
203
248
  }, import("vue").SlotsType<{
204
- groupAppend: {
205
- class: string;
206
- tag: string;
207
- };
208
- groupPrepend: {
209
- class: string;
210
- tag: string;
211
- };
249
+ groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
250
+ groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
212
251
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
213
- VCFormInputCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
252
+ VCFormSwitch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
214
253
  modelValue: {
215
- type: PropType<unknown | unknown[]>;
254
+ type: PropType<boolean | null | undefined>;
255
+ default: any;
216
256
  };
217
- group: {
257
+ disabled: {
218
258
  type: BooleanConstructor;
259
+ default: boolean;
219
260
  };
220
- groupClass: {
261
+ required: {
262
+ type: BooleanConstructor;
263
+ default: boolean;
264
+ };
265
+ name: {
221
266
  type: StringConstructor;
267
+ default: any;
222
268
  };
223
- label: {
224
- type: BooleanConstructor;
269
+ value: {
270
+ type: StringConstructor;
271
+ default: string;
225
272
  };
226
- labelClass: {
273
+ id: {
227
274
  type: StringConstructor;
275
+ default: any;
276
+ };
277
+ label: {
278
+ type: BooleanConstructor;
279
+ default: boolean;
228
280
  };
229
281
  labelContent: {
230
282
  type: StringConstructor;
283
+ default: any;
231
284
  };
232
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
285
+ themeClass: {
286
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>>;
287
+ default: any;
288
+ };
289
+ themeVariant: {
290
+ type: PropType<import("@vuecs/core").VariantValues>;
291
+ default: any;
292
+ };
293
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
294
+ [key: string]: any;
295
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
233
296
  modelValue: {
234
- type: PropType<unknown | unknown[]>;
297
+ type: PropType<boolean | null | undefined>;
298
+ default: any;
235
299
  };
236
- group: {
300
+ disabled: {
237
301
  type: BooleanConstructor;
302
+ default: boolean;
238
303
  };
239
- groupClass: {
304
+ required: {
305
+ type: BooleanConstructor;
306
+ default: boolean;
307
+ };
308
+ name: {
240
309
  type: StringConstructor;
310
+ default: any;
241
311
  };
242
- label: {
243
- type: BooleanConstructor;
312
+ value: {
313
+ type: StringConstructor;
314
+ default: string;
244
315
  };
245
- labelClass: {
316
+ id: {
246
317
  type: StringConstructor;
318
+ default: any;
319
+ };
320
+ label: {
321
+ type: BooleanConstructor;
322
+ default: boolean;
247
323
  };
248
324
  labelContent: {
249
325
  type: StringConstructor;
326
+ default: any;
327
+ };
328
+ themeClass: {
329
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>>;
330
+ default: any;
331
+ };
332
+ themeVariant: {
333
+ type: PropType<import("@vuecs/core").VariantValues>;
334
+ default: any;
250
335
  };
251
336
  }>> & Readonly<{
252
337
  "onUpdate:modelValue"?: (...args: any[]) => any;
253
338
  }>, {
254
339
  label: boolean;
255
- group: boolean;
340
+ modelValue: boolean;
341
+ value: string;
342
+ disabled: boolean;
343
+ required: boolean;
344
+ name: string;
345
+ id: string;
346
+ labelContent: string;
347
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>;
348
+ themeVariant: import("@vuecs/core").VariantValues;
256
349
  }, import("vue").SlotsType<{
257
- label: import("@vuecs/form-controls").FormInputCheckboxLabelSlotProps;
350
+ label: import("@vuecs/forms").FormSwitchLabelSlotProps;
351
+ thumb: import("@vuecs/forms").FormSwitchThumbSlotProps;
352
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
353
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
354
+ field: {
355
+ type: PropType<import("@validup/vue").FieldState>;
356
+ required: true;
357
+ };
358
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
359
+ field: {
360
+ type: PropType<import("@validup/vue").FieldState>;
361
+ required: true;
362
+ };
363
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
364
+ default?: (props: {
365
+ value: import("@ilingo/validup-vue").FieldValidation;
366
+ }) => import("vue").VNodeChild;
258
367
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
259
368
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
260
369
  //# sourceMappingURL=AIdentityProviderRoleAssignment.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderRoleAssignment.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue"],"names":[],"mappings":"AA2OA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,2BAA2B,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE1E,OAAO,EAIH,oBAAoB,EAGvB,MAAM,eAAe,CAAC;wBAMF,OAAO,YAAY;AAAxC,wBAAyC;AAoNzC,QAAA,MAAM,YAAY;;cAQU,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAiEH,KAAK;sBAcX,KAAK;;;;cA/EV,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAhP1C,GAzMK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAyML,GAhMyB;;;;;;;oEAihBvB,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderRoleAssignment.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue"],"names":[],"mappings":"AAoPA,OAAO,EACH,6BAA6B,EAIhC,MAAM,eAAe,CAAC;AAEvB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,2BAA2B,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;wBA6BrD,OAAO,YAAY;AAAxC,wBAAyC;AA2QzC,QAAA,MAAM,YAAY;;cAUU,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;cAjShC,MAAM;eACL,MAAM;wBACG,OAAO;;;;4BAqVY,KAAK;sBAcX,KAAK;;;cApEV,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAzT1B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCANnB,GAzCW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA4bT,CAAC"}