@kong-ui-public/forms 4.27.3-pr.3470.87bb970d7.0 → 4.27.3

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 (128) hide show
  1. package/dist/forms.es.js +8028 -0
  2. package/dist/forms.umd.js +5 -0
  3. package/dist/style.css +1 -0
  4. package/dist/types/components/FormGenerator.vue.d.ts +553 -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 +111 -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 +99 -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 +954 -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 +143 -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 +64 -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/FieldStringArray.vue.d.ts +15 -0
  59. package/dist/types/components/fields/FieldStringArray.vue.d.ts.map +1 -0
  60. package/dist/types/components/fields/FieldSwitch.vue.d.ts +83 -0
  61. package/dist/types/components/fields/FieldSwitch.vue.d.ts.map +1 -0
  62. package/dist/types/components/fields/FieldTextArea.vue.d.ts +83 -0
  63. package/dist/types/components/fields/FieldTextArea.vue.d.ts.map +1 -0
  64. package/dist/types/components/fields/__tests__/FieldAutoSuggestLegacy.spec.d.ts +2 -0
  65. package/dist/types/components/fields/__tests__/FieldAutoSuggestLegacy.spec.d.ts.map +1 -0
  66. package/dist/types/components/fields/abstractField.d.ts +39 -0
  67. package/dist/types/components/fields/abstractField.d.ts.map +1 -0
  68. package/dist/types/components/fields/exports.d.ts +2 -0
  69. package/dist/types/components/fields/exports.d.ts.map +1 -0
  70. package/dist/types/components/forms/ACMEForm.vue.d.ts +49 -0
  71. package/dist/types/components/forms/ACMEForm.vue.d.ts.map +1 -0
  72. package/dist/types/components/forms/ExitTransformer.vue.d.ts +49 -0
  73. package/dist/types/components/forms/ExitTransformer.vue.d.ts.map +1 -0
  74. package/dist/types/components/forms/OIDCForm.vue.d.ts +1638 -0
  75. package/dist/types/components/forms/OIDCForm.vue.d.ts.map +1 -0
  76. package/dist/types/components/forms/OIDCPrincipals.vue.d.ts +979 -0
  77. package/dist/types/components/forms/OIDCPrincipals.vue.d.ts.map +1 -0
  78. package/dist/types/components/forms/PostFunction.vue.d.ts +49 -0
  79. package/dist/types/components/forms/PostFunction.vue.d.ts.map +1 -0
  80. package/dist/types/components/forms/RLAForm.vue.d.ts +15 -0
  81. package/dist/types/components/forms/RLAForm.vue.d.ts.map +1 -0
  82. package/dist/types/components/forms/__tests__/OIDCSchema.d.ts +2452 -0
  83. package/dist/types/components/forms/__tests__/OIDCSchema.d.ts.map +1 -0
  84. package/dist/types/components/forms/__tests__/RLASchema.d.ts +1132 -0
  85. package/dist/types/components/forms/__tests__/RLASchema.d.ts.map +1 -0
  86. package/dist/types/components/forms/index.d.ts +6 -0
  87. package/dist/types/components/forms/index.d.ts.map +1 -0
  88. package/dist/types/components/forms/schemas/ACMECommon.d.ts +19 -0
  89. package/dist/types/components/forms/schemas/ACMECommon.d.ts.map +1 -0
  90. package/dist/types/composables/index.d.ts +10 -0
  91. package/dist/types/composables/index.d.ts.map +1 -0
  92. package/dist/types/composables/useAbstractFields.d.ts +29 -0
  93. package/dist/types/composables/useAbstractFields.d.ts.map +1 -0
  94. package/dist/types/composables/useRedisNonStandardFields.d.ts +9 -0
  95. package/dist/types/composables/useRedisNonStandardFields.d.ts.map +1 -0
  96. package/dist/types/composables/useRedisPartial.d.ts +23 -0
  97. package/dist/types/composables/useRedisPartial.d.ts.map +1 -0
  98. package/dist/types/const.d.ts +16 -0
  99. package/dist/types/const.d.ts.map +1 -0
  100. package/dist/types/external-links.d.ts +9 -0
  101. package/dist/types/external-links.d.ts.map +1 -0
  102. package/dist/types/index.d.ts +11 -0
  103. package/dist/types/index.d.ts.map +1 -0
  104. package/dist/types/types/form-autosuggest.d.ts +18 -0
  105. package/dist/types/types/form-autosuggest.d.ts.map +1 -0
  106. package/dist/types/types/form-fields.d.ts +25 -0
  107. package/dist/types/types/form-fields.d.ts.map +1 -0
  108. package/dist/types/types/form-generator.d.ts +27 -0
  109. package/dist/types/types/form-generator.d.ts.map +1 -0
  110. package/dist/types/types/form-redis-partial.d.ts +90 -0
  111. package/dist/types/types/form-redis-partial.d.ts.map +1 -0
  112. package/dist/types/types/index.d.ts +5 -0
  113. package/dist/types/types/index.d.ts.map +1 -0
  114. package/dist/types/utils/autoSuggest.d.ts +13 -0
  115. package/dist/types/utils/autoSuggest.d.ts.map +1 -0
  116. package/dist/types/utils/fieldsLoader.d.ts +23 -0
  117. package/dist/types/utils/fieldsLoader.d.ts.map +1 -0
  118. package/dist/types/utils/isValidUuid.d.ts +8 -0
  119. package/dist/types/utils/isValidUuid.d.ts.map +1 -0
  120. package/dist/types/utils/redisPartial.d.ts +15 -0
  121. package/dist/types/utils/redisPartial.d.ts.map +1 -0
  122. package/dist/types/utils/redisPartialManagedSource.d.ts +13 -0
  123. package/dist/types/utils/redisPartialManagedSource.d.ts.map +1 -0
  124. package/dist/types/utils/schema.d.ts +6 -0
  125. package/dist/types/utils/schema.d.ts.map +1 -0
  126. package/dist/types/utils/validators.d.ts +3 -0
  127. package/dist/types/utils/validators.d.ts.map +1 -0
  128. package/package.json +3 -3
