@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 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAS1C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,EAAE,QAwBrE;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CAoCxD"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAS1C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,EAAE,QAwBrE;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CAsDxD"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@authup/client-web-kit",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.42",
4
+ "version": "1.0.0-beta.45",
5
5
  "description": "This package contains vue components.",
6
6
  "license": "Apache-2.0",
7
7
  "module": "dist/index.mjs",
@@ -58,53 +58,75 @@
58
58
  "@vueuse/integrations": "^14.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@authup/access": "^1.0.0-beta.42",
62
- "@authup/kit": "^1.0.0-beta.42",
63
- "@authup/core-kit": "^1.0.0-beta.42",
64
- "@authup/core-http-kit": "^1.0.0-beta.42",
65
- "@authup/core-realtime-kit": "^1.0.0-beta.42",
66
- "@authup/errors": "^1.0.0-beta.42",
67
- "@authup/specs": "^1.0.0-beta.42",
68
- "@ilingo/vuelidate": "^6.0.0",
69
- "ilingo": "^5.0.0",
61
+ "@authup/access": "^1.0.0-beta.45",
62
+ "@authup/core-http-kit": "^1.0.0-beta.45",
63
+ "@authup/core-kit": "^1.0.0-beta.45",
64
+ "@authup/core-realtime-kit": "^1.0.0-beta.45",
65
+ "@authup/errors": "^1.0.0-beta.45",
66
+ "@authup/i18n": "^1.0.0-beta.45",
67
+ "@authup/kit": "^1.0.0-beta.45",
68
+ "@authup/specs": "^1.0.0-beta.45",
69
+ "@ilingo/validup": "^1.0.1",
70
+ "@ilingo/validup-vue": "^1.0.1",
71
+ "@ilingo/vue": "^6.0.0",
70
72
  "@posva/event-emitter": "^1.0.3",
71
73
  "@types/node": "^25.7.0",
74
+ "@validup/vue": "^0.3.3",
75
+ "@validup/zod": "^0.3.3",
72
76
  "@vitejs/plugin-vue": "^6.0.5",
73
- "@vuecs/form-controls": "^2.5.0",
74
- "@vuecs/list-controls": "^2.0.1",
75
- "@vuecs/pagination": "^1.3.1",
76
- "@vuelidate/core": "^2.0.3",
77
- "@vuelidate/validators": "^2.0.4",
77
+ "@vuecs/button": "^1.0.4",
78
+ "@vuecs/core": "^3.2.0",
79
+ "@vuecs/elements": "^1.2.3",
80
+ "@vuecs/forms": "^5.2.0",
81
+ "@vuecs/icon": "^1.0.1",
82
+ "@vuecs/list": "^1.0.4",
83
+ "@vuecs/overlays": "^1.0.4",
84
+ "@vuecs/pagination": "^2.1.3",
85
+ "@vuecs/placeholder": "^1.0.4",
86
+ "@vuecs/table": "^1.2.1",
87
+ "@vueuse/core": "^14.1.0",
78
88
  "cross-env": "^10.1.0",
89
+ "ilingo": "^6.0.0",
79
90
  "pinia": "^3.0.0",
80
91
  "rapiq": "^0.9.0",
81
92
  "smob": "^1.6.1",
82
93
  "socket.io-client": "^4.8.3",
83
94
  "universal-cookie": "^8.1.2",
95
+ "validup": "^0.5.1",
84
96
  "vue": "^3.5.34",
85
97
  "vue-tsc": "^3.2.8"
86
98
  },
