@kong-ui-public/forms 4.20.12 → 4.20.13

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 (71) hide show
  1. package/dist/forms.es.js +1346 -1321
  2. package/dist/forms.umd.js +3 -3
  3. package/dist/types/components/FormGenerator.vue.d.ts +11 -10
  4. package/dist/types/components/FormGenerator.vue.d.ts.map +1 -1
  5. package/dist/types/components/FormGroup.vue.d.ts +3 -2
  6. package/dist/types/components/FormGroup.vue.d.ts.map +1 -1
  7. package/dist/types/components/FormMixin.vue.d.ts +3 -2
  8. package/dist/types/components/FormMixin.vue.d.ts.map +1 -1
  9. package/dist/types/components/FormRedis.vue.d.ts +3 -2
  10. package/dist/types/components/FormRedis.vue.d.ts.map +1 -1
  11. package/dist/types/components/RedisConfigCard.vue.d.ts +3 -2
  12. package/dist/types/components/RedisConfigCard.vue.d.ts.map +1 -1
  13. package/dist/types/components/RedisConfigSelect.vue.d.ts +3 -2
  14. package/dist/types/components/RedisConfigSelect.vue.d.ts.map +1 -1
  15. package/dist/types/components/fields/AutoSuggest.vue.d.ts +15 -10
  16. package/dist/types/components/fields/AutoSuggest.vue.d.ts.map +1 -1
  17. package/dist/types/components/fields/FieldAdvanced.vue.d.ts +2 -47
  18. package/dist/types/components/fields/FieldAdvanced.vue.d.ts.map +1 -1
  19. package/dist/types/components/fields/FieldArray.vue.d.ts +13 -108
  20. package/dist/types/components/fields/FieldArray.vue.d.ts.map +1 -1
  21. package/dist/types/components/fields/FieldArrayCardContainer.vue.d.ts +6 -5
  22. package/dist/types/components/fields/FieldArrayCardContainer.vue.d.ts.map +1 -1
  23. package/dist/types/components/fields/FieldArrayItem.vue.d.ts +4 -3
  24. package/dist/types/components/fields/FieldArrayItem.vue.d.ts.map +1 -1
  25. package/dist/types/components/fields/FieldArrayMultiItem.vue.d.ts +3 -2
  26. package/dist/types/components/fields/FieldArrayMultiItem.vue.d.ts.map +1 -1
  27. package/dist/types/components/fields/FieldAutoSuggest.vue.d.ts +5 -4
  28. package/dist/types/components/fields/FieldAutoSuggest.vue.d.ts.map +1 -1
  29. package/dist/types/components/fields/FieldAutoSuggestLegacy.vue.d.ts +3 -2
  30. package/dist/types/components/fields/FieldAutoSuggestLegacy.vue.d.ts.map +1 -1
  31. package/dist/types/components/fields/FieldCheckbox.vue.d.ts +2 -1
  32. package/dist/types/components/fields/FieldCheckbox.vue.d.ts.map +1 -1
  33. package/dist/types/components/fields/FieldChecklist.vue.d.ts +3 -2
  34. package/dist/types/components/fields/FieldChecklist.vue.d.ts.map +1 -1
  35. package/dist/types/components/fields/FieldInput.vue.d.ts +2 -1
  36. package/dist/types/components/fields/FieldInput.vue.d.ts.map +1 -1
  37. package/dist/types/components/fields/FieldKeyValuePairs.vue.d.ts +3 -2
  38. package/dist/types/components/fields/FieldKeyValuePairs.vue.d.ts.map +1 -1
  39. package/dist/types/components/fields/FieldLabel.vue.d.ts +3 -2
  40. package/dist/types/components/fields/FieldLabel.vue.d.ts.map +1 -1
  41. package/dist/types/components/fields/FieldMetric.vue.d.ts +3 -2
  42. package/dist/types/components/fields/FieldMetric.vue.d.ts.map +1 -1
  43. package/dist/types/components/fields/FieldMultiselect.vue.d.ts +2 -1
  44. package/dist/types/components/fields/FieldMultiselect.vue.d.ts.map +1 -1
  45. package/dist/types/components/fields/FieldObject.vue.d.ts +2 -47
  46. package/dist/types/components/fields/FieldObject.vue.d.ts.map +1 -1
  47. package/dist/types/components/fields/FieldObjectAdvanced.vue.d.ts +2 -71
  48. package/dist/types/components/fields/FieldObjectAdvanced.vue.d.ts.map +1 -1
  49. package/dist/types/components/fields/FieldRadio.vue.d.ts +2 -1
  50. package/dist/types/components/fields/FieldRadio.vue.d.ts.map +1 -1
  51. package/dist/types/components/fields/FieldScopedEntitySelect.vue.d.ts +8 -7
  52. package/dist/types/components/fields/FieldScopedEntitySelect.vue.d.ts.map +1 -1
  53. package/dist/types/components/fields/FieldSelect.vue.d.ts +2 -1
  54. package/dist/types/components/fields/FieldSelect.vue.d.ts.map +1 -1
  55. package/dist/types/components/fields/FieldSelectionGroup.vue.d.ts +2 -64
  56. package/dist/types/components/fields/FieldSelectionGroup.vue.d.ts.map +1 -1
  57. package/dist/types/components/fields/FieldSwitch.vue.d.ts +2 -1
  58. package/dist/types/components/fields/FieldSwitch.vue.d.ts.map +1 -1
  59. package/dist/types/components/fields/FieldTextArea.vue.d.ts +2 -1
  60. package/dist/types/components/fields/FieldTextArea.vue.d.ts.map +1 -1
  61. package/dist/types/components/forms/ACMEForm.vue.d.ts +3 -2
  62. package/dist/types/components/forms/ACMEForm.vue.d.ts.map +1 -1
  63. package/dist/types/components/forms/ExitTransformer.vue.d.ts +3 -2
  64. package/dist/types/components/forms/ExitTransformer.vue.d.ts.map +1 -1
  65. package/dist/types/components/forms/OIDCForm.vue.d.ts +4 -3
  66. package/dist/types/components/forms/OIDCForm.vue.d.ts.map +1 -1
  67. package/dist/types/components/forms/PostFunction.vue.d.ts +3 -2
  68. package/dist/types/components/forms/PostFunction.vue.d.ts.map +1 -1
  69. package/dist/types/components/forms/RLAForm.vue.d.ts +2 -1
  70. package/dist/types/components/forms/RLAForm.vue.d.ts.map +1 -1
  71. package/package.json +9 -7
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  t: (translationKey: "general" | "post-function" | "exit-transformer" | "rla" | "validators" | "redis" | "fields" | "vfg" | "general.packageName" | "general.disable_global_radio" | "general.disable_source_scope_change" | "post-function.tags" | "post-function.enabled" | "post-function.selectionGroup" | "post-function.instance_name" | "post-function.name" | "post-function.config-certificate" | "post-function.config-access" | "post-function.config-body_filter" | "post-function.config-header_filter" | "post-function.config-functions" | "post-function.config-log" | "post-function.config-rewrite" | "post-function.config-ws_client_frame" | "post-function.config-ws_close" | "post-function.config-ws_handshake" | "post-function.config-ws_upstream_frame" | "post-function.tags.hint" | "post-function.tags.newElementButtonLabel" | "post-function.enabled.newElementButtonLabel" | "post-function.selectionGroup.newElementButtonLabel" | "post-function.instance_name.newElementButtonLabel" | "post-function.name.newElementButtonLabel" | "post-function.config-certificate.newElementButtonLabel" | "post-function.config-certificate.help" | "post-function.config-access.newElementButtonLabel" | "post-function.config-access.help" | "post-function.config-body_filter.newElementButtonLabel" | "post-function.config-body_filter.help" | "post-function.config-header_filter.newElementButtonLabel" | "post-function.config-header_filter.help" | "post-function.config-functions.newElementButtonLabel" | "post-function.config-log.newElementButtonLabel" | "post-function.config-rewrite.newElementButtonLabel" | "post-function.config-ws_client_frame.newElementButtonLabel" | "post-function.config-ws_close.newElementButtonLabel" | "post-function.config-ws_handshake.newElementButtonLabel" | "post-function.config-ws_upstream_frame.newElementButtonLabel" | "exit-transformer.config-functions" | "exit-transformer.config-functions.newElementButtonLabel" | "redis.title" | "rla.redis" | "rla.view_advanced" | "rla.window_type" | "rla.request_limits" | "rla.start_with_a_use_case" | "rla.use_case_index" | "rla.error_message" | "rla.identifiers" | "rla.redis.title" | "rla.redis.address_example" | "rla.window_type.options" | "rla.window_type.help" | "rla.window_type.label" | "rla.window_type.options.fixed" | "rla.window_type.options.sliding" | "rla.request_limits.title" | "rla.request_limits.label" | "rla.request_limits.subtitle" | "rla.request_limits.label_index" | "rla.request_limits.request_number" | "rla.request_limits.time_interval" | "rla.request_limits.interval_determiner" | "rla.request_limits.seconds" | "rla.error_message.help" | "rla.error_message.label" | "rla.error_message.code_placeholder" | "rla.error_message.message_placeholder" | "rla.identifiers.options" | "rla.identifiers.label" | "rla.identifiers.options.ip" | "rla.identifiers.options.credential" | "rla.identifiers.options.consumer" | "rla.identifiers.options.service" | "rla.identifiers.options.header" | "rla.identifiers.options.path" | "rla.identifiers.options.consumer-group" | "rla.identifiers.options.route" | "validators.field_is_required" | "validators.invalid_format" | "validators.number_too_small" | "validators.number_too_large" | "validators.invalid_number" | "validators.invalid_integer" | "validators.text_too_short" | "validators.text_too_long" | "validators.this_not_text" | "validators.this_not_array" | "validators.select_min_items" | "validators.select_max_items" | "validators.invalid_date" | "validators.date_is_early" | "validators.date_is_late" | "validators.invalid_email" | "validators.invalid_url" | "validators.invalid_card" | "validators.invalid_card_number" | "validators.invalid_text_contain_number" | "validators.invalid_tex_contain_spec" | "redis.shared_configuration" | "redis.dedicated_configuration" | "redis.config_card" | "redis.custom_plugin" | "redis.shared_configuration.error" | "redis.shared_configuration.title" | "redis.shared_configuration.label" | "redis.shared_configuration.description" | "redis.shared_configuration.tooltip" | "redis.shared_configuration.configuration_selector_label" | "redis.shared_configuration.configuration_selector_placeholder" | "redis.shared_configuration.create_new_configuration" | "redis.shared_configuration.empty_state" | "redis.shared_configuration.badge" | "redis.shared_configuration.selector" | "redis.shared_configuration.selector.title" | "redis.shared_configuration.selector.description" | "redis.shared_configuration.selector.placeholder" | "redis.dedicated_configuration.title" | "redis.dedicated_configuration.label" | "redis.dedicated_configuration.description" | "redis.config_card.common_fields" | "redis.config_card.common_fields.created_at_label" | "redis.config_card.common_fields.updated_at_label" | "redis.config_card.common_fields.type_label" | "redis.custom_plugin.tooltip" | "redis.custom_plugin.alert" | "fields.auto_suggest" | "fields.auto_suggest.error" | "fields.auto_suggest.recently_created" | "fields.auto_suggest.items_count" | "fields.auto_suggest.no_results" | "fields.auto_suggest.loading" | "fields.auto_suggest.error.load_entity" | "vfg.labels" | "vfg.labels.on" | "vfg.labels.off", values?: Record<string, import("@kong-ui-public/i18n").MessageFormatPrimitiveValue> | undefined, opts?: import("@kong-ui-public/i18n").IntlMessageFormatOptions) => string;
3
5
  KUI_ICON_SIZE_40: "20px";
