@authup/client-web-kit 1.0.0-beta.41 → 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 (199) 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/AuthorizeScopes.vue.d.ts.map +1 -1
  114. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -1
  115. package/dist/core/form/builders.d.ts +110 -0
  116. package/dist/core/form/builders.d.ts.map +1 -0
  117. package/dist/core/form/defaults.d.ts +15 -0
  118. package/dist/core/form/defaults.d.ts.map +1 -0
  119. package/dist/core/form/index.d.ts +2 -0
  120. package/dist/core/form/index.d.ts.map +1 -1
  121. package/dist/core/form/submit.d.ts +14 -2
  122. package/dist/core/form/submit.d.ts.map +1 -1
  123. package/dist/core/index.d.ts +1 -1
  124. package/dist/core/index.d.ts.map +1 -1
  125. package/dist/core/slot.d.ts +19 -0
  126. package/dist/core/slot.d.ts.map +1 -1
  127. package/dist/core/socket-manager/install.d.ts.map +1 -1
  128. package/dist/core/store/create.d.ts +0 -60
  129. package/dist/core/store/create.d.ts.map +1 -1
  130. package/dist/core/translator/constants.d.ts +11 -3
  131. package/dist/core/translator/constants.d.ts.map +1 -1
  132. package/dist/core/translator/de/client.d.ts +2 -2
  133. package/dist/core/translator/de/client.d.ts.map +1 -1
  134. package/dist/core/translator/de/default.d.ts +2 -2
  135. package/dist/core/translator/de/default.d.ts.map +1 -1
  136. package/dist/core/translator/de/index.d.ts +0 -1
  137. package/dist/core/translator/de/index.d.ts.map +1 -1
  138. package/dist/core/translator/de/vuecs.d.ts +2 -2
  139. package/dist/core/translator/de/vuecs.d.ts.map +1 -1
  140. package/dist/core/translator/en/client.d.ts +2 -2
  141. package/dist/core/translator/en/client.d.ts.map +1 -1
  142. package/dist/core/translator/en/default.d.ts +2 -2
  143. package/dist/core/translator/en/default.d.ts.map +1 -1
  144. package/dist/core/translator/en/index.d.ts +0 -1
  145. package/dist/core/translator/en/index.d.ts.map +1 -1
  146. package/dist/core/translator/en/vuecs.d.ts +2 -2
  147. package/dist/core/translator/en/vuecs.d.ts.map +1 -1
  148. package/dist/core/translator/helpers.d.ts +6 -2
  149. package/dist/core/translator/helpers.d.ts.map +1 -1
  150. package/dist/core/translator/install.d.ts +34 -0
  151. package/dist/core/translator/install.d.ts.map +1 -1
  152. package/dist/core/translator/singleton.d.ts +17 -4
  153. package/dist/core/translator/singleton.d.ts.map +1 -1
  154. package/dist/core/validup.d.ts +23 -0
  155. package/dist/core/validup.d.ts.map +1 -0
  156. package/dist/index.mjs +4991 -2426
  157. package/dist/index.mjs.map +1 -1
  158. package/dist/module.d.ts.map +1 -1
  159. package/package.json +51 -31
  160. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts +0 -16
  161. package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts.map +0 -1
  162. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +0 -23
  163. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +0 -1
  164. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts +0 -26
  165. package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts.map +0 -1
  166. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts +0 -26
  167. package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts.map +0 -1
  168. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +0 -35
  169. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts.map +0 -1
  170. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts +0 -26
  171. package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts.map +0 -1
  172. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts +0 -26
  173. package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts.map +0 -1
  174. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts +0 -16
  175. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts.map +0 -1
  176. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts +0 -7
  177. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts.map +0 -1
  178. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +0 -79
  179. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +0 -1
  180. package/dist/components/entities/permission/APermissionForm.d.ts +0 -20
  181. package/dist/components/entities/permission/APermissionForm.d.ts.map +0 -1
  182. package/dist/components/entities/realm/ARealmForm.d.ts +0 -26
  183. package/dist/components/entities/realm/ARealmForm.d.ts.map +0 -1
  184. package/dist/components/entities/robot/ARobotForm.d.ts +0 -43
  185. package/dist/components/entities/robot/ARobotForm.d.ts.map +0 -1
  186. package/dist/components/entities/role/ARoleForm.d.ts +0 -25
  187. package/dist/components/entities/role/ARoleForm.d.ts.map +0 -1
  188. package/dist/components/entities/scope/AScopeForm.d.ts +0 -31
  189. package/dist/components/entities/scope/AScopeForm.d.ts.map +0 -1
  190. package/dist/components/entities/user/AUserForm.d.ts +0 -43
  191. package/dist/components/entities/user/AUserForm.d.ts.map +0 -1
  192. package/dist/components/entities/user/AUserPasswordForm.d.ts +0 -23
  193. package/dist/components/entities/user/AUserPasswordForm.d.ts.map +0 -1
  194. package/dist/core/translator/de/vuelidate.d.ts +0 -3
  195. package/dist/core/translator/de/vuelidate.d.ts.map +0 -1
  196. package/dist/core/translator/en/vuelidate.d.ts +0 -3
  197. package/dist/core/translator/en/vuelidate.d.ts.map +0 -1
  198. package/dist/core/vuelidate.d.ts +0 -13
  199. package/dist/core/vuelidate.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
