@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
@@ -8,15 +8,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
8
8
  };
9
9
  }>, {
10
10
  handleUpdated: (data: string[]) => void;
11
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
12
- names: {};
13
- }, {
11
+ v: import("@validup/vue").Composable<{
14
12
  names: string[];
15
- }>, import("@vuelidate/core").Validation<{
16
- names: {};
17
- }, {
18
- names: string[];
19
- }>>;
13
+ }>;
20
14
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
15
  entity: {
22
16
  type: PropType<Partial<Policy>>;
@@ -79,7 +73,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
79
73
  required: true;
80
74
  };
81
75
  }>, {
82
- TranslatorTranslationGroup: typeof import("../../../../index.ts").TranslatorTranslationGroup;
76
+ TranslatorTranslationNamespace: typeof import("../../../../index.ts").TranslatorTranslationNamespace;
83
77
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
84
78
  name: {
85
79
  type: PropType<`${import("../../../../index.ts").TranslatorTranslationDefaultKey}`>;
@@ -122,31 +116,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
122
116
  }>, {
123
117
  handleUpdated: () => void;
124
118
  handleDeleted: () => void;
125
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
126
- name: {
127
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
128
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
129
- min: number;
130
- }, any>;
131
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
132
- max: number;
133
- }, any>;
134
- };
135
- }, {
119
+ v: import("@validup/vue").Composable<{
136
120
  name: string;
137
- }>, import("@vuelidate/core").Validation<{
138
- name: {
139
- required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
140
- minLength: import("@vuelidate/core").ValidationRuleWithParams<{
141
- min: number;
142
- }, any>;
143
- maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
144
- max: number;
145
- }, any>;
146
- };
147
- }, {
148
- name: string;
149
- }>>;
121
+ }>;
150
122
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
151
123
  name: {
152
124
  type: StringConstructor;
@@ -163,95 +135,147 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
163
135
  name: string;
164
136
  disabled: boolean;
165
137
  }, {}, {
166
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
167
- validation: {
168
- type: PropType<Record<string, any>>;
169
- required: true;
170
- };
171
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
172
- validation: {
173
- type: PropType<Record<string, any>>;
174
- required: true;
175
- };
176
- }>> & Readonly<{}>, {}, import("vue").SlotsType<{
177
- default: import("@ilingo/vuelidate").SlotProps;
178
- }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
179
138
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
180
139
  modelValue: {
181
- type: StringConstructor;
182
- default: string;
140
+ type: PropType<string | null | undefined>;
183
141
  };
184
142
  type: {
185
143
  type: StringConstructor;
186
144
  default: string;
187
145
  };
188
- groupAppendClass: {
146
+ group: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ groupPrepend: {
151
+ type: BooleanConstructor;
152
+ default: boolean;
153
+ };
154
+ groupPrependContent: {
189
155
  type: StringConstructor;
156
+ default: any;
190
157
  };
191
- groupPrependClass: {
158
+ groupAppend: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ groupAppendContent: {
192
163
  type: StringConstructor;
164
+ default: any;
165
+ };
166
+ debounce: {
167
+ type: NumberConstructor;
168
+ default: number;
169
+ };
170
+ themeClass: {
171
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
172
+ default: any;
173
+ };
174
+ themeVariant: {
175
+ type: PropType<import("@vuecs/core").VariantValues>;
176
+ default: any;
193
177
  };
194
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
178
+ }>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
179
+ [key: string]: any;
180
+ }> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
195
181
  modelValue: {
196
- type: StringConstructor;
197
- default: string;
182
+ type: PropType<string | null | undefined>;
198
183
  };
199
184
  type: {
200
185
  type: StringConstructor;
201
186
  default: string;
202
187
  };