4
6
  KUI_COLOR_TEXT_NEUTRAL: "#6c7489";
@@ -90,7 +92,7 @@ declare const _default: import("vue").DefineComponent<{}, {
90
92
  error?: string | null;
91
93
  } & import("../../types/form-autosuggest").AutoSuggestInjection> & Readonly<{
92
94
  onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
93
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
95
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
94
96
  change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
95
97
  }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
96
98
  P: {};
@@ -135,7 +137,7 @@ declare const _default: import("vue").DefineComponent<{}, {
135
137
  error?: string | null;
136
138
  } & import("../../types/form-autosuggest").AutoSuggestInjection> & Readonly<{
137
139
  onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
138
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
140
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
139
141
  change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
140
142
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
141
143
  $slots: {
@@ -232,5 +234,4 @@ declare const _default: import("vue").DefineComponent<{}, {
232
234
  staticIds: boolean;
233
235
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
234
236
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
235
- export default _default;
236
237
  //# sourceMappingURL=FieldAutoSuggest.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldAutoSuggest.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAutoSuggest.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldAutoSuggest.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAutoSuggest.vue"],"names":[],"mappings":"wBA+UqB,OAAO,YAAY;;AAsJxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAgMG"}
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  t: (translationKey: "general" | "post-function" | "exit-transformer" | "rla" | "validators" | "redis" | "fields" | "vfg" | "general.packageName" | "general.disable_global_radio" | "general.disable_source_scope_change" | "post-function.tags" | "post-function.enabled" | "post-function.selectionGroup" | "post-function.instance_name" | "post-function.name" | "post-function.config-certificate" | "post-function.config-access" | "post-function.config-body_filter" | "post-function.config-header_filter" | "post-function.config-functions" | "post-function.config-log" | "post-function.config-rewrite" | "post-function.config-ws_client_frame" | "post-function.config-ws_close" | "post-function.config-ws_handshake" | "post-function.config-ws_upstream_frame" | "post-function.tags.hint" | "post-function.tags.newElementButtonLabel" | "post-function.enabled.newElementButtonLabel" | "post-function.selectionGroup.newElementButtonLabel" | "post-function.instance_name.newElementButtonLabel" | "post-function.name.newElementButtonLabel" | "post-function.config-certificate.newElementButtonLabel" | "post-function.config-certificate.help" | "post-function.config-access.newElementButtonLabel" | "post-function.config-access.help" | "post-function.config-body_filter.newElementButtonLabel" | "post-function.config-body_filter.help" | "post-function.config-header_filter.newElementButtonLabel" | "post-function.config-header_filter.help" | "post-function.config-functions.newElementButtonLabel" | "post-function.config-log.newElementButtonLabel" | "post-function.config-rewrite.newElementButtonLabel" | "post-function.config-ws_client_frame.newElementButtonLabel" | "post-function.config-ws_close.newElementButtonLabel" | "post-function.config-ws_handshake.newElementButtonLabel" | "post-function.config-ws_upstream_frame.newElementButtonLabel" | "exit-transformer.config-functions" | "exit-transformer.config-functions.newElementButtonLabel" | "redis.title" | "rla.redis" | "rla.view_advanced" | "rla.window_type" | "rla.request_limits" | "rla.start_with_a_use_case" | "rla.use_case_index" | "rla.error_message" | "rla.identifiers" | "rla.redis.title" | "rla.redis.address_example" | "rla.window_type.options" | "rla.window_type.help" | "rla.window_type.label" | "rla.window_type.options.fixed" | "rla.window_type.options.sliding" | "rla.request_limits.title" | "rla.request_limits.label" | "rla.request_limits.subtitle" | "rla.request_limits.label_index" | "rla.request_limits.request_number" | "rla.request_limits.time_interval" | "rla.request_limits.interval_determiner" | "rla.request_limits.seconds" | "rla.error_message.help" | "rla.error_message.label" | "rla.error_message.code_placeholder" | "rla.error_message.message_placeholder" | "rla.identifiers.options" | "rla.identifiers.label" | "rla.identifiers.options.ip" | "rla.identifiers.options.credential" | "rla.identifiers.options.consumer" | "rla.identifiers.options.service" | "rla.identifiers.options.header" | "rla.identifiers.options.path" | "rla.identifiers.options.consumer-group" | "rla.identifiers.options.route" | "validators.field_is_required" | "validators.invalid_format" | "validators.number_too_small" | "validators.number_too_large" | "validators.invalid_number" | "validators.invalid_integer" | "validators.text_too_short" | "validators.text_too_long" | "validators.this_not_text" | "validators.this_not_array" | "validators.select_min_items" | "validators.select_max_items" | "validators.invalid_date" | "validators.date_is_early" | "validators.date_is_late" | "validators.invalid_email" | "validators.invalid_url" | "validators.invalid_card" | "validators.invalid_card_number" | "validators.invalid_text_contain_number" | "validators.invalid_tex_contain_spec" | "redis.shared_configuration" | "redis.dedicated_configuration" | "redis.config_card" | "redis.custom_plugin" | "redis.shared_configuration.error" | "redis.shared_configuration.title" | "redis.shared_configuration.label" | "redis.shared_configuration.description" | "redis.shared_configuration.tooltip" | "redis.shared_configuration.configuration_selector_label" | "redis.shared_configuration.configuration_selector_placeholder" | "redis.shared_configuration.create_new_configuration" | "redis.shared_configuration.empty_state" | "redis.shared_configuration.badge" | "redis.shared_configuration.selector" | "redis.shared_configuration.selector.title" | "redis.shared_configuration.selector.description" | "redis.shared_configuration.selector.placeholder" | "redis.dedicated_configuration.title" | "redis.dedicated_configuration.label" | "redis.dedicated_configuration.description" | "redis.config_card.common_fields" | "redis.config_card.common_fields.created_at_label" | "redis.config_card.common_fields.updated_at_label" | "redis.config_card.common_fields.type_label" | "redis.custom_plugin.tooltip" | "redis.custom_plugin.alert" | "fields.auto_suggest" | "fields.auto_suggest.error" | "fields.auto_suggest.recently_created" | "fields.auto_suggest.items_count" | "fields.auto_suggest.no_results" | "fields.auto_suggest.loading" | "fields.auto_suggest.error.load_entity" | "vfg.labels" | "vfg.labels.on" | "vfg.labels.off", values?: Record<string, import("@kong-ui-public/i18n").MessageFormatPrimitiveValue> | undefined, opts?: import("@kong-ui-public/i18n").IntlMessageFormatOptions) => string;
3
5
  }, {
4
6
  suggestions: never[];
@@ -63,5 +65,4 @@ declare const _default: import("vue").DefineComponent<{}, {
63
65
  }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
64
66
  "onModel-updated"?: ((...args: any[]) => any) | undefined;
65
67
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
- export default _default;
67
68
  //# sourceMappingURL=FieldAutoSuggestLegacy.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldAutoSuggestLegacy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAutoSuggestLegacy.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldAutoSuggestLegacy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAutoSuggestLegacy.vue"],"names":[],"mappings":"wBAoUqB,OAAO,YAAY;;AA0HxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kFAgNG"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -78,5 +78,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  formOptions: Record<string, any>;
79
79
  disabled: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
81
82
  export default _default;
82
83
  //# sourceMappingURL=FieldCheckbox.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldCheckbox.vue"],"names":[],"mappings":"AAoFA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cA8KvB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
1
+ {"version":3,"file":"FieldCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldCheckbox.vue"],"names":[],"mappings":"AAoFA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAqH3C,QAAA,MAAM,YAAY;;;;;;cASE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;4EAUH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {
2
4
  comboExpanded: boolean;
3
5
  }, {
4
6
  items(): any;
@@ -46,5 +48,4 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
46
48
  formatValueToModel(value: any): any;
47
49
  };
48
50
  }, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
- export default _default;
50
51
  //# sourceMappingURL=FieldChecklist.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldChecklist.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldChecklist.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldChecklist.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldChecklist.vue"],"names":[],"mappings":"wBAuLqB,OAAO,YAAY;;AAMxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0LAyFG"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -78,5 +78,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  formOptions: Record<string, any>;
79
79
  disabled: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
81
82
  export default _default;
82
83
  //# sourceMappingURL=FieldInput.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldInput.vue"],"names":[],"mappings":"AAkQA,OAAO,EAA2D,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAyWxE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
1
+ {"version":3,"file":"FieldInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldInput.vue"],"names":[],"mappings":"AAkQA,OAAO,EAA2D,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AA8S5F,QAAA,MAAM,YAAY;;;;;;cASE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;4EAUH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {
2
4
  pairs: never[];
3
5
  }, {}, {
4
6
  onInput(e: any, index: any, type: any): void;
@@ -123,5 +125,4 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
123
125
  staticIds: boolean;
124
126
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
125
127
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
126
- export default _default;
127
128
  //# sourceMappingURL=FieldKeyValuePairs.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldKeyValuePairs.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldKeyValuePairs.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldKeyValuePairs.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldKeyValuePairs.vue"],"names":[],"mappings":"wBAqKqB,OAAO,YAAY;;AAyIxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAmEG"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  type: ObjectConstructor;
21
21
  required: true;
22
22
  };