+ import { TranslatorTranslationDefaultKey, TranslatorTranslationNamespace } from '../../../core';
2
3
  import { type Client } from '@authup/core-kit';
3
- import { TranslatorTranslationDefaultKey, TranslatorTranslationGroup } 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<{
@@ -17,129 +17,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
17
17
  default: any;
18
18
  };
19
19
  }>, {
20
- 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>>;
20
+ 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>>;
21
21
  translationsClient: Record<"nameHint" | "descriptionHint" | "redirectURIHint" | "isConfidential" | "isActive" | "hashSecret", import("vue").Ref<string, string>>;
22
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
23
- active: {
24
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
25
- };
26
- name: {
27
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
28
- alphaUpperNumHyphenUnderscoreDot: any;
29
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
30
- min: number;
31
- }, any>;
32
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
33
- max: number;
34
- }, any>;
35
- };
36
- display_name: {
37
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
38
- min: number;
39
- }, any>;
40
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
41
- max: number;
42
- }, any>;
43
- };
44
- description: {
45
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
46
- min: number;
47
- }, any>;
48
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
49
- max: number;
50
- }, any>;
51
- };
52
- realm_id: {
53
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
54
- };
55
- redirect_uri: {
56
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
57
- max: number;
58
- }, any>;
59
- };
60
- is_confidential: {};
61
- secret: {
62
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
63
- min: number;
64
- }, any>;
65
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
66
- max: number;
67
- }, any>;
68
- };
69
- secret_hashed: {};
70
- }, {
71
- active: boolean;
72
- name: string;
73
- display_name: string;
74
- description: string;
75
- realm_id: string;
76
- redirect_uri: string;
77
- base_url: string;
78
- root_url: string;
79
- is_confidential: boolean;
80
- secret: string;
81
- secret_hashed: boolean;
82
- }>, import("@vuelidate/core").Validation<{
83
- active: {
84
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
85
- };
86
- name: {
87
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
88
- alphaUpperNumHyphenUnderscoreDot: any;
89
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
90
- min: number;
91
- }, any>;
92
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
93
- max: number;
94
- }, any>;
95
- };
96
- display_name: {
97
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
98
- min: number;
99
- }, any>;
100
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
101
- max: number;
102
- }, any>;
103
- };
104
- description: {
105
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
106
- min: number;
107
- }, any>;
108
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
109
- max: number;
110
- }, any>;
111
- };
112
- realm_id: {
113
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
114
- };
115
- redirect_uri: {
116
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
117
- max: number;
118
- }, any>;
119
- };
120
- is_confidential: {};
121
- secret: {
122
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
123
- min: number;
124
- }, any>;
125
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
126
- max: number;
127
- }, any>;
128
- };
129
- secret_hashed: {};
130
- }, {
131
- active: boolean;
132
- name: string;
133
- display_name: string;
134
- description: string;
135
- realm_id: string;
136
- redirect_uri: string;
137
- base_url: string;
138
- root_url: string;
139
- is_confidential: boolean;
140
- secret: string;
141
- secret_hashed: boolean;
142
- }>>;
22
+ v: import("@validup/vue").Composable<Client>;
143
23
  data: import("vue").Ref<Client, Client>;