@@ -0,0 +1,954 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ newElementButtonLabel: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ removeElementButtonLabel: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ }>, {}, {}, {}, {
13
+ generateSchema(rootValue: any, schema: any, index: any): any;
14
+ newElement(): void;
15
+ removeElement(index: any): void;
16
+ getFieldComponent(fieldSchema: any): any;
17
+ modelUpdated(): void;
18
+ handleInput(val: any, index: any): void;
19
+ isStringArrayItems(): boolean;
20
+ generateStringArraySchema(index: any): {
21
+ model: string;
22
+ id: string;
23
+ placeholder: any;
24
+ help: any;
25
+ fieldClasses: any;
26
+ get: () => any;
27
+ };
28
+ handleStringArrayUpdate(val: any, index: any): void;
29
+ }, {
30
+ name: string;
31
+ props: string[];
32
+ emits: string[];
33
+ data(): {
34
+ errors: never[];
35
+ debouncedValidateFunc: null;
36
+ debouncedFormatFunc: null;
37
+ };
38
+ directives: {
39
+ attributes: {
40
+ beforeMount: (el: any, binding: any, vnode: any) => void;
41
+ updated: (el: any, binding: any, vnode: any) => void;
42
+ componentUpdated: (el: any, binding: any, vnode: any) => void;
43
+ };
44
+ };
45
+ computed: {
46
+ value: {
47
+ cache: boolean;
48
+ get(): any;
49
+ set(newValue: any): void;
50
+ };
51
+ };
52
+ methods: {
53
+ validate(calledParent: any): any[] | Promise<any[]>;
54
+ debouncedValidate(): void;
55
+ updateModelValue(newValue: any, oldValue: any): void;
56
+ clearValidationErrors(): void;
57
+ setModelValueByPath(path: any, value: any): void;
58
+ getFieldID(schema: any, unique?: boolean): string;
59
+ getLabelId(schema: any): string;
60
+ getFieldClasses(): any;
61
+ formatValueToField(value: any): any;
62
+ formatValueToModel(value: any): any;
63
+ };
64
+ }, import("vue").ComponentOptionsMixin, "refreshModel"[], "refreshModel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
+ newElementButtonLabel: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ removeElementButtonLabel: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ }>> & Readonly<{
74
+ onRefreshModel?: ((...args: any[]) => any) | undefined;
75
+ }>, {
76
+ newElementButtonLabel: string;
77
+ removeElementButtonLabel: string;
78
+ }, {}, {
79
+ FieldArrayItem: {
80
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
81
+ model: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ }>> & Readonly<{
86
+ "onRemove-item"?: (() => any) | undefined;
87
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
88
+ "remove-item": () => any;
89
+ }, import("vue").PublicProps, {
90
+ model: string;
91
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
92
+ P: {};
93
+ B: {};
94
+ D: {};
95
+ C: {};
96
+ M: {};
97
+ Defaults: {};
98
+ }, Readonly<import("vue").ExtractPropTypes<{
99
+ model: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
+ }>> & Readonly<{
104
+ "onRemove-item"?: (() => any) | undefined;
105
+ }>, {}, {}, {}, {}, {
106
+ model: string;
107
+ }>;
108
+ __isFragment?: never;
109
+ __isTeleport?: never;
110
+ __isSuspense?: never;
111
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
112
+ model: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ };
116
+ }>> & Readonly<{
117
+ "onRemove-item"?: (() => any) | undefined;
118
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
119
+ "remove-item": () => any;
120
+ }, string, {
121
+ model: string;
122
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
123
+ $slots: {
124
+ default?: (props: {}) => any;
125
+ } & {
126
+ after?: (props: {}) => any;
127
+ };
128
+ });
129
+ FieldArrayMultiItem: {
130
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
131
+ "onRemove-item"?: (() => any) | undefined;
132
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
133
+ "remove-item": () => any;
134
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
135
+ P: {};
136
+ B: {};
137
+ D: {};
138
+ C: {};
139
+ M: {};
140
+ Defaults: {};
141
+ }, Readonly<{}> & Readonly<{
142
+ "onRemove-item"?: (() => any) | undefined;
143
+ }>, {}, {}, {}, {}, {}>;
144
+ __isFragment?: never;
145
+ __isTeleport?: never;
146
+ __isSuspense?: never;
147
+ } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{
148
+ "onRemove-item"?: (() => any) | undefined;
149
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
150
+ "remove-item": () => any;
151
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
152
+ $slots: {
153
+ default?: (props: {}) => any;
154
+ };
155
+ });
156
+ FieldSelect: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
157
+ disabled: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ formOptions: {
162
+ type: import("vue").PropType<Record<string, any>>;
163
+ default: () => undefined;
164
+ };
165
+ model: {
166
+ type: import("vue").PropType<Record<string, any>>;
167
+ default: () => undefined;
168
+ };
169
+ schema: {
170
+ type: import("vue").PropType<Record<string, any>>;
171
+ required: true;
172
+ };
173
+ vfg: {
174
+ type: ObjectConstructor;
175
+ required: true;
176
+ };
177
+ errors: {
178
+ type: ArrayConstructor;
179
+ default: () => never[];
180
+ };
181
+ hint: {
182
+ type: StringConstructor;
183
+ default: string;
184
+ };
185
+ }>, {
186
+ clearValidationErrors: () => void;
187
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
188
+ modelUpdated: (value: any, model: Record<string, any>) => any;
189
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
190
+ disabled: {
191
+ type: BooleanConstructor;
192
+ default: boolean;
193
+ };
194
+ formOptions: {
195
+ type: import("vue").PropType<Record<string, any>>;
196
+ default: () => undefined;
197
+ };
198
+ model: {
199
+ type: import("vue").PropType<Record<string, any>>;
200
+ default: () => undefined;
201
+ };
202
+ schema: {
203
+ type: import("vue").PropType<Record<string, any>>;
204
+ required: true;
205
+ };
206
+ vfg: {
207
+ type: ObjectConstructor;
208
+ required: true;
209
+ };
210
+ errors: {
211
+ type: ArrayConstructor;
212
+ default: () => never[];
213
+ };
214
+ hint: {
215
+ type: StringConstructor;
216
+ default: string;
217
+ };
218
+ }>> & Readonly<{
219
+ onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
220
+ }>, {
221
+ errors: unknown[];
222
+ model: Record<string, any>;
223
+ hint: string;
224
+ formOptions: Record<string, any>;
225
+ disabled: boolean;
226
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
227
+ FieldMetric: import("vue").DefineComponent<{}, {}, {
228
+ contentVisible: boolean;
229
+ }, {}, {}, {
230
+ name: string;
231
+ props: string[];
232
+ emits: string[];
233
+ data(): {
234
+ errors: never[];
235
+ debouncedValidateFunc: null;
236
+ debouncedFormatFunc: null;
237
+ };
238
+ directives: {
239
+ attributes: {
240
+ beforeMount: (el: any, binding: any, vnode: any) => void;
241
+ updated: (el: any, binding: any, vnode: any) => void;
242
+ componentUpdated: (el: any, binding: any, vnode: any) => void;
243
+ };
244
+ };
245
+ computed: {
246
+ value: {
247
+ cache: boolean;
248
+ get(): any;
249
+ set(newValue: any): void;
250
+ };
251
+ };
252
+ methods: {
253
+ validate(calledParent: any): any[] | Promise<any[]>;
254
+ debouncedValidate(): void;
255
+ updateModelValue(newValue: any, oldValue: any): void;
256
+ clearValidationErrors(): void;
257
+ setModelValueByPath(path: any, value: any): void;
258
+ getFieldID(schema: any, unique?: boolean): string;
259
+ getLabelId(schema: any): string;
260
+ getFieldClasses(): any;
261
+ formatValueToField(value: any): any;
262
+ formatValueToModel(value: any): any;
263
+ };
264
+ }, import("vue").ComponentOptionsMixin, "remove-item"[], "remove-item", import("vue").PublicProps, Readonly<{}> & Readonly<{
265
+ "onRemove-item"?: ((...args: any[]) => any) | undefined;
266
+ }>, {}, {}, {
267
+ AddIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
268
+ title: {
269
+ type: StringConstructor;
270
+ required: false;
271
+ default: string;
272
+ };
273
+ color: {
274
+ type: StringConstructor;
275
+ required: false;
276
+ default: string;
277
+ };
278
+ display: {
279
+ type: StringConstructor;
280
+ required: false;
281
+ default: string;
282
+ };
283
+ decorative: {
284
+ type: BooleanConstructor;
285
+ required: false;
286
+ default: boolean;
287
+ };
288
+ size: {
289
+ type: (StringConstructor | NumberConstructor)[];
290
+ required: false;
291
+ default: "24px";
292
+ validator: (sizeValue: number | string) => boolean;
293
+ };
294
+ as: {
295
+ type: StringConstructor;
296
+ required: false;
297
+ default: string;
298
+ };
299
+ staticIds: {
300
+ type: BooleanConstructor;
301
+ default: boolean;
302
+ };
303
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
304
+ title: {
305
+ type: StringConstructor;
306
+ required: false;
307
+ default: string;
308
+ };
309
+ color: {
310
+ type: StringConstructor;
311
+ required: false;
312
+ default: string;
313
+ };
314
+ display: {
315
+ type: StringConstructor;
316
+ required: false;
317
+ default: string;
318
+ };
319
+ decorative: {
320
+ type: BooleanConstructor;
321
+ required: false;
322
+ default: boolean;
323
+ };
324
+ size: {
325
+ type: (StringConstructor | NumberConstructor)[];
326
+ required: false;
327
+ default: "24px";
328
+ validator: (sizeValue: number | string) => boolean;
329
+ };
330
+ as: {
331
+ type: StringConstructor;
332
+ required: false;
333
+ default: string;
334
+ };
335
+ staticIds: {
336
+ type: BooleanConstructor;
337
+ default: boolean;
338
+ };
339
+ }>> & Readonly<{}>, {
340
+ title: string;
341
+ color: string;
342
+ display: string;
343
+ decorative: boolean;
344
+ size: string | number;
345
+ as: string;
346
+ staticIds: boolean;
347
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
348
+ TrashIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
349
+ title: {
350
+ type: StringConstructor;
351
+ required: false;
352
+ default: string;
353
+ };
354
+ color: {
355
+ type: StringConstructor;
356
+ required: false;
357
+ default: string;
358
+ };
359
+ display: {
360
+ type: StringConstructor;
361
+ required: false;
362
+ default: string;
363
+ };
364
+ decorative: {
365
+ type: BooleanConstructor;
366
+ required: false;
367
+ default: boolean;
368
+ };
369
+ size: {
370
+ type: (StringConstructor | NumberConstructor)[];
371
+ required: false;
372
+ default: "24px";
373
+ validator: (sizeValue: number | string) => boolean;
374
+ };
375
+ as: {
376
+ type: StringConstructor;
377
+ required: false;
378
+ default: string;
379
+ };
380
+ staticIds: {
381
+ type: BooleanConstructor;
382
+ default: boolean;
383
+ };
384
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
385
+ title: {
386
+ type: StringConstructor;
387
+ required: false;
388
+ default: string;
389
+ };
390
+ color: {
391
+ type: StringConstructor;
392
+ required: false;
393
+ default: string;
394
+ };
395
+ display: {
396
+ type: StringConstructor;
397
+ required: false;
398
+ default: string;
399
+ };
400
+ decorative: {
401
+ type: BooleanConstructor;
402
+ required: false;
403
+ default: boolean;
404
+ };
405
+ size: {
406
+ type: (StringConstructor | NumberConstructor)[];
407
+ required: false;
408
+ default: "24px";
409
+ validator: (sizeValue: number | string) => boolean;
410
+ };
411
+ as: {
412
+ type: StringConstructor;
413
+ required: false;
414
+ default: string;
415
+ };
416
+ staticIds: {
417
+ type: BooleanConstructor;
418
+ default: boolean;
419
+ };
420
+ }>> & Readonly<{}>, {
421
+ title: string;
422
+ color: string;
423
+ display: string;
424
+ decorative: boolean;
425
+ size: string | number;
426
+ as: string;
427
+ staticIds: boolean;
428
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
429
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
430
+ FieldObject: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
431
+ FieldObjectAdvanced: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
432
+ FieldAutoSuggest: import("vue").DefineComponent<{}, {
433
+ 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.managed_ui" | "redis.shared_configuration" | "redis.dedicated_configuration" | "redis.config_card" | "redis.custom_plugin" | "redis.shared_configuration.title" | "redis.shared_configuration.label" | "redis.shared_configuration.description" | "redis.shared_configuration.create_new_configuration" | "redis.shared_configuration.selector" | "redis.shared_configuration.selector.placeholder" | "redis.dedicated_configuration.label" | "redis.dedicated_configuration.description" | "redis.managed_ui.title" | "redis.managed_ui.shared_configuration" | "redis.managed_ui.dedicated_configuration" | "redis.managed_ui.groups" | "redis.managed_ui.shared_configuration.title" | "redis.managed_ui.shared_configuration.label" | "redis.managed_ui.shared_configuration.description" | "redis.managed_ui.shared_configuration.badge" | "redis.managed_ui.shared_configuration.create_new_configuration" | "redis.managed_ui.shared_configuration.selector" | "redis.managed_ui.shared_configuration.selector.placeholder" | "redis.managed_ui.dedicated_configuration.label" | "redis.managed_ui.dedicated_configuration.description" | "redis.managed_ui.groups.self_managed" | "redis.managed_ui.groups.konnect_managed" | "redis.shared_configuration.error" | "redis.shared_configuration.tooltip" | "redis.shared_configuration.configuration_selector_label" | "redis.shared_configuration.configuration_selector_placeholder" | "redis.shared_configuration.empty_state" | "redis.shared_configuration.selector.title" | "redis.shared_configuration.selector.description" | "redis.dedicated_configuration.title" | "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;
434
+ }, {
435
+ idValue: string;
436
+ error: null;
437
+ initialItem: null;
438
+ selectedItem: null;
439
+ loading: boolean;
440
+ }, {
441
+ fieldState(): string;
442
+ associatedEntity(): string | string[];
443
+ entity(): any;
444
+ bypassSearch(): import("vue-router").LocationQueryValue | import("vue-router").LocationQueryValue[];
445
+ inputFields(): any;
446
+ allowUuidSearch(): any;
447
+ inputFieldsWithoutId(): any;
448
+ initialValueSelected(): boolean;
449
+ }, {
450
+ getOne(id: any): Promise<any>;
451
+ transformItem(item: any): any;
452
+ getItem(data: any): any;
453
+ updateModel(value: any): void;
454
+ onSelected(item: any): void;
455
+ getReturnValue(item: any): any;
456
+ }, {
457
+ name: string;
458
+ props: string[];
459
+ emits: string[];
460
+ data(): {
461
+ errors: never[];
462
+ debouncedValidateFunc: null;
463
+ debouncedFormatFunc: null;
464
+ };
465
+ directives: {
466
+ attributes: {
467
+ beforeMount: (el: any, binding: any, vnode: any) => void;
468
+ updated: (el: any, binding: any, vnode: any) => void;
469
+ componentUpdated: (el: any, binding: any, vnode: any) => void;
470
+ };
471
+ };
472
+ computed: {
473
+ value: {
474
+ cache: boolean;
475
+ get(): any;
476
+ set(newValue: any): void;
477
+ };
478
+ };
479
+ methods: {
480
+ validate(calledParent: any): any[] | Promise<any[]>;
481
+ debouncedValidate(): void;
482
+ updateModelValue(newValue: any, oldValue: any): void;
483
+ clearValidationErrors(): void;
484
+ setModelValueByPath(path: any, value: any): void;
485
+ getFieldID(schema: any, unique?: boolean): string;
486
+ getLabelId(schema: any): string;
487
+ getFieldClasses(): any;
488
+ formatValueToField(value: any): any;
489
+ formatValueToModel(value: any): any;
490
+ };
491
+ }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
492
+ "onModel-updated"?: ((...args: any[]) => any) | undefined;
493
+ }>, {}, {}, {
494
+ FieldScopedEntitySelect: {
495
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
496
+ transformItem?: import("../../index.ts").AutoSuggestItemTransformer;
497
+ allowUuidSearch?: boolean;
498
+ placeholder?: string;
499
+ fields?: string[];
500
+ selectedItem?: import("@kong/kongponents").SelectItem<string>;
501
+ selectedItemLoading?: boolean;
502
+ domId: string;
503
+ id: string;
504
+ entity: string;
505
+ disabled?: boolean;
506
+ fieldDisabled?: boolean;
507
+ error?: string | null;
508
+ labelField?: string;
509
+ }> & Readonly<{
510
+ onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
511
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
512
+ change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
513
+ }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
514
+ P: {};
515
+ B: {};
516
+ D: {};
517
+ C: {};
518
+ M: {};
519
+ Defaults: {};
520
+ }, Readonly<{
521
+ transformItem?: import("../../index.ts").AutoSuggestItemTransformer;
522
+ allowUuidSearch?: boolean;
523
+ placeholder?: string;
524
+ fields?: string[];
525
+ selectedItem?: import("@kong/kongponents").SelectItem<string>;
526
+ selectedItemLoading?: boolean;
527
+ domId: string;
528
+ id: string;
529
+ entity: string;
530
+ disabled?: boolean;
531
+ fieldDisabled?: boolean;
532
+ error?: string | null;
533
+ labelField?: string;
534
+ }> & Readonly<{
535
+ onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
536
+ }>, {}, {}, {}, {}, {}>;
537
+ __isFragment?: never;
538
+ __isTeleport?: never;
539
+ __isSuspense?: never;
540
+ } & import("vue").ComponentOptionsBase<Readonly<{
541
+ transformItem?: import("../../index.ts").AutoSuggestItemTransformer;
542
+ allowUuidSearch?: boolean;
543
+ placeholder?: string;
544
+ fields?: string[];
545
+ selectedItem?: import("@kong/kongponents").SelectItem<string>;
546
+ selectedItemLoading?: boolean;
547
+ domId: string;
548
+ id: string;
549
+ entity: string;
550
+ disabled?: boolean;
551
+ fieldDisabled?: boolean;
552
+ error?: string | null;
553
+ labelField?: string;
554
+ }> & Readonly<{
555
+ onChange?: ((item: import("@kong/kongponents").SelectItem<string> | null) => any) | undefined;
556
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
557
+ change: (item: import("@kong/kongponents").SelectItem<string> | null) => any;
558
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
559
+ $slots: {
560
+ before?: (props: {}) => any;
561
+ } & {
562
+ 'selected-item'?: (props: {
563
+ item: import("@kong/kongponents").SelectItem<string>;
564
+ }) => any;
565
+ } & {
566
+ item?: (props: {
567
+ item: import("@kong/kongponents").SelectItem<string>;
568
+ }) => any;
569
+ };
570
+ });
571
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
572
+ FieldAutoSuggestLegacy: import("vue").DefineComponent<{}, {
573
+ 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.managed_ui" | "redis.shared_configuration" | "redis.dedicated_configuration" | "redis.config_card" | "redis.custom_plugin" | "redis.shared_configuration.title" | "redis.shared_configuration.label" | "redis.shared_configuration.description" | "redis.shared_configuration.create_new_configuration" | "redis.shared_configuration.selector" | "redis.shared_configuration.selector.placeholder" | "redis.dedicated_configuration.label" | "redis.dedicated_configuration.description" | "redis.managed_ui.title" | "redis.managed_ui.shared_configuration" | "redis.managed_ui.dedicated_configuration" | "redis.managed_ui.groups" | "redis.managed_ui.shared_configuration.title" | "redis.managed_ui.shared_configuration.label" | "redis.managed_ui.shared_configuration.description" | "redis.managed_ui.shared_configuration.badge" | "redis.managed_ui.shared_configuration.create_new_configuration" | "redis.managed_ui.shared_configuration.selector" | "redis.managed_ui.shared_configuration.selector.placeholder" | "redis.managed_ui.dedicated_configuration.label" | "redis.managed_ui.dedicated_configuration.description" | "redis.managed_ui.groups.self_managed" | "redis.managed_ui.groups.konnect_managed" | "redis.shared_configuration.error" | "redis.shared_configuration.tooltip" | "redis.shared_configuration.configuration_selector_label" | "redis.shared_configuration.configuration_selector_placeholder" | "redis.shared_configuration.empty_state" | "redis.shared_configuration.selector.title" | "redis.shared_configuration.selector.description" | "redis.dedicated_configuration.title" | "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;
574
+ }, {
575
+ suggestions: never[];
576
+ idValue: string;
577
+ message: string;
578
+ items: never[];
579
+ initialItems: never[];
580
+ loading: boolean;
581
+ }, {
582
+ fieldState(): string;
583
+ associatedEntity(): string | string[];
584
+ entity(): any;
585
+ scope(): any;
586
+ bypassSearch(): import("vue-router").LocationQueryValue | import("vue-router").LocationQueryValue[];
587
+ }, {
588
+ onQueryChange(query: any): void;
589
+ search(query: any): Promise<void>;
590
+ getItem(data: any): any;
591
+ fetchUntilLimit(params: any): Promise<any[]>;
592
+ fetchSuggestions(query: any, field: any): Promise<any[]>;
593
+ fetchExact(id: any): Promise<any>;
594
+ getInputFields(): any;
595
+ getSuggestionLabel(item: any): any;
596
+ updateModel(value: any): void;
597
+ onSelected(item: any): void;
598
+ getReturnValue(item: any): any;
599
+ }, {
600
+ name: string;
601
+ props: string[];
602
+ emits: string[];
603
+ data(): {
604
+ errors: never[];
605
+ debouncedValidateFunc: null;
606
+ debouncedFormatFunc: null;
607
+ };
608
+ directives: {
609
+ attributes: {
610
+ beforeMount: (el: any, binding: any, vnode: any) => void;
611
+ updated: (el: any, binding: any, vnode: any) => void;
612
+ componentUpdated: (el: any, binding: any, vnode: any) => void;
613
+ };
614
+ };
615
+ computed: {
616
+ value: {
617
+ cache: boolean;
618
+ get(): any;
619
+ set(newValue: any): void;
620
+ };
621
+ };
622
+ methods: {
623
+ validate(calledParent: any): any[] | Promise<any[]>;
624
+ debouncedValidate(): void;
625
+ updateModelValue(newValue: any, oldValue: any): void;
626
+ clearValidationErrors(): void;
627
+ setModelValueByPath(path: any, value: any): void;
628
+ getFieldID(schema: any, unique?: boolean): string;
629
+ getLabelId(schema: any): string;
630
+ getFieldClasses(): any;
631
+ formatValueToField(value: any): any;
632
+ formatValueToModel(value: any): any;
633
+ };
634
+ }, import("vue").ComponentOptionsMixin, "model-updated"[], "model-updated", import("vue").PublicProps, Readonly<{}> & Readonly<{
635
+ "onModel-updated"?: ((...args: any[]) => any) | undefined;
636
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
637
+ FieldRadio: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
638
+ disabled: {
639
+ type: BooleanConstructor;
640
+ default: boolean;
641
+ };
642
+ formOptions: {
643
+ type: import("vue").PropType<Record<string, any>>;
644
+ default: () => undefined;
645
+ };
646
+ model: {
647
+ type: import("vue").PropType<Record<string, any>>;
648
+ default: () => undefined;
649
+ };
650
+ schema: {
651
+ type: import("vue").PropType<Record<string, any>>;
652
+ required: true;
653
+ };
654
+ vfg: {
655
+ type: ObjectConstructor;
656
+ required: true;
657
+ };
658
+ errors: {
659
+ type: ArrayConstructor;
660
+ default: () => never[];
661
+ };
662
+ hint: {
663
+ type: StringConstructor;
664
+ default: string;
665
+ };
666
+ }>, {
667
+ clearValidationErrors: () => void;
668
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
669
+ modelUpdated: (value: any, model: Record<string, any>) => any;
670
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
671
+ disabled: {
672
+ type: BooleanConstructor;
673
+ default: boolean;
674
+ };
675
+ formOptions: {
676
+ type: import("vue").PropType<Record<string, any>>;
677
+ default: () => undefined;
678
+ };
679
+ model: {
680
+ type: import("vue").PropType<Record<string, any>>;
681
+ default: () => undefined;
682
+ };
683
+ schema: {
684
+ type: import("vue").PropType<Record<string, any>>;
685
+ required: true;
686
+ };
687
+ vfg: {
688
+ type: ObjectConstructor;
689
+ required: true;
690
+ };
691
+ errors: {
692
+ type: ArrayConstructor;
693
+ default: () => never[];
694
+ };
695
+ hint: {
696
+ type: StringConstructor;
697
+ default: string;
698
+ };
699
+ }>> & Readonly<{
700
+ onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
701
+ }>, {
702
+ errors: unknown[];
703
+ model: Record<string, any>;
704
+ hint: string;
705
+ formOptions: Record<string, any>;
706
+ disabled: boolean;
707
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
708
+ FieldArrayCardContainer: {
709
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
710
+ model: {
711
+ type: ObjectConstructor;
712
+ default: () => null;
713
+ };
714
+ schema: {
715
+ type: ObjectConstructor;
716
+ default: () => null;
717
+ };
718
+ index: {
719
+ type: NumberConstructor;
720
+ default: undefined;
721
+ };
722
+ }>> & Readonly<{
723
+ "onRemove-item"?: (() => any) | undefined;
724
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
725
+ "remove-item": () => any;
726
+ }, import("vue").PublicProps, {
727
+ model: Record<string, any>;
728
+ schema: Record<string, any>;
729
+ index: number;
730
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
731
+ P: {};
732
+ B: {};
733
+ D: {};
734
+ C: {};
735
+ M: {};
736
+ Defaults: {};
737
+ }, Readonly<import("vue").ExtractPropTypes<{
738
+ model: {
739
+ type: ObjectConstructor;
740
+ default: () => null;
741
+ };
742
+ schema: {
743
+ type: ObjectConstructor;
744
+ default: () => null;
745
+ };
746
+ index: {
747
+ type: NumberConstructor;
748
+ default: undefined;
749
+ };
750
+ }>> & Readonly<{
751
+ "onRemove-item"?: (() => any) | undefined;
752
+ }>, {}, {}, {}, {}, {
753
+ model: Record<string, any>;
754
+ schema: Record<string, any>;
755
+ index: number;
756
+ }>;
757
+ __isFragment?: never;
758
+ __isTeleport?: never;
759
+ __isSuspense?: never;
760
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
761
+ model: {
762
+ type: ObjectConstructor;
763
+ default: () => null;
764
+ };
765
+ schema: {
766
+ type: ObjectConstructor;
767
+ default: () => null;
768
+ };
769
+ index: {
770
+ type: NumberConstructor;
771
+ default: undefined;
772
+ };
773
+ }>> & Readonly<{
774
+ "onRemove-item"?: (() => any) | undefined;
775
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
776
+ "remove-item": () => any;
777
+ }, string, {
778
+ model: Record<string, any>;
779
+ schema: Record<string, any>;
780
+ index: number;
781
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
782
+ $slots: {
783
+ default?: (props: {}) => any;
784
+ };
785
+ });
786
+ FieldInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
787
+ disabled: {
788
+ type: BooleanConstructor;
789
+ default: boolean;
790
+ };
791
+ formOptions: {
792
+ type: import("vue").PropType<Record<string, any>>;
793
+ default: () => undefined;
794
+ };
795
+ model: {
796
+ type: import("vue").PropType<Record<string, any>>;
797
+ default: () => undefined;
798
+ };
799
+ schema: {
800
+ type: import("vue").PropType<Record<string, any>>;
801
+ required: true;
802
+ };
803
+ vfg: {
804
+ type: ObjectConstructor;
805
+ required: true;
806
+ };
807
+ errors: {
808
+ type: ArrayConstructor;
809
+ default: () => never[];
810
+ };
811
+ hint: {
812
+ type: StringConstructor;
813
+ default: string;
814
+ };
815
+ }>, {
816
+ clearValidationErrors: () => void;
817
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
818
+ modelUpdated: (value: any, model: Record<string, any>) => any;
819
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
820
+ disabled: {
821
+ type: BooleanConstructor;
822
+ default: boolean;
823
+ };
824
+ formOptions: {
825
+ type: import("vue").PropType<Record<string, any>>;
826
+ default: () => undefined;
827
+ };
828
+ model: {
829
+ type: import("vue").PropType<Record<string, any>>;
830
+ default: () => undefined;
831
+ };
832
+ schema: {
833
+ type: import("vue").PropType<Record<string, any>>;
834
+ required: true;
835
+ };
836
+ vfg: {
837
+ type: ObjectConstructor;
838
+ required: true;
839
+ };
840
+ errors: {
841
+ type: ArrayConstructor;
842
+ default: () => never[];
843
+ };
844
+ hint: {
845
+ type: StringConstructor;
846
+ default: string;
847
+ };
848
+ }>> & Readonly<{
849
+ onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
850
+ }>, {
851
+ errors: unknown[];
852
+ model: Record<string, any>;
853
+ hint: string;
854
+ formOptions: Record<string, any>;
855
+ disabled: boolean;
856
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
857
+ FieldStringArray: import("vue").DefineComponent<{
858
+ formOptions?: Record<string, any>;
859
+ model?: Record<string, any>;
860
+ schema: Record<string, any>;
861
+ }, {
862
+ clearValidationErrors: () => void;
863
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
864
+ modelUpdated: (value: any, model: Record<string, any>) => any;
865
+ }, string, import("vue").PublicProps, Readonly<{
866
+ formOptions?: Record<string, any>;
867
+ model?: Record<string, any>;
868
+ schema: Record<string, any>;
869
+ }> & Readonly<{
870
+ onModelUpdated?: ((value: any, model: Record<string, any>) => any) | undefined;
871
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
872
+ TrashIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
873
+ title: {
874
+ type: StringConstructor;
875
+ required: false;
876
+ default: string;
877
+ };
878
+ color: {
879
+ type: StringConstructor;
880
+ required: false;
881
+ default: string;
882
+ };
883
+ display: {
884
+ type: StringConstructor;
885
+ required: false;
886
+ default: string;
887
+ };
888
+ decorative: {
889
+ type: BooleanConstructor;
890
+ required: false;
891
+ default: boolean;
892
+ };
893
+ size: {
894
+ type: (StringConstructor | NumberConstructor)[];
895
+ required: false;
896
+ default: "24px";
897
+ validator: (sizeValue: number | string) => boolean;
898
+ };
899
+ as: {
900
+ type: StringConstructor;
901
+ required: false;
902
+ default: string;
903
+ };
904
+ staticIds: {
905
+ type: BooleanConstructor;
906
+ default: boolean;
907
+ };
908
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
909
+ title: {
910
+ type: StringConstructor;
911
+ required: false;
912
+ default: string;
913
+ };
914
+ color: {
915
+ type: StringConstructor;
916
+ required: false;
917
+ default: string;
918
+ };
919
+ display: {
920
+ type: StringConstructor;
921
+ required: false;
922
+ default: string;
923
+ };
924
+ decorative: {
925
+ type: BooleanConstructor;
926
+ required: false;
927
+ default: boolean;
928
+ };
929
+ size: {
930
+ type: (StringConstructor | NumberConstructor)[];
931
+ required: false;
932
+ default: "24px";
933
+ validator: (sizeValue: number | string) => boolean;
934
+ };
935
+ as: {
936
+ type: StringConstructor;
937
+ required: false;
938
+ default: string;
939
+ };
940
+ staticIds: {
941
+ type: BooleanConstructor;
942
+ default: boolean;
943
+ };
944
+ }>> & Readonly<{}>, {
945
+ title: string;
946
+ color: string;
947
+ display: string;
948
+ decorative: boolean;
949
+ size: string | number;
950
+ as: string;
951
+ staticIds: boolean;
952
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
953
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
954
+ //# sourceMappingURL=FieldArray.vue.d.ts.map