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

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 (198) hide show
  1. package/dist/components/entities/client/AClientForm.vue.d.ts +149 -202
  2. package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -1
  3. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts +689 -0
  4. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -0
  5. package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts +6158 -0
  6. package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts.map +1 -0
  7. package/dist/components/entities/identity-provider/AIdentityProviderIcon.vue.d.ts.map +1 -1
  8. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts +715 -0
  9. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts.map +1 -0
  10. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts +509 -0
  11. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts.map +1 -0
  12. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts +3094 -0
  13. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts.map +1 -0
  14. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts +515 -0
  15. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts.map +1 -0
  16. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts +513 -0
  17. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts.map +1 -0
  18. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts +489 -0
  19. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts.map +1 -0
  20. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts +477 -0
  21. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts.map +1 -0
  22. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts +369 -73
  23. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts.map +1 -1
  24. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts +2824 -0
  25. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts.map +1 -0
  26. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  27. package/dist/components/entities/identity-provider/index.d.ts +3 -3
  28. package/dist/components/entities/identity-provider/index.d.ts.map +1 -1
  29. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts +206 -98
  30. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map +1 -1
  31. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts +206 -97
  32. package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts.map +1 -1
  33. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  34. package/dist/components/entities/permission/APermissionForm.vue.d.ts +1000 -0
  35. package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -0
  36. package/dist/components/entities/permission/index.d.ts +1 -1
  37. package/dist/components/entities/permission/index.d.ts.map +1 -1
  38. package/dist/components/entities/permission-policy-binding/APermissionPolicyBindingButton.d.ts.map +1 -1
  39. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +253 -128
  40. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  41. package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
  42. package/dist/components/entities/policy/APolicyForm.vue.d.ts +257 -132
  43. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  44. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +4 -4
  45. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  46. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +138 -79
  47. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  48. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +116 -56
  49. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  50. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +129 -51
  51. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  52. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +138 -79
  53. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  54. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +295 -110
  55. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  56. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +213 -110
  57. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  58. package/dist/components/entities/realm/ARealmForm.vue.d.ts +665 -0
  59. package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -0
  60. package/dist/components/entities/realm/index.d.ts +1 -1
  61. package/dist/components/entities/realm/index.d.ts.map +1 -1
  62. package/dist/components/entities/robot/ARobotForm.vue.d.ts +837 -0
  63. package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -0
  64. package/dist/components/entities/robot/index.d.ts +1 -1
  65. package/dist/components/entities/robot/index.d.ts.map +1 -1
  66. package/dist/components/entities/role/ARoleForm.vue.d.ts +843 -0
  67. package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -0
  68. package/dist/components/entities/role/index.d.ts +1 -1
  69. package/dist/components/entities/role/index.d.ts.map +1 -1
  70. package/dist/components/entities/scope/AScopeForm.vue.d.ts +857 -0
  71. package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -0
  72. package/dist/components/entities/scope/index.d.ts +1 -1
  73. package/dist/components/entities/scope/index.d.ts.map +1 -1
  74. package/dist/components/entities/user/AUserForm.vue.d.ts +1037 -0
  75. package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -0
  76. package/dist/components/entities/user/AUserPasswordForm.vue.d.ts +774 -0
  77. package/dist/components/entities/user/AUserPasswordForm.vue.d.ts.map +1 -0
  78. package/dist/components/entities/user/index.d.ts +2 -2
  79. package/dist/components/entities/user/index.d.ts.map +1 -1
  80. package/dist/components/utility/AFormSubmit.d.ts +1 -1
  81. package/dist/components/utility/AToggleButton.vue.d.ts +69 -0
  82. package/dist/components/utility/AToggleButton.vue.d.ts.map +1 -0
  83. package/dist/components/utility/LanguageSwitcherDropdown.d.ts +1 -1
  84. package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +1 -1
  85. package/dist/components/utility/entity/AEntityDelete.d.ts +1 -1
  86. package/dist/components/utility/entity/AEntityDelete.d.ts.map +1 -1
  87. package/dist/components/utility/entity/collection/module.d.ts.map +1 -1
  88. package/dist/components/utility/entity/collection/types.d.ts +31 -7
  89. package/dist/components/utility/entity/collection/types.d.ts.map +1 -1
  90. package/dist/components/utility/entity/picker/module.d.ts.map +1 -1
  91. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +136 -71
  92. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  93. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +135 -70
  94. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  95. package/dist/components/utility/index.d.ts +1 -0
  96. package/dist/components/utility/index.d.ts.map +1 -1
  97. package/dist/components/utility/pagination/module.d.ts +2 -1
  98. package/dist/components/utility/pagination/module.d.ts.map +1 -1
  99. package/dist/components/utility/search/ASearch.d.ts +1 -2
  100. package/dist/components/utility/search/ASearch.d.ts.map +1 -1
  101. package/dist/components/utility/search/module.d.ts.map +1 -1
  102. package/dist/components/utility/toggle-button/AToggleButton.vue.d.ts.map +1 -1
  103. package/dist/components/utility/toggle-button/module.d.ts.map +1 -1
  104. package/dist/components/utility/translation/ATranslation.d.ts.map +1 -1
  105. package/dist/components/utility/translation/ATranslationDefault.vue.d.ts +2 -2
  106. package/dist/components/utility/translation/ATranslationDefault.vue.d.ts.map +1 -1
  107. package/dist/components/workflows/Login.vue.d.ts +345 -59
  108. package/dist/components/workflows/Login.vue.d.ts.map +1 -1
  109. package/dist/components/workflows/authorize/Authorize.vue.d.ts +345 -59
  110. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
  111. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
  112. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -1
  113. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -1
  114. package/dist/core/form/builders.d.ts +110 -0
  115. package/dist/core/form/builders.d.ts.map +1 -0
  116. package/dist/core/form/defaults.d.ts +15 -0
  117. package/dist/core/form/defaults.d.ts.map +1 -0
  118. package/dist/core/form/index.d.ts +2 -0
  119. package/dist/core/form/index.d.ts.map +1 -1
  120. package/dist/core/form/submit.d.ts +14 -2
  121. package/dist/core/form/submit.d.ts.map +1 -1
  122. package/dist/core/index.d.ts +1 -1
  123. package/dist/core/index.d.ts.map +1 -1
  124. package/dist/core/slot.d.ts +19 -0
  125. package/dist/core/slot.d.ts.map +1 -1
  126. package/dist/core/socket-manager/install.d.ts.map +1 -1
  127. package/dist/core/store/create.d.ts +0 -60
  128. package/dist/core/store/create.d.ts.map +1 -1
  129. package/dist/core/translator/constants.d.ts +11 -3
  130. package/dist/core/translator/constants.d.ts.map +1 -1
  131. package/dist/core/translator/de/client.d.ts +2 -2
  132. package/dist/core/translator/de/client.d.ts.map +1 -1
  133. package/dist/core/translator/de/default.d.ts +2 -2
  134. package/dist/core/translator/de/default.d.ts.map +1 -1
  135. package/dist/core/translator/de/index.d.ts +0 -1
  136. package/dist/core/translator/de/index.d.ts.map +1 -1
  137. package/dist/core/translator/de/vuecs.d.ts +2 -2
  138. package/dist/core/translator/de/vuecs.d.ts.map +1 -1
  139. package/dist/core/translator/en/client.d.ts +2 -2
  140. package/dist/core/translator/en/client.d.ts.map +1 -1
  141. package/dist/core/translator/en/default.d.ts +2 -2
  142. package/dist/core/translator/en/default.d.ts.map +1 -1
  143. package/dist/core/translator/en/index.d.ts +0 -1
  144. package/dist/core/translator/en/index.d.ts.map +1 -1
  145. package/dist/core/translator/en/vuecs.d.ts +2 -2
  146. package/dist/core/translator/en/vuecs.d.ts.map +1 -1
  147. package/dist/core/translator/helpers.d.ts +6 -2
  148. package/dist/core/translator/helpers.d.ts.map +1 -1
  149. package/dist/core/translator/install.d.ts +34 -0
  150. package/dist/core/translator/install.d.ts.map +1 -1
  151. package/dist/core/translator/singleton.d.ts +17 -4
  152. package/dist/core/translator/singleton.d.ts.map +1 -1
  153. package/dist/core/validup.d.ts +23 -0
  154. package/dist/core/validup.d.ts.map +1 -0
  155. package/dist/index.mjs +4991 -2426
  156. package/dist/index.mjs.map +1 -1
  157. package/dist/module.d.ts.map +1 -1
  158. package/package.json +49 -29
  159. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts +0 -16
  160. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts.map +0 -1
  161. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +0 -23
  162. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +0 -1
  163. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts +0 -26
  164. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts.map +0 -1
  165. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts +0 -26
  166. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts.map +0 -1
  167. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +0 -35
  168. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts.map +0 -1
  169. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts +0 -26
  170. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts.map +0 -1
  171. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts +0 -26
  172. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts.map +0 -1
  173. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts +0 -16
  174. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts.map +0 -1
  175. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts +0 -7
  176. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts.map +0 -1
  177. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +0 -79
  178. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +0 -1
  179. package/dist/components/entities/permission/APermissionForm.d.ts +0 -20
  180. package/dist/components/entities/permission/APermissionForm.d.ts.map +0 -1
  181. package/dist/components/entities/realm/ARealmForm.d.ts +0 -26
  182. package/dist/components/entities/realm/ARealmForm.d.ts.map +0 -1
  183. package/dist/components/entities/robot/ARobotForm.d.ts +0 -43
  184. package/dist/components/entities/robot/ARobotForm.d.ts.map +0 -1
  185. package/dist/components/entities/role/ARoleForm.d.ts +0 -25
  186. package/dist/components/entities/role/ARoleForm.d.ts.map +0 -1
  187. package/dist/components/entities/scope/AScopeForm.d.ts +0 -31
  188. package/dist/components/entities/scope/AScopeForm.d.ts.map +0 -1
  189. package/dist/components/entities/user/AUserForm.d.ts +0 -43
  190. package/dist/components/entities/user/AUserForm.d.ts.map +0 -1
  191. package/dist/components/entities/user/AUserPasswordForm.d.ts +0 -23
  192. package/dist/components/entities/user/AUserPasswordForm.d.ts.map +0 -1
  193. package/dist/core/translator/de/vuelidate.d.ts +0 -3
  194. package/dist/core/translator/de/vuelidate.d.ts.map +0 -1
  195. package/dist/core/translator/en/vuelidate.d.ts +0 -3
  196. package/dist/core/translator/en/vuelidate.d.ts.map +0 -1
  197. package/dist/core/vuelidate.d.ts +0 -13
  198. 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":"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"}