144
24
  isNameFixed: import("vue").ComputedRef<boolean>;
145
25
  isBusy: boolean;
@@ -201,8 +81,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
201
81
  }>> & Readonly<{
202
82
  onSubmit?: (...args: any[]) => any;
203
83
  }>, {
204
- isEditing: boolean;
205
84
  isBusy: boolean;
85
+ isEditing: boolean;
206
86
  isInvalid: boolean;
207
87
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
208
88
  ARealmPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -354,7 +234,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
354
234
  required: true;
355
235
  };
356
236
  }>, {
357
- TranslatorTranslationGroup: typeof TranslatorTranslationGroup;
237
+ TranslatorTranslationNamespace: typeof TranslatorTranslationNamespace;
358
238
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
359
239
  name: {
360
240
  type: PropType<`${TranslatorTranslationDefaultKey}`>;
@@ -397,31 +277,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
397
277
  }>, {
398
278
  handleUpdated: () => void;
399
279
  handleDeleted: () => void;
400
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
401
- name: {
402
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
403
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
404
- min: number;
405
- }, any>;
406
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
407
- max: number;
408
- }, any>;
409
- };
410
- }, {
411
- name: string;
412
- }>, import("@vuelidate/core").Validation<{
413
- name: {
414
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
415
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
416
- min: number;
417
- }, any>;
418
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
419
- max: number;
420
- }, any>;
421
- };
422
- }, {
280
+ v: import("@validup/vue").Composable<{
423
281
  name: string;
424
- }>>;
282
+ }>;
425
283
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
426
284
  name: {
427
285
  type: StringConstructor;
@@ -438,95 +296,147 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
438
296
  name: string;
439
297
  disabled: boolean;
440
298
  }, {}, {
441
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
442
- validation: {
443
- type: PropType<Record<string, any>>;
444
- required: true;
445
- };
446
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
447
- validation: {
448
- type: PropType<Record<string, any>>;
449
- required: true;
450
- };
451
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
452
- default: import("@ilingo/vuelidate").SlotProps;
453
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
454
299
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
455
300
  modelValue: {
456
- type: StringConstructor;
457
- default: string;
301
+ type: PropType<string | null | undefined>;
458
302
  };
459
303
  type: {
460
304
  type: StringConstructor;
461
305
  default: string;
462
306
  };
463
- groupAppendClass: {
307
+ group: {
308
+ type: BooleanConstructor;
309
+ default: boolean;
310
+ };
311
+ groupPrepend: {
312
+ type: BooleanConstructor;
313
+ default: boolean;
314
+ };
315
+ groupPrependContent: {
464
316
  type: StringConstructor;
317
+ default: any;
318
+ };
319
+ groupAppend: {
320
+ type: BooleanConstructor;
321
+ default: boolean;
465
322
  };
466
- groupPrependClass: {
323
+ groupAppendContent: {
467
324
  type: StringConstructor;
325
+ default: any;
326
+ };
327
+ debounce: {
328
+ type: NumberConstructor;
329
+ default: number;
468
330
  };
469
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
331
+ themeClass: {
332
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
333
+ default: any;
334
+ };
335
+ themeVariant: {
336
+ type: PropType<import("@vuecs/core").VariantValues>;
337
+ default: any;
338
+ };
339
+ }>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
340
+ [key: string]: any;
341
+ }> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
470
342
  modelValue: {
471
- type: StringConstructor;
472
- default: string;
343
+ type: PropType<string | null | undefined>;
473
344
  };
474
345
  type: {
475
346
  type: StringConstructor;
476
347
  default: string;
477
348
  };
478
- groupAppendClass: {
349
+ group: {
350
+ type: BooleanConstructor;
351
+ default: boolean;
352
+ };
353
+ groupPrepend: {
354
+ type: BooleanConstructor;
355
+ default: boolean;
356
+ };
357
+ groupPrependContent: {
479
358
  type: StringConstructor;
359
+ default: any;
360
+ };
361
+ groupAppend: {
362
+ type: BooleanConstructor;
363
+ default: boolean;
480
364
  };
481
- groupPrependClass: {
365
+ groupAppendContent: {
482
366
  type: StringConstructor;
367
+ default: any;
368
+ };
369
+ debounce: {
370
+ type: NumberConstructor;
371
+ default: number;
372
+ };
373
+ themeClass: {
374
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
375
+ default: any;
376
+ };
377
+ themeVariant: {
378
+ type: PropType<import("@vuecs/core").VariantValues>;
379
+ default: any;
483
380
  };
484
381
  }>> & Readonly<{
485
382
  "onUpdate:modelValue"?: (...args: any[]) => any;
486
383
  }>, {
384
+ group: boolean;
385
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
386
+ themeVariant: import("@vuecs/core").VariantValues;
487
387
  type: string;
488
- modelValue: string;
388
+ groupAppend: boolean;
389
+ groupPrepend: boolean;
390
+ groupPrependContent: string;
391
+ groupAppendContent: string;
392
+ debounce: number;
489
393
  }, import("vue").SlotsType<{
490
- groupAppend: {
491
- class: string;
492
- tag: string;
493
- };
494
- groupPrepend: {
495
- class: string;
496
- tag: string;
497
- };
394
+ groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
395
+ groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
498
396
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
499
397
  VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
500
398
  label: {
501
399
  type: BooleanConstructor;
502
400
  default: any;
503
401
  };
504
- labelClass: {
402
+ labelTag: {
505
403
  type: StringConstructor;
404
+ default: string;
506
405
  };
507
406
  labelContent: {
508
407
  type: StringConstructor;
408
+ default: any;
509
409
  };
510
410
  hint: {
511
411
  type: BooleanConstructor;
512
412
  default: any;
513
413
  };
514
- hintClass: {
414
+ hintTag: {
515
415
  type: StringConstructor;
416
+ default: string;
516
417
  };
517
418
  hintContent: {
518
419
  type: StringConstructor;
420
+ default: any;
519
421
  };
520
422
  validation: {
521
- type: BooleanConstructor;
423
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
522
424
  default: any;
523
425
  };
524
426
  validationSeverity: {
525
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
427
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
526
428
  default: any;
527
429
  };
528
430
  validationMessages: {
529
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
431
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
432
+ default: any;
433
+ };
434
+ themeClass: {
435
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
436
+ default: any;
437
+ };
438
+ themeVariant: {
439
+ type: PropType<import("@vuecs/core").VariantValues>;
530
440
  default: any;
531
441
  };
532
442
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -536,59 +446,96 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
536
446
  type: BooleanConstructor;
537
447
  default: any;
538
448
  };
539
- labelClass: {
449
+ labelTag: {
540
450
  type: StringConstructor;
451
+ default: string;
541
452
  };
542
453
  labelContent: {
543
454
  type: StringConstructor;
455
+ default: any;
544
456
  };
545
457
  hint: {
546
458
  type: BooleanConstructor;
547
459
  default: any;
548
460
  };
549
- hintClass: {
461
+ hintTag: {
550
462
  type: StringConstructor;
463
+ default: string;
551
464
  };
552
465
  hintContent: {
553
466
  type: StringConstructor;
467
+ default: any;
554
468
  };
555
469
  validation: {
556
- type: BooleanConstructor;
470
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
557
471
  default: any;
558
472
  };
559
473
  validationSeverity: {
560
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
474
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
561
475
  default: any;
562
476
  };
563
477
  validationMessages: {
564
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
478
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
479
+ default: any;
480
+ };
481
+ themeClass: {
482
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
483
+ default: any;
484
+ };
485
+ themeVariant: {
486
+ type: PropType<import("@vuecs/core").VariantValues>;
565
487
  default: any;
566
488
  };
567
489
  }>> & Readonly<{}>, {
568
490
  label: boolean;
491
+ labelContent: string;
492
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
493
+ themeVariant: import("@vuecs/core").VariantValues;
569
494
  hint: boolean;
570
- validation: boolean;
571
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
495
+ labelTag: string;
496
+ hintTag: string;
497
+ hintContent: string;
498
+ validation: import("@vuecs/forms").FieldValidation;
572
499
  validationSeverity: "error" | "warning";
500
+ validationMessages: import("@vuecs/forms").ValidationMessages;
573
501
  }, import("vue").SlotsType<{
574
- default: undefined;
575
- label: undefined;
576
- hint: undefined;
502
+ default: Record<string, never>;
503
+ label: Record<string, never>;
504
+ hint: Record<string, never>;
505
+ validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
506
+ validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
507
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
508
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
509
+ field: {
510
+ type: PropType<import("@validup/vue").FieldState>;
511
+ required: true;
512
+ };
513
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
514
+ field: {
515
+ type: PropType<import("@validup/vue").FieldState>;
516
+ required: true;
517
+ };
518
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
519
+ default?: (props: {
520
+ value: import("@ilingo/validup-vue").FieldValidation;
521
+ }) => import("vue").VNodeChild;
577
522
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
578
523
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
579
524
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
580
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
581
- validation: {
582
- type: PropType<Record<string, any>>;
525
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
526
+ field: {
527
+ type: PropType<import("@validup/vue").FieldState>;
583
528
  required: true;
584
529
  };
585
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
586
- validation: {
587
- type: PropType<Record<string, any>>;
530
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
531
+ field: {
532
+ type: PropType<import("@validup/vue").FieldState>;
588
533
  required: true;
589
534
  };
590
535
  }>> & Readonly<{}>, {}, import("vue").SlotsType<{
591
- default: import("@ilingo/vuelidate").SlotProps;
536
+ default?: (props: {
537
+ value: import("@ilingo/validup-vue").FieldValidation;
538
+ }) => import("vue").VNodeChild;
592
539
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
593
540
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
594
541
  //# sourceMappingURL=AClientForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AClientForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/AClientForm.vue"],"names":[],"mappings":"AAocA,OAAO,EACH,KAAK,QAAQ,EAKhB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,KAAK,MAAM,EAAc,MAAM,kBAAkB,CAAC;AAU3D,OAAO,EAEH,+BAA+B,EAC/B,0BAA0B,EAO7B,MAAM,eAAe,CAAC;wBAGF,OAAO,YAAY;AAAxC,wBAAyC;AAmnBzC,QAAA,MAAM,YAAY;;;;;;cAaU,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAhqB5C,GAjaY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAmvCV,CAAC"}
1
+ {"version":3,"file":"AClientForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/AClientForm.vue"],"names":[],"mappings":"AA+YA,OAAO,EACH,KAAK,QAAQ,EAKhB,MAAM,KAAK,CAAC;AAEb,OAAO,EAEH,+BAA+B,EAC/B,8BAA8B,EAKjC,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,KAAK,MAAM,EAA+B,MAAM,kBAAkB,CAAC;wBAYvD,OAAO,YAAY;AAAxC,wBAAyC;AA6mBzC,QAAA,MAAM,YAAY;;;;;;cAcU,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAxpB5C,GA3JU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA48BR,CAAC"}