23
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  disabled: {
25
25
  type: BooleanConstructor;
26
26
  default: boolean;
@@ -46,5 +46,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  formOptions: Record<string, any>;
47
47
  disabled: boolean;
48
48
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
+ declare const _default: typeof __VLS_export;
49
50
  export default _default;
50
51
  //# sourceMappingURL=FieldLabel.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldLabel.vue"],"names":[],"mappings":"AAqDA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAyHvB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;;;cAR7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;;AAjBjD,wBAyBG"}
1
+ {"version":3,"file":"FieldLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldLabel.vue"],"names":[],"mappings":"AAqDA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AA2E3C,QAAA,MAAM,YAAY;;;;;;cAOE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;;;cAR7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;4EAQ/C,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {
2
4
  contentVisible: boolean;
3
5
  }, {}, {}, {
4
6
  name: string;
@@ -201,5 +203,4 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
201
203
  staticIds: boolean;
202
204
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
203
205
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
204
- export default _default;
205
206
  //# sourceMappingURL=FieldMetric.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldMetric.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldMetric.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldMetric.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldMetric.vue"],"names":[],"mappings":"wBAuHqB,OAAO,YAAY;;AAqGxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAWG"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -78,5 +78,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  formOptions: Record<string, any>;
79
79
  disabled: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
81
82
  export default _default;
82
83
  //# sourceMappingURL=FieldMultiselect.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldMultiselect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldMultiselect.vue"],"names":[],"mappings":"AA2FA,OAAO,EAAmB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cA2LhC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
1
+ {"version":3,"file":"FieldMultiselect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldMultiselect.vue"],"names":[],"mappings":"AA2FA,OAAO,EAAmB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAoIpD,QAAA,MAAM,YAAY;;;;;;cASE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;4EAUH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,49 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- attributes: any;
3
- newKeyType: string;
4
- newKeyName: string;
5
- keyTypes: {};
6
- }, {}, {
7
- removeElement(index: any): void;
8
- addKey(): void;
9
- updateModel(model: any, schema: any): void;
10
- }, {
11
- name: string;
12
- props: string[];
13
- emits: string[];
14
- data(): {
15
- errors: never[];
16
- debouncedValidateFunc: null;
17
- debouncedFormatFunc: null;
18
- };
19
- directives: {
20
- attributes: {
21
- beforeMount: (el: any, binding: any, vnode: any) => void;
22
- updated: (el: any, binding: any, vnode: any) => void;
23
- componentUpdated: (el: any, binding: any, vnode: any) => void;
24
- };
25
- };
26
- computed: {
27
- value: {
28
- cache: boolean;
29
- get(): any;
30
- set(newValue: any): void;
31
- };
32
- };
33
- methods: {
34
- validate(calledParent: any): any[] | Promise<any[]>;
35
- debouncedValidate(): void;
36
- updateModelValue(newValue: any, oldValue: any): void;
37
- clearValidationErrors(): void;
38
- setModelValueByPath(path: any, value: any): void;
39
- getFieldID(schema: any, unique?: boolean): string;
40
- getLabelId(schema: any): string;
41
- getFieldClasses(): any;
42
- formatValueToField(value: any): any;
43
- formatValueToModel(value: any): any;
44
- };
45
- }, import("vue").ComponentOptionsMixin, "modelUpdated"[], "modelUpdated", import("vue").PublicProps, Readonly<{}> & Readonly<{
46
- onModelUpdated?: ((...args: any[]) => any) | undefined;
47
- }>, {}, {}, {}, {}, "schema" | "validate" | "clearValidationErrors", import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
48
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
4
  //# sourceMappingURL=FieldObject.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldObject.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldObject.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldObject.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldObject.vue"],"names":[],"mappings":"wBA0JqB,OAAO,YAAY;;AA6DxC,0SAsHK"}
