@kong-ui-public/forms 4.20.12 → 4.20.13-pr.2683.0cde1a4e2.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 (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,13 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ export type FGCollapsibleOptions = import("../types/form-generator").FGCollapsibleOptions;
4
+ export type FGSlots = import("../types/form-generator").FGSlots;
5
+ export type PartialGroup = {
6
+ collapsible?: FGCollapsibleOptions | undefined;
7
+ slots?: FGSlots | undefined;
8
+ };
9
+ export type Group = Record<string, any> & PartialGroup;
10
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
11
  schema: {
3
12
  type: ObjectConstructor;
4
13
  default: () => undefined;
@@ -449,7 +458,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
449
458
  type: BooleanConstructor;
450
459
  default: boolean;
451
460
  };
452
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
461
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
453
462
  validated: (res: boolean, errors: any[], field: any) => any;
454
463
  modelUpdated: (payload: any, schema: string) => any;
455
464
  refreshModel: () => any;
@@ -506,12 +515,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
506
515
  }, {}, string, () => {
507
516
  autofillSlot?: import("vue").Slot<any> | undefined;
508
517
  }, true, {}, any>;
509
- export default _default;
510
- export type FGCollapsibleOptions = import("../types/form-generator").FGCollapsibleOptions;
511
- export type FGSlots = import("../types/form-generator").FGSlots;
512
- export type PartialGroup = {
513
- collapsible?: FGCollapsibleOptions | undefined;
514
- slots?: FGSlots | undefined;
515
- };
516
- export type Group = Record<string, any> & PartialGroup;
517
518
  //# sourceMappingURL=FormGenerator.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormGenerator.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormGenerator.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCA2qBa,OAAO,yBAAyB,EAAE,oBAAoB;sBACtD,OAAO,yBAAyB,EAAE,OAAO;;kBAG5C,oBAAoB,YAAC;YACrB,OAAO,YAAC;;oBAEL,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,YAAY"}
1
+ {"version":3,"file":"FormGenerator.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormGenerator.vue"],"names":[],"mappings":"wBA+rBqB,OAAO,YAAY;;mCApB3B,OAAO,yBAAyB,EAAE,oBAAoB;sBACtD,OAAO,yBAAyB,EAAE,OAAO;;kBAG5C,oBAAoB,YAAC;YACrB,OAAO,YAAC;;oBAEL,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,YAAY;AA6c/C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAmPG"}
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  vfg: {
3
5
  type: ObjectConstructor;
4
6
  required: true;
@@ -83,6 +85,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
83
85
  errors: unknown[];
84
86
  model: Record<string, any>;
85
87
  }, {}, typeof fieldComponents, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
86
- export default _default;
87
88
  import * as fieldComponents from '../utils/fieldsLoader';
88
89
  //# sourceMappingURL=FormGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormGroup.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ViC,uBAAuB"}