@@ -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,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 { AIdentityProviderForm } from './AIdentityProviderForm.vue';
3
+ export { AIdentityProviderOAuth2Form } from './AIdentityProviderOAuth2Form.vue';
4
+ export { 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,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,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,5 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { IdentityProviderRoleMapping, Role } from '@authup/core-kit';
3
- import { getVuelidateSeverity } from '../../../core';
4
3
  declare const _default: typeof __VLS_export;
5
4
  export default _default;
6
5
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -15,61 +14,15 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
15
14
  }>, {
16
15
  display: import("vue").Ref<boolean, boolean>;
17
16
  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<{
17
+ v: import("@validup/vue").Composable<{
64
18
  name: string;
65
19
  value: string;
66
20
  value_is_regex: boolean;
67
21
  }>;
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>>;
22
+ translationsDefault: Record<"name" | "delete" | "add" | "displayName" | "email" | "description" | "client" | "policy" | "realm" | "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>>;
69
23
  manager: import("../..").EntityManager<IdentityProviderRoleMapping>;
70
24
  handleSaveOrCreate: (e: Event) => Promise<void>;
71
25
  handleDelete: (e: Event) => Promise<void>;
72
- getVuelidateSeverity: typeof getVuelidateSeverity;
73
26
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<IdentityProviderRoleMapping>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
74
27
  role: {
75
28
  type: PropType<Role>;
@@ -91,32 +44,44 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
91
44
  type: BooleanConstructor;
92
45
  default: any;
93
46
  };
94
- labelClass: {
47
+ labelTag: {
95
48
  type: StringConstructor;
49
+ default: string;
96
50
  };
97
51
  labelContent: {
98
52
  type: StringConstructor;
53
+ default: any;
99
54
  };
100
55
  hint: {
101
56
  type: BooleanConstructor;
102
57
  default: any;
103
58
  };
104
- hintClass: {
59
+ hintTag: {
105
60
  type: StringConstructor;
61
+ default: string;
106
62
  };
107
63
  hintContent: {
108
64
  type: StringConstructor;
65
+ default: any;
109
66
  };
110
67
  validation: {
111
- type: BooleanConstructor;
68
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
112
69
  default: any;
113
70
  };
114
71
  validationSeverity: {
115
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
72
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
116
73
  default: any;
117
74
  };
118
75
  validationMessages: {
119
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
76
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
77
+ default: any;
78
+ };
79
+ themeClass: {
80
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
81
+ default: any;
82
+ };
83
+ themeVariant: {
84
+ type: PropType<import("@vuecs/core").VariantValues>;
120
85
  default: any;
121
86
  };
122
87
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -126,135 +91,278 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
126
91
  type: BooleanConstructor;
127
92
  default: any;
128
93
  };
129
- labelClass: {
94
+ labelTag: {
130
95
  type: StringConstructor;
96
+ default: string;
131
97
  };
132
98
  labelContent: {
133
99
  type: StringConstructor;
100
+ default: any;
134
101
  };
135
102
  hint: {
136
103
  type: BooleanConstructor;
137
104
  default: any;
138
105
  };
139
- hintClass: {
106
+ hintTag: {
140
107
  type: StringConstructor;
108
+ default: string;
141
109
  };
142
110
  hintContent: {
143
111
  type: StringConstructor;
112
+ default: any;
144
113
  };
145
114
  validation: {
146
- type: BooleanConstructor;
115
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
147
116
  default: any;
148
117
  };
149
118
  validationSeverity: {
150
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
119
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
151
120
  default: any;
152
121
  };
153
122
  validationMessages: {
154
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
123
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
124
+ default: any;
125
+ };
126
+ themeClass: {
127
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
128
+ default: any;
129
+ };
130
+ themeVariant: {
131
+ type: PropType<import("@vuecs/core").VariantValues>;
155
132
  default: any;
156
133
  };
157
134
  }>> & Readonly<{}>, {
158
135
  label: boolean;
136
+ labelContent: string;
137
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
138
+ themeVariant: import("@vuecs/core").VariantValues;
159
139
  hint: boolean;
160
- validation: boolean;
161
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
140
+ labelTag: string;
141
+ hintTag: string;
142
+ hintContent: string;
143
+ validation: import("@vuecs/forms").FieldValidation;
162
144
  validationSeverity: "error" | "warning";
145
+ validationMessages: import("@vuecs/forms").ValidationMessages;
163
146
  }, import("vue").SlotsType<{
164
- default: undefined;
165
- label: undefined;
166
- hint: undefined;
147
+ default: Record<string, never>;
148
+ label: Record<string, never>;
149
+ hint: Record<string, never>;
150
+ validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
151
+ validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
167
152
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
168
153
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
169
154
  modelValue: {
170
- type: StringConstructor;
171
- default: string;
155
+ type: PropType<string | null | undefined>;
172
156
  };
173
157
  type: {
174
158
  type: StringConstructor;
175
159
  default: string;
176
160
  };
177
- groupAppendClass: {
161
+ group: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ groupPrepend: {
166
+ type: BooleanConstructor;
167
+ default: boolean;
168
+ };
169
+ groupPrependContent: {
178
170
  type: StringConstructor;
171
+ default: any;
172
+ };
173
+ groupAppend: {
174
+ type: BooleanConstructor;
175
+ default: boolean;
179
176
  };
180
- groupPrependClass: {
177
+ groupAppendContent: {
181
178
  type: StringConstructor;
179
+ default: any;
180
+ };
181
+ debounce: {
182
+ type: NumberConstructor;
183
+ default: number;
182
184
  };
183
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
185
+ themeClass: {
186
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
187
+ default: any;
188
+ };
189
+ themeVariant: {
190
+ type: PropType<import("@vuecs/core").VariantValues>;
191
+ default: any;
192
+ };
193
+ }>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
194
+ [key: string]: any;
195
+ }> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
184
196
  modelValue: {
185
- type: StringConstructor;
186
- default: string;
197
+ type: PropType<string | null | undefined>;
187
198
  };
188
199
  type: {
189
200
  type: StringConstructor;
190
201
  default: string;
191
202
  };
192
- groupAppendClass: {
203
+ group: {
204
+ type: BooleanConstructor;
205
+ default: boolean;
206
+ };
207
+ groupPrepend: {
208
+ type: BooleanConstructor;
209
+ default: boolean;
210
+ };
211
+ groupPrependContent: {
193
212
  type: StringConstructor;
213
+ default: any;
214
+ };
215
+ groupAppend: {
216
+ type: BooleanConstructor;
217
+ default: boolean;
194
218
  };
195
- groupPrependClass: {
219
+ groupAppendContent: {
196
220
  type: StringConstructor;
221
+ default: any;
222
+ };
223
+ debounce: {
224
+ type: NumberConstructor;
225
+ default: number;
226
+ };
227
+ themeClass: {
228
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
229
+ default: any;
230
+ };
231
+ themeVariant: {
232
+ type: PropType<import("@vuecs/core").VariantValues>;
233
+ default: any;
197
234
  };
198
235
  }>> & Readonly<{
199
236
  "onUpdate:modelValue"?: (...args: any[]) => any;
200
237
  }>, {
238
+ group: boolean;
239
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
240
+ themeVariant: import("@vuecs/core").VariantValues;
201
241
  type: string;
202
- modelValue: string;
242
+ groupAppend: boolean;
243
+ groupPrepend: boolean;
244
+ groupPrependContent: string;
245
+ groupAppendContent: string;
246
+ debounce: number;
203
247
  }, import("vue").SlotsType<{
204
- groupAppend: {
205
- class: string;
206
- tag: string;
207
- };
208
- groupPrepend: {
209
- class: string;
210
- tag: string;
211
- };
248
+ groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
249
+ groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
212
250
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
213
- VCFormInputCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
251
+ VCFormSwitch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
214
252
  modelValue: {
215
- type: PropType<unknown | unknown[]>;
253
+ type: PropType<boolean | null | undefined>;
254
+ default: any;
216
255
  };
217
- group: {
256
+ disabled: {
218
257
  type: BooleanConstructor;
258
+ default: boolean;
219
259
  };
220
- groupClass: {
260
+ required: {
261
+ type: BooleanConstructor;
262
+ default: boolean;
263
+ };
264
+ name: {
221
265
  type: StringConstructor;
266
+ default: any;
222
267
  };
223
- label: {
224
- type: BooleanConstructor;
268
+ value: {
269
+ type: StringConstructor;
270
+ default: string;
225
271
  };
226
- labelClass: {
272
+ id: {
227
273
  type: StringConstructor;
274
+ default: any;
275
+ };
276
+ label: {
277
+ type: BooleanConstructor;
278
+ default: boolean;
228
279
  };
229
280
  labelContent: {
230
281
  type: StringConstructor;
282
+ default: any;
231
283
  };
232
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
284
+ themeClass: {
285
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>>;
286
+ default: any;
287
+ };
288
+ themeVariant: {
289
+ type: PropType<import("@vuecs/core").VariantValues>;
290
+ default: any;
291
+ };
292
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
293
+ [key: string]: any;
294
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
233
295
  modelValue: {
234
- type: PropType<unknown | unknown[]>;
296
+ type: PropType<boolean | null | undefined>;
297
+ default: any;
235
298
  };
236
- group: {
299
+ disabled: {
237
300
  type: BooleanConstructor;
301
+ default: boolean;
238
302
  };
239
- groupClass: {
303
+ required: {
304
+ type: BooleanConstructor;
305
+ default: boolean;
306
+ };
307
+ name: {
240
308
  type: StringConstructor;
309
+ default: any;
241
310
  };
242
- label: {
243
- type: BooleanConstructor;
311
+ value: {
312
+ type: StringConstructor;
313
+ default: string;
244
314
  };
245
- labelClass: {
315
+ id: {
246
316
  type: StringConstructor;
317
+ default: any;
318
+ };
319
+ label: {
320
+ type: BooleanConstructor;
321
+ default: boolean;
247
322
  };
248
323
  labelContent: {
249
324
  type: StringConstructor;
325
+ default: any;
326
+ };
327
+ themeClass: {
328
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>>;
329
+ default: any;
330
+ };
331
+ themeVariant: {
332
+ type: PropType<import("@vuecs/core").VariantValues>;
333
+ default: any;
250
334
  };
251
335
  }>> & Readonly<{
252
336
  "onUpdate:modelValue"?: (...args: any[]) => any;
253
337
  }>, {
254
338
  label: boolean;
255
- group: boolean;
339
+ modelValue: boolean;
340
+ value: string;
341
+ disabled: boolean;
342
+ required: boolean;
343
+ name: string;
344
+ id: string;
345
+ labelContent: string;
346
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>;
347
+ themeVariant: import("@vuecs/core").VariantValues;
256
348
  }, import("vue").SlotsType<{
257
- label: import("@vuecs/form-controls").FormInputCheckboxLabelSlotProps;
349
+ label: import("@vuecs/forms").FormSwitchLabelSlotProps;
350
+ thumb: import("@vuecs/forms").FormSwitchThumbSlotProps;
351
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
352
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
353
+ field: {
354
+ type: PropType<import("@validup/vue").FieldState>;
355
+ required: true;
356
+ };
357
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
358
+ field: {
359
+ type: PropType<import("@validup/vue").FieldState>;
360
+ required: true;
361
+ };
362
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
363
+ default?: (props: {
364
+ value: import("@ilingo/validup-vue").FieldValidation;
365
+ }) => import("vue").VNodeChild;
258
366
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
259
367
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
260
368
  //# 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":"AA2PA,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAlUoB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAGjE,GA1CqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA6bnB,CAAC"}