@authup/client-web-kit 1.0.0-beta.26 → 1.0.0-beta.28

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 (74) hide show
  1. package/dist/components/entities/client/AClientForm.vue.d.ts +570 -0
  2. package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -0
  3. package/dist/components/entities/client/index.d.ts +1 -1
  4. package/dist/components/entities/client/index.d.ts.map +1 -1
  5. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +1 -11
  6. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
  7. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +1 -1
  8. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +1 -10
  9. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +1 -1
  10. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts +3 -2
  11. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  12. package/dist/components/entities/permission/APermissionCheck.d.ts +5 -5
  13. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  14. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +6 -5
  15. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  16. package/dist/components/entities/policy/APolicyForm.vue.d.ts +19 -18
  17. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  18. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +3 -2
  19. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  20. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +8 -7
  21. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  22. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +6 -5
  23. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  24. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +6 -5
  25. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  26. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +8 -7
  27. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  28. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +11 -10
  29. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  30. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +6 -5
  31. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  32. package/dist/components/entities/robot/ARobotForm.d.ts +1 -1
  33. package/dist/components/entities/user/AUserForm.d.ts +1 -1
  34. package/dist/components/entities/user/AUserForm.d.ts.map +1 -1
  35. package/dist/components/index.d.ts +1 -0
  36. package/dist/components/index.d.ts.map +1 -1
  37. package/dist/components/utility/AFormSubmit.d.ts +1 -1
  38. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +8 -7
  39. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  40. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +6 -5
  41. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  42. package/dist/components/workflows/Login.vue.d.ts +354 -0
  43. package/dist/components/workflows/Login.vue.d.ts.map +1 -0
  44. package/dist/components/workflows/authorize/Authorize.vue.d.ts +489 -0
  45. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -0
  46. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +84 -0
  47. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -0
  48. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +28 -0
  49. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -0
  50. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +55 -0
  51. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -0
  52. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +22 -0
  53. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -0
  54. package/dist/components/workflows/authorize/helpers.d.ts +10 -0
  55. package/dist/components/workflows/authorize/helpers.d.ts.map +1 -0
  56. package/dist/components/workflows/authorize/index.d.ts +3 -0
  57. package/dist/components/workflows/authorize/index.d.ts.map +1 -0
  58. package/dist/components/workflows/index.d.ts +3 -0
  59. package/dist/components/workflows/index.d.ts.map +1 -0
  60. package/dist/core/store/create.d.ts +18 -16
  61. package/dist/core/store/create.d.ts.map +1 -1
  62. package/dist/core/translator/constants.d.ts +3 -1
  63. package/dist/core/translator/constants.d.ts.map +1 -1
  64. package/dist/core/translator/de/client.d.ts.map +1 -1
  65. package/dist/core/translator/en/client.d.ts.map +1 -1
  66. package/dist/index.css +31 -11
  67. package/dist/index.mjs +2120 -1588
  68. package/dist/index.mjs.map +1 -1
  69. package/dist/module.d.ts.map +1 -1
  70. package/package.json +29 -28
  71. package/dist/components/entities/client/AClientForm.d.ts +0 -43
  72. package/dist/components/entities/client/AClientForm.d.ts.map +0 -1
  73. package/dist/index.cjs +0 -9650
  74. package/dist/index.cjs.map +0 -1
@@ -1,5 +1,7 @@
1
1
  import { IdentityProviderPreset, IdentityProviderProtocol } from '@authup/core-kit';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
5
  protocol: {
4
6
  type: StringConstructor;
5
7
  };
@@ -52,5 +54,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
54
  };
53
55
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
56
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
- export default _default;
56
57
  //# sourceMappingURL=AIdentityProviderPicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AA4HA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;6BAuB5C,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtB1C,wBAiCG"}