1
+ {"version":3,"file":"FormGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormGroup.vue"],"names":[],"mappings":"wBAiWqB,OAAO,YAAY;;AA0LxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iGAwJG;iCArV8B,uBAAuB"}
@@ -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
  getFieldRowClasses(field: any): {
3
5
  [x: number]: any;
4
6
  disabled: any;
@@ -12,5 +14,4 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {
12
14
  fieldFeatured(field: any): any;
13
15
  fieldRequired(field: any): any;
14
16
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
- export default _default;
16
17
  //# sourceMappingURL=FormMixin.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormMixin.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormMixin.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FormMixin.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormMixin.vue"],"names":[],"mappings":"wBAgFqB,OAAO,YAAY;;AAMxC;;;;;;;;;;;;;+NA+DG"}
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { FormRedisFields } from '../types';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  tag: {
5
5
  type: StringConstructor;
6
6
  default: string;
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
38
38
  type: BooleanConstructor;
39
39
  default: boolean;
40
40
  };
41
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
42
42
  validated: (res: boolean, errors: any[], field: any) => any;
43
43
  modelUpdated: (payload: any, schema: string) => any;
44
44
  refreshModel: () => any;
@@ -95,5 +95,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
95
95
  redisPath: string;
96
96
  isEditing: boolean;
97
97
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
98
+ declare const _default: typeof __VLS_export;
98
99
  export default _default;
99
100
  //# sourceMappingURL=FormRedis.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormRedis.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormRedis.vue"],"names":[],"mappings":"AAmQA,OAAO,EAAuC,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;;;;;2BAkehB,MAAM,KAAG,OAAO;;;;;;;;;;;cAa3B,QAAQ,CAAC,eAAe,CAAC;;;;;;;IAO3C;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;2BAtB0B,MAAM,KAAG,OAAO;;;;;;;;;;;cAa3B,QAAQ,CAAC,eAAe,CAAC;;;;;;;IAO3C;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;AA9BL,wBA+CG"}
1
+ {"version":3,"file":"FormRedis.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormRedis.vue"],"names":[],"mappings":"AAmQA,OAAO,EAAuC,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAiZ/C,QAAA,MAAM,YAAY;;;;2BAMa,MAAM,KAAG,OAAO;;;;;;;;;;;cAa3B,QAAQ,CAAC,eAAe,CAAC;;;;;;;IAO3C;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;2BAtB0B,MAAM,KAAG,OAAO;;;;;;;;;;;cAa3B,QAAQ,CAAC,eAAe,CAAC;;;;;;;IAO3C;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiBH,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,7 +1,7 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { Field } from '../composables/useRedisPartial';
3
3
  import type { FlattendRedisConfigurationFields } from '../types';
4
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  configFields: {
6
6
  type: PropType<FlattendRedisConfigurationFields>;
7
7
  required: true;
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  };
26
26
  required: true;
27
27
  };
28
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  configFields: {
30
30
  type: PropType<FlattendRedisConfigurationFields>;
31
31
  required: true;
@@ -50,5 +50,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
50
50
  required: true;
51
51
  };
52
52
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
+ declare const _default: typeof __VLS_export;
53
54
  export default _default;
54
55
  //# sourceMappingURL=RedisConfigCard.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RedisConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RedisConfigCard.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAA;AAM3D,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAA;;;cAwL5C,QAAQ,CAAC,gCAAgC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,QAAQ,CAAC,gCAAgC,CAAC;;;;;;;;;;;;;;;;;;;;;;;AAL9D,wBAaG"}
1
+ {"version":3,"file":"RedisConfigCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RedisConfigCard.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAA;AAM3D,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAA;AA4JhE,QAAA,MAAM,YAAY;;cAGE,QAAQ,CAAC,gCAAgC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,QAAQ,CAAC,gCAAgC,CAAC;;;;;;;;;;;;;;;;;;;;;;iGAQ5D,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { Field } from '../composables/useRedisPartial';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  defaultRedisConfigItem: {
5
5
  type: StringConstructor;
6
6
  required: false;
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  type: BooleanConstructor;
38
38
  default: boolean;
39
39
  };
40
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
40
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
41
  showNewPartialModal: () => any;
42
42
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
43
  defaultRedisConfigItem: {
@@ -83,5 +83,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
83
83
  redisType: string;
84
84
  isCustomPlugin: boolean;
85
85
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
86
+ declare const _default: typeof __VLS_export;
86
87
  export default _default;
87
88
  //# sourceMappingURL=RedisConfigSelect.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RedisConfigSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RedisConfigSelect.vue"],"names":[],"mappings":"AAgSA,OAAO,EAAyD,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAiB1F,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAA;;;;;;;;cAiZrC,QAAQ,CAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAxC,QAAQ,CAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAX9D,wBA2BG"}
1
+ {"version":3,"file":"RedisConfigSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/RedisConfigSelect.vue"],"names":[],"mappings":"AAgSA,OAAO,EAAyD,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AAiB1F,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAA;AA0V3D,QAAA,MAAM,YAAY;;;;;;;cASI,QAAQ,CAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAxC,QAAQ,CAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAgB5D,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1,10 +1,6 @@
1
1
  import type { SelectItem } from '@kong/kongponents';
2
- declare const _default: <T extends number | string>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
- readonly onChange?: ((item: SelectItem<T> | null) => any) | undefined;
5
- readonly "onUpdate:id"?: ((value: T) => any) | undefined;
6
- readonly "onQuery-change"?: ((query: string) => any) | undefined;
7
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onChange" | "onUpdate:id" | "onQuery-change"> & ({
2
+ declare const __VLS_export: <T extends number | string>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<({
8
4
  placeholder?: string;
9
5
  suggestions: Array<SelectItem<T>>;
10
6
  disabled?: boolean;
@@ -14,8 +10,14 @@ declare const _default: <T extends number | string>(__VLS_props: NonNullable<Awa
14
10
  error?: string | null;
15
11
  } & {
16
12
  id: T;
17
- }) & Partial<{}>> & import("vue").PublicProps;
18
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
13
+ }) & {
14
+ onChange?: ((item: SelectItem<T> | null) => any) | undefined;
15
+ "onQuery-change"?: ((query: string) => any) | undefined;
16
+ "onUpdate:id"?: ((value: T) => any) | undefined;
17
+ }> & import("vue").PublicProps & (typeof globalThis extends {
18
+ __VLS_PROPS_FALLBACK: infer P;
19
+ } ? P : {});
20
+ expose: (exposed: {}) => void;
19
21
  attrs: any;
20
22
  slots: {
21
23
  before?: (props: {}) => any;
@@ -32,8 +34,11 @@ declare const _default: <T extends number | string>(__VLS_props: NonNullable<Awa
32
34
  }>) => import("vue").VNode & {
33
35
  __ctx?: Awaited<typeof __VLS_setup>;
34
36
  };
37
+ declare const _default: typeof __VLS_export;
35
38
  export default _default;
36
- type __VLS_PrettifyLocal<T> = {
39
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
40
+ [K in keyof T]: T[K];
41
+ } : {
37
42
  [K in keyof T as K]: T[K];
38
- } & {};
43
+ }) & {};
39
44
  //# sourceMappingURL=AutoSuggest.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AutoSuggest.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/AutoSuggest.vue"],"names":[],"mappings":"AA4GA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;yBAElC,CAAC,SAAS,MAAM,GAAG,MAAM,EACzC,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAmMO,mBAAmB,CAAC;;;;;sBA/LZ,MAAM;qBACP,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;mBACtB,OAAO;kBACR,OAAO;uBACF,MAAM;eACd,MAAM;gBACL,MAAM,GAAG,IAAI;;YA6BjB,CAAC;SA4J0D,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;iBA3BE,CAAC,KAAK,IAAiB,KAAK,GAAG;;eACjC,CAAC,KAAK;;SAAiB,KAAK,GAAG;;0BACpB,CAAC,KAAK;;SAAiB,KAAK,GAAG;;UA2B9C,iJAA0C;EAE7C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA9MzE,wBA8M4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"AutoSuggest.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/AutoSuggest.vue"],"names":[],"mappings":"AA4GA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEnD,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,MAAM,GAAG,MAAM,EAC/C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAyLO,mBAAmB,CAAC;sBArLZ,MAAM;qBACP,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;mBACtB,OAAO;kBACR,OAAO;uBACF,MAAM;eACd,MAAM;gBACL,MAAM,GAAG,IAAI;;YAsBjB,CAAC;;;;;KAyJwD,CAAC,GAAG,OAAO,KAAK,EAAE,WAAW,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;;iBAZE,CAAC,KAAK,IAAiB,KAAK,GAAG;;eACjC,CAAC,KAAK;;SAAiB,KAAK,GAAG;;0BACpB,CAAC,KAAK;;SAAiB,KAAK,GAAG;;UAY9C,iJAA0C;EAE7C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAI,CAAC;wBACvD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