203
- groupAppendClass: {
188
+ group: {
189
+ type: BooleanConstructor;
190
+ default: boolean;
191
+ };
192
+ groupPrepend: {
193
+ type: BooleanConstructor;
194
+ default: boolean;
195
+ };
196
+ groupPrependContent: {
204
197
  type: StringConstructor;
198
+ default: any;
205
199
  };
206
- groupPrependClass: {
200
+ groupAppend: {
201
+ type: BooleanConstructor;
202
+ default: boolean;
203
+ };
204
+ groupAppendContent: {
207
205
  type: StringConstructor;
206
+ default: any;
207
+ };
208
+ debounce: {
209
+ type: NumberConstructor;
210
+ default: number;
211
+ };
212
+ themeClass: {
213
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
214
+ default: any;
215
+ };
216
+ themeVariant: {
217
+ type: PropType<import("@vuecs/core").VariantValues>;
218
+ default: any;
208
219
  };
209
220
  }>> & Readonly<{
210
221
  "onUpdate:modelValue"?: (...args: any[]) => any;
211
222
  }>, {
223
+ group: boolean;
224
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
225
+ themeVariant: import("@vuecs/core").VariantValues;
212
226
  type: string;
213
- modelValue: string;
227
+ groupAppend: boolean;
228
+ groupPrepend: boolean;
229
+ groupPrependContent: string;
230
+ groupAppendContent: string;
231
+ debounce: number;
214
232
  }, import("vue").SlotsType<{
215
- groupAppend: {
216
- class: string;
217
- tag: string;
218
- };
219
- groupPrepend: {
220
- class: string;
221
- tag: string;
222
- };
233
+ groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
234
+ groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
223
235
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
224
236
  VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
225
237
  label: {
226
238
  type: BooleanConstructor;
227
239
  default: any;
228
240
  };
229
- labelClass: {
241
+ labelTag: {
230
242
  type: StringConstructor;
243
+ default: string;
231
244
  };
232
245
  labelContent: {
233
246
  type: StringConstructor;
247
+ default: any;
234
248
  };
235
249
  hint: {
236
250
  type: BooleanConstructor;
237
251
  default: any;
238
252
  };
239
- hintClass: {
253
+ hintTag: {
240
254
  type: StringConstructor;
255
+ default: string;
241
256
  };
242
257
  hintContent: {
243
258
  type: StringConstructor;
259
+ default: any;
244
260
  };
245
261
  validation: {
246
- type: BooleanConstructor;
262
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
247
263
  default: any;
248
264
  };
249
265
  validationSeverity: {
250
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
266
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
251
267
  default: any;
252
268
  };
253
269
  validationMessages: {
254
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
270
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
271
+ default: any;
272
+ };
273
+ themeClass: {
274
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
275
+ default: any;
276
+ };
277
+ themeVariant: {
278
+ type: PropType<import("@vuecs/core").VariantValues>;
255
279
  default: any;
256
280
  };
257
281
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -261,44 +285,79 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
261
285
  type: BooleanConstructor;
262
286
  default: any;
263
287
  };
264
- labelClass: {
288
+ labelTag: {
265
289
  type: StringConstructor;
290
+ default: string;
266
291
  };
267
292
  labelContent: {
268
293
  type: StringConstructor;
294
+ default: any;
269
295
  };
270
296
  hint: {
271
297
  type: BooleanConstructor;
272
298
  default: any;
273
299
  };
274
- hintClass: {
300
+ hintTag: {
275
301
  type: StringConstructor;
302
+ default: string;
276
303
  };
277
304
  hintContent: {
278
305
  type: StringConstructor;
306
+ default: any;
279
307
  };
280
308
  validation: {
281
- type: BooleanConstructor;
309
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
282
310
  default: any;
283
311
  };
284
312
  validationSeverity: {
285
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
313
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
286
314
  default: any;
287
315
  };
288
316
  validationMessages: {
289
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
317
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
318
+ default: any;
319
+ };
320
+ themeClass: {
321
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
322
+ default: any;
323
+ };
324
+ themeVariant: {
325
+ type: PropType<import("@vuecs/core").VariantValues>;
290
326
  default: any;
291
327
  };
292
328
  }>> & Readonly<{}>, {
293
329
  label: boolean;
330
+ labelContent: string;
331
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
332
+ themeVariant: import("@vuecs/core").VariantValues;
294
333
  hint: boolean;
295
- validation: boolean;
296
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
334
+ labelTag: string;
335
+ hintTag: string;
336
+ hintContent: string;
337
+ validation: import("@vuecs/forms").FieldValidation;
297
338
  validationSeverity: "error" | "warning";
339
+ validationMessages: import("@vuecs/forms").ValidationMessages;
298
340
  }, import("vue").SlotsType<{
299
- default: undefined;
300
- label: undefined;
301
- hint: undefined;
341
+ default: Record<string, never>;
342
+ label: Record<string, never>;
343
+ hint: Record<string, never>;
344
+ validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
345
+ validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
346
+ }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
347
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
348
+ field: {
349
+ type: PropType<import("@validup/vue").FieldState>;
350
+ required: true;
351
+ };
352
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
353
+ field: {
354
+ type: PropType<import("@validup/vue").FieldState>;
355
+ required: true;
356
+ };
357
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
358
+ default?: (props: {
359
+ value: import("@ilingo/validup-vue").FieldValidation;
360
+ }) => import("vue").VNodeChild;
302
361
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
303
362
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
304
363
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"AAttributeNamesPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAKf,OAAO,YAAY;AAAxC,wBAAyC;AAkCzC,QAAA,MAAM,YAAY;;cAEqB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;0BAkB3B,MAAM,EAAE;;;;eAfN,MAAM,EAAE;;;;eAAR,MAAM,EAAE;;;;cAHR,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCA5ChE,GA3B0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoGxB,CAAC"}
1
+ {"version":3,"file":"AAttributeNamesPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAG/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAKf,OAAO,YAAY;AAAxC,wBAAyC;AAkCzC,QAAA,MAAM,YAAY;;cAEqB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;0BAkB3B,MAAM,EAAE;;eAfN,MAAM,EAAE;;;;cAHR,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCA8B4qF,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAF7uF,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import type { BuildInput } from 'rapiq';
2
2
  import { type PropType } from 'vue';
3
3
  import type { Policy } from '@authup/core-kit';
4
- import type { FormSelectOption } from '@vuecs/form-controls';
4
+ import type { FormOption } from '@vuecs/forms';
5
5
  declare const _default: typeof __VLS_export;
6
6
  export default _default;
7
7
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -13,20 +13,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
13
13
  handleUpdated: (children: string[]) => void;
14
14
  handleDecisionStrategyUpdated: () => void;
15
15
  decisionStrategyHint: import("vue").ComputedRef<"At least one child policy must evaluate positively." | "More child policies must evaluate positively than negatively." | "All child policies must evaluate positively." | "No strategy selected. Defaults to unanimous (all child policies must evaluate positively).">;
16
- decisionStrategyOptions: FormSelectOption[];
17
- vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<{
18
- items: {};
19
- decision_strategy: {};
20
- }, {
16
+ decisionStrategyOptions: FormOption[];
17
+ v: import("@validup/vue").Composable<{
21
18
  items: string[];
22
19
  decision_strategy: string;
23
- }>, import("@vuelidate/core").Validation<{
24
- items: {};
25
- decision_strategy: {};
26
- }, {
27
- items: string[];
28
- decision_strategy: string;
29
- }>>;
20
+ }>;
30
21
  query: import("vue").ComputedRef<BuildInput<Policy & {
31
22
  parent_id?: string | null;
32
23
  }>>;
@@ -142,32 +133,44 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
142
133
  type: BooleanConstructor;
143
134
  default: any;
144
135
  };
145
- labelClass: {
136
+ labelTag: {
146
137
  type: StringConstructor;
138
+ default: string;
147
139
  };
148
140
  labelContent: {
149
141
  type: StringConstructor;
142
+ default: any;
150
143
  };
151
144
  hint: {
152
145
  type: BooleanConstructor;
153
146
  default: any;
154
147
  };
155
- hintClass: {
148
+ hintTag: {
156
149
  type: StringConstructor;
150
+ default: string;
157
151
  };
158
152
  hintContent: {
159
153
  type: StringConstructor;
154
+ default: any;
160
155
  };
161
156
  validation: {
162
- type: BooleanConstructor;
157
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
163
158
  default: any;
164
159
  };
165
160
  validationSeverity: {
166
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
161
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
167
162
  default: any;
168
163
  };
169
164
  validationMessages: {
170
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
165
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
166
+ default: any;
167
+ };
168
+ themeClass: {
169
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
170
+ default: any;
171
+ };
172
+ themeVariant: {
173
+ type: PropType<import("@vuecs/core").VariantValues>;
171
174
  default: any;
172
175
  };
173
176
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -177,101 +180,158 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
177
180
  type: BooleanConstructor;
178
181
  default: any;
179
182
  };
180
- labelClass: {
183
+ labelTag: {
181
184
  type: StringConstructor;
185
+ default: string;
182
186
  };
183
187
  labelContent: {
184
188
  type: StringConstructor;
189
+ default: any;
185
190
  };
186
191
  hint: {
187
192
  type: BooleanConstructor;
188
193
  default: any;
189
194
  };
190
- hintClass: {
195
+ hintTag: {
191
196
  type: StringConstructor;
197
+ default: string;
192
198
  };
193
199
  hintContent: {
194
200
  type: StringConstructor;
201
+ default: any;
195
202
  };
196
203
  validation: {
197
- type: BooleanConstructor;
204
+ type: PropType<import("@vuecs/forms").FieldValidation | null>;
198
205
  default: any;
199
206
  };
200
207
  validationSeverity: {
201
- type: PropType<`${import("@vuecs/form-controls").ValidationSeverity}` | undefined>;
208
+ type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
202
209
  default: any;
203
210
  };
204
211
  validationMessages: {
205
- type: PropType<import("@vuecs/form-controls").ValidationMessages>;
212
+ type: PropType<import("@vuecs/forms").ValidationMessages>;
213
+ default: any;
214
+ };
215
+ themeClass: {
216
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
217
+ default: any;
218
+ };
219
+ themeVariant: {
220
+ type: PropType<import("@vuecs/core").VariantValues>;
206
221
  default: any;
207
222
  };
208
223
  }>> & Readonly<{}>, {
209
224
  label: boolean;
225
+ labelContent: string;
226
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
227
+ themeVariant: import("@vuecs/core").VariantValues;
210
228
  hint: boolean;
211
- validation: boolean;
212
- validationMessages: import("@vuecs/form-controls").ValidationMessages;
229
+ labelTag: string;
230
+ hintTag: string;
231
+ hintContent: string;
232
+ validation: import("@vuecs/forms").FieldValidation;
213
233
  validationSeverity: "error" | "warning";
234
+ validationMessages: import("@vuecs/forms").ValidationMessages;
214
235
  }, import("vue").SlotsType<{
215
- default: undefined;
216
- label: undefined;
217
- hint: undefined;
236
+ default: Record<string, never>;
237
+ label: Record<string, never>;
238
+ hint: Record<string, never>;
239
+ validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
240
+ validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
218
241
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
219
242
  VCFormSelect: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
220
243
  modelValue: {
221
- type: StringConstructor;
222
- default: string;
244
+ type: PropType<import("reka-ui").AcceptableValue | undefined>;
245
+ default: any;
223
246
  };
224
247
  options: {
225
- type: PropType<FormSelectOption[]>;
226
- required: true;
248
+ type: PropType<import("@vuecs/forms").FormOptionItems>;
249
+ required: boolean;
227
250
  };
228
- optionDefault: {
251
+ placeholder: {
252
+ type: StringConstructor;
253
+ default: any;
254
+ };
255
+ disabled: {
229
256
  type: BooleanConstructor;
230
257
  default: boolean;
231
258
  };
232
- optionDefaultId: {
233
- type: (StringConstructor | NumberConstructor)[];
234
- };
235
- optionDefaultValue: {
259
+ name: {
236
260
  type: StringConstructor;
261
+ default: any;
262
+ };
263
+ required: {
264
+ type: BooleanConstructor;
265
+ default: boolean;
266
+ };
267
+ themeClass: {
268
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSelectThemeClasses>>;
269
+ default: any;
270
+ };
271
+ themeVariant: {
272
+ type: PropType<import("@vuecs/core").VariantValues>;
273
+ default: any;
237
274
  };
238
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
275
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
276
+ [key: string]: any;
277
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
239
278
  modelValue: {
240
- type: StringConstructor;
241
- default: string;
279
+ type: PropType<import("reka-ui").AcceptableValue | undefined>;
280
+ default: any;
242
281
  };
243
282
  options: {
244
- type: PropType<FormSelectOption[]>;
245
- required: true;
283
+ type: PropType<import("@vuecs/forms").FormOptionItems>;
284
+ required: boolean;
246
285
  };
247
- optionDefault: {
286
+ placeholder: {
287
+ type: StringConstructor;
288
+ default: any;
289
+ };
290
+ disabled: {
248
291
  type: BooleanConstructor;
249
292
  default: boolean;
250
293
  };
251
- optionDefaultId: {
252
- type: (StringConstructor | NumberConstructor)[];
253
- };
254
- optionDefaultValue: {
294
+ name: {
255
295
  type: StringConstructor;
296
+ default: any;
297
+ };
298
+ required: {
299
+ type: BooleanConstructor;
300
+ default: boolean;
301
+ };
302
+ themeClass: {
303
+ type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSelectThemeClasses>>;
304
+ default: any;
305
+ };
306
+ themeVariant: {
307
+ type: PropType<import("@vuecs/core").VariantValues>;
308
+ default: any;
256
309
  };
257
310
  }>> & Readonly<{
258
311
  "onUpdate:modelValue"?: (...args: any[]) => any;
259
312
  }>, {
260
- modelValue: string;
261
- optionDefault: boolean;
313
+ modelValue: import("reka-ui").AcceptableValue;
314
+ disabled: boolean;
315
+ required: boolean;
316
+ name: string;
317
+ themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSelectThemeClasses>;
318
+ themeVariant: import("@vuecs/core").VariantValues;
319
+ placeholder: string;
262
320
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
263
- IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
264
- validation: {
265
- type: PropType<Record<string, any>>;
321
+ IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
322
+ field: {
323
+ type: PropType<import("@validup/vue").FieldState>;
266
324
  required: true;
267
325
  };
268
- }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
269
- validation: {
270
- type: PropType<Record<string, any>>;
326
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
327
+ field: {
328
+ type: PropType<import("@validup/vue").FieldState>;
271
329
  required: true;
272
330
  };
273
331
  }>> & Readonly<{}>, {}, import("vue").SlotsType<{
274
- default: import("@ilingo/vuelidate").SlotProps;
332
+ default?: (props: {
333
+ value: import("@ilingo/validup-vue").FieldValidation;
334
+ }) => import("vue").VNodeChild;
275
335
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
276
336
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
277
337
  //# sourceMappingURL=ACompositePolicyForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ACompositePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/composite/ACompositePolicyForm.vue"],"names":[],"mappings":"AAmMA,OAAO,KAAK,EAAE,UAAU,EAAqB,MAAM,OAAO,CAAC;AAC3D,OAAO,EACH,KAAK,QAAQ,EAIhB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAG/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;wBAKxC,OAAO,YAAY;AAAxC,wBAAyC;AA6JzC,QAAA,MAAM,YAAY;;cAOqB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;8BA6EvB,MAAM,EAAE;;;;;;;;eA1EV,MAAM,EAAE;2BAAqB,MAAM;;;;;eAAnC,MAAM,EAAE;2BAAqB,MAAM;;;oBAqBT,MAAM,GAAG,IAAI;;;;cAxBvC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCApLhE,GA5J0B;;;;;;;;;;;;;;;;;;oEA0cxB,CAAC"}
1
+ {"version":3,"file":"ACompositePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/composite/ACompositePolicyForm.vue"],"names":[],"mappings":"AA0LA,OAAO,KAAK,EAAE,UAAU,EAAqB,MAAM,OAAO,CAAC;AAC3D,OAAO,EACH,KAAK,QAAQ,EAIhB,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBAM1B,OAAO,YAAY;AAAxC,wBAAyC;AAsJzC,QAAA,MAAM,YAAY;;cAQqB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;8BAmFvB,MAAM,EAAE;;;;;eAhFV,MAAM,EAAE;2BAAqB,MAAM;;;oBAoBT,MAAM,GAAG,IAAI;;;;cAvBvC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA/KhE,GAjB4B;;;;;;;;;;;;;;;;;;;;;;;;;oEAmT1B,CAAC"}