@kong-ui-public/forms 4.20.30-pr.2823.bf0722479.0 → 4.20.30-pr.2843.0e1928965.0

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 (122) hide show
  1. package/dist/forms.es.js +6861 -0
  2. package/dist/forms.umd.js +4 -0
  3. package/dist/style.css +1 -0
  4. package/dist/types/components/FormGenerator.vue.d.ts +518 -0
  5. package/dist/types/components/FormGenerator.vue.d.ts.map +1 -0
  6. package/dist/types/components/FormGroup.vue.d.ts +89 -0
  7. package/dist/types/components/FormGroup.vue.d.ts.map +1 -0
  8. package/dist/types/components/FormMixin.vue.d.ts +17 -0
  9. package/dist/types/components/FormMixin.vue.d.ts.map +1 -0
  10. package/dist/types/components/FormRedis.vue.d.ts +100 -0
  11. package/dist/types/components/FormRedis.vue.d.ts.map +1 -0
  12. package/dist/types/components/RedisConfigCard.vue.d.ts +55 -0
  13. package/dist/types/components/RedisConfigCard.vue.d.ts.map +1 -0
  14. package/dist/types/components/RedisConfigSelect.vue.d.ts +88 -0
  15. package/dist/types/components/RedisConfigSelect.vue.d.ts.map +1 -0
  16. package/dist/types/components/fields/AutoSuggest.vue.d.ts +44 -0
  17. package/dist/types/components/fields/AutoSuggest.vue.d.ts.map +1 -0
  18. package/dist/types/components/fields/FieldAdvanced.vue.d.ts +4 -0
  19. package/dist/types/components/fields/FieldAdvanced.vue.d.ts.map +1 -0
  20. package/dist/types/components/fields/FieldArray.vue.d.ts +942 -0
  21. package/dist/types/components/fields/FieldArray.vue.d.ts.map +1 -0
  22. package/dist/types/components/fields/FieldArrayCardContainer.vue.d.ts +48 -0
  23. package/dist/types/components/fields/FieldArrayCardContainer.vue.d.ts.map +1 -0
  24. package/dist/types/components/fields/FieldArrayItem.vue.d.ts +32 -0
  25. package/dist/types/components/fields/FieldArrayItem.vue.d.ts.map +1 -0
  26. package/dist/types/components/fields/FieldArrayMultiItem.vue.d.ts +18 -0
  27. package/dist/types/components/fields/FieldArrayMultiItem.vue.d.ts.map +1 -0
  28. package/dist/types/components/fields/FieldAutoSuggest.vue.d.ts +237 -0
  29. package/dist/types/components/fields/FieldAutoSuggest.vue.d.ts.map +1 -0
  30. package/dist/types/components/fields/FieldAutoSuggestLegacy.vue.d.ts +68 -0
  31. package/dist/types/components/fields/FieldAutoSuggestLegacy.vue.d.ts.map +1 -0
  32. package/dist/types/components/fields/FieldCheckbox.vue.d.ts +83 -0
  33. package/dist/types/components/fields/FieldCheckbox.vue.d.ts.map +1 -0
  34. package/dist/types/components/fields/FieldChecklist.vue.d.ts +51 -0
  35. package/dist/types/components/fields/FieldChecklist.vue.d.ts.map +1 -0
  36. package/dist/types/components/fields/FieldInput.vue.d.ts +83 -0
  37. package/dist/types/components/fields/FieldInput.vue.d.ts.map +1 -0
  38. package/dist/types/components/fields/FieldKeyValuePairs.vue.d.ts +128 -0
  39. package/dist/types/components/fields/FieldKeyValuePairs.vue.d.ts.map +1 -0
  40. package/dist/types/components/fields/FieldLabel.vue.d.ts +51 -0
  41. package/dist/types/components/fields/FieldLabel.vue.d.ts.map +1 -0
  42. package/dist/types/components/fields/FieldMetric.vue.d.ts +206 -0
  43. package/dist/types/components/fields/FieldMetric.vue.d.ts.map +1 -0
  44. package/dist/types/components/fields/FieldMultiselect.vue.d.ts +83 -0
  45. package/dist/types/components/fields/FieldMultiselect.vue.d.ts.map +1 -0
  46. package/dist/types/components/fields/FieldObject.vue.d.ts +4 -0
  47. package/dist/types/components/fields/FieldObject.vue.d.ts.map +1 -0
  48. package/dist/types/components/fields/FieldObjectAdvanced.vue.d.ts +4 -0
  49. package/dist/types/components/fields/FieldObjectAdvanced.vue.d.ts.map +1 -0
  50. package/dist/types/components/fields/FieldRadio.vue.d.ts +83 -0
  51. package/dist/types/components/fields/FieldRadio.vue.d.ts.map +1 -0
  52. package/dist/types/components/fields/FieldScopedEntitySelect.vue.d.ts +60 -0
  53. package/dist/types/components/fields/FieldScopedEntitySelect.vue.d.ts.map +1 -0
  54. package/dist/types/components/fields/FieldSelect.vue.d.ts +83 -0
  55. package/dist/types/components/fields/FieldSelect.vue.d.ts.map +1 -0
  56. package/dist/types/components/fields/FieldSelectionGroup.vue.d.ts +4 -0
  57. package/dist/types/components/fields/FieldSelectionGroup.vue.d.ts.map +1 -0
  58. package/dist/types/components/fields/FieldSwitch.vue.d.ts +83 -0
  59. package/dist/types/components/fields/FieldSwitch.vue.d.ts.map +1 -0
  60. package/dist/types/components/fields/FieldTextArea.vue.d.ts +83 -0
  61. package/dist/types/components/fields/FieldTextArea.vue.d.ts.map +1 -0
  62. package/dist/types/components/fields/__tests__/FieldAutoSuggestLegacy.spec.d.ts +2 -0
  63. package/dist/types/components/fields/__tests__/FieldAutoSuggestLegacy.spec.d.ts.map +1 -0
  64. package/dist/types/components/fields/abstractField.d.ts +39 -0
  65. package/dist/types/components/fields/abstractField.d.ts.map +1 -0
  66. package/dist/types/components/fields/exports.d.ts +2 -0
  67. package/dist/types/components/fields/exports.d.ts.map +1 -0
  68. package/dist/types/components/forms/ACMEForm.vue.d.ts +49 -0
  69. package/dist/types/components/forms/ACMEForm.vue.d.ts.map +1 -0
  70. package/dist/types/components/forms/ExitTransformer.vue.d.ts +49 -0
  71. package/dist/types/components/forms/ExitTransformer.vue.d.ts.map +1 -0
  72. package/dist/types/components/forms/OIDCForm.vue.d.ts +611 -0
  73. package/dist/types/components/forms/OIDCForm.vue.d.ts.map +1 -0
  74. package/dist/types/components/forms/PostFunction.vue.d.ts +49 -0
  75. package/dist/types/components/forms/PostFunction.vue.d.ts.map +1 -0
  76. package/dist/types/components/forms/RLAForm.vue.d.ts +14 -0
  77. package/dist/types/components/forms/RLAForm.vue.d.ts.map +1 -0
  78. package/dist/types/components/forms/__tests__/OIDCSchema.d.ts +2452 -0
  79. package/dist/types/components/forms/__tests__/OIDCSchema.d.ts.map +1 -0
  80. package/dist/types/components/forms/__tests__/RLASchema.d.ts +1132 -0
  81. package/dist/types/components/forms/__tests__/RLASchema.d.ts.map +1 -0
  82. package/dist/types/components/forms/index.d.ts +6 -0
  83. package/dist/types/components/forms/index.d.ts.map +1 -0
  84. package/dist/types/components/forms/schemas/ACMECommon.d.ts +19 -0
  85. package/dist/types/components/forms/schemas/ACMECommon.d.ts.map +1 -0
  86. package/dist/types/composables/index.d.ts +10 -0
  87. package/dist/types/composables/index.d.ts.map +1 -0
  88. package/dist/types/composables/useAbstractFields.d.ts +29 -0
  89. package/dist/types/composables/useAbstractFields.d.ts.map +1 -0
  90. package/dist/types/composables/useRedisNonStandardFields.d.ts +9 -0
  91. package/dist/types/composables/useRedisNonStandardFields.d.ts.map +1 -0
  92. package/dist/types/composables/useRedisPartial.d.ts +23 -0
  93. package/dist/types/composables/useRedisPartial.d.ts.map +1 -0
  94. package/dist/types/const.d.ts +16 -0
  95. package/dist/types/const.d.ts.map +1 -0
  96. package/dist/types/external-links.d.ts +9 -0
  97. package/dist/types/external-links.d.ts.map +1 -0
  98. package/dist/types/index.d.ts +10 -0
  99. package/dist/types/index.d.ts.map +1 -0
  100. package/dist/types/types/form-autosuggest.d.ts +18 -0
  101. package/dist/types/types/form-autosuggest.d.ts.map +1 -0
  102. package/dist/types/types/form-fields.d.ts +25 -0
  103. package/dist/types/types/form-fields.d.ts.map +1 -0
  104. package/dist/types/types/form-generator.d.ts +27 -0
  105. package/dist/types/types/form-generator.d.ts.map +1 -0
  106. package/dist/types/types/form-redis-partial.d.ts +88 -0
  107. package/dist/types/types/form-redis-partial.d.ts.map +1 -0
  108. package/dist/types/types/index.d.ts +4 -0
  109. package/dist/types/types/index.d.ts.map +1 -0
  110. package/dist/types/utils/autoSuggest.d.ts +13 -0
  111. package/dist/types/utils/autoSuggest.d.ts.map +1 -0
  112. package/dist/types/utils/fieldsLoader.d.ts +22 -0
  113. package/dist/types/utils/fieldsLoader.d.ts.map +1 -0
  114. package/dist/types/utils/isValidUuid.d.ts +8 -0
  115. package/dist/types/utils/isValidUuid.d.ts.map +1 -0
  116. package/dist/types/utils/redisPartial.d.ts +15 -0
  117. package/dist/types/utils/redisPartial.d.ts.map +1 -0
  118. package/dist/types/utils/schema.d.ts +6 -0
  119. package/dist/types/utils/schema.d.ts.map +1 -0
  120. package/dist/types/utils/validators.d.ts +3 -0
  121. package/dist/types/utils/validators.d.ts.map +1 -0
  122. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldArray.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArray.vue"],"names":[],"mappings":"wBAsRqB,OAAO,YAAY;;AAiSxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA4GG"}