@@ -1,49 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- isOpen: boolean;
3
- }, {
4
- openClass(): any;
5
- fieldCount(): any;
6
- titleText(): any;
7
- }, {
8
- handleOpen(): 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, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
46
- "onModel-updated"?: ((...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=FieldAdvanced.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldAdvanced.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAdvanced.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldAdvanced.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldAdvanced.vue"],"names":[],"mappings":"wBAmIqB,OAAO,YAAY;;AAoCxC,0SAmEK"}
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  newElementButtonLabel: {
3
5
  type: StringConstructor;
4
6
  default: string;
@@ -72,7 +74,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
74
  };
73
75
  }>> & Readonly<{
74
76
  "onRemove-item"?: (() => any) | undefined;
75
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
77
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
76
78
  "remove-item": () => any;
77
79
  }, import("vue").PublicProps, {
78
80
  model: string;
@@ -103,7 +105,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
103
105
  };
104
106
  }>> & Readonly<{
105
107
  "onRemove-item"?: (() => any) | undefined;
106
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
108
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
107
109
  "remove-item": () => any;
108
110
  }, string, {
109
111
  model: string;
@@ -117,7 +119,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
117
119
  FieldArrayMultiItem: {
118
120
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
119
121
  "onRemove-item"?: (() => any) | undefined;
120
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
122
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
121
123
  "remove-item": () => any;
122
124
  }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
123
125
  P: {};
@@ -134,7 +136,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
134
136
  __isSuspense?: never;
135
137
  } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{
136
138
  "onRemove-item"?: (() => any) | undefined;
137
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
139
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
138
140
  "remove-item": () => any;
139
141
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
140
142
  $slots: {
@@ -415,104 +417,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
415
417
  staticIds: boolean;
416
418
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
417
419
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
418
- FieldObject: import("vue").DefineComponent<{}, {}, {
419
- attributes: any;
420
- newKeyType: string;
421
- newKeyName: string;
422
- keyTypes: {};
423
- }, {}, {
424
- removeElement(index: any): void;
425
- addKey(): void;
426
- updateModel(model: any, schema: any): void;
427
- }, {
428
- name: string;
429
- props: string[];
430
- emits: string[];
431
- data(): {
432
- errors: never[];
433
- debouncedValidateFunc: null;
434
- debouncedFormatFunc: null;
435
- };
436
- directives: {
437
- attributes: {
438
- beforeMount: (el: any, binding: any, vnode: any) => void;
439
- updated: (el: any, binding: any, vnode: any) => void;
440
- componentUpdated: (el: any, binding: any, vnode: any) => void;
441
- };
442
- };
443
- computed: {
444
- value: {
445
- cache: boolean;
446
- get(): any;
447
- set(newValue: any): void;
448
- };
449
- };
450
- methods: {
451
- validate(calledParent: any): any[] | Promise<any[]>;
452
- debouncedValidate(): void;
453
- updateModelValue(newValue: any, oldValue: any): void;
454
- clearValidationErrors(): void;
455
- setModelValueByPath(path: any, value: any): void;
456
- getFieldID(schema: any, unique?: boolean): string;
457
- getLabelId(schema: any): string;
458
- getFieldClasses(): any;
459
- formatValueToField(value: any): any;
460
- formatValueToModel(value: any): any;
461
- };
462
- }, import("vue").ComponentOptionsMixin, "modelUpdated"[], "modelUpdated", import("vue").PublicProps, Readonly<{}> & Readonly<{
463
- onModelUpdated?: ((...args: any[]) => any) | undefined;
464
- }>, {}, {}, {}, {}, "schema" | "validate" | "clearValidationErrors", import("vue").ComponentProvideOptions, true, {}, any>;
465
- FieldObjectAdvanced: import("vue").DefineComponent<{}, {}, {
466
- newKeyName: string;
467
- }, {
468
- subSchema(): any;
469
- subFields(): any;
470
- hasObjectKeys(): any;
471
- transformedModel(): any;
472
- valueInputType(): "text" | "number";
473
- }, {
474
- removeElement(index: any): void;
475
- transformMapModelValuesToObject(model: Object, fields: any[], field: string): Object;
476
- addKey(): void;
477
- updateModel(_: any, schema: any): void;
478
- }, {
479
- name: string;
480
- props: string[];
481
- emits: string[];
482
- data(): {
483
- errors: never[];
484
- debouncedValidateFunc: null;
485
- debouncedFormatFunc: null;
486
- };
487
- directives: {
488
- attributes: {
489
- beforeMount: (el: any, binding: any, vnode: any) => void;
490
- updated: (el: any, binding: any, vnode: any) => void;
491
- componentUpdated: (el: any, binding: any, vnode: any) => void;
492
- };
493
- };
494
- computed: {
495
- value: {
496
- cache: boolean;
497
- get(): any;
498
- set(newValue: any): void;
499
- };
500
- };
501
- methods: {
502
- validate(calledParent: any): any[] | Promise<any[]>;
503
- debouncedValidate(): void;
504
- updateModelValue(newValue: any, oldValue: any): void;
505
- clearValidationErrors(): void;
506
- setModelValueByPath(path: any, value: any): void;
507
- getFieldID(schema: any, unique?: boolean): string;
508
- getLabelId(schema: any): string;
509
- getFieldClasses(): any;
510
- formatValueToField(value: any): any;
511
- formatValueToModel(value: any): any;
512
- };
513
- }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
514
- "onModel-updated"?: ((...args: any[]) => any) | undefined;
515
- }>, {}, {}, {}, {}, "schema" | "validate" | "clearValidationErrors", import("vue").ComponentProvideOptions, true, {}, any>;
420
+ FieldObject: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
421
+ FieldObjectAdvanced: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
516
422
  FieldAutoSuggest: import("vue").DefineComponent<{}, {
517
423
  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;
518
424
  KUI_ICON_SIZE_40: "20px";
@@ -605,7 +511,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
605
511
  error?: string | null;
606
512
  } & import("../../types/form-autosuggest").AutoSuggestInjection> & Readonly<{
607
513
  onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
608
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
514
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
609
515
  change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
610
516
  }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
611
517
  P: {};
@@ -650,7 +556,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
650
556
  error?: string | null;
651
557
  } & import("../../types/form-autosuggest").AutoSuggestInjection> & Readonly<{
652
558
  onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
653
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
559
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
654
560
  change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
655
561
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
656
562
  $slots: {
@@ -899,7 +805,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
899
805
  };
900
806
  }>> & Readonly<{
901
807
  "onRemove-item"?: (() => any) | undefined;
902
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
808
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
903
809
  "remove-item": () => any;
904
810
  }, import("vue").PublicProps, {
905
811
  model: Record<string, any>;
@@ -950,7 +856,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
950
856
  };
951
857
  }>> & Readonly<{
952
858
  "onRemove-item"?: (() => any) | undefined;
953
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
859
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
954
860
  "remove-item": () => any;
955
861
  }, string, {
956
862
  model: Record<string, any>;
@@ -1033,5 +939,4 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1033
939
  disabled: boolean;
1034
940
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1035
941
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1036
- export default _default;
1037
942
  //# sourceMappingURL=FieldArray.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldArray.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArray.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"FieldArray.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArray.vue"],"names":[],"mappings":"wBAqRqB,OAAO,YAAY;;AA+RxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA4GG"}
@@ -1,8 +1,8 @@
1
- declare var __VLS_6: {};
1
+ declare var __VLS_7: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_6) => any;
3
+ default?: (props: typeof __VLS_7) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
6
  model: {
7
7
  type: ObjectConstructor;
8
8
  default: () => null;
@@ -15,7 +15,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
15
15
  type: NumberConstructor;
16
16
  default: undefined;
17
17
  };