@@ -1,73 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- newKeyName: string;
3
- }, {
4
- subSchema(): any;
5
- subFields(): any;
6
- hasObjectKeys(): any;
7
- transformedModel(): any;
8
- valueInputType(): "text" | "number";
9
- }, {
10
- removeElement(index: any): void;
11
- /**
12
- * This function takes schema fields of type 'map', and prepares the model for
13
- * dynamic key/value pairs that need to be transformed into objects.
14
- *
15
- * @param {Object} model - VFG form model
16
- * @param {Array} fields - sub fields to lookup. empty array means no subschema
17
- * @param {String} field - field name e.g. config-limits-consumer1-minutes
18
- * @returns {Object}
19
- * e.g. config-limits-consumer1-seconds: 1
20
- * config-limits-consumer1-minutes: 2
21
- * config-limits-consumer2-seconds: 10
22
- * config-limits-consumer2-hours: 11
23
- *
24
- * would become:
25
- *
26
- * config-limits: {
27
- * consumer1: { seconds: 1, minutes: 2 },
28
- * consumer2: { seconds: 1, minutes: 2 }
29
- * }
30
- */
31
- transformMapModelValuesToObject(model: Object, fields: any[], field: string): Object;
32
- addKey(): void;
33
- updateModel(_: any, schema: any): void;
34
- }, {
35
- name: string;
36
- props: string[];
37
- emits: string[];
38
- data(): {
39
- errors: never[];
40
- debouncedValidateFunc: null;
41
- debouncedFormatFunc: null;
42
- };
43
- directives: {
44
- attributes: {
45
- beforeMount: (el: any, binding: any, vnode: any) => void;
46
- updated: (el: any, binding: any, vnode: any) => void;
47
- componentUpdated: (el: any, binding: any, vnode: any) => void;
48
- };
49
- };
50
- computed: {
51
- value: {
52
- cache: boolean;
53
- get(): any;
54
- set(newValue: any): void;
55
- };
56
- };
57
- methods: {
58
- validate(calledParent: any): any[] | Promise<any[]>;
59
- debouncedValidate(): void;
60
- updateModelValue(newValue: any, oldValue: any): void;
61
- clearValidationErrors(): void;
62
- setModelValueByPath(path: any, value: any): void;
63
- getFieldID(schema: any, unique?: boolean): string;
64
- getLabelId(schema: any): string;
65
- getFieldClasses(): any;
66
- formatValueToField(value: any): any;
67
- formatValueToModel(value: any): any;
68
- };
69
- }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
70
- "onModel-updated"?: ((...args: any[]) => any) | undefined;
71
- }>, {}, {}, {}, {}, "schema" | "validate" | "clearValidationErrors", import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
72
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
73
4
  //# sourceMappingURL=FieldObjectAdvanced.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldObjectAdvanced.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldObjectAdvanced.vue"],"names":[],"mappings":";;;;;;;;;;IA0vBI;;;;;;;;;;;;;;;;;;;OAmBG;2CAfQ,MAAM,iCAGJ,MAAM"}