1
+ {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AA6HA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAK/D,OAAO,YAAY;AAAxC,wBAAyC;AAwJzC,QAAA,MAAM,YAAY;;;;;;;;;;6BAkBsB,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAWxC,CAAC"}
@@ -1,12 +1,12 @@
1
- import type { PermissionCheckerCheckOptions, PolicyData } from '@authup/access';
1
+ import type { PermissionCheckerCheckOptions, PolicyInput } from '@authup/access';
2
2
  import type { PropType } from 'vue';
3
3
  export declare const APermissionCheck: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  name: {
5
5
  type: PropType<string | string[]>;
6
6
  required: true;
7
7
  };
8
- data: {
9
- type: PropType<PolicyData>;
8
+ input: {
9
+ type: PropType<PolicyInput>;
10
10
  };
11
11
  options: {
12
12
  type: PropType<PermissionCheckerCheckOptions>;
@@ -20,8 +20,8 @@ export declare const APermissionCheck: import("vue").DefineComponent<import("vue
20
20
  type: PropType<string | string[]>;
21
21
  required: true;
22
22
  };
23
- data: {
24
- type: PropType<PolicyData>;
23
+ input: {
24
+ type: PropType<PolicyInput>;
25
25
  };
26
26
  options: {
27
27
  type: PropType<PermissionCheckerCheckOptions>;
@@ -1 +1 @@
1
- {"version":3,"file":"APermissionCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionCheck.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,6BAA6B,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEhF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,eAAO,MAAM,gBAAgB;;cAGQ,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,UAAU,CAAC;;;cAGpB,QAAQ,CAAC,6BAA6B,CAAC;;;;;;;;cAP9B,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,UAAU,CAAC;;;cAGpB,QAAQ,CAAC,6BAA6B,CAAC;;iGAuBjE,CAAC"}
1
+ {"version":3,"file":"APermissionCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionCheck.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,6BAA6B,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEjF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,eAAO,MAAM,gBAAgB;;cAGQ,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,WAAW,CAAC;;;cAGrB,QAAQ,CAAC,6BAA6B,CAAC;;;;;;;;cAP9B,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,WAAW,CAAC;;;cAGrB,QAAQ,CAAC,6BAA6B,CAAC;;iGAuBjE,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { Policy } from '@authup/core-kit';
3
3
  import type { FormSelectOption } from '@vuecs/form-controls';
4
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
7
  entity: {
6
8
  type: PropType<Policy>;
7
9
  };
@@ -350,19 +352,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
350
352
  label: undefined;
351
353
  hint: undefined;
352
354
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
353
- IVuelidate: import("vue").DefineComponent<{
355
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
354
356
  validation: {
355
357
  type: PropType<Record<string, any>>;
356
358
  required: true;
357
359
  };
358
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
360
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
359
361
  validation: {
360
362
  type: PropType<Record<string, any>>;
361
363
  required: true;
362
364
  };
363
- }>>, {}, import("vue").SlotsType<{
365
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
364
366
  default: import("@ilingo/vuelidate").SlotProps;
365
367
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
366
368
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
367
- export default _default;
368
369
  //# sourceMappingURL=APolicyBasicForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"APolicyBasicForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyBasicForm.vue"],"names":[],"mappings":"AAmNA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;;cAiBjC,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAxB5C,GAvLe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuLf,GAhLkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8LlB,wBA+FG"}
1
+ {"version":3,"file":"APolicyBasicForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyBasicForm.vue"],"names":[],"mappings":"AAoNA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;wBAOxC,OAAO,YAAY;AAAxC,wBAAyC;AAqVzC,QAAA,MAAM,YAAY;;cAUU,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA7W5C,GA1LO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0LP,GAlLc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAonBZ,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { Policy } from '@authup/core-kit';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  entity: {
5
7
  type: PropType<Policy>;
6
8
  };
@@ -52,8 +54,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
54
  }>> & Readonly<{
53
55
  onSubmit?: (...args: any[]) => any;
54
56
  }>, {
55
- isBusy: boolean;
56
57
  isEditing: boolean;
58
+ isBusy: boolean;
57
59
  isInvalid: boolean;
58
60
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
61
  APolicyTypePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -176,23 +178,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
176
178
  default: boolean;
177
179
  };
178
180
  loading: {
179
- type: PropType<boolean | import("../..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
181
+ type: PropType<boolean | import("../../index.ts").ListLoadingOptions<import("@authup/core-kit").Realm>>;
180
182
  default: boolean;
181
183
  };
182
184
  noMore: {
183
- type: PropType<boolean | import("../..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
185
+ type: PropType<boolean | import("../../index.ts").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
184
186
  default: boolean;
185
187
  };
186
188
  footer: {
187
- type: PropType<boolean | import("../..").ListFooterOptions<import("@authup/core-kit").Realm>>;
189
+ type: PropType<boolean | import("../../index.ts").ListFooterOptions<import("@authup/core-kit").Realm>>;
188
190
  default: boolean;
189
191
  };
190
192
  header: {
191
- type: PropType<boolean | import("../..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
193
+ type: PropType<boolean | import("../../index.ts").ListHeaderOptions<import("@authup/core-kit").Realm>>;
192
194
  default: boolean;
193
195
  };
194
196
  body: {
195
- type: PropType<import("../..").ListBodyOptions<import("@authup/core-kit").Realm>>;
197
+ type: PropType<import("../../index.ts").ListBodyOptions<import("@authup/core-kit").Realm>>;
196
198
  };
197
199
  value: {
198
200
  type: PropType<string[] | string | null>;
@@ -204,7 +206,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
204
206
  [key: string]: any;
205
207
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
206
208
  change: (values: string[]) => true;
207
- } & import("../..").EntityCollectionVEmitOptions<import("@authup/core-kit").Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
209
+ } & import("../../index.ts").EntityCollectionVEmitOptions<import("@authup/core-kit").Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
208
210
  query: {
209
211
  type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").Realm>>;
210
212
  default(): {};
@@ -218,23 +220,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
218
220
  default: boolean;
219
221
  };
220
222
  loading: {
221
- type: PropType<boolean | import("../..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
223
+ type: PropType<boolean | import("../../index.ts").ListLoadingOptions<import("@authup/core-kit").Realm>>;
222
224
  default: boolean;
223
225
  };
224
226
  noMore: {
225
- type: PropType<boolean | import("../..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
227
+ type: PropType<boolean | import("../../index.ts").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
226
228
  default: boolean;
227
229
  };
228
230
  footer: {
229
- type: PropType<boolean | import("../..").ListFooterOptions<import("@authup/core-kit").Realm>>;
231
+ type: PropType<boolean | import("../../index.ts").ListFooterOptions<import("@authup/core-kit").Realm>>;
230
232
  default: boolean;
231
233
  };
232
234
  header: {
233
- type: PropType<boolean | import("../..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
235
+ type: PropType<boolean | import("../../index.ts").ListHeaderOptions<import("@authup/core-kit").Realm>>;
234
236
  default: boolean;
235
237
  };
236
238
  body: {
237
- type: PropType<import("../..").ListBodyOptions<import("@authup/core-kit").Realm>>;
239
+ type: PropType<import("../../index.ts").ListBodyOptions<import("@authup/core-kit").Realm>>;
238
240
  };
239
241
  value: {
240
242
  type: PropType<string[] | string | null>;
@@ -255,7 +257,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
255
257
  loadOnSetup: boolean;
256
258
  loading: boolean;
257
259
  noMore: boolean;
258
- }, import("vue").SlotsType<import("../..").EntityPickerVSlots<import("@authup/core-kit").Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
260
+ }, import("vue").SlotsType<import("../../index.ts").EntityPickerVSlots<import("@authup/core-kit").Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
259
261
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
260
262
  modelValue: {
261
263
  type: StringConstructor;
@@ -426,20 +428,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
426
428
  label: undefined;
427
429
  hint: undefined;
428
430
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
429
- IVuelidate: import("vue").DefineComponent<{
431
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
430
432
  validation: {
431
433
  type: PropType<Record<string, any>>;
432
434
  required: true;
433
435
  };
434
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
436
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
435
437
  validation: {
436
438
  type: PropType<Record<string, any>>;
437
439
  required: true;
438
440
  };
439
- }>>, {}, import("vue").SlotsType<{
441
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
440
442
  default: import("@ilingo/vuelidate").SlotProps;
441
443
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
442
444
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
443
445
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
444
- export default _default;
445
446
  //# sourceMappingURL=APolicyForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"APolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyForm.vue"],"names":[],"mappings":"AAoIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;;;cAoBnB,QAAQ,CAAC,MAAM,CAAC;;;cAGhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;cAHhB,QAAQ,CAAC,MAAM,CAAC;;;cAGhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAzB5C,GAnH+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAmH/B,GA7GqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+HrC,wBAgFG"}
1
+ {"version":3,"file":"APolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyForm.vue"],"names":[],"mappings":"AAqIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;wBAgB1B,OAAO,YAAY;AAAxC,wBAAyC;AAyEzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;cAGhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;cAHhB,QAAQ,CAAC,MAAM,CAAC;;;cAGhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAlG5C,GApH+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAoH/B,GA9GqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAyRnC,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { FormSelectOption } from '@vuecs/form-controls';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  type: {
5
7
  type: StringConstructor;
6
8
  };
@@ -21,5 +23,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
23
  }>> & Readonly<{
22
24
  onPick?: (...args: any[]) => any;
23
25
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
- export default _default;
25
26
  //# sourceMappingURL=APolicyTypePicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;;;;;cASlC,QAAQ,CAAC,CAAC,gBAAgB,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;gBA4BvC,MAAM;;;;;;cA5BN,QAAQ,CAAC,CAAC,gBAAgB,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;AANlE,wBA6CG"}
1
+ {"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;wBAGxC,OAAO,YAAY;AAAxC,wBAAyC;AA0DzC,QAAA,MAAM,YAAY;;;;;cAMS,QAAQ,CAAC,CAAC,gBAAgB,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;gBA4BvC,MAAM;;;;;;cA5BN,QAAQ,CAAC,CAAC,gBAAgB,GAAG,MAAM,CAAC,EAAE,CAAC;;;;iFAuChE,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import type { Policy } from '@authup/core-kit';
2
2
  import type { PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  entity: {
5
7
  type: PropType<Partial<Policy>>;
6
8
  };
@@ -73,14 +75,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
73
75
  }, {}, {
74
76
  ATranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
75
77
  name: {
76
- type: PropType<`${import("../../../..").TranslatorTranslationDefaultKey}`>;
78
+ type: PropType<`${import("../../../../index.ts").TranslatorTranslationDefaultKey}`>;
77
79
  required: true;
78
80
  };
79
81
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
80
82
  [key: string]: any;
81
83
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
82
84
  name: {
83
- type: PropType<`${import("../../../..").TranslatorTranslationDefaultKey}`>;
85
+ type: PropType<`${import("../../../../index.ts").TranslatorTranslationDefaultKey}`>;
84
86
  required: true;
85
87
  };
86
88
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -137,17 +139,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
139
  name: string;
138
140
  disabled: boolean;
139
141
  }, {}, {
140
- IVuelidate: import("vue").DefineComponent<{
142
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
141
143
  validation: {
142
144
  type: PropType<Record<string, any>>;
143
145
  required: true;
144
146
  };
145
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
147
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
146
148
  validation: {
147
149
  type: PropType<Record<string, any>>;
148
150
  required: true;
149
151
  };
150
- }>>, {}, import("vue").SlotsType<{
152
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
151
153
  default: import("@ilingo/vuelidate").SlotProps;
152
154
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
153
155
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -277,5 +279,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
277
279
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
278
280
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
279
281
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
280
- export default _default;
281
282
  //# sourceMappingURL=AAttributeNamesPolicyForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AAttributeNamesPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAaR,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;0BA4BhB,MAAM,EAAE;;;;eAvBN,MAAM,EAAE;;;;eAAR,MAAM,EAAE;;;;cALnB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAhBrD,GA/BgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyChB,wBA6CG"}
1
+ {"version":3,"file":"AAttributeNamesPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue"],"names":[],"mappings":"AAqEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAOf,OAAO,YAAY;AAAxC,wBAAyC;AAoCzC,QAAA,MAAM,YAAY;;cAMU,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;0BA4BhB,MAAM,EAAE;;;;eAvBN,MAAM,EAAE;;;;eAAR,MAAM,EAAE;;;;cALnB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCApDrD,GAnC+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA8H7B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import type { BuildInput } from 'rapiq';
2
2
  import { type PropType } from 'vue';
3
3
  import type { Policy } from '@authup/core-kit';
4
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
7
  entity: {
6
8
  type: PropType<Partial<Policy>>;
7
9
  };
@@ -206,19 +208,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
206
208
  label: undefined;
207
209
  hint: undefined;
208
210
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
209
- IVuelidate: import("vue").DefineComponent<{
211
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
210
212
  validation: {
211
213
  type: PropType<Record<string, any>>;
212
214
  required: true;
213
215
  };
214
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
216
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
215
217
  validation: {
216
218
  type: PropType<Record<string, any>>;
217
219
  required: true;
218
220
  };
219
- }>>, {}, import("vue").SlotsType<{
221
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
220
222
  default: import("@ilingo/vuelidate").SlotProps;
221
223
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
222
224
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
223
- export default _default;
224
225
  //# 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":"AAsIA,OAAO,KAAK,EAAE,UAAU,EAAqB,MAAM,OAAO,CAAC;AAC3D,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;;;cAenB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;8BAoEZ,MAAM,EAAE;;;;eA/DV,MAAM,EAAE;;;;eAAR,MAAM,EAAE;;;oBAkBkB,MAAM,GAAG,IAAI;;;;cAvBlD,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AARrD,wBA+FG"}
1
+ {"version":3,"file":"ACompositePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/composite/ACompositePolicyForm.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EAAE,UAAU,EAAqB,MAAM,OAAO,CAAC;AAC3D,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;wBAO1B,OAAO,YAAY;AAAxC,wBAAyC;AAkFzC,QAAA,MAAM,YAAY;;cAQU,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;8BAoEZ,MAAM,EAAE;;;;eA/DV,MAAM,EAAE;;;;eAAR,MAAM,EAAE;;;oBAkBkB,MAAM,GAAG,IAAI;;;;cAvBlD,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAuFnD,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { Policy } from '@authup/core-kit';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  entity: {
5
7
  type: PropType<Partial<Policy>>;
6
8
  };
@@ -150,19 +152,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
152
  label: undefined;
151
153
  hint: undefined;
152
154
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
153
- IVuelidate: import("vue").DefineComponent<{
155
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
154
156
  validation: {
155
157
  type: PropType<Record<string, any>>;
156
158
  required: true;
157
159
  };
158
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
160
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
159
161
  validation: {
160
162
  type: PropType<Record<string, any>>;
161
163
  required: true;
162
164
  };
163
- }>>, {}, import("vue").SlotsType<{
165
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
164
166
  default: import("@ilingo/vuelidate").SlotProps;
165
167
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
166
168
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
167
- export default _default;
168
169
  //# sourceMappingURL=ADatePolicyForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ADatePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/date/ADatePolicyForm.vue"],"names":[],"mappings":"AA0GA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;;;cAenB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;cAAzB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAnBrD,GArEiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgFjB,wBAmDG"}
1
+ {"version":3,"file":"ADatePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/date/ADatePolicyForm.vue"],"names":[],"mappings":"AA2GA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;wBAO1B,OAAO,YAAY;AAAxC,wBAAyC;AA6IzC,QAAA,MAAM,YAAY;;cAQU,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;cAAzB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAhKrD,GAzE6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoR3B,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import type { Policy } from '@authup/core-kit';
2
2
  import type { PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  entity: {
5
7
  type: PropType<Partial<Policy>>;
6
8
  };
@@ -73,14 +75,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
73
75
  }, {}, {
74
76
  ATranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
75
77
  name: {
76
- type: PropType<`${import("../../../..").TranslatorTranslationDefaultKey}`>;
78
+ type: PropType<`${import("../../../../index.ts").TranslatorTranslationDefaultKey}`>;
77
79
  required: true;
78
80
  };
79
81
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
80
82
  [key: string]: any;
81
83
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
82
84
  name: {
83
- type: PropType<`${import("../../../..").TranslatorTranslationDefaultKey}`>;
85
+ type: PropType<`${import("../../../../index.ts").TranslatorTranslationDefaultKey}`>;
84
86
  required: true;
85
87
  };
86
88
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -137,17 +139,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
139
  name: string;
138
140
  disabled: boolean;
139
141
  }, {}, {
140
- IVuelidate: import("vue").DefineComponent<{
142
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
141
143
  validation: {
142
144
  type: PropType<Record<string, any>>;
143
145
  required: true;
144
146
  };
145
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
147
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
146
148
  validation: {
147
149
  type: PropType<Record<string, any>>;
148
150
  required: true;
149
151
  };
150
- }>>, {}, import("vue").SlotsType<{
152
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
151
153
  default: import("@ilingo/vuelidate").SlotProps;
152
154
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
153
155
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -277,5 +279,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
277
279
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
278
280
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
279
281
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
280
- export default _default;
281
282
  //# sourceMappingURL=AIdentityPolicyForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/identity/AIdentityPolicyForm.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;cAaR,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;0BA4BhB,MAAM,EAAE;;;;eAvBN,MAAM,EAAE;;;;eAAR,MAAM,EAAE;;;;cALnB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAhBrD,GAnCsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CtB,wBA6CG"}
1
+ {"version":3,"file":"AIdentityPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/identity/AIdentityPolicyForm.vue"],"names":[],"mappings":"AAyEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAOf,OAAO,YAAY;AAAxC,wBAAyC;AA4CzC,QAAA,MAAM,YAAY;;cAMU,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;0BA4BhB,MAAM,EAAE;;;;eAvBN,MAAM,EAAE;;;;eAAR,MAAM,EAAE;;;;cALnB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCA5DrD,GAvC2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA0IzC,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { Policy } from '@authup/core-kit';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
6
  entity: {
5
7
  type: PropType<Partial<Policy>>;
6
8
  };
@@ -86,14 +88,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
86
88
  }, {}, {
87
89
  ATranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
88
90
  name: {
89
- type: PropType<`${import("../../../..").TranslatorTranslationDefaultKey}`>;
91
+ type: PropType<`${import("../../../../core").TranslatorTranslationDefaultKey}`>;
90
92
  required: true;
91
93
  };
92
94
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
93
95
  [key: string]: any;
94
96
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
95
97
  name: {
96
- type: PropType<`${import("../../../..").TranslatorTranslationDefaultKey}`>;
98
+ type: PropType<`${import("../../../../core").TranslatorTranslationDefaultKey}`>;
97
99
  required: true;
98
100
  };
99
101
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -150,17 +152,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
152
  name: string;
151
153
  disabled: boolean;
152
154
  }, {}, {
153
- IVuelidate: import("vue").DefineComponent<{
155
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
154
156
  validation: {
155
157
  type: PropType<Record<string, any>>;
156
158
  required: true;
157
159
  };
158
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
160
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
159
161
  validation: {
160
162
  type: PropType<Record<string, any>>;
161
163
  required: true;
162
164
  };
163
- }>>, {}, import("vue").SlotsType<{
165
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
164
166
  default: import("@ilingo/vuelidate").SlotProps;
165
167
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
166
168
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -368,19 +370,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
368
370
  label: undefined;
369
371
  hint: undefined;
370
372
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
371
- IVuelidate: import("vue").DefineComponent<{
373
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
372
374
  validation: {
373
375
  type: PropType<Record<string, any>>;
374
376
  required: true;
375
377
  };
376
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
378
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
377
379
  validation: {
378
380
  type: PropType<Record<string, any>>;
379
381
  required: true;
380
382
  };
381
- }>>, {}, import("vue").SlotsType<{
383
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
382
384
  default: import("@ilingo/vuelidate").SlotProps;
383
385
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
384
386
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
385
- export default _default;
386
387
  //# sourceMappingURL=ARealmMatchPolicyForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ARealmMatchPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue"],"names":[],"mappings":"AAwKA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;;;cAgBnB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;uCA6CH,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;cA7C9B,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCApBrD,GA1IqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsJrB,wBAiEG"}
1
+ {"version":3,"file":"ARealmMatchPolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue"],"names":[],"mappings":"AAyKA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAEb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;wBAQ1B,OAAO,YAAY;AAAxC,wBAAyC;AAySzC,QAAA,MAAM,YAAY;;cAQU,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;uCA6CH,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;cA7C9B,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCA7TrD,GA5ImC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAkgBjC,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { Policy } from '@authup/core-kit';
3
3
  import type { FormSelectOption } from '@vuecs/form-controls';
4
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
7
  entity: {
6
8
  type: PropType<Partial<Policy>>;
7
9
  };
@@ -214,19 +216,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
214
216
  label: undefined;
215
217
  hint: undefined;
216
218
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
217
- IVuelidate: import("vue").DefineComponent<{
219
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
218
220
  validation: {
219
221
  type: PropType<Record<string, any>>;
220
222
  required: true;
221
223
  };
222
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
224
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
223
225
  validation: {
224
226
  type: PropType<Record<string, any>>;
225
227
  required: true;
226
228
  };
227
- }>>, {}, import("vue").SlotsType<{
229
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
228
230
  default: import("@ilingo/vuelidate").SlotProps;
229
231
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
230
232
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
231
- export default _default;
232
233
  //# sourceMappingURL=ATimePolicyForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ATimePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/time/ATimePolicyForm.vue"],"names":[],"mappings":"AAoQA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;;cAoBjC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;mCAwEP,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxExB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA3BrD,GApOO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuPP,wBA4GG"}
1
+ {"version":3,"file":"ATimePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/time/ATimePolicyForm.vue"],"names":[],"mappings":"AAqQA,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;wBAYxC,OAAO,YAAY;AAAxC,wBAAyC;AA6ZzC,QAAA,MAAM,YAAY;;cAQU,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;mCAwEP,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxExB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAxbrD,GAtOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAkwBE,CAAC"}
@@ -36,8 +36,8 @@ export declare const ARobotForm: import("vue").DefineComponent<import("vue").Ext
36
36
  onFailed?: (item: Error) => any;
37
37
  }>, {
38
38
  name: string;
39
- entity: Robot;
40
39
  realmId: string;
40
+ entity: Robot;
41
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default ARobotForm;
43
43
  //# sourceMappingURL=ARobotForm.d.ts.map
@@ -35,8 +35,8 @@ export declare const AUserForm: import("vue").DefineComponent<import("vue").Extr
35
35
  onResolved?: (item?: User) => any;
36
36
  onFailed?: (item: Error) => any;
37
37
  }>, {
38
- entity: User;
39
38
  realmId: string;
39
+ entity: User;
40
40
  canManage: boolean;
41
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default AUserForm;
@@ -1 +1 @@
1
- {"version":3,"file":"AUserForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/user/AUserForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAS,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAUpD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAmBxD,eAAO,MAAM,SAAS;;cAGM,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;4EAkRxC,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"AUserForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/user/AUserForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAS,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAUpD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAmBxD,eAAO,MAAM,SAAS;;cAGM,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;4EAuRxC,CAAC;AAEH,eAAe,SAAS,CAAC"}