87
99
  "peerDependencies": {
88
- "@authup/access": "^1.0.0-beta.42",
89
- "@authup/kit": "^1.0.0-beta.42",
90
- "@authup/core-kit": "^1.0.0-beta.42",
91
- "@authup/core-http-kit": "^1.0.0-beta.42",
92
- "@authup/core-realtime-kit": "^1.0.0-beta.42",
93
- "@authup/errors": "^1.0.0-beta.42",
94
- "@authup/specs": "^1.0.0-beta.42",
95
- "@vuecs/form-controls": "^2.5.0",
96
- "@vuecs/list-controls": "^2.0.1",
97
- "@vuecs/pagination": "^1.3.1",
98
- "@vuelidate/core": "^2.x",
99
- "@vuelidate/validators": "^2.x",
100
- "@ilingo/vuelidate": "^6.x",
101
- "ilingo": "^5.x",
100
+ "@authup/access": "^1.0.0-beta.45",
101
+ "@authup/core-http-kit": "^1.0.0-beta.45",
102
+ "@authup/core-kit": "^1.0.0-beta.45",
103
+ "@authup/core-realtime-kit": "^1.0.0-beta.45",
104
+ "@authup/errors": "^1.0.0-beta.45",
105
+ "@authup/i18n": "^1.0.0-beta.45",
106
+ "@authup/kit": "^1.0.0-beta.45",
107
+ "@authup/specs": "^1.0.0-beta.45",
108
+ "@ilingo/validup": "^1.x",
109
+ "@ilingo/validup-vue": "^1.x",
110
+ "@ilingo/vue": "^6.x",
111
+ "@validup/vue": "^0.3.x",
112
+ "@validup/zod": "^0.3.x",
113
+ "@vuecs/button": "^1.x",
114
+ "@vuecs/core": "^3.x",
115
+ "@vuecs/elements": "^1.x",
116
+ "@vuecs/forms": "^5.x",
117
+ "@vuecs/icon": "^1.x",
118
+ "@vuecs/list": "^1.x",
119
+ "@vuecs/overlays": "^1.x",
120
+ "@vuecs/pagination": "^2.x",
121
+ "@vuecs/table": "^1.x",
122
+ "ilingo": "^6.x",
102
123
  "pinia": "^2.x || ^3.x",
103
124
  "rapiq": ">=0.8.0 <1.0.0",
104
125
  "smob": "^1.6.1",
105
126
  "socket.io-client": "^4.8.3",
106
127
  "universal-cookie": "^8.1.2",
107
- "vue": "^3.3.x"
128
+ "validup": "^0.5.x",
129
+ "vue": "^3.5.35"
108
130
  },