@@ -0,0 +1,48 @@
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
4
+ };
5
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ model: {
7
+ type: ObjectConstructor;
8
+ default: () => null;
9
+ };
10
+ schema: {
11
+ type: ObjectConstructor;
12
+ default: () => null;
13
+ };
14
+ index: {
15
+ type: NumberConstructor;
16
+ default: undefined;
17
+ };
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
+ "remove-item": () => any;
20
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ model: {
22
+ type: ObjectConstructor;
23
+ default: () => null;
24
+ };
25
+ schema: {
26
+ type: ObjectConstructor;
27
+ default: () => null;
28
+ };
29
+ index: {
30
+ type: NumberConstructor;
31
+ default: undefined;
32
+ };
33
+ }>> & Readonly<{
34
+ "onRemove-item"?: (() => any) | undefined;
35
+ }>, {
36
+ model: Record<string, any>;
37
+ schema: Record<string, any>;
38
+ index: number;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
42
+ export default _default;
43
+ type __VLS_WithSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
48
+ //# sourceMappingURL=FieldArrayCardContainer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldArrayCardContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayCardContainer.vue"],"names":[],"mappings":"AAwKA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAgBd,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"}
@@ -0,0 +1,32 @@
1
+ declare var __VLS_1: {}, __VLS_16: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ } & {
5
+ after?: (props: typeof __VLS_16) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ model: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ "remove-item": () => any;
14
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ model: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ }>> & Readonly<{
20
+ "onRemove-item"?: (() => any) | undefined;
21
+ }>, {
22
+ model: string;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
32
+ //# sourceMappingURL=FieldArrayItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldArrayItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayItem.vue"],"names":[],"mappings":"AAgJA,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;4EAQd,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"}
@@ -0,0 +1,18 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ "remove-item": () => any;
7
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
+ "onRemove-item"?: (() => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=FieldArrayMultiItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldArrayMultiItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayMultiItem.vue"],"names":[],"mappings":"AAsFA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;iFAEd,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"}
@@ -0,0 +1,237 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
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;
5
+ KUI_ICON_SIZE_40: "20px";
6
+ KUI_COLOR_TEXT_NEUTRAL: "#6c7489";
7
+ EMPTY_VALUE_PLACEHOLDER: string;
8
+ }, {
9
+ suggestions: never[];
10
+ idValue: string;
11
+ message: string;
12
+ error: null;
13
+ items: never[];
14
+ initialItem: null;
15
+ selectedItem: null;
16
+ loading: boolean;
17
+ dataDrained: boolean;
18
+ }, {
19
+ fieldState(): string;
20
+ associatedEntity(): string | string[];
21
+ entity(): any;
22
+ scope(): any;
23
+ bypassSearch(): import("vue-router").LocationQueryValue | import("vue-router").LocationQueryValue[];
24
+ inputFields(): any;
25
+ allowUuidSearch(): any;
26
+ inputFieldsWithoutId(): any;
27
+ initialValueSelected(): boolean;
28
+ }, {
29
+ getPartial(size: any): any;
30
+ getAll(query: any, signal: any): Promise<any>;
31
+ getOne(id: any): Promise<any>;
32
+ transformItem(item: any): any;
33
+ getItem(data: any): any;
34
+ fetchUntilLimit(params: any, signal: any): Promise<any>;
35
+ fetchSuggestions(query: any, field: any, signal: any): Promise<any>;
36
+ getSuggestionLabel(item: any): any;
37
+ updateModel(value: any): void;
38
+ onSelected(item: any): void;
39
+ getReturnValue(item: any): any;
40
+ }, {
41
+ name: string;
42
+ props: string[];
43
+ emits: string[];
44
+ data(): {
45
+ errors: never[];
46
+ debouncedValidateFunc: null;
47
+ debouncedFormatFunc: null;
48
+ };
49
+ directives: {
50
+ attributes: {
51
+ beforeMount: (el: any, binding: any, vnode: any) => void;
52
+ updated: (el: any, binding: any, vnode: any) => void;
53
+ componentUpdated: (el: any, binding: any, vnode: any) => void;
54
+ };
55
+ };
56
+ computed: {
57
+ value: {
58
+ cache: boolean;
59
+ get(): any;
60
+ set(newValue: any): void;
61
+ };
62
+ };
63
+ methods: {
64
+ validate(calledParent: any): any[] | Promise<any[]>;
65
+ debouncedValidate(): void;
66
+ updateModelValue(newValue: any, oldValue: any): void;
67
+ clearValidationErrors(): void;
68
+ setModelValueByPath(path: any, value: any): void;
69
+ getFieldID(schema: any, unique?: boolean): string;
70
+ getLabelId(schema: any): string;
71
+ getFieldClasses(): any;
72
+ formatValueToField(value: any): any;
73
+ formatValueToModel(value: any): any;
74
+ };
75
+ }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
76
+ "onModel-updated"?: ((...args: any[]) => any) | undefined;
77
+ }>, {}, {}, {
78
+ FieldScopedEntitySelect: {
79
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
80
+ transformItem?: import("../../types/form-autosuggest").AutoSuggestItemTransformer;
81
+ allowUuidSearch?: boolean;
82
+ placeholder?: string;
83
+ fields: string[];
84
+ selectedItem?: import("@kong/kongponents").SelectItem<string>;
85
+ selectedItemLoading?: boolean;
86
+ initialItemSelected?: boolean;
87
+ domId: string;
88
+ id: string;
89
+ entity: string;
90
+ disabled?: boolean;
91
+ fieldDisabled?: boolean;
92
+ error?: string | null;
93
+ } & import("../../types/form-autosuggest").AutoSuggestInjection> & Readonly<{
94
+ onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
95
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
96
+ change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
97
+ }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
98
+ P: {};
99
+ B: {};
100
+ D: {};
101
+ C: {};
102
+ M: {};
103
+ Defaults: {};
104
+ }, Readonly<{
105
+ transformItem?: import("../../types/form-autosuggest").AutoSuggestItemTransformer;
106
+ allowUuidSearch?: boolean;
107
+ placeholder?: string;
108
+ fields: string[];
109
+ selectedItem?: import("@kong/kongponents").SelectItem<string>;
110
+ selectedItemLoading?: boolean;
111
+ initialItemSelected?: boolean;
112
+ domId: string;
113
+ id: string;
114
+ entity: string;
115
+ disabled?: boolean;
116
+ fieldDisabled?: boolean;
117
+ error?: string | null;
118
+ } & import("../../types/form-autosuggest").AutoSuggestInjection> & Readonly<{
119
+ onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
120
+ }>, {}, {}, {}, {}, {}>;
121
+ __isFragment?: never;
122
+ __isTeleport?: never;
123
+ __isSuspense?: never;
124
+ } & import("vue").ComponentOptionsBase<Readonly<{
125
+ transformItem?: import("../../types/form-autosuggest").AutoSuggestItemTransformer;
126
+ allowUuidSearch?: boolean;
127
+ placeholder?: string;
128
+ fields: string[];
129
+ selectedItem?: import("@kong/kongponents").SelectItem<string>;
130
+ selectedItemLoading?: boolean;
131
+ initialItemSelected?: boolean;
132
+ domId: string;
133
+ id: string;
134
+ entity: string;
135
+ disabled?: boolean;
136
+ fieldDisabled?: boolean;
137
+ error?: string | null;
138
+ } & import("../../types/form-autosuggest").AutoSuggestInjection> & Readonly<{
139
+ onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
140
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
141
+ change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
142
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
143
+ $slots: {
144
+ before?: (props: {}) => any;
145
+ } & {
146
+ 'selected-item'?: (props: {
147
+ item: import("@kong/kongponents").SelectItem<string>;
148
+ }) => any;
149
+ } & {
150
+ item?: (props: {
151
+ item: import("@kong/kongponents").SelectItem<string>;
152
+ }) => any;
153
+ };
154
+ });
155
+ SearchIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
156
+ title: {
157
+ type: StringConstructor;
158
+ required: false;
159
+ default: string;
160
+ };
161
+ color: {
162
+ type: StringConstructor;
163
+ required: false;
164
+ default: string;
165
+ };
166
+ display: {
167
+ type: StringConstructor;
168
+ required: false;
169
+ default: string;
170
+ };
171
+ decorative: {
172
+ type: BooleanConstructor;
173
+ required: false;
174
+ default: boolean;
175
+ };
176
+ size: {
177
+ type: (StringConstructor | NumberConstructor)[];
178
+ required: false;
179
+ default: "24px";
180
+ validator: (sizeValue: number | string) => boolean;
181
+ };
182
+ as: {
183
+ type: StringConstructor;
184
+ required: false;
185
+ default: string;
186
+ };
187
+ staticIds: {
188
+ type: BooleanConstructor;
189
+ default: boolean;
190
+ };
191
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
192
+ title: {
193
+ type: StringConstructor;
194
+ required: false;
195
+ default: string;
196
+ };
197
+ color: {
198
+ type: StringConstructor;
199
+ required: false;
200
+ default: string;
201
+ };
202
+ display: {
203
+ type: StringConstructor;
204
+ required: false;
205
+ default: string;
206
+ };
207
+ decorative: {
208
+ type: BooleanConstructor;
209
+ required: false;
210
+ default: boolean;
211
+ };
212
+ size: {
213
+ type: (StringConstructor | NumberConstructor)[];
214
+ required: false;
215
+ default: "24px";
216
+ validator: (sizeValue: number | string) => boolean;
217
+ };
218
+ as: {
219
+ type: StringConstructor;
220
+ required: false;
221
+ default: string;
222
+ };
223
+ staticIds: {
224
+ type: BooleanConstructor;
225
+ default: boolean;
226
+ };
227
+ }>> & Readonly<{}>, {
228
+ title: string;
229
+ color: string;
230
+ display: string;
231
+ decorative: boolean;
232
+ size: string | number;
233
+ as: string;
234
+ staticIds: boolean;
235
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
236
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
237
+ //# sourceMappingURL=FieldAutoSuggest.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldAutoSuggest.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAutoSuggest.vue"],"names":[],"mappings":"wBAgVqB,OAAO,YAAY;;AAwJxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAgMG"}
@@ -0,0 +1,68 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
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;
5
+ }, {
6
+ suggestions: never[];
7
+ idValue: string;
8
+ message: string;
9
+ items: never[];
10
+ initialItems: never[];
11
+ loading: boolean;
12
+ }, {
13
+ fieldState(): string;
14
+ associatedEntity(): string | string[];
15
+ entity(): any;
16
+ scope(): any;
17
+ bypassSearch(): import("vue-router").LocationQueryValue | import("vue-router").LocationQueryValue[];
18
+ }, {
19
+ onQueryChange(query: any): void;
20
+ search(query: any): Promise<void>;
21
+ getItem(data: any): any;
22
+ fetchUntilLimit(params: any): Promise<any[]>;
23
+ fetchSuggestions(query: any, field: any): Promise<any[]>;
24
+ fetchExact(id: any): Promise<any>;
25
+ getInputFields(): any;
26
+ getSuggestionLabel(item: any): any;
27
+ updateModel(value: any): void;
28
+ onSelected(item: any): void;
29
+ getReturnValue(item: any): any;
30
+ }, {
31
+ name: string;
32
+ props: string[];
33
+ emits: string[];
34
+ data(): {
35
+ errors: never[];
36
+ debouncedValidateFunc: null;
37
+ debouncedFormatFunc: null;
38
+ };
39
+ directives: {
40
+ attributes: {
41
+ beforeMount: (el: any, binding: any, vnode: any) => void;
42
+ updated: (el: any, binding: any, vnode: any) => void;
43
+ componentUpdated: (el: any, binding: any, vnode: any) => void;
44
+ };
45
+ };
46
+ computed: {
47
+ value: {
48
+ cache: boolean;
49
+ get(): any;
50
+ set(newValue: any): void;
51
+ };
52
+ };
53
+ methods: {
54
+ validate(calledParent: any): any[] | Promise<any[]>;
55
+ debouncedValidate(): void;
56
+ updateModelValue(newValue: any, oldValue: any): void;
57
+ clearValidationErrors(): void;
58
+ setModelValueByPath(path: any, value: any): void;
59
+ getFieldID(schema: any, unique?: boolean): string;
60
+ getLabelId(schema: any): string;
61
+ getFieldClasses(): any;
62
+ formatValueToField(value: any): any;
63
+ formatValueToModel(value: any): any;
64
+ };
65
+ }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
66
+ "onModel-updated"?: ((...args: any[]) => any) | undefined;
67
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
68
+ //# sourceMappingURL=FieldAutoSuggestLegacy.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldAutoSuggestLegacy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAutoSuggestLegacy.vue"],"names":[],"mappings":"wBAqUqB,OAAO,YAAY;;AA4HxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kFAgNG"}
@@ -0,0 +1,83 @@
1
+ import { type PropType } from 'vue';
2
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ disabled: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ formOptions: {
8
+ type: PropType<Record<string, any>>;
9
+ default: () => undefined;
10
+ };
11
+ model: {
12
+ type: PropType<Record<string, any>>;
13
+ default: () => undefined;
14
+ };
15
+ schema: {
16
+ type: PropType<Record<string, any>>;
17
+ required: true;
18
+ };
19
+ vfg: {
20
+ type: ObjectConstructor;
21
+ required: true;
22
+ };
23
+ /**
24
+ * TODO: stronger type
25
+ * TODO: pass this down to KInput error and errorMessage
26
+ */
27
+ errors: {
28
+ type: ArrayConstructor;
29
+ default: () => never[];
30
+ };
31
+ hint: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ }>, {
36
+ clearValidationErrors: () => void;
37
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
38
+ modelUpdated: (value: any, model: Record<string, any>) => any;
39
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
40
+ disabled: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ formOptions: {
45
+ type: PropType<Record<string, any>>;
46
+ default: () => undefined;
47
+ };
48
+ model: {
49
+ type: PropType<Record<string, any>>;
50
+ default: () => undefined;
51
+ };
52
+ schema: {
53
+ type: PropType<Record<string, any>>;
54
+ required: true;
55
+ };
56
+ vfg: {
57
+ type: ObjectConstructor;
58
+ required: true;
59
+ };
60
+ /**
61
+ * TODO: stronger type
62
+ * TODO: pass this down to KInput error and errorMessage
63
+ */
64
+ errors: {
65
+ type: ArrayConstructor;
66
+ default: () => never[];
67
+ };
68
+ hint: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ }>> & Readonly<{
73
+ onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
74
+ }>, {
75
+ errors: unknown[];
76
+ model: Record<string, any>;
77
+ hint: string;
78
+ formOptions: Record<string, any>;
79
+ disabled: boolean;
80
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: typeof __VLS_export;
82
+ export default _default;
83
+ //# sourceMappingURL=FieldCheckbox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldCheckbox.vue"],"names":[],"mappings":"AAqFA,OAAO,EAAU,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAsH3C,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"}
@@ -0,0 +1,51 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {
4
+ comboExpanded: boolean;
5
+ }, {
6
+ items(): any;
7
+ selectedCount(): any;
8
+ }, {
9
+ getInputName(item: any): any;
10
+ getItemValue(item: any): any;
11
+ getItemName(item: any): any;
12
+ isItemChecked(item: any): any;
13
+ onChanged(event: any, item: any): void;
14
+ onExpandCombo(): void;
15
+ }, {
16
+ name: string;
17
+ props: string[];
18
+ emits: string[];
19
+ data(): {
20
+ errors: never[];
21
+ debouncedValidateFunc: null;
22
+ debouncedFormatFunc: null;
23
+ };
24
+ directives: {
25
+ attributes: {
26
+ beforeMount: (el: any, binding: any, vnode: any) => void;
27
+ updated: (el: any, binding: any, vnode: any) => void;
28
+ componentUpdated: (el: any, binding: any, vnode: any) => void;
29
+ };
30
+ };
31
+ computed: {
32
+ value: {
33
+ cache: boolean;
34
+ get(): any;
35
+ set(newValue: any): void;
36
+ };
37
+ };
38
+ methods: {
39
+ validate(calledParent: any): any[] | Promise<any[]>;
40
+ debouncedValidate(): void;
41
+ updateModelValue(newValue: any, oldValue: any): void;
42
+ clearValidationErrors(): void;
43
+ setModelValueByPath(path: any, value: any): void;
44
+ getFieldID(schema: any, unique?: boolean): string;
45
+ getLabelId(schema: any): string;
46
+ getFieldClasses(): any;
47
+ formatValueToField(value: any): any;
48
+ formatValueToModel(value: any): any;
49
+ };
50
+ }, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
+ //# sourceMappingURL=FieldChecklist.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldChecklist.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldChecklist.vue"],"names":[],"mappings":"wBAwLqB,OAAO,YAAY;;AAQxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0LAyFG"}