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