@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
@@ -12,31 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
12
12
  }>, {
13
13
  handleUpdated: () => void;
14
14
  handleDeleted: () => void;
15
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
16
- name: {
17
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
18
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
19
- min: number;
20
- }, any>;
21
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
22
- max: number;
23
- }, any>;
24
- };
25
- }, {
15
+ v: import("@validup/vue").Composable<{
26
16
  name: string;
27
- }>, import("@vuelidate/core").Validation<{
28
- name: {
29
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
30
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
31
- min: number;
32
- }, any>;
33
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
34
- max: number;
35
- }, any>;
36
- };
37
- }, {
38
- name: string;
39
- }>>;
17
+ }>;
40
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
19
  name: {
42
20
  type: StringConstructor;
@@ -53,95 +31,147 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
53
31
  name: string;
54
32
  disabled: boolean;
55
33
  }, {}, {
56
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
57
- validation: {
58
- type: import("vue").PropType<Record<string, any>>;
59
- required: true;
60
- };
61
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
- validation: {
63
- type: import("vue").PropType<Record<string, any>>;
64
- required: true;
65
- };
66
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
67
- default: import("@ilingo/vuelidate").SlotProps;
68
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
69
34
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
70
35
  modelValue: {
71
- type: StringConstructor;
72
- default: string;
36
+ type: import("vue").PropType<string | null | undefined>;
73
37
  };
74
38
  type: {
75
39
  type: StringConstructor;
76
40
  default: string;
77
41
  };
78
- groupAppendClass: {
42
+ group: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ groupPrepend: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ groupPrependContent: {
79
51
  type: StringConstructor;
52
+ default: any;
53
+ };
54
+ groupAppend: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
80
57
  };
81
- groupPrependClass: {
58
+ groupAppendContent: {
82
59
  type: StringConstructor;
60
+ default: any;
83
61
  };
84
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
+ debounce: {
63
+ type: NumberConstructor;
64
+ default: number;
65
+ };
66
+ themeClass: {
67
+ type: import("vue").PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
68
+ default: any;
69
+ };
70
+ themeVariant: {
71
+ type: import("vue").PropType<import("@vuecs/core").VariantValues>;
72
+ default: any;
73
+ };
74
+ }>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
75
+ [key: string]: any;
76
+ }> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
77
  modelValue: {
86
- type: StringConstructor;
87
- default: string;
78
+ type: import("vue").PropType<string | null | undefined>;
88
79
  };
89
80
  type: {
90
81
  type: StringConstructor;
91
82
  default: string;
92
83
  };
93
- groupAppendClass: {
84
+ group: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
88
+ groupPrepend: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ groupPrependContent: {
94
93
  type: StringConstructor;
94
+ default: any;
95
+ };
96
+ groupAppend: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
95
99
  };