109
131
  "publishConfig": {
110
132
  "access": "public"
@@ -1,16 +0,0 @@
1
- import type { IdentityProvider } from '@authup/core-kit';
2
- import type { PropType } from 'vue';
3
- export declare const AIdentityProviderBasicFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Partial<IdentityProvider>>;
6
- };
7
- }>, () => (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
- [key: string]: any;
9
- }> | import("vue").VNodeArrayChildren)[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
- entity: {
11
- type: PropType<Partial<IdentityProvider>>;
12
- };
13
- }>> & Readonly<{
14
- onUpdated?: (...args: any[]) => any;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
- //# sourceMappingURL=AIdentityProviderBasicFields.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderBasicFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderBasicFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAKzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAmBpC,eAAO,MAAM,4BAA4B;;cACF,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;;;cAAnC,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;iFA4HxE,CAAC"}
@@ -1,23 +0,0 @@
1
- import type { IdentityProvider } from '@authup/core-kit';
2
- import type { PropType, VNodeChild } from 'vue';
3
- export declare const AIdentityProviderForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<IdentityProvider>;
6
- };
7
- realmId: {
8
- type: StringConstructor;
9
- };
10
- }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted" | "created" | "failed")[], "updated" | "deleted" | "created" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- entity: {
12
- type: PropType<IdentityProvider>;
13
- };
14
- realmId: {
15
- type: StringConstructor;
16
- };
17
- }>> & Readonly<{
18
- onUpdated?: (...args: any[]) => any;
19
- onDeleted?: (...args: any[]) => any;
20
- onCreated?: (...args: any[]) => any;
21
- onFailed?: (...args: any[]) => any;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
- //# sourceMappingURL=AIdentityProviderForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderForm.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,gBAAgB,EAA0B,MAAM,kBAAkB,CAAC;AACjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMhD,eAAO,MAAM,qBAAqB;;cAEA,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;iFAmH1D,CAAC"}
@@ -1,26 +0,0 @@
1
- import type { LdapIdentityProvider } from '@authup/core-kit';
2
- import type { PropType } from 'vue';
3
- export declare const AIdentityProviderLdapConnectionFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Partial<LdapIdentityProvider>>;
6
- };
7
- discovery: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
- [key: string]: any;
13
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- entity: {
15
- type: PropType<Partial<LdapIdentityProvider>>;
16
- };
17
- discovery: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- }>> & Readonly<{
22
- onUpdated?: (...args: any[]) => any;
23
- }>, {
24
- discovery: boolean;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- //# sourceMappingURL=AIdentityProviderLdapConnectionFields.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderLdapConnectionFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,qCAAqC;;cAEhB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EA8FvE,CAAC"}
@@ -1,26 +0,0 @@
1
- import type { LdapIdentityProvider } from '@authup/core-kit';
2
- import type { PropType } from 'vue';
3
- export declare const AIdentityProviderLdapCredentialsFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Partial<LdapIdentityProvider>>;
6
- };
7
- discovery: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
- [key: string]: any;
13
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- entity: {
15
- type: PropType<Partial<LdapIdentityProvider>>;
16
- };
17
- discovery: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- }>> & Readonly<{
22
- onUpdated?: (...args: any[]) => any;
23
- }>, {
24
- discovery: boolean;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- //# sourceMappingURL=AIdentityProviderLdapCredentialsFields.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderLdapCredentialsFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,sCAAsC;;cAEjB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EA0DvE,CAAC"}
@@ -1,35 +0,0 @@
1
- import type { IdentityProvider } from '@authup/core-kit';
2
- import { type PropType } from 'vue';
3
- export declare const AIdentityProviderLdapForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<IdentityProvider>;
6
- required: false;
7
- default: any;
8
- };
9
- realmId: {
10
- type: StringConstructor;
11
- default: any;
12
- };
13
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
- [key: string]: any;
15
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
- entity: {
17
- type: PropType<IdentityProvider>;
18
- required: false;
19
- default: any;
20
- };
21
- realmId: {
22
- type: StringConstructor;
23
- default: any;
24
- };
25
- }>> & Readonly<{
26
- onUpdated?: (item: IdentityProvider) => any;
27
- onDeleted?: (item: IdentityProvider) => any;
28
- onCreated?: (item: IdentityProvider) => any;
29
- onResolved?: (item?: IdentityProvider) => any;
30
- onFailed?: (item: Error) => any;
31
- }>, {
32
- realmId: string;
33
- entity: IdentityProvider;
34
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
- //# sourceMappingURL=AIdentityProviderLdapForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderLdapForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAwB,MAAM,kBAAkB,CAAC;AAG/E,OAAO,EACH,KAAK,QAAQ,EAKhB,MAAM,KAAK,CAAC;AAmBb,eAAO,MAAM,yBAAyB;;cAGV,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;;;;;4EA4IpD,CAAC"}
@@ -1,26 +0,0 @@
1
- import type { LdapIdentityProvider } from '@authup/core-kit';
2
- import type { PropType } from 'vue';
3
- export declare const AIdentityProviderLdapGroupFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Partial<LdapIdentityProvider>>;
6
- };
7
- discovery: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
- [key: string]: any;
13
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- entity: {
15
- type: PropType<Partial<LdapIdentityProvider>>;
16
- };
17
- discovery: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- }>> & Readonly<{
22
- onUpdated?: (...args: any[]) => any;
23
- }>, {
24
- discovery: boolean;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- //# sourceMappingURL=AIdentityProviderLdapGroupFields.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderLdapGroupFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapGroupFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAG/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,gCAAgC;;cAEX,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EAmHvE,CAAC"}
@@ -1,26 +0,0 @@
1
- import type { LdapIdentityProvider } from '@authup/core-kit';
2
- import type { PropType } from 'vue';
3
- export declare const AIdentityProviderLdapUserFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Partial<LdapIdentityProvider>>;
6
- };
7
- discovery: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
- [key: string]: any;
13
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- entity: {
15
- type: PropType<Partial<LdapIdentityProvider>>;
16
- };
17
- discovery: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- }>> & Readonly<{
22
- onUpdated?: (...args: any[]) => any;
23
- }>, {
24
- discovery: boolean;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- //# sourceMappingURL=AIdentityProviderLdapUserFields.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderLdapUserFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapUserFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAG/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,+BAA+B;;cAEV,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EAqGvE,CAAC"}
@@ -1,16 +0,0 @@
1
- import type { OAuth2IdentityProvider } from '@authup/core-kit';
2
- import type { PropType } from 'vue';
3
- export declare const AIdentityProviderOAuth2ClientFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Partial<OAuth2IdentityProvider>>;
6
- };
7
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
- [key: string]: any;
9
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
- entity: {
11
- type: PropType<Partial<OAuth2IdentityProvider>>;
12
- };
13
- }>> & Readonly<{
14
- onUpdated?: (...args: any[]) => any;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
- //# sourceMappingURL=AIdentityProviderOAuth2ClientFields.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2ClientFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAIjF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,mCAAmC;;cACT,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;;;cAAzC,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;iFA0D9E,CAAC"}
@@ -1,7 +0,0 @@
1
- export declare const AIdentityProviderOAuth2Discovery: import("vue").DefineComponent<{}, () => (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
- [key: string]: any;
3
- }> | import("vue").VNodeArrayChildren)[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "lookup")[], "failed" | "lookup", import("vue").PublicProps, Readonly<{}> & Readonly<{
4
- onFailed?: (...args: any[]) => any;
5
- onLookup?: (...args: any[]) => any;
6
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- //# sourceMappingURL=AIdentityProviderOAuth2Discovery.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2Discovery.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,gCAAgC;;;;;iFA4E3C,CAAC"}
@@ -1,79 +0,0 @@
1
- import type { PropType, VNodeArrayChildren } from 'vue';
2
- import type { IdentityProvider, OAuth2IdentityProvider } from '@authup/core-kit';
3
- import { IdentityProviderProtocol } from '@authup/core-kit';
4
- export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
- entity: {
6
- type: PropType<IdentityProvider>;
7
- required: false;
8
- default: any;
9
- };
10
- realmId: {
11
- type: StringConstructor;
12
- default: any;
13
- };
14
- protocol: {
15
- type: PropType<string | null>;
16
- default: IdentityProviderProtocol;
17
- };
18
- preset: {
19
- type: PropType<string | null>;
20
- };
21
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
- [key: string]: any;
23
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../index.ts").EntityVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
- entity: {
25
- type: PropType<IdentityProvider>;
26
- required: false;
27
- default: any;
28
- };
29
- realmId: {
30
- type: StringConstructor;
31
- default: any;
32
- };
33
- protocol: {
34
- type: PropType<string | null>;
35
- default: IdentityProviderProtocol;
36
- };
37
- preset: {
38
- type: PropType<string | null>;
39
- };
40
- }>> & Readonly<{
41
- onUpdated?: (item: IdentityProvider) => any;
42
- onDeleted?: (item: IdentityProvider) => any;
43
- onCreated?: (item: IdentityProvider) => any;
44
- onResolved?: (item?: IdentityProvider) => any;
45
- onFailed?: (item: Error) => any;
46
- }>, {
47
- realmId: string;
48
- entity: IdentityProvider;
49
- protocol: string;
50
- }, {}, {
51
- IdentityProviderBasicFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
52
- entity: {
53
- type: PropType<Partial<IdentityProvider>>;
54
- };
55
- }>, () => (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
- [key: string]: any;
57
- }> | VNodeArrayChildren)[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
58
- entity: {
59
- type: PropType<Partial<IdentityProvider>>;
60
- };
61
- }>> & Readonly<{
62
- onUpdated?: (...args: any[]) => any;
63
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
- IdentityProviderClientFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
65
- entity: {
66
- type: PropType<Partial<OAuth2IdentityProvider>>;
67
- };
68
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
69
- [key: string]: any;
70
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
71
- entity: {
72
- type: PropType<Partial<OAuth2IdentityProvider>>;
73
- };
74
- }>> & Readonly<{
75
- onUpdated?: (...args: any[]) => any;
76
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
78
- export default AIdentityProviderOAuth2Form;
79
- //# sourceMappingURL=AIdentityProviderOAuth2Form.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EACR,kBAAkB,EAErB,MAAM,KAAK,CAAC;AAQb,OAAO,KAAK,EACR,gBAAgB,EAEhB,sBAAsB,EACzB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAc,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAqBxE,eAAO,MAAM,2BAA2B;;cAOZ,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAGjB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;cAZ7B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAGjB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA+NvD,CAAC;AAEH,eAAe,2BAA2B,CAAC"}
@@ -1,20 +0,0 @@
1
- import type { Permission } from '@authup/core-kit';
2
- import type { PropType } from 'vue';
3
- export declare const APermissionForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Permission>;
6
- };
7
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
- [key: string]: any;
9
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
- entity: {
11
- type: PropType<Permission>;
12
- };
13
- }>> & Readonly<{
14
- onUpdated?: (item: Permission) => any;
15
- onDeleted?: (item: Permission) => any;
16
- onCreated?: (item: Permission) => any;
17
- onResolved?: (item?: Permission) => any;
18
- onFailed?: (item: Error) => any;
19
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- //# sourceMappingURL=APermissionForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"APermissionForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAmDxD,eAAO,MAAM,eAAe;;cACW,QAAQ,CAAC,UAAU,CAAC;;;;;;cAApB,QAAQ,CAAC,UAAU,CAAC;;;;;;;;iFA+MzD,CAAC"}
@@ -1,26 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Realm } from '@authup/core-kit';
3
- export declare const ARealmForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Realm>;
6
- required: false;
7
- default: any;
8
- };
9
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
- [key: string]: any;
11
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
- entity: {
13
- type: PropType<Realm>;
14
- required: false;
15
- default: any;
16
- };
17
- }>> & Readonly<{
18
- onUpdated?: (item: Realm) => any;
19
- onDeleted?: (item: Realm) => any;
20
- onCreated?: (item: Realm) => any;
21
- onResolved?: (item?: Realm) => any;
22
- onFailed?: (item: Error) => any;
23
- }>, {
24
- entity: Realm;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- //# sourceMappingURL=ARealmForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ARealmForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/ARealmForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AASxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAyB9C,eAAO,MAAM,UAAU;;cAGK,QAAQ,CAAC,KAAK,CAAC;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;4EA6KzC,CAAC"}
@@ -1,43 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Robot } from '@authup/core-kit';
3
- export declare const ARobotForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- name: {
5
- type: StringConstructor;
6
- default: any;
7
- };
8
- entity: {
9
- type: PropType<Robot>;
10
- default: any;
11
- };
12
- realmId: {
13
- type: StringConstructor;
14
- default: any;
15
- };
16
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
- [key: string]: any;
18
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Robot>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
- name: {
20
- type: StringConstructor;
21
- default: any;
22
- };
23
- entity: {
24
- type: PropType<Robot>;
25
- default: any;
26
- };
27
- realmId: {
28
- type: StringConstructor;
29
- default: any;
30
- };
31
- }>> & Readonly<{
32
- onUpdated?: (item: Robot) => any;
33
- onDeleted?: (item: Robot) => any;
34
- onCreated?: (item: Robot) => any;
35
- onResolved?: (item?: Robot) => any;
36
- onFailed?: (item: Error) => any;
37
- }>, {
38
- name: string;
39
- realmId: string;
40
- entity: Robot;
41
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
- export default ARobotForm;
43
- //# sourceMappingURL=ARobotForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ARobotForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/robot/ARobotForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAUb,OAAO,KAAK,EAAS,KAAK,EAAE,MAAM,kBAAkB,CAAC;AA4BrD,eAAO,MAAM,UAAU;;;;;;cAOK,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;4EA0PzC,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -1,25 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Role } from '@authup/core-kit';
3
- export declare const ARoleForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- entity: {
5
- type: PropType<Role>;
6
- default: any;
7
- };
8
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
- [key: string]: any;
10
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Role>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- entity: {
12
- type: PropType<Role>;
13
- default: any;
14
- };
15
- }>> & Readonly<{
16
- onUpdated?: (item: Role) => any;
17
- onDeleted?: (item: Role) => any;
18
- onCreated?: (item: Role) => any;
19
- onResolved?: (item?: Role) => any;
20
- onFailed?: (item: Error) => any;
21
- }>, {
22
- entity: Role;
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
- export default ARoleForm;
25
- //# sourceMappingURL=ARoleForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ARoleForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/role/ARoleForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAUxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AA2B7C,eAAO,MAAM,SAAS;;cAGM,QAAQ,CAAC,IAAI,CAAC;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;4EAyKxC,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1,31 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Scope } from '@authup/core-kit';
3
- export declare const AScopeForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- name: {
5
- type: StringConstructor;
6
- default: any;
7
- };
8
- entity: {
9
- type: PropType<Scope>;
10
- };
11
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
- [key: string]: any;
13
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Scope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- name: {
15
- type: StringConstructor;
16
- default: any;
17
- };
18
- entity: {
19
- type: PropType<Scope>;
20
- };
21
- }>> & Readonly<{
22
- onUpdated?: (item: Scope) => any;
23
- onDeleted?: (item: Scope) => any;
24
- onCreated?: (item: Scope) => any;
25
- onResolved?: (item?: Scope) => any;
26
- onFailed?: (item: Error) => any;
27
- }>, {
28
- name: string;
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
- export default AScopeForm;
31
- //# sourceMappingURL=AScopeForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AScopeForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/scope/AScopeForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAUb,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AA2B9C,eAAO,MAAM,UAAU;;;;;;cAMW,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;4EAiL/C,CAAC;AAEH,eAAe,UAAU,CAAC"}