@opengis/form 0.0.152 → 0.0.154
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.
- package/README.md +61 -61
- package/dist/api/suggest/suggestions_list.json +7 -7
- package/dist/index-B_Xh8KNs.js +11102 -0
- package/dist/index.css +1 -1
- package/dist/index.js +25 -26
- package/dist/index.umd.cjs +21 -21
- package/dist/src/components/form/vs-compact-form.vue.d.ts +1 -1
- package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/address/vs-input-address.vue.d.ts +1 -1
- package/dist/src/components/inputs/array/vs-input-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-color.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-email.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-number.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-password.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-text.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-date-text.vue.d.ts +1 -1
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-time.vue.d.ts +2 -2
- package/dist/src/components/inputs/index.d.ts +55 -145
- package/dist/src/components/inputs/index.d.ts.map +1 -1
- package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts +1 -1
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/index.d.ts +2 -2
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts +2 -2
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-container.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-select.vue.d.ts +4 -4
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/index.d.ts +9 -9
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts +2 -2
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts +3 -3
- package/dist/src/composables/useInputOptions.d.ts +2 -2
- package/dist/src/composables/useInputOptions.d.ts.map +1 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +4 -4
- package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
- package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +3 -3
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +1 -1
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -1
- package/dist/src/schema.d.ts.map +1 -1
- package/dist/src/types/form.d.ts +3 -0
- package/dist/src/types/form.d.ts.map +1 -1
- package/dist/src/utils/convertForm.d.ts.map +1 -1
- package/dist/{vs-richtext-DnZ7dUDV.js → vs-richtext-Cp0nNddl.js} +8 -8
- package/locales/en.json +34 -34
- package/locales/uk.json +34 -34
- package/package.json +79 -79
- package/dist/index-CbYNss3z.js +0 -11258
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts +0 -30
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts.map +0 -1
|
@@ -8,10 +8,10 @@ declare const _default: {
|
|
|
8
8
|
}> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
+
placeholder: string;
|
|
12
|
+
disabled: boolean;
|
|
11
13
|
style: Record<string, any>;
|
|
12
14
|
error: string | null;
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
placeholder: string;
|
|
15
15
|
customClass: string;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
@@ -26,36 +26,6 @@ declare const _default: {
|
|
|
26
26
|
view: string;
|
|
27
27
|
position: string;
|
|
28
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
VsInputInlineSelect: import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
30
|
-
change: (value: string | number | null) => any;
|
|
31
|
-
"update:modelValue": (value: string | number | null) => any;
|
|
32
|
-
"value-selected": (payload: {
|
|
33
|
-
name?: string;
|
|
34
|
-
value: number | string | null;
|
|
35
|
-
option: import("../../types/form.js").IOption | null;
|
|
36
|
-
}) => any;
|
|
37
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
|
|
38
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
39
|
-
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
40
|
-
"onValue-selected"?: ((payload: {
|
|
41
|
-
name?: string;
|
|
42
|
-
value: number | string | null;
|
|
43
|
-
option: import("../../types/form.js").IOption | null;
|
|
44
|
-
}) => any) | undefined;
|
|
45
|
-
}>, {
|
|
46
|
-
options: import("../../types/form.js").IOption[];
|
|
47
|
-
data: string;
|
|
48
|
-
api: string;
|
|
49
|
-
prefix: string;
|
|
50
|
-
host: string;
|
|
51
|
-
start: 0 | 1;
|
|
52
|
-
style: Record<string, any>;
|
|
53
|
-
error: string | null;
|
|
54
|
-
teleport: string;
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
placeholder: string;
|
|
57
|
-
customClass: string;
|
|
58
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
59
29
|
'vs-input-text': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
60
30
|
modelValue?: string;
|
|
61
31
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -65,10 +35,10 @@ declare const _default: {
|
|
|
65
35
|
}> & Readonly<{
|
|
66
36
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
67
37
|
}>, {
|
|
38
|
+
placeholder: string;
|
|
39
|
+
disabled: boolean;
|
|
68
40
|
style: Record<string, any>;
|
|
69
41
|
error: string | null;
|
|
70
|
-
disabled: boolean;
|
|
71
|
-
placeholder: string;
|
|
72
42
|
customClass: string;
|
|
73
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
74
44
|
'vs-input-password': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -80,10 +50,10 @@ declare const _default: {
|
|
|
80
50
|
}> & Readonly<{
|
|
81
51
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
82
52
|
}>, {
|
|
53
|
+
placeholder: string;
|
|
54
|
+
disabled: boolean;
|
|
83
55
|
style: Record<string, any>;
|
|
84
56
|
error: string | null;
|
|
85
|
-
disabled: boolean;
|
|
86
|
-
placeholder: string;
|
|
87
57
|
customClass: string;
|
|
88
58
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
89
59
|
'vs-input-textarea': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -95,9 +65,9 @@ declare const _default: {
|
|
|
95
65
|
}> & Readonly<{
|
|
96
66
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
97
67
|
}>, {
|
|
98
|
-
style: Record<string, any>;
|
|
99
|
-
disabled: boolean;
|
|
100
68
|
placeholder: string;
|
|
69
|
+
disabled: boolean;
|
|
70
|
+
style: Record<string, any>;
|
|
101
71
|
customClass: string;
|
|
102
72
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
103
73
|
'vs-input-richtext': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -115,10 +85,10 @@ declare const _default: {
|
|
|
115
85
|
}> & Readonly<{
|
|
116
86
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
117
87
|
}>, {
|
|
88
|
+
placeholder: string;
|
|
89
|
+
disabled: boolean;
|
|
118
90
|
style: Record<string, any>;
|
|
119
91
|
format: "html" | "md";
|
|
120
|
-
disabled: boolean;
|
|
121
|
-
placeholder: string;
|
|
122
92
|
customClass: string;
|
|
123
93
|
richtextProps: Record<string, any>;
|
|
124
94
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -131,11 +101,11 @@ declare const _default: {
|
|
|
131
101
|
}> & Readonly<{
|
|
132
102
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
133
103
|
}>, {
|
|
104
|
+
placeholder: string;
|
|
105
|
+
disabled: boolean;
|
|
134
106
|
mask: string;
|
|
135
107
|
unmask: boolean;
|
|
136
108
|
style: Record<string, any>;
|
|
137
|
-
disabled: boolean;
|
|
138
|
-
placeholder: string;
|
|
139
109
|
customClass: string;
|
|
140
110
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
141
111
|
'vs-input-number': import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -199,12 +169,12 @@ declare const _default: {
|
|
|
199
169
|
}>> & Readonly<{
|
|
200
170
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
201
171
|
}>, {
|
|
172
|
+
placeholder: string;
|
|
173
|
+
disabled: boolean;
|
|
202
174
|
min: number;
|
|
203
175
|
max: number;
|
|
204
176
|
step: string | number;
|
|
205
177
|
style: Record<string, any>;
|
|
206
|
-
disabled: boolean;
|
|
207
|
-
placeholder: string;
|
|
208
178
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
209
179
|
'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
210
180
|
modelValue?: string;
|
|
@@ -235,81 +205,21 @@ declare const _default: {
|
|
|
235
205
|
option: import("../../types/form.js").IOption | null;
|
|
236
206
|
}) => any) | undefined;
|
|
237
207
|
}>, {
|
|
238
|
-
|
|
239
|
-
data: string;
|
|
240
|
-
api: string;
|
|
241
|
-
prefix: string;
|
|
242
|
-
host: string;
|
|
243
|
-
search: boolean;
|
|
244
|
-
maxHeight: number;
|
|
245
|
-
start: 0 | 1;
|
|
246
|
-
style: Record<string, any>;
|
|
208
|
+
placeholder: string;
|
|
247
209
|
multiple: boolean;
|
|
248
|
-
error: string | null;
|
|
249
|
-
teleport: string;
|
|
250
210
|
disabled: boolean;
|
|
251
|
-
placeholder: string;
|
|
252
|
-
auto: 0 | 1;
|
|
253
|
-
customClass: string;
|
|
254
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
255
|
-
'vs-input-inline-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
256
|
-
change: (value: string | number | null) => any;
|
|
257
|
-
"update:modelValue": (value: string | number | null) => any;
|
|
258
|
-
"value-selected": (payload: {
|
|
259
|
-
name?: string;
|
|
260
|
-
value: number | string | null;
|
|
261
|
-
option: import("../../types/form.js").IOption | null;
|
|
262
|
-
}) => any;
|
|
263
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
|
|
264
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
265
|
-
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
266
|
-
"onValue-selected"?: ((payload: {
|
|
267
|
-
name?: string;
|
|
268
|
-
value: number | string | null;
|
|
269
|
-
option: import("../../types/form.js").IOption | null;
|
|
270
|
-
}) => any) | undefined;
|
|
271
|
-
}>, {
|
|
272
|
-
options: import("../../types/form.js").IOption[];
|
|
273
|
-
data: string;
|
|
274
211
|
api: string;
|
|
275
|
-
prefix: string;
|
|
276
|
-
host: string;
|
|
277
|
-
start: 0 | 1;
|
|
278
|
-
style: Record<string, any>;
|
|
279
|
-
error: string | null;
|
|
280
|
-
teleport: string;
|
|
281
|
-
disabled: boolean;
|
|
282
|
-
placeholder: string;
|
|
283
|
-
customClass: string;
|
|
284
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
285
|
-
'inline-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
286
|
-
change: (value: string | number | null) => any;
|
|
287
|
-
"update:modelValue": (value: string | number | null) => any;
|
|
288
|
-
"value-selected": (payload: {
|
|
289
|
-
name?: string;
|
|
290
|
-
value: number | string | null;
|
|
291
|
-
option: import("../../types/form.js").IOption | null;
|
|
292
|
-
}) => any;
|
|
293
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
|
|
294
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
295
|
-
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
296
|
-
"onValue-selected"?: ((payload: {
|
|
297
|
-
name?: string;
|
|
298
|
-
value: number | string | null;
|
|
299
|
-
option: import("../../types/form.js").IOption | null;
|
|
300
|
-
}) => any) | undefined;
|
|
301
|
-
}>, {
|
|
302
212
|
options: import("../../types/form.js").IOption[];
|
|
303
213
|
data: string;
|
|
304
|
-
api: string;
|
|
305
214
|
prefix: string;
|
|
306
215
|
host: string;
|
|
216
|
+
search: boolean;
|
|
217
|
+
maxHeight: number;
|
|
307
218
|
start: 0 | 1;
|
|
308
219
|
style: Record<string, any>;
|
|
309
220
|
error: string | null;
|
|
310
221
|
teleport: string;
|
|
311
|
-
|
|
312
|
-
placeholder: string;
|
|
222
|
+
auto: 0 | 1;
|
|
313
223
|
customClass: string;
|
|
314
224
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
315
225
|
'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
|
|
@@ -322,13 +232,13 @@ declare const _default: {
|
|
|
322
232
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
323
233
|
}>, {
|
|
324
234
|
text: string;
|
|
325
|
-
style: Record<string, any>;
|
|
326
235
|
rules: (string | object)[];
|
|
327
|
-
view: string;
|
|
328
236
|
label: string;
|
|
237
|
+
disabled: boolean;
|
|
238
|
+
style: Record<string, any>;
|
|
239
|
+
view: string;
|
|
329
240
|
i: string;
|
|
330
241
|
error: string | null;
|
|
331
|
-
disabled: boolean;
|
|
332
242
|
customClass: string;
|
|
333
243
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
334
244
|
'vs-input-static': import("vue").DefineComponent<import("../../types/form.js").IInputStaticProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputStaticProps> & Readonly<{}>, {
|
|
@@ -379,11 +289,11 @@ declare const _default: {
|
|
|
379
289
|
default: () => never[];
|
|
380
290
|
};
|
|
381
291
|
}>> & Readonly<{}>, {
|
|
292
|
+
name: string;
|
|
293
|
+
schema: import("../../types/form.js").ISchemaItem[];
|
|
382
294
|
title: string;
|
|
383
295
|
style: Record<string, any>;
|
|
384
296
|
view: string;
|
|
385
|
-
schema: import("../../types/form.js").ISchemaItem[];
|
|
386
|
-
name: string;
|
|
387
297
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
388
298
|
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
389
299
|
mode?: "datetime" | "month" | "week" | "time" | "date";
|
|
@@ -394,10 +304,10 @@ declare const _default: {
|
|
|
394
304
|
}> & Readonly<{
|
|
395
305
|
"onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
|
|
396
306
|
}>, {
|
|
307
|
+
placeholder: string;
|
|
308
|
+
disabled: boolean;
|
|
397
309
|
style: Record<string, any>;
|
|
398
310
|
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
399
|
-
disabled: boolean;
|
|
400
|
-
placeholder: string;
|
|
401
311
|
customClass: string;
|
|
402
312
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
403
313
|
'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -546,10 +456,10 @@ declare const _default: {
|
|
|
546
456
|
}> & Readonly<{
|
|
547
457
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
548
458
|
}>, {
|
|
459
|
+
placeholder: string;
|
|
460
|
+
disabled: boolean;
|
|
549
461
|
style: Record<string, any>;
|
|
550
462
|
error: string | null;
|
|
551
|
-
disabled: boolean;
|
|
552
|
-
placeholder: string;
|
|
553
463
|
customClass: string;
|
|
554
464
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
555
465
|
'vs-input-tel': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -561,10 +471,10 @@ declare const _default: {
|
|
|
561
471
|
}> & Readonly<{
|
|
562
472
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
563
473
|
}>, {
|
|
474
|
+
placeholder: string;
|
|
475
|
+
disabled: boolean;
|
|
564
476
|
style: Record<string, any>;
|
|
565
477
|
error: string | null;
|
|
566
|
-
disabled: boolean;
|
|
567
|
-
placeholder: string;
|
|
568
478
|
customClass: string;
|
|
569
479
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
570
480
|
'vs-input-datatable': {
|
|
@@ -621,9 +531,9 @@ declare const _default: {
|
|
|
621
531
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
622
532
|
onValueSelected?: ((...args: any[]) => any) | undefined;
|
|
623
533
|
}>, {
|
|
534
|
+
multiple: boolean;
|
|
624
535
|
prefix: string;
|
|
625
536
|
multi: boolean;
|
|
626
|
-
multiple: boolean;
|
|
627
537
|
handleZoom: boolean;
|
|
628
538
|
ctrlZoom: boolean;
|
|
629
539
|
geomType: string[];
|
|
@@ -651,10 +561,10 @@ declare const _default: {
|
|
|
651
561
|
}> & Readonly<{
|
|
652
562
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
653
563
|
}>, {
|
|
564
|
+
placeholder: string;
|
|
565
|
+
disabled: boolean;
|
|
654
566
|
style: Record<string, any>;
|
|
655
567
|
unique: boolean;
|
|
656
|
-
disabled: boolean;
|
|
657
|
-
placeholder: string;
|
|
658
568
|
customClass: string;
|
|
659
569
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
660
570
|
'vs-input-slug': import("vue").DefineComponent<{
|
|
@@ -719,11 +629,11 @@ declare const _default: {
|
|
|
719
629
|
}> & Readonly<{
|
|
720
630
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
721
631
|
}>, {
|
|
632
|
+
placeholder: string;
|
|
633
|
+
disabled: boolean;
|
|
722
634
|
mask: string;
|
|
723
635
|
inputType: string;
|
|
724
636
|
addButtonText: string;
|
|
725
|
-
disabled: boolean;
|
|
726
|
-
placeholder: string;
|
|
727
637
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
728
638
|
'vs-input-range': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
729
639
|
min?: number;
|
|
@@ -738,12 +648,12 @@ declare const _default: {
|
|
|
738
648
|
}> & Readonly<{
|
|
739
649
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
740
650
|
}>, {
|
|
651
|
+
placeholder: string;
|
|
652
|
+
disabled: boolean;
|
|
741
653
|
min: number;
|
|
742
654
|
max: number;
|
|
743
655
|
step: number;
|
|
744
656
|
style: Record<string, any>;
|
|
745
|
-
disabled: boolean;
|
|
746
|
-
placeholder: string;
|
|
747
657
|
customClass: string;
|
|
748
658
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
749
659
|
'vs-input-color': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -751,9 +661,9 @@ declare const _default: {
|
|
|
751
661
|
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
|
|
752
662
|
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
753
663
|
}>, {
|
|
754
|
-
style: Record<string, any>;
|
|
755
|
-
disabled: boolean;
|
|
756
664
|
placeholder: string;
|
|
665
|
+
disabled: boolean;
|
|
666
|
+
style: Record<string, any>;
|
|
757
667
|
customClass: string;
|
|
758
668
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
759
669
|
'vs-input-native-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -773,20 +683,20 @@ declare const _default: {
|
|
|
773
683
|
option: import("../../types/form.js").IOption | null;
|
|
774
684
|
}) => any) | undefined;
|
|
775
685
|
}>, {
|
|
686
|
+
placeholder: string;
|
|
687
|
+
multiple: boolean;
|
|
688
|
+
disabled: boolean;
|
|
689
|
+
api: string;
|
|
776
690
|
options: import("../../types/form.js").IOption[];
|
|
777
691
|
data: string;
|
|
778
|
-
api: string;
|
|
779
692
|
prefix: string;
|
|
780
693
|
host: string;
|
|
781
694
|
search: boolean;
|
|
782
695
|
maxHeight: number;
|
|
783
696
|
start: 0 | 1;
|
|
784
697
|
style: Record<string, any>;
|
|
785
|
-
multiple: boolean;
|
|
786
698
|
error: string | null;
|
|
787
699
|
teleport: string;
|
|
788
|
-
disabled: boolean;
|
|
789
|
-
placeholder: string;
|
|
790
700
|
auto: 0 | 1;
|
|
791
701
|
customClass: string;
|
|
792
702
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -813,16 +723,16 @@ declare const _default: {
|
|
|
813
723
|
option: import("../../types/form.js").IOption | null;
|
|
814
724
|
}) => any) | undefined;
|
|
815
725
|
}>, {
|
|
726
|
+
placeholder: string;
|
|
727
|
+
disabled: boolean;
|
|
728
|
+
api: string;
|
|
816
729
|
options: import("../../types/form.js").IOption[];
|
|
817
730
|
data: string;
|
|
818
|
-
api: string;
|
|
819
731
|
prefix: string;
|
|
820
732
|
host: string;
|
|
821
733
|
search: boolean;
|
|
822
734
|
maxHeight: number;
|
|
823
735
|
start: 0 | 1;
|
|
824
|
-
disabled: boolean;
|
|
825
|
-
placeholder: string;
|
|
826
736
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
827
737
|
'vs-input-array': import("vue").DefineComponent<import("../../types/form.js").IInputArrayProps & {
|
|
828
738
|
modelValue?: (string | number | null)[];
|
|
@@ -833,6 +743,8 @@ declare const _default: {
|
|
|
833
743
|
}> & Readonly<{
|
|
834
744
|
"onUpdate:modelValue"?: ((value: (string | number | null)[]) => any) | undefined;
|
|
835
745
|
}>, {
|
|
746
|
+
placeholder: string;
|
|
747
|
+
disabled: boolean;
|
|
836
748
|
count: number;
|
|
837
749
|
limit: number;
|
|
838
750
|
mask: string;
|
|
@@ -841,8 +753,6 @@ declare const _default: {
|
|
|
841
753
|
isAdded: boolean;
|
|
842
754
|
style: Record<string, any>;
|
|
843
755
|
error: string | null;
|
|
844
|
-
disabled: boolean;
|
|
845
|
-
placeholder: string;
|
|
846
756
|
customClass: string;
|
|
847
757
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
848
758
|
'vs-input-array-select': import("vue").DefineComponent<import("../../types/form.js").IInputArraySelectProps & {
|
|
@@ -868,16 +778,16 @@ declare const _default: {
|
|
|
868
778
|
option: import("../../types/form.js").IOption | null;
|
|
869
779
|
}) => any) | undefined;
|
|
870
780
|
}>, {
|
|
781
|
+
placeholder: string;
|
|
782
|
+
disabled: boolean;
|
|
783
|
+
api: string;
|
|
871
784
|
options: import("../../types/form.js").IOption[];
|
|
872
785
|
data: string;
|
|
873
|
-
api: string;
|
|
874
786
|
prefix: string;
|
|
875
787
|
host: string;
|
|
876
788
|
search: boolean;
|
|
877
789
|
maxHeight: number;
|
|
878
790
|
start: 0 | 1;
|
|
879
|
-
disabled: boolean;
|
|
880
|
-
placeholder: string;
|
|
881
791
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
882
792
|
'array-select': import("vue").DefineComponent<import("../../types/form.js").IInputArraySelectProps & {
|
|
883
793
|
modelValue?: Array<string | number>;
|
|
@@ -902,16 +812,16 @@ declare const _default: {
|
|
|
902
812
|
option: import("../../types/form.js").IOption | null;
|
|
903
813
|
}) => any) | undefined;
|
|
904
814
|
}>, {
|
|
815
|
+
placeholder: string;
|
|
816
|
+
disabled: boolean;
|
|
817
|
+
api: string;
|
|
905
818
|
options: import("../../types/form.js").IOption[];
|
|
906
819
|
data: string;
|
|
907
|
-
api: string;
|
|
908
820
|
prefix: string;
|
|
909
821
|
host: string;
|
|
910
822
|
search: boolean;
|
|
911
823
|
maxHeight: number;
|
|
912
824
|
start: 0 | 1;
|
|
913
|
-
disabled: boolean;
|
|
914
|
-
placeholder: string;
|
|
915
825
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
916
826
|
'vs-input-address': import("vue").DefineComponent<import("../../types/form.js").IInputAddressProps & {
|
|
917
827
|
modelValue?: string;
|
|
@@ -924,12 +834,12 @@ declare const _default: {
|
|
|
924
834
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
925
835
|
"onUpdate:geom"?: ((geom: any) => any) | undefined;
|
|
926
836
|
}>, {
|
|
837
|
+
disabled: boolean;
|
|
927
838
|
api: string;
|
|
928
839
|
style: Record<string, any>;
|
|
929
840
|
geom: string;
|
|
930
841
|
includes: string[];
|
|
931
842
|
error: string | null;
|
|
932
|
-
disabled: boolean;
|
|
933
843
|
customClass: string;
|
|
934
844
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
935
845
|
'vs-input-datalist': import("vue").DefineComponent<import("../../types/form.js").IInputDataListProps & {
|
|
@@ -956,8 +866,8 @@ declare const _default: {
|
|
|
956
866
|
}> & Readonly<{
|
|
957
867
|
"onUpdate:modelValue"?: ((value: Record<string, any>[]) => any) | undefined;
|
|
958
868
|
}>, {
|
|
959
|
-
view: "default" | "accordion";
|
|
960
869
|
schema: import("../../types/form.js").ISchemaItem[];
|
|
870
|
+
view: "default" | "accordion";
|
|
961
871
|
minGroups: number;
|
|
962
872
|
maxGroups: number;
|
|
963
873
|
addButtonText: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,wBA0CE"}
|
|
@@ -8,8 +8,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: Record<string, any>[]) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
-
view: "default" | "accordion";
|
|
12
11
|
schema: ISchemaItem[];
|
|
12
|
+
view: "default" | "accordion";
|
|
13
13
|
minGroups: number;
|
|
14
14
|
maxGroups: number;
|
|
15
15
|
addButtonText: string;
|
|
@@ -6,9 +6,9 @@ declare const _default: import("vue").DefineComponent<IInputMapProps, {}, {}, {}
|
|
|
6
6
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
onValueSelected?: ((...args: any[]) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
+
multiple: boolean;
|
|
9
10
|
prefix: string;
|
|
10
11
|
multi: boolean;
|
|
11
|
-
multiple: boolean;
|
|
12
12
|
handleZoom: boolean;
|
|
13
13
|
ctrlZoom: boolean;
|
|
14
14
|
geomType: string[];
|
|
@@ -20,8 +20,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
21
21
|
"onUpdate:modelValue"?: ((value: ModelState) => any) | undefined;
|
|
22
22
|
}>, {
|
|
23
|
-
html: string;
|
|
24
23
|
label: string | number;
|
|
24
|
+
html: string;
|
|
25
25
|
modelValue: any;
|
|
26
26
|
value: string | number | boolean;
|
|
27
27
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-checkbox-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-buttons.vue"],"names":[],"mappings":"AA8HE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;AAE3D,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAkLD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;
|
|
1
|
+
{"version":3,"file":"vs-checkbox-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-buttons.vue"],"names":[],"mappings":"AA8HE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;AAE3D,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAkLD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;WA5NX,MAAM,GAAG,MAAM;UAChB,MAAM;gBACA,GAAG;WAHR,MAAM,GAAG,MAAM,GAAG,OAAO;6EAqOjC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -18,10 +18,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
19
19
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
|
-
html: string;
|
|
22
21
|
label: string | number;
|
|
23
|
-
option: Record<string, any> | null;
|
|
24
22
|
disabled: boolean;
|
|
23
|
+
html: string;
|
|
24
|
+
option: Record<string, any> | null;
|
|
25
25
|
modelValue: any;
|
|
26
26
|
value: string | number;
|
|
27
27
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-checkbox-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-default.vue"],"names":[],"mappings":"AAgHA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAmMD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;
|
|
1
|
+
{"version":3,"file":"vs-checkbox-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-default.vue"],"names":[],"mappings":"AAgHA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAmMD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;WA5OZ,MAAM,GAAG,MAAM;cAEZ,OAAO;UADV,MAAM;YAMJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;gBAHvB,GAAG;WALR,MAAM,GAAG,MAAM;6EAqPtB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -17,10 +17,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
18
18
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
view: string;
|
|
21
20
|
label: string | number;
|
|
22
|
-
error: string;
|
|
23
21
|
disabled: boolean;
|
|
22
|
+
view: string;
|
|
23
|
+
error: string;
|
|
24
24
|
modelValue: boolean | (string | number)[] | undefined;
|
|
25
25
|
value: string | number;
|
|
26
26
|
labelHtml: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-checkbox-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox-item.vue"],"names":[],"mappings":"AAwFA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;
|
|
1
|
+
{"version":3,"file":"vs-input-checkbox-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox-item.vue"],"names":[],"mappings":"AAwFA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;WAXS,MAAM,GAAE,MAAM;cAEX,OAAO;UACX,MAAM;WAOL,MAAM;gBANF,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS;WAL7C,MAAM,GAAE,MAAM;eAEV,MAAM;;AA2IpB,wBAQG"}
|
|
@@ -18,9 +18,9 @@ declare const _default: {
|
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
|
+
disabled: boolean;
|
|
21
22
|
html: string;
|
|
22
23
|
option: Record<string, any> | null;
|
|
23
|
-
disabled: boolean;
|
|
24
24
|
customClass: string;
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
'vs-input-radio-buttons': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
+
disabled: boolean;
|
|
45
46
|
html: string;
|
|
46
47
|
option: Record<string, any> | null;
|
|
47
|
-
disabled: boolean;
|
|
48
48
|
customClass: string;
|
|
49
49
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
50
50
|
};
|
|
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
+
disabled: boolean;
|
|
16
17
|
html: string;
|
|
17
18
|
option: Record<string, any> | null;
|
|
18
|
-
disabled: boolean;
|
|
19
19
|
customClass: string;
|
|
20
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-radio-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-buttons.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC
|
|
1
|
+
{"version":3,"file":"vs-input-radio-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-buttons.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;UAhDO,MAAM;YACJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;AAiLrC,wBAQG"}
|
|
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
+
disabled: boolean;
|
|
16
17
|
html: string;
|
|
17
18
|
option: Record<string, any> | null;
|
|
18
|
-
disabled: boolean;
|
|
19
19
|
customClass: string;
|
|
20
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-radio-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-default.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAE;IAC9B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC
|
|
1
|
+
{"version":3,"file":"vs-input-radio-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-default.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAE;IAC9B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;UAhDO,MAAM;YACJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;AAkMrC,wBAQG"}
|
|
@@ -11,10 +11,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
12
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
|
+
placeholder: string;
|
|
15
|
+
disabled: boolean;
|
|
14
16
|
style: Record<string, any>;
|
|
15
17
|
format: "html" | "md";
|
|
16
|
-
disabled: boolean;
|
|
17
|
-
placeholder: string;
|
|
18
18
|
customClass: string;
|
|
19
19
|
richtextProps: Record<string, any>;
|
|
20
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-richtext.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/richtext/vs-input-richtext.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACrC,CAAC;AAuCF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC
|
|
1
|
+
{"version":3,"file":"vs-input-richtext.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/richtext/vs-input-richtext.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACrC,CAAC;AAuCF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;YA3CS,MAAM,GAAG,IAAI;;mBACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;AAkGrC,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-datatable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/table/vs-input-datatable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-datatable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/table/vs-input-datatable.vue"],"names":[],"mappings":"AAuiBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAgWpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,CAAC;AAgrBF,QAAA,IAAI,QAAQ,oBAAW,EAAE,QAAQ;;;;;;;;;;;;;;CAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,CAAC;AAgE5E,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|