@opengis/form 0.0.153 → 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/dist/{index-COzdgpYA.js → index-B_Xh8KNs.js} +3189 -3129
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +14 -14
- 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/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 -55
- 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/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/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/types/form.d.ts +3 -0
- package/dist/src/types/form.d.ts.map +1 -1
- package/dist/{vs-richtext-BJZllwDF.js → vs-richtext-Cp0nNddl.js} +1 -1
- package/package.json +1 -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 & {
|
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
|
35
35
|
}> & Readonly<{
|
|
36
36
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
37
37
|
}>, {
|
|
38
|
+
placeholder: string;
|
|
39
|
+
disabled: boolean;
|
|
38
40
|
style: Record<string, any>;
|
|
39
41
|
error: string | null;
|
|
40
|
-
disabled: boolean;
|
|
41
|
-
placeholder: string;
|
|
42
42
|
customClass: string;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
44
|
'vs-input-password': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -50,10 +50,10 @@ declare const _default: {
|
|
|
50
50
|
}> & Readonly<{
|
|
51
51
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
52
|
}>, {
|
|
53
|
+
placeholder: string;
|
|
54
|
+
disabled: boolean;
|
|
53
55
|
style: Record<string, any>;
|
|
54
56
|
error: string | null;
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
placeholder: string;
|
|
57
57
|
customClass: string;
|
|
58
58
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
59
59
|
'vs-input-textarea': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -65,9 +65,9 @@ declare const _default: {
|
|
|
65
65
|
}> & Readonly<{
|
|
66
66
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
|
-
style: Record<string, any>;
|
|
69
|
-
disabled: boolean;
|
|
70
68
|
placeholder: string;
|
|
69
|
+
disabled: boolean;
|
|
70
|
+
style: Record<string, any>;
|
|
71
71
|
customClass: string;
|
|
72
72
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
73
73
|
'vs-input-richtext': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -85,10 +85,10 @@ declare const _default: {
|
|
|
85
85
|
}> & Readonly<{
|
|
86
86
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
+
placeholder: string;
|
|
89
|
+
disabled: boolean;
|
|
88
90
|
style: Record<string, any>;
|
|
89
91
|
format: "html" | "md";
|
|
90
|
-
disabled: boolean;
|
|
91
|
-
placeholder: string;
|
|
92
92
|
customClass: string;
|
|
93
93
|
richtextProps: Record<string, any>;
|
|
94
94
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -101,11 +101,11 @@ declare const _default: {
|
|
|
101
101
|
}> & Readonly<{
|
|
102
102
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
|
+
placeholder: string;
|
|
105
|
+
disabled: boolean;
|
|
104
106
|
mask: string;
|
|
105
107
|
unmask: boolean;
|
|
106
108
|
style: Record<string, any>;
|
|
107
|
-
disabled: boolean;
|
|
108
|
-
placeholder: string;
|
|
109
109
|
customClass: string;
|
|
110
110
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
111
111
|
'vs-input-number': import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -169,12 +169,12 @@ declare const _default: {
|
|
|
169
169
|
}>> & Readonly<{
|
|
170
170
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
171
171
|
}>, {
|
|
172
|
+
placeholder: string;
|
|
173
|
+
disabled: boolean;
|
|
172
174
|
min: number;
|
|
173
175
|
max: number;
|
|
174
176
|
step: string | number;
|
|
175
177
|
style: Record<string, any>;
|
|
176
|
-
disabled: boolean;
|
|
177
|
-
placeholder: string;
|
|
178
178
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
179
179
|
'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
180
180
|
modelValue?: string;
|
|
@@ -205,20 +205,20 @@ declare const _default: {
|
|
|
205
205
|
option: import("../../types/form.js").IOption | null;
|
|
206
206
|
}) => any) | undefined;
|
|
207
207
|
}>, {
|
|
208
|
+
placeholder: string;
|
|
209
|
+
multiple: boolean;
|
|
210
|
+
disabled: boolean;
|
|
211
|
+
api: string;
|
|
208
212
|
options: import("../../types/form.js").IOption[];
|
|
209
213
|
data: string;
|
|
210
|
-
api: string;
|
|
211
214
|
prefix: string;
|
|
212
215
|
host: string;
|
|
213
216
|
search: boolean;
|
|
214
217
|
maxHeight: number;
|
|
215
218
|
start: 0 | 1;
|
|
216
219
|
style: Record<string, any>;
|
|
217
|
-
multiple: boolean;
|
|
218
220
|
error: string | null;
|
|
219
221
|
teleport: string;
|
|
220
|
-
disabled: boolean;
|
|
221
|
-
placeholder: string;
|
|
222
222
|
auto: 0 | 1;
|
|
223
223
|
customClass: string;
|
|
224
224
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -232,13 +232,13 @@ declare const _default: {
|
|
|
232
232
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
233
233
|
}>, {
|
|
234
234
|
text: string;
|
|
235
|
-
style: Record<string, any>;
|
|
236
235
|
rules: (string | object)[];
|
|
237
|
-
view: string;
|
|
238
236
|
label: string;
|
|
237
|
+
disabled: boolean;
|
|
238
|
+
style: Record<string, any>;
|
|
239
|
+
view: string;
|
|
239
240
|
i: string;
|
|
240
241
|
error: string | null;
|
|
241
|
-
disabled: boolean;
|
|
242
242
|
customClass: string;
|
|
243
243
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
244
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<{}>, {
|
|
@@ -289,11 +289,11 @@ declare const _default: {
|
|
|
289
289
|
default: () => never[];
|
|
290
290
|
};
|
|
291
291
|
}>> & Readonly<{}>, {
|
|
292
|
+
name: string;
|
|
293
|
+
schema: import("../../types/form.js").ISchemaItem[];
|
|
292
294
|
title: string;
|
|
293
295
|
style: Record<string, any>;
|
|
294
296
|
view: string;
|
|
295
|
-
schema: import("../../types/form.js").ISchemaItem[];
|
|
296
|
-
name: string;
|
|
297
297
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
298
298
|
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
299
299
|
mode?: "datetime" | "month" | "week" | "time" | "date";
|
|
@@ -304,10 +304,10 @@ declare const _default: {
|
|
|
304
304
|
}> & Readonly<{
|
|
305
305
|
"onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
|
|
306
306
|
}>, {
|
|
307
|
+
placeholder: string;
|
|
308
|
+
disabled: boolean;
|
|
307
309
|
style: Record<string, any>;
|
|
308
310
|
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
309
|
-
disabled: boolean;
|
|
310
|
-
placeholder: string;
|
|
311
311
|
customClass: string;
|
|
312
312
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
313
313
|
'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -456,10 +456,10 @@ declare const _default: {
|
|
|
456
456
|
}> & Readonly<{
|
|
457
457
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
458
458
|
}>, {
|
|
459
|
+
placeholder: string;
|
|
460
|
+
disabled: boolean;
|
|
459
461
|
style: Record<string, any>;
|
|
460
462
|
error: string | null;
|
|
461
|
-
disabled: boolean;
|
|
462
|
-
placeholder: string;
|
|
463
463
|
customClass: string;
|
|
464
464
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
465
465
|
'vs-input-tel': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -471,10 +471,10 @@ declare const _default: {
|
|
|
471
471
|
}> & Readonly<{
|
|
472
472
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
473
473
|
}>, {
|
|
474
|
+
placeholder: string;
|
|
475
|
+
disabled: boolean;
|
|
474
476
|
style: Record<string, any>;
|
|
475
477
|
error: string | null;
|
|
476
|
-
disabled: boolean;
|
|
477
|
-
placeholder: string;
|
|
478
478
|
customClass: string;
|
|
479
479
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
480
480
|
'vs-input-datatable': {
|
|
@@ -531,9 +531,9 @@ declare const _default: {
|
|
|
531
531
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
532
532
|
onValueSelected?: ((...args: any[]) => any) | undefined;
|
|
533
533
|
}>, {
|
|
534
|
+
multiple: boolean;
|
|
534
535
|
prefix: string;
|
|
535
536
|
multi: boolean;
|
|
536
|
-
multiple: boolean;
|
|
537
537
|
handleZoom: boolean;
|
|
538
538
|
ctrlZoom: boolean;
|
|
539
539
|
geomType: string[];
|
|
@@ -561,10 +561,10 @@ declare const _default: {
|
|
|
561
561
|
}> & Readonly<{
|
|
562
562
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
563
563
|
}>, {
|
|
564
|
+
placeholder: string;
|
|
565
|
+
disabled: boolean;
|
|
564
566
|
style: Record<string, any>;
|
|
565
567
|
unique: boolean;
|
|
566
|
-
disabled: boolean;
|
|
567
|
-
placeholder: string;
|
|
568
568
|
customClass: string;
|
|
569
569
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
570
570
|
'vs-input-slug': import("vue").DefineComponent<{
|
|
@@ -629,11 +629,11 @@ declare const _default: {
|
|
|
629
629
|
}> & Readonly<{
|
|
630
630
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
631
631
|
}>, {
|
|
632
|
+
placeholder: string;
|
|
633
|
+
disabled: boolean;
|
|
632
634
|
mask: string;
|
|
633
635
|
inputType: string;
|
|
634
636
|
addButtonText: string;
|
|
635
|
-
disabled: boolean;
|
|
636
|
-
placeholder: string;
|
|
637
637
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
638
638
|
'vs-input-range': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
639
639
|
min?: number;
|
|
@@ -648,12 +648,12 @@ declare const _default: {
|
|
|
648
648
|
}> & Readonly<{
|
|
649
649
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
650
650
|
}>, {
|
|
651
|
+
placeholder: string;
|
|
652
|
+
disabled: boolean;
|
|
651
653
|
min: number;
|
|
652
654
|
max: number;
|
|
653
655
|
step: number;
|
|
654
656
|
style: Record<string, any>;
|
|
655
|
-
disabled: boolean;
|
|
656
|
-
placeholder: string;
|
|
657
657
|
customClass: string;
|
|
658
658
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
659
659
|
'vs-input-color': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -661,9 +661,9 @@ declare const _default: {
|
|
|
661
661
|
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
|
|
662
662
|
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
663
663
|
}>, {
|
|
664
|
-
style: Record<string, any>;
|
|
665
|
-
disabled: boolean;
|
|
666
664
|
placeholder: string;
|
|
665
|
+
disabled: boolean;
|
|
666
|
+
style: Record<string, any>;
|
|
667
667
|
customClass: string;
|
|
668
668
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
669
669
|
'vs-input-native-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -683,20 +683,20 @@ declare const _default: {
|
|
|
683
683
|
option: import("../../types/form.js").IOption | null;
|
|
684
684
|
}) => any) | undefined;
|
|
685
685
|
}>, {
|
|
686
|
+
placeholder: string;
|
|
687
|
+
multiple: boolean;
|
|
688
|
+
disabled: boolean;
|
|
689
|
+
api: string;
|
|
686
690
|
options: import("../../types/form.js").IOption[];
|
|
687
691
|
data: string;
|
|
688
|
-
api: string;
|
|
689
692
|
prefix: string;
|
|
690
693
|
host: string;
|
|
691
694
|
search: boolean;
|
|
692
695
|
maxHeight: number;
|
|
693
696
|
start: 0 | 1;
|
|
694
697
|
style: Record<string, any>;
|
|
695
|
-
multiple: boolean;
|
|
696
698
|
error: string | null;
|
|
697
699
|
teleport: string;
|
|
698
|
-
disabled: boolean;
|
|
699
|
-
placeholder: string;
|
|
700
700
|
auto: 0 | 1;
|
|
701
701
|
customClass: string;
|
|
702
702
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -723,16 +723,16 @@ declare const _default: {
|
|
|
723
723
|
option: import("../../types/form.js").IOption | null;
|
|
724
724
|
}) => any) | undefined;
|
|
725
725
|
}>, {
|
|
726
|
+
placeholder: string;
|
|
727
|
+
disabled: boolean;
|
|
728
|
+
api: string;
|
|
726
729
|
options: import("../../types/form.js").IOption[];
|
|
727
730
|
data: string;
|
|
728
|
-
api: string;
|
|
729
731
|
prefix: string;
|
|
730
732
|
host: string;
|
|
731
733
|
search: boolean;
|
|
732
734
|
maxHeight: number;
|
|
733
735
|
start: 0 | 1;
|
|
734
|
-
disabled: boolean;
|
|
735
|
-
placeholder: string;
|
|
736
736
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
737
737
|
'vs-input-array': import("vue").DefineComponent<import("../../types/form.js").IInputArrayProps & {
|
|
738
738
|
modelValue?: (string | number | null)[];
|
|
@@ -743,6 +743,8 @@ declare const _default: {
|
|
|
743
743
|
}> & Readonly<{
|
|
744
744
|
"onUpdate:modelValue"?: ((value: (string | number | null)[]) => any) | undefined;
|
|
745
745
|
}>, {
|
|
746
|
+
placeholder: string;
|
|
747
|
+
disabled: boolean;
|
|
746
748
|
count: number;
|
|
747
749
|
limit: number;
|
|
748
750
|
mask: string;
|
|
@@ -751,8 +753,6 @@ declare const _default: {
|
|
|
751
753
|
isAdded: boolean;
|
|
752
754
|
style: Record<string, any>;
|
|
753
755
|
error: string | null;
|
|
754
|
-
disabled: boolean;
|
|
755
|
-
placeholder: string;
|
|
756
756
|
customClass: string;
|
|
757
757
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
758
758
|
'vs-input-array-select': import("vue").DefineComponent<import("../../types/form.js").IInputArraySelectProps & {
|
|
@@ -778,16 +778,16 @@ declare const _default: {
|
|
|
778
778
|
option: import("../../types/form.js").IOption | null;
|
|
779
779
|
}) => any) | undefined;
|
|
780
780
|
}>, {
|
|
781
|
+
placeholder: string;
|
|
782
|
+
disabled: boolean;
|
|
783
|
+
api: string;
|
|
781
784
|
options: import("../../types/form.js").IOption[];
|
|
782
785
|
data: string;
|
|
783
|
-
api: string;
|
|
784
786
|
prefix: string;
|
|
785
787
|
host: string;
|
|
786
788
|
search: boolean;
|
|
787
789
|
maxHeight: number;
|
|
788
790
|
start: 0 | 1;
|
|
789
|
-
disabled: boolean;
|
|
790
|
-
placeholder: string;
|
|
791
791
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
792
792
|
'array-select': import("vue").DefineComponent<import("../../types/form.js").IInputArraySelectProps & {
|
|
793
793
|
modelValue?: Array<string | number>;
|
|
@@ -812,16 +812,16 @@ declare const _default: {
|
|
|
812
812
|
option: import("../../types/form.js").IOption | null;
|
|
813
813
|
}) => any) | undefined;
|
|
814
814
|
}>, {
|
|
815
|
+
placeholder: string;
|
|
816
|
+
disabled: boolean;
|
|
817
|
+
api: string;
|
|
815
818
|
options: import("../../types/form.js").IOption[];
|
|
816
819
|
data: string;
|
|
817
|
-
api: string;
|
|
818
820
|
prefix: string;
|
|
819
821
|
host: string;
|
|
820
822
|
search: boolean;
|
|
821
823
|
maxHeight: number;
|
|
822
824
|
start: 0 | 1;
|
|
823
|
-
disabled: boolean;
|
|
824
|
-
placeholder: string;
|
|
825
825
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
826
826
|
'vs-input-address': import("vue").DefineComponent<import("../../types/form.js").IInputAddressProps & {
|
|
827
827
|
modelValue?: string;
|
|
@@ -834,12 +834,12 @@ declare const _default: {
|
|
|
834
834
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
835
835
|
"onUpdate:geom"?: ((geom: any) => any) | undefined;
|
|
836
836
|
}>, {
|
|
837
|
+
disabled: boolean;
|
|
837
838
|
api: string;
|
|
838
839
|
style: Record<string, any>;
|
|
839
840
|
geom: string;
|
|
840
841
|
includes: string[];
|
|
841
842
|
error: string | null;
|
|
842
|
-
disabled: boolean;
|
|
843
843
|
customClass: string;
|
|
844
844
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
845
845
|
'vs-input-datalist': import("vue").DefineComponent<import("../../types/form.js").IInputDataListProps & {
|
|
@@ -866,8 +866,8 @@ declare const _default: {
|
|
|
866
866
|
}> & Readonly<{
|
|
867
867
|
"onUpdate:modelValue"?: ((value: Record<string, any>[]) => any) | undefined;
|
|
868
868
|
}>, {
|
|
869
|
-
view: "default" | "accordion";
|
|
870
869
|
schema: import("../../types/form.js").ISchemaItem[];
|
|
870
|
+
view: "default" | "accordion";
|
|
871
871
|
minGroups: number;
|
|
872
872
|
maxGroups: number;
|
|
873
873
|
addButtonText: string;
|
|
@@ -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"}
|
|
@@ -10,10 +10,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
+
placeholder: string;
|
|
14
|
+
disabled: boolean;
|
|
13
15
|
style: Record<string, any>;
|
|
14
16
|
unique: boolean;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
placeholder: string;
|
|
17
17
|
customClass: string;
|
|
18
18
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
export default _default;
|
|
@@ -43,11 +43,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
43
|
default: () => never[];
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
name: string;
|
|
47
|
+
schema: ISchemaItem[];
|
|
46
48
|
title: string;
|
|
47
49
|
style: Record<string, any>;
|
|
48
50
|
view: string;
|
|
49
|
-
schema: ISchemaItem[];
|
|
50
|
-
name: string;
|
|
51
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
53
53
|
//# sourceMappingURL=vs-input-container.vue.d.ts.map
|
|
@@ -13,20 +13,20 @@ declare const _default: import("vue").DefineComponent<IInputSelectProps, {}, {},
|
|
|
13
13
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
14
14
|
"onValue-selected"?: ((payload: ValueSelectedPayload) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
+
placeholder: string;
|
|
17
|
+
multiple: boolean;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
api: string;
|
|
16
20
|
options: IOption[];
|
|
17
21
|
data: string;
|
|
18
|
-
api: string;
|
|
19
22
|
prefix: string;
|
|
20
23
|
host: string;
|
|
21
24
|
search: boolean;
|
|
22
25
|
maxHeight: number;
|
|
23
26
|
start: 0 | 1;
|
|
24
27
|
style: Record<string, any>;
|
|
25
|
-
multiple: boolean;
|
|
26
28
|
error: string | null;
|
|
27
29
|
teleport: string;
|
|
28
|
-
disabled: boolean;
|
|
29
|
-
placeholder: string;
|
|
30
30
|
auto: 0 | 1;
|
|
31
31
|
customClass: string;
|
|
32
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -13,11 +13,11 @@ 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
|
+
placeholder: string;
|
|
17
|
+
disabled: boolean;
|
|
16
18
|
mask: string;
|
|
17
19
|
inputType: string;
|
|
18
20
|
addButtonText: string;
|
|
19
|
-
disabled: boolean;
|
|
20
|
-
placeholder: string;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
export default _default;
|
|
23
23
|
//# sourceMappingURL=vs-input-text-array.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-text-array.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/vs-input-text-array.vue"],"names":[],"mappings":"AA0LA,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA2FF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;;;;;;
|
|
1
|
+
{"version":3,"file":"vs-input-text-array.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/vs-input-text-array.vue"],"names":[],"mappings":"AA0LA,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA2FF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;;;;;;iBAhGc,MAAM;cAET,OAAO;UADX,MAAM;eAFD,MAAM;mBADF,MAAM;;AAmVxB,wBAQG"}
|