96
- groupPrependClass: {
100
+ groupAppendContent: {
97
101
  type: StringConstructor;
102
+ default: any;
103
+ };
104
+ debounce: {
105
+ type: NumberConstructor;
106
+ default: number;
107
+ };
108
+ themeClass: {
109
+ type: import("vue").PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
110
+ default: any;
111
+ };
112
+ themeVariant: {
113
+ type: import("vue").PropType<import("@vuecs/core").VariantValues>;
114
+ default: any;
98
115
  };
99
116
  }>> & Readonly<{
100
117
  "onUpdate:modelValue"?: (...args: any[]) => any;
101
118
  }>, {
119
+ group: boolean;
120
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
121
+ themeVariant: import("@vuecs/core").VariantValues;
102
122
  type: string;
103
- modelValue: string;
123
+ groupAppend: boolean;
124
+ groupPrepend: boolean;
125
+ groupPrependContent: string;
126
+ groupAppendContent: string;
127
+ debounce: number;
104
128
  }, import("vue").SlotsType<{
105
- groupAppend: {
106
- class: string;
107
- tag: string;
108
- };
109
- groupPrepend: {
110
- class: string;
111
- tag: string;
112
- };
129
+ groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
130
+ groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
113
131
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
114
132
  VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
115
133
  label: {
116
134
  type: BooleanConstructor;
117
135
  default: any;
118
136
  };
119
- labelClass: {
137
+ labelTag: {
120
138
  type: StringConstructor;
139
+ default: string;
121
140
  };
122
141
  labelContent: {
123
142
  type: StringConstructor;
143
+ default: any;
124
144
  };
125
145
  hint: {
126
146
  type: BooleanConstructor;
127
147
  default: any;
128
148
  };
129
- hintClass: {
149
+ hintTag: {
130
150
  type: StringConstructor;
151
+ default: string;
131
152
  };
132
153
  hintContent: {
133
154
  type: StringConstructor;
155
+ default: any;
134
156
  };
135
157
  validation: {
136
- type: BooleanConstructor;
158
+ type: import("vue").PropType<import("@vuecs/forms").FieldValidation | null>;
137
159
  default: any;
138
160
  };
139
161
  validationSeverity: {
140
- type: import("vue").PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
162
+ type: import("vue").PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
141
163
  default: any;
142
164
  };
143
165
  validationMessages: {
144
- type: import("vue").PropType<import("@vuecs/form-controls").ValidationMessages>;
166
+ type: import("vue").PropType<import("@vuecs/forms").ValidationMessages>;
167
+ default: any;
168
+ };
169
+ themeClass: {
170
+ type: import("vue").PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
171
+ default: any;
172
+ };
173
+ themeVariant: {
174
+ type: import("vue").PropType<import("@vuecs/core").VariantValues>;
145
175
  default: any;
146
176
  };
147
177
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -151,44 +181,79 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
151
181
  type: BooleanConstructor;
152
182
  default: any;
153
183
  };
154
- labelClass: {
184
+ labelTag: {
155
185
  type: StringConstructor;
186
+ default: string;
156
187
  };
157
188
  labelContent: {
158
189
  type: StringConstructor;
190
+ default: any;
159
191
  };
160
192
  hint: {
161
193
  type: BooleanConstructor;
162
194
  default: any;
163
195
  };
164
- hintClass: {
196
+ hintTag: {
165
197
  type: StringConstructor;
198
+ default: string;
166
199
  };
167
200
  hintContent: {
168
201
  type: StringConstructor;
202
+ default: any;
169
203
  };
170
204
  validation: {
171
- type: BooleanConstructor;
205
+ type: import("vue").PropType<import("@vuecs/forms").FieldValidation | null>;
172
206
  default: any;
173
207
  };
174
208
  validationSeverity: {
175
- type: import("vue").PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
209
+ type: import("vue").PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
176
210
  default: any;
177
211
  };
178
212
  validationMessages: {
179
- type: import("vue").PropType<import("@vuecs/form-controls").ValidationMessages>;
213
+ type: import("vue").PropType<import("@vuecs/forms").ValidationMessages>;
214
+ default: any;
215
+ };
216
+ themeClass: {
217
+ type: import("vue").PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
218
+ default: any;
219
+ };
220
+ themeVariant: {
221
+ type: import("vue").PropType<import("@vuecs/core").VariantValues>;
180
222
  default: any;
181
223
  };
182
224
  }>> & Readonly<{}>, {
183
225
  label: boolean;
226
+ labelContent: string;
227
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
228
+ themeVariant: import("@vuecs/core").VariantValues;
184
229
  hint: boolean;
185
- validation: boolean;
186
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
230
+ labelTag: string;
231
+ hintTag: string;
232
+ hintContent: string;
233
+ validation: import("@vuecs/forms").FieldValidation;
187
234
  validationSeverity: "error" | "warning";
235
+ validationMessages: import("@vuecs/forms").ValidationMessages;
188
236
  }, import("vue").SlotsType<{
189
- default: undefined;
190
- label: undefined;
191
- hint: undefined;
237
+ default: Record<string, never>;
238
+ label: Record<string, never>;
239
+ hint: Record<string, never>;
240
+ validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
241
+ validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
242
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
243
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
244
+ field: {
245
+ type: import("vue").PropType<import("@validup/vue").FieldState>;
246
+ required: true;
247
+ };
248
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
249
+ field: {
250
+ type: import("vue").PropType<import("@validup/vue").FieldState>;
251
+ required: true;
252
+ };
253
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
254
+ default?: (props: {
255
+ value: import("@ilingo/validup-vue").FieldValidation;
256
+ }) => import("vue").VNodeChild;
192
257
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
193
258
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
194
259
  //# sourceMappingURL=AFormInputListItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AFormInputListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputListItem.vue"],"names":[],"mappings":"wBA6FqB,OAAO,YAAY;AAAxC,wBAAyC;AA8FzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCApGlB,GAlDE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAgMA,CAAC"}
1
+ {"version":3,"file":"AFormInputListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputListItem.vue"],"names":[],"mappings":"wBA2GqB,OAAO,YAAY;AAAxC,wBAAyC;AA+FzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;cAtGyC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6GzD,GAAH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA6BH,CAAC"}
@@ -6,4 +6,5 @@ export * from './search';
6
6
  export * from './toggle-button';
7
7
  export * from './LanguageSwitcherDropdown';
8
8
  export { AFormSubmit } from './AFormSubmit';
9
+ export { default as AToggleButton } from './AToggleButton.vue';
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/utility/index.ts"],"names":[],"mappings":"AAOA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/utility/index.ts"],"names":[],"mappings":"AAOA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,3 +1,4 @@
1
+ import type { VNodeChild } from 'vue';
1
2
  import type { PaginationOptions } from './type';
2
- export declare function buildPagination(ctx: PaginationOptions): import("vue").VNodeChild;
3
+ export declare function buildPagination(ctx: PaginationOptions): VNodeChild;
3
4
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/pagination/module.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhD,wBAAgB,eAAe,CAC3B,GAAG,EAAE,iBAAiB,4BAezB"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/pagination/module.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACtC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhD,wBAAgB,eAAe,CAC3B,GAAG,EAAE,iBAAiB,GACvB,UAAU,CAsCZ"}
@@ -1,6 +1,5 @@
1
- import type { ListLoadFn } from '@vuecs/list-controls';
2
1
  import type { PropType, SlotsType } from 'vue';
3
- import type { ListMeta } from '../entity';
2
+ import type { ListLoadFn, ListMeta } from '../entity';
4
3
  import type { SearchSlotProps } from './type';
5
4
  export declare const ASearch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
5
  icon: {
@@ -1 +1 @@
1
- {"version":3,"file":"ASearch.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/search/ASearch.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAG9C,eAAO,MAAM,OAAO;;;;;cAIoB,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;cAG/B,QAAQ,CAAC,UAAU,CAAC;;;cACtB,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;;;;;;;;;cAJf,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;cAG/B,QAAQ,CAAC,UAAU,CAAC;;;cACtB,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;;;;;;aAGtC,eAAe;yEAe9B,CAAC"}
1
+ {"version":3,"file":"ASearch.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/search/ASearch.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAE/C,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAG9C,eAAO,MAAM,OAAO;;;;;cAIoB,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;cAG/B,QAAQ,CAAC,UAAU,CAAC;;;cACtB,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;;;;;;;;;cAJf,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;cAG/B,QAAQ,CAAC,UAAU,CAAC;;;cACtB,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;;;;;;aAGtC,eAAe;yEAe9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/search/module.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAYjD,wBAAgB,eAAe,CAC3B,GAAG,EAAE,kBAAkB;;sCA0D1B"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/search/module.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAYjD,wBAAgB,eAAe,CAC3B,GAAG,EAAE,kBAAkB;;sCA2D1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"AToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/toggle-button/AToggleButton.vue"],"names":[],"mappings":"wBA2DqB,OAAO,YAAY;AAAxC,wBAAyC;AAwCzC,QAAA,MAAM,YAAY;;;;;;;;;;qBAac,KAAK;;;;;;;;;;;;iFAOnC,CAAC"}
1
+ {"version":3,"file":"AToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/toggle-button/AToggleButton.vue"],"names":[],"mappings":"wBAuDqB,OAAO,YAAY;AAAxC,wBAAyC;AAwCzC,QAAA,MAAM,YAAY;;;;;;;;;;qBAac,KAAK;;;;;;;;;;;;iFAOnC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/toggle-button/module.ts"],"names":[],"mappings":"AASA,KAAK,mBAAmB,GAAG;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;CACpC,CAAC;AACF,wBAAgB,kBAAkB,CAC9B,OAAO,EAAE,mBAAmB;;GAuB/B"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/toggle-button/module.ts"],"names":[],"mappings":"AASA,KAAK,mBAAmB,GAAG;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;CACpC,CAAC;AACF,wBAAgB,kBAAkB,CAC9B,OAAO,EAAE,mBAAmB;;GA2B/B"}
@@ -1 +1 @@
1
- {"version":3,"file":"ATranslation.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/ATranslation.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;iGA2BvB,CAAC"}
1
+ {"version":3,"file":"ATranslation.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/ATranslation.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;iGA2BvB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { TranslatorTranslationDefaultKey } from '../../../core';
3
- import { TranslatorTranslationGroup } from '../../../core';
3
+ import { TranslatorTranslationNamespace } 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<{
@@ -9,7 +9,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
9
9
  required: true;
10
10
  };
11
11
  }>, {
12
- TranslatorTranslationGroup: typeof TranslatorTranslationGroup;
12
+ TranslatorTranslationNamespace: typeof TranslatorTranslationNamespace;
13
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  name: {
15
15
  type: PropType<`${TranslatorTranslationDefaultKey}`>;
@@ -1 +1 @@
1
- {"version":3,"file":"ATranslationDefault.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/ATranslationDefault.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;wBAGtC,OAAO,YAAY;AAAxC,wBAAyC;AA2BzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;;;;;cAA9C,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAOxE,CAAC"}
1
+ {"version":3,"file":"ATranslationDefault.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/translation/ATranslationDefault.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,8BAA8B,EAAE,MAAM,eAAe,CAAC;wBAG1C,OAAO,YAAY;AAAxC,wBAAyC;AA2BzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;;;;;cAA9C,QAAQ,CAAC,GAAG,+BAA+B,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAOxE,CAAC"}