1
+ {"version":3,"file":"FieldObjectAdvanced.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldObjectAdvanced.vue"],"names":[],"mappings":"wBA8SqB,OAAO,YAAY;;AA8IxC,0SA2NK"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -78,5 +78,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  formOptions: Record<string, any>;
79
79
  disabled: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
81
82
  export default _default;
82
83
  //# sourceMappingURL=FieldRadio.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldRadio.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldRadio.vue"],"names":[],"mappings":"AAqGA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAiMvB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
1
+ {"version":3,"file":"FieldRadio.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldRadio.vue"],"names":[],"mappings":"AAqGA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAwI3C,QAAA,MAAM,YAAY;;;;;;cASE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;4EAUH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -32,24 +32,25 @@ type __VLS_Props = {
32
32
  fieldDisabled?: boolean;
33
33
  error?: string | null;
34
34
  } & AutoSuggestInjection;
35
- declare var __VLS_11: {}, __VLS_14: {
35
+ declare var __VLS_12: {}, __VLS_15: {
36
36
  item: SelectItem<string>;
37
- }, __VLS_17: {
37
+ }, __VLS_18: {
38
38
  item: SelectItem<string>;
39
39
  };
40
40
  type __VLS_Slots = {} & {
41
- before?: (props: typeof __VLS_11) => any;
41
+ before?: (props: typeof __VLS_12) => any;
42
42
  } & {
43
- 'selected-item'?: (props: typeof __VLS_14) => any;
43
+ 'selected-item'?: (props: typeof __VLS_15) => any;
44
44
  } & {
45
- item?: (props: typeof __VLS_17) => any;
45
+ item?: (props: typeof __VLS_18) => any;
46
46
  };
47
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
48
48
  change: (item: SelectItem<string> | null) => any;
49
49
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
50
50
  onChange?: ((item: SelectItem<string> | null) => any) | undefined;
51
51
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
52
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
53
+ declare const _default: typeof __VLS_export;
53
54
  export default _default;
54
55
  type __VLS_WithSlots<T, S> = T & {
55
56
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"FieldScopedEntitySelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldScopedEntitySelect.vue"],"names":[],"mappings":"AAiRA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,KAAK,EAAc,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAKhH;;;;;;;;;;;;;;;;GAgBG;AAEH,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,0BAA0B,CAAA;IAC1C,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,YAAY,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IACjC,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB,GAAG,oBAAoB,CAAC;AAkQzB,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB7C,QAAA,MAAM,eAAe;;;;kFAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"FieldScopedEntitySelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldScopedEntitySelect.vue"],"names":[],"mappings":"AAiRA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,KAAK,EAAc,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAKhH;;;;;;;;;;;;;;;;GAgBG;AAEH,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,0BAA0B,CAAA;IAC1C,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,YAAY,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IACjC,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB,GAAG,oBAAoB,CAAC;AAmRzB,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK7C,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -78,5 +78,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  formOptions: Record<string, any>;
79
79
  disabled: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
81
82
  export default _default;
82
83
  //# sourceMappingURL=FieldSelect.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSelect.vue"],"names":[],"mappings":"AAsJA,OAAO,EAAoB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAqPjC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
1
+ {"version":3,"file":"FieldSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSelect.vue"],"names":[],"mappings":"AAsJA,OAAO,EAAoB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AA8LrD,QAAA,MAAM,YAAY;;;;;;cASE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;4EAUH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,66 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- checkedGroup: null;
3
- fieldModel: {
4
- apply(this: Function, thisArg: any, argArray?: any): any;
5
- call(this: Function, thisArg: any, ...argArray: any[]): any;
6
- bind(this: Function, thisArg: any, ...argArray: any[]): any;
7
- toString(): string;
8
- prototype: any;
9
- length: number;
10
- arguments: any;
11
- caller: Function;
12
- name: string;
13
- [Symbol.hasInstance](value: any): boolean;
14
- [Symbol.metadata]: DecoratorMetadata | null;
15
- };
16
- /**
17
- * renderedTrack tracks makes lazy rendering possible by tracking each index pointed component's render state
18
- * all unrendered components are set to 0, when the corresponding group got picked it will be set to 1 for good,
19
- * this retains the local state for each subgroup without initializing early to send unpermitted requests which
20
- * triggers testing failures
21
- */
22
- renderedTrack: never[];
23
- fieldSchema: never[];
24
- scope: string;
25
- }, {}, {
26
- updateModel(model: any, schema: any): void;
27
- }, {
28
- name: string;
29
- props: string[];
30
- emits: string[];
31
- data(): {
32
- errors: never[];
33
- debouncedValidateFunc: null;
34
- debouncedFormatFunc: null;
35
- };
36
- directives: {
37
- attributes: {
38
- beforeMount: (el: any, binding: any, vnode: any) => void;
39
- updated: (el: any, binding: any, vnode: any) => void;
40
- componentUpdated: (el: any, binding: any, vnode: any) => void;
41
- };
42
- };
43
- computed: {
44
- value: {
45
- cache: boolean;
46
- get(): any;
47
- set(newValue: any): void;
48
- };
49
- };
50
- methods: {
51
- validate(calledParent: any): any[] | Promise<any[]>;
52
- debouncedValidate(): void;
53
- updateModelValue(newValue: any, oldValue: any): void;
54
- clearValidationErrors(): void;
55
- setModelValueByPath(path: any, value: any): void;
56
- getFieldID(schema: any, unique?: boolean): string;
57
- getLabelId(schema: any): string;
58
- getFieldClasses(): any;
59
- formatValueToField(value: any): any;
60
- formatValueToModel(value: any): any;
61
- };
62
- }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
63
- "onModel-updated"?: ((...args: any[]) => any) | undefined;
64
- }>, {}, {}, {}, {}, "schema" | "validate" | "clearValidationErrors", import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
65
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
4
  //# sourceMappingURL=FieldSelectionGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldSelectionGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSelectionGroup.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;IA6bM;;;;;OAKG"}