18
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
19
  "remove-item": () => any;
20
20
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  model: {
@@ -37,7 +37,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
37
37
  schema: Record<string, any>;
38
38
  index: number;
39
39
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
40
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
41
42
  export default _default;
42
43
  type __VLS_WithSlots<T, S> = T & {
43
44
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"FieldArrayCardContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayCardContainer.vue"],"names":[],"mappings":"AAiKA,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;AAiC/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAkBnB,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":"FieldArrayCardContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayCardContainer.vue"],"names":[],"mappings":"AAsKA,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"}
@@ -4,12 +4,12 @@ type __VLS_Slots = {} & {
4
4
  } & {
5
5
  after?: (props: typeof __VLS_16) => any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
8
  model: {
9
9
  type: StringConstructor;
10
10
  default: string;
11
11
  };
12
- }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
13
  "remove-item": () => any;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  model: {
@@ -21,7 +21,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
21
21
  }>, {
22
22
  model: string;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
+ declare const _default: typeof __VLS_export;
25
26
  export default _default;
26
27
  type __VLS_WithSlots<T, S> = T & {
27
28
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"FieldArrayItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayItem.vue"],"names":[],"mappings":"AAwIA,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;AAyB9C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;4EAUnB,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":"FieldArrayItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayItem.vue"],"names":[],"mappings":"AA8IA,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"}
@@ -2,12 +2,13 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
6
  "remove-item": () => any;
7
7
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
8
  "onRemove-item"?: (() => any) | undefined;
9
9
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
12
13
  type __VLS_WithSlots<T, S> = T & {
13
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"FieldArrayMultiItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayMultiItem.vue"],"names":[],"mappings":"AAiFA,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;AAkB/C,QAAA,MAAM,eAAe;;;;iFAInB,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":"FieldArrayMultiItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/fields/FieldArrayMultiItem.vue"],"names":[],"mappings":"AAoFA,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"}