1
+ {"version":3,"file":"FieldSelectionGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSelectionGroup.vue"],"names":[],"mappings":"wBAkNqB,OAAO,YAAY;;AA0ExC,0SA8HK"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -78,5 +78,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  formOptions: Record<string, any>;
79
79
  disabled: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
81
82
  export default _default;
82
83
  //# sourceMappingURL=FieldSwitch.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSwitch.vue"],"names":[],"mappings":"AAsGA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cAiMvB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
1
+ {"version":3,"file":"FieldSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldSwitch.vue"],"names":[],"mappings":"AAsGA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AA0I3C,QAAA,MAAM,YAAY;;;;;;cASE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;4EAUH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  disabled: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
@@ -78,5 +78,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  formOptions: Record<string, any>;
79
79
  disabled: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
81
82
  export default _default;
82
83
  //# sourceMappingURL=FieldTextArea.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldTextArea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldTextArea.vue"],"names":[],"mappings":"AAyGA,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;;;;;;;cA8M/B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;AA7BL,wBAuCG"}
1
+ {"version":3,"file":"FieldTextArea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldTextArea.vue"],"names":[],"mappings":"AAyGA,OAAO,EAAkB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAmJnD,QAAA,MAAM,YAAY;;;;;;cASE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;;;cAlBe,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;cAI7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;IAO/C;;;OAGG;;;;;;;;;;;;;;;;;4EAUH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,5 +1,5 @@
1
1
  import type { PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  formModel: {
4
4
  type: PropType<any>;
5
5
  required: true;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  type: BooleanConstructor;
21
21
  required: true;
22
22
  };
23
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  formModel: {
25
25
  type: PropType<any>;
26
26
  required: true;
@@ -44,5 +44,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
44
  }>> & Readonly<{}>, {
45
45
  formOptions: any;
46
46
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
47
+ declare const _default: typeof __VLS_export;
47
48
  export default _default;
48
49
  //# sourceMappingURL=ACMEForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ACMEForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/ACMEForm.vue"],"names":[],"mappings":"AAsZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;;cA0rBf,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;cAZtB,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;;AAjB1C,wBAyBG"}
1
+ {"version":3,"file":"ACMEForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/ACMEForm.vue"],"names":[],"mappings":"AAsZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AA8mBnC,QAAA,MAAM,YAAY;;cAGE,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;cAZtB,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIb,QAAQ,CAAC,GAAG,CAAC;;;;cAIX,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;4EAQxC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}