@opengis/form 0.0.65 → 0.0.67
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/components/container-views/index.d.ts +9 -9
- package/dist/components/container-views/vs-container-accordion.vue.d.ts +1 -1
- package/dist/components/container-views/vs-container-default.vue.d.ts +1 -1
- package/dist/components/container-views/vs-container-switcher.vue.d.ts +1 -1
- package/dist/components/inputs/address/vs-input-address.vue.d.ts +26 -0
- package/dist/components/inputs/address/vs-input-address.vue.d.ts.map +1 -0
- package/dist/components/inputs/array/vs-input-array.vue.d.ts +1 -1
- package/dist/components/inputs/array/vs-input-array.vue.d.ts.map +1 -1
- package/dist/components/inputs/base/vs-input-color.vue.d.ts.map +1 -1
- package/dist/components/inputs/base/vs-input-email.vue.d.ts +1 -1
- package/dist/components/inputs/base/vs-input-number.vue.d.ts +1 -0
- package/dist/components/inputs/base/vs-input-number.vue.d.ts.map +1 -1
- package/dist/components/inputs/base/vs-input-password.vue.d.ts +1 -1
- package/dist/components/inputs/base/vs-input-password.vue.d.ts.map +1 -1
- package/dist/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
- package/dist/components/inputs/base/vs-input-switcher.vue.d.ts +1 -1
- package/dist/components/inputs/base/vs-input-text.vue.d.ts +1 -1
- package/dist/components/inputs/base/vs-input-text.vue.d.ts.map +1 -1
- package/dist/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -1
- package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +1 -1
- package/dist/components/inputs/date/vs-input-date.vue.d.ts +1 -1
- package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +1 -1
- package/dist/components/inputs/date/vs-input-date1.vue.d.ts +1 -1
- package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
- package/dist/components/inputs/date/vs-input-time.vue.d.ts.map +1 -1
- package/dist/components/inputs/index.d.ts +49 -16
- package/dist/components/inputs/index.d.ts.map +1 -1
- package/dist/components/inputs/map/vs-input-map.vue.d.ts +4 -1
- package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +1 -1
- package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -1
- package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
- package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
- package/dist/components/inputs/tag/vs-input-tag.vue.d.ts +1 -1
- package/dist/components/inputs/vs-input-container.vue.d.ts +2 -2
- package/dist/components/inputs/vs-input-select.vue.d.ts +4 -3
- package/dist/components/inputs/vs-input-select.vue.d.ts.map +1 -1
- package/dist/components/layouts/vs-compact-form-layout.vue.d.ts +1 -1
- package/dist/components/layouts/vs-layout-settings.vue.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2624 -2083
- package/dist/index.umd.cjs +3 -3
- package/dist/types/form.d.ts +34 -0
- package/dist/types/form.d.ts.map +1 -1
- package/package.json +67 -67
|
@@ -14,8 +14,8 @@ declare const _default: {
|
|
|
14
14
|
default: boolean;
|
|
15
15
|
};
|
|
16
16
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
17
|
-
style: Record<string, any>;
|
|
18
17
|
title: string;
|
|
18
|
+
style: Record<string, any>;
|
|
19
19
|
isOpen: boolean;
|
|
20
20
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
21
21
|
P: {};
|
|
@@ -38,8 +38,8 @@ declare const _default: {
|
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
40
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
41
|
-
style: Record<string, any>;
|
|
42
41
|
title: string;
|
|
42
|
+
style: Record<string, any>;
|
|
43
43
|
isOpen: boolean;
|
|
44
44
|
}>;
|
|
45
45
|
__isFragment?: never;
|
|
@@ -59,8 +59,8 @@ declare const _default: {
|
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
61
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
62
|
-
style: Record<string, any>;
|
|
63
62
|
title: string;
|
|
63
|
+
style: Record<string, any>;
|
|
64
64
|
isOpen: boolean;
|
|
65
65
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
66
66
|
$slots: {
|
|
@@ -82,8 +82,8 @@ declare const _default: {
|
|
|
82
82
|
default: boolean;
|
|
83
83
|
};
|
|
84
84
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
85
|
-
style: Record<string, any>;
|
|
86
85
|
title: string;
|
|
86
|
+
style: Record<string, any>;
|
|
87
87
|
isOpen: boolean;
|
|
88
88
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
89
89
|
P: {};
|
|
@@ -106,8 +106,8 @@ declare const _default: {
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
109
|
-
style: Record<string, any>;
|
|
110
109
|
title: string;
|
|
110
|
+
style: Record<string, any>;
|
|
111
111
|
isOpen: boolean;
|
|
112
112
|
}>;
|
|
113
113
|
__isFragment?: never;
|
|
@@ -127,8 +127,8 @@ declare const _default: {
|
|
|
127
127
|
default: boolean;
|
|
128
128
|
};
|
|
129
129
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
130
|
-
style: Record<string, any>;
|
|
131
130
|
title: string;
|
|
131
|
+
style: Record<string, any>;
|
|
132
132
|
isOpen: boolean;
|
|
133
133
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
134
134
|
$slots: {
|
|
@@ -146,8 +146,8 @@ declare const _default: {
|
|
|
146
146
|
default: () => {};
|
|
147
147
|
};
|
|
148
148
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
149
|
-
style: Record<string, any>;
|
|
150
149
|
title: string;
|
|
150
|
+
style: Record<string, any>;
|
|
151
151
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
152
152
|
P: {};
|
|
153
153
|
B: {};
|
|
@@ -165,8 +165,8 @@ declare const _default: {
|
|
|
165
165
|
default: () => {};
|
|
166
166
|
};
|
|
167
167
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
168
|
-
style: Record<string, any>;
|
|
169
168
|
title: string;
|
|
169
|
+
style: Record<string, any>;
|
|
170
170
|
}>;
|
|
171
171
|
__isFragment?: never;
|
|
172
172
|
__isTeleport?: never;
|
|
@@ -181,8 +181,8 @@ declare const _default: {
|
|
|
181
181
|
default: () => {};
|
|
182
182
|
};
|
|
183
183
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
184
|
-
style: Record<string, any>;
|
|
185
184
|
title: string;
|
|
185
|
+
style: Record<string, any>;
|
|
186
186
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
187
187
|
$slots: {
|
|
188
188
|
default?: (props: {}) => any;
|
|
@@ -29,8 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{}>, {
|
|
32
|
-
style: Record<string, any>;
|
|
33
32
|
title: string;
|
|
33
|
+
style: Record<string, any>;
|
|
34
34
|
isOpen: boolean;
|
|
35
35
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -21,8 +21,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
21
21
|
default: () => {};
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
style: Record<string, any>;
|
|
25
24
|
title: string;
|
|
25
|
+
style: Record<string, any>;
|
|
26
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
28
|
export default _default;
|
|
@@ -29,8 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{}>, {
|
|
32
|
-
style: Record<string, any>;
|
|
33
32
|
title: string;
|
|
33
|
+
style: Record<string, any>;
|
|
34
34
|
isOpen: boolean;
|
|
35
35
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IInputProps } from '../../../types/form';
|
|
2
|
+
type __VLS_Props = IInputProps & {
|
|
3
|
+
api?: string;
|
|
4
|
+
geom?: string;
|
|
5
|
+
includes?: string[];
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
8
|
+
modelValue?: string;
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
12
|
+
"update:geom": (geom: any) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
15
|
+
"onUpdate:geom"?: ((geom: any) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
style: Record<string, any>;
|
|
18
|
+
api: string;
|
|
19
|
+
geom: string;
|
|
20
|
+
includes: string[];
|
|
21
|
+
error: string | null;
|
|
22
|
+
customClass: string;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
export default _default;
|
|
26
|
+
//# sourceMappingURL=vs-input-address.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-address.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/address/vs-input-address.vue"],"names":[],"mappings":"AA6PA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;AA8GF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;SAnHM,MAAM;UACL,MAAM;cACF,MAAM,EAAE;;;;;AA+YrB,wBAQG"}
|
|
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
11
11
|
count: number;
|
|
12
12
|
limit: number;
|
|
13
13
|
inputType: "number" | "text";
|
|
14
|
-
error: string | null;
|
|
15
14
|
style: Record<string, any>;
|
|
15
|
+
error: string | null;
|
|
16
16
|
customClass: string;
|
|
17
17
|
disabled: boolean;
|
|
18
18
|
placeholder: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-array.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/array/vs-input-array.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-array.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/array/vs-input-array.vue"],"names":[],"mappings":"AAoEA,OAAO,EAAC,gBAAgB,EAAc,MAAM,qBAAqB,CAAC;AAElE,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAqDpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAG,CAAC;CACjC,CAAC;;;;;;;;;;;;;;;AAiEF,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-color.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-color.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-color.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-color.vue"],"names":[],"mappings":"AAyDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;AA2GlD,wBAQG"}
|
|
@@ -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: string) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
-
error: string | null;
|
|
12
11
|
style: Record<string, any>;
|
|
12
|
+
error: string | null;
|
|
13
13
|
customClass: string;
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
placeholder: string;
|
|
@@ -9,6 +9,7 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
9
9
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
11
|
style: Record<string, any>;
|
|
12
|
+
disabled: boolean;
|
|
12
13
|
placeholder: string;
|
|
13
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
15
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-number.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-number.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-number.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-number.vue"],"names":[],"mappings":"AAqCA,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAsBrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;AAqDF,wBAQG"}
|
|
@@ -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: string) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
-
error: string | null;
|
|
12
11
|
style: Record<string, any>;
|
|
12
|
+
error: string | null;
|
|
13
13
|
customClass: string;
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
placeholder: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-password.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-password.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-password.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-password.vue"],"names":[],"mappings":"AAsCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AA2B/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAqDF,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-range.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-range.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-range.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-range.vue"],"names":[],"mappings":"AAwDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;SAHM,MAAM;SACN,MAAM;;;;;UACL,MAAM;;AAsGf,wBAQG"}
|
|
@@ -9,12 +9,12 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
9
9
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
11
|
text: string;
|
|
12
|
+
style: Record<string, any>;
|
|
12
13
|
rules: (string | object)[];
|
|
13
14
|
view: string;
|
|
14
15
|
label: string;
|
|
15
16
|
i: string;
|
|
16
17
|
error: string | null;
|
|
17
|
-
style: Record<string, any>;
|
|
18
18
|
customClass: string;
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -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: string) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
-
error: string | null;
|
|
12
11
|
style: Record<string, any>;
|
|
12
|
+
error: string | null;
|
|
13
13
|
customClass: string;
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
placeholder: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-text.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-text.vue"],"names":[],"mappings":"AAsCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AA2B/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAqDF,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-textarea.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-textarea.vue"],"names":[],"mappings":"AAoCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAqDF,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"AAyCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;AAgDF,wBAQG"}
|
|
@@ -4,12 +4,12 @@ declare const _default: import("vue").DefineComponent<IInputDateProps, {}, {}, {
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<IInputDateProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
|
+
style: Record<string, any>;
|
|
7
8
|
clearable: boolean;
|
|
8
9
|
now: boolean;
|
|
9
10
|
editable: boolean;
|
|
10
11
|
time: boolean;
|
|
11
12
|
isInfinity: boolean;
|
|
12
|
-
style: Record<string, any>;
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
modelValue: any;
|
|
15
15
|
placeholder: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AAgQA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;AA6ctD,wBAQG"}
|
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
|
-
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
11
10
|
style: Record<string, any>;
|
|
11
|
+
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
12
12
|
customClass: string;
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
placeholder: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AAgEA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CACvD,CAAC;;;;;;;UADO,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM;;;;;AAoGxD,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-time.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-time.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-time.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-time.vue"],"names":[],"mappings":"AAqCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAoDF,wBAQG"}
|
|
@@ -8,8 +8,8 @@ declare const _default: {
|
|
|
8
8
|
}> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
-
error: string | null;
|
|
12
11
|
style: Record<string, any>;
|
|
12
|
+
error: string | null;
|
|
13
13
|
customClass: string;
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
placeholder: string;
|
|
@@ -35,8 +35,8 @@ declare const _default: {
|
|
|
35
35
|
}> & Readonly<{
|
|
36
36
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
37
37
|
}>, {
|
|
38
|
-
error: string | null;
|
|
39
38
|
style: Record<string, any>;
|
|
39
|
+
error: string | null;
|
|
40
40
|
customClass: string;
|
|
41
41
|
disabled: boolean;
|
|
42
42
|
placeholder: string;
|
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
|
50
50
|
}> & Readonly<{
|
|
51
51
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
52
|
}>, {
|
|
53
|
-
error: string | null;
|
|
54
53
|
style: Record<string, any>;
|
|
54
|
+
error: string | null;
|
|
55
55
|
customClass: string;
|
|
56
56
|
disabled: boolean;
|
|
57
57
|
placeholder: string;
|
|
@@ -96,6 +96,7 @@ declare const _default: {
|
|
|
96
96
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
97
97
|
}>, {
|
|
98
98
|
style: Record<string, any>;
|
|
99
|
+
disabled: boolean;
|
|
99
100
|
placeholder: string;
|
|
100
101
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
101
102
|
'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
@@ -117,18 +118,19 @@ declare const _default: {
|
|
|
117
118
|
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
118
119
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
119
120
|
}>, {
|
|
120
|
-
multiple: boolean;
|
|
121
121
|
prefix: string;
|
|
122
|
+
style: Record<string, any>;
|
|
123
|
+
api: string;
|
|
124
|
+
multiple: boolean;
|
|
122
125
|
options: import("../../types/form.js").IOption[];
|
|
123
126
|
data: string;
|
|
124
127
|
error: string | null;
|
|
125
|
-
style: Record<string, any>;
|
|
126
128
|
search: boolean;
|
|
129
|
+
auto: 0 | 1;
|
|
127
130
|
customClass: string;
|
|
128
131
|
disabled: boolean;
|
|
129
132
|
placeholder: string;
|
|
130
133
|
host: string;
|
|
131
|
-
api: string;
|
|
132
134
|
maxHeight: number;
|
|
133
135
|
teleport: string;
|
|
134
136
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -142,12 +144,12 @@ declare const _default: {
|
|
|
142
144
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
143
145
|
}>, {
|
|
144
146
|
text: string;
|
|
147
|
+
style: Record<string, any>;
|
|
145
148
|
rules: (string | object)[];
|
|
146
149
|
view: string;
|
|
147
150
|
label: string;
|
|
148
151
|
i: string;
|
|
149
152
|
error: string | null;
|
|
150
|
-
style: Record<string, any>;
|
|
151
153
|
customClass: string;
|
|
152
154
|
disabled: boolean;
|
|
153
155
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -199,9 +201,9 @@ declare const _default: {
|
|
|
199
201
|
default: () => never[];
|
|
200
202
|
};
|
|
201
203
|
}>> & Readonly<{}>, {
|
|
202
|
-
view: string;
|
|
203
|
-
style: Record<string, any>;
|
|
204
204
|
title: string;
|
|
205
|
+
style: Record<string, any>;
|
|
206
|
+
view: string;
|
|
205
207
|
name: string;
|
|
206
208
|
schema: import("../../types/form.js").ISchemaItem[];
|
|
207
209
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -214,8 +216,8 @@ declare const _default: {
|
|
|
214
216
|
}> & Readonly<{
|
|
215
217
|
"onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
|
|
216
218
|
}>, {
|
|
217
|
-
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
218
219
|
style: Record<string, any>;
|
|
220
|
+
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
219
221
|
customClass: string;
|
|
220
222
|
disabled: boolean;
|
|
221
223
|
placeholder: string;
|
|
@@ -258,8 +260,8 @@ declare const _default: {
|
|
|
258
260
|
}> & Readonly<{
|
|
259
261
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
260
262
|
}>, {
|
|
261
|
-
error: string | null;
|
|
262
263
|
style: Record<string, any>;
|
|
264
|
+
error: string | null;
|
|
263
265
|
customClass: string;
|
|
264
266
|
disabled: boolean;
|
|
265
267
|
placeholder: string;
|
|
@@ -278,7 +280,10 @@ declare const _default: {
|
|
|
278
280
|
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputMapProps> & Readonly<{
|
|
279
281
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
280
282
|
}>, {
|
|
283
|
+
prefix: string;
|
|
281
284
|
handleZoom: boolean;
|
|
285
|
+
geomType: string[];
|
|
286
|
+
layers: import("../../types/form.js").IMapLayerConfig[];
|
|
282
287
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
283
288
|
'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputFileListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
284
289
|
update: (...args: any[]) => void;
|
|
@@ -299,8 +304,8 @@ declare const _default: {
|
|
|
299
304
|
}> & Readonly<{
|
|
300
305
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
301
306
|
}>, {
|
|
302
|
-
unique: boolean;
|
|
303
307
|
style: Record<string, any>;
|
|
308
|
+
unique: boolean;
|
|
304
309
|
customClass: string;
|
|
305
310
|
disabled: boolean;
|
|
306
311
|
placeholder: string;
|
|
@@ -384,18 +389,19 @@ declare const _default: {
|
|
|
384
389
|
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
385
390
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
386
391
|
}>, {
|
|
387
|
-
multiple: boolean;
|
|
388
392
|
prefix: string;
|
|
393
|
+
style: Record<string, any>;
|
|
394
|
+
api: string;
|
|
395
|
+
multiple: boolean;
|
|
389
396
|
options: import("../../types/form.js").IOption[];
|
|
390
397
|
data: string;
|
|
391
398
|
error: string | null;
|
|
392
|
-
style: Record<string, any>;
|
|
393
399
|
search: boolean;
|
|
400
|
+
auto: 0 | 1;
|
|
394
401
|
customClass: string;
|
|
395
402
|
disabled: boolean;
|
|
396
403
|
placeholder: string;
|
|
397
404
|
host: string;
|
|
398
|
-
api: string;
|
|
399
405
|
maxHeight: number;
|
|
400
406
|
teleport: string;
|
|
401
407
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -411,12 +417,39 @@ declare const _default: {
|
|
|
411
417
|
count: number;
|
|
412
418
|
limit: number;
|
|
413
419
|
inputType: "number" | "text";
|
|
414
|
-
error: string | null;
|
|
415
420
|
style: Record<string, any>;
|
|
421
|
+
error: string | null;
|
|
416
422
|
customClass: string;
|
|
417
423
|
disabled: boolean;
|
|
418
424
|
placeholder: string;
|
|
419
425
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
426
|
+
'vs-input-address': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
427
|
+
api?: string;
|
|
428
|
+
geom?: string;
|
|
429
|
+
includes?: string[];
|
|
430
|
+
} & {
|
|
431
|
+
modelValue?: string;
|
|
432
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
433
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
434
|
+
"update:geom": (geom: any) => any;
|
|
435
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
436
|
+
api?: string;
|
|
437
|
+
geom?: string;
|
|
438
|
+
includes?: string[];
|
|
439
|
+
} & {
|
|
440
|
+
modelValue?: string;
|
|
441
|
+
}> & Readonly<{
|
|
442
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
443
|
+
"onUpdate:geom"?: ((geom: any) => any) | undefined;
|
|
444
|
+
}>, {
|
|
445
|
+
style: Record<string, any>;
|
|
446
|
+
api: string;
|
|
447
|
+
geom: string;
|
|
448
|
+
includes: string[];
|
|
449
|
+
error: string | null;
|
|
450
|
+
customClass: string;
|
|
451
|
+
disabled: boolean;
|
|
452
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
420
453
|
};
|
|
421
454
|
export default _default;
|
|
422
455
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA,wBA8BE"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import type { IInputMapProps } from "../../../types/form.ts";
|
|
1
|
+
import type { IInputMapProps, IMapLayerConfig } from "../../../types/form.ts";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<IInputMapProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<IInputMapProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
|
+
prefix: string;
|
|
7
8
|
handleZoom: boolean;
|
|
9
|
+
geomType: string[];
|
|
10
|
+
layers: IMapLayerConfig[];
|
|
8
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
12
|
export default _default;
|
|
10
13
|
//# sourceMappingURL=vs-input-map.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"AA63CA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;;;AA8qD9E,wBAQG"}
|
|
@@ -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":"
|
|
1
|
+
{"version":3,"file":"vs-checkbox-default.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/options/checkbox/vs-checkbox-default.vue"],"names":[],"mappings":"AAiEA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,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;CACf;AAmHD,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;AAwB/C,QAAA,MAAM,eAAe;;;;;WAnJZ,MAAM,GAAG,MAAM;cACZ,OAAO;gBAEL,GAAG;WAJR,MAAM,GAAG,MAAM;6EA4JtB,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"}
|
|
@@ -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":"
|
|
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":"AAgCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,GAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAoBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA6DF,wBAQG"}
|
|
@@ -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":"
|
|
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":"AAsCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,GAAE;IAC9B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAoBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAgFF,wBAQG"}
|
|
@@ -10,8 +10,8 @@ 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
|
-
unique: boolean;
|
|
14
13
|
style: Record<string, any>;
|
|
14
|
+
unique: boolean;
|
|
15
15
|
customClass: string;
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
placeholder: string;
|
|
@@ -43,9 +43,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
43
|
default: () => never[];
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
-
view: string;
|
|
47
|
-
style: Record<string, any>;
|
|
48
46
|
title: string;
|
|
47
|
+
style: Record<string, any>;
|
|
48
|
+
view: string;
|
|
49
49
|
name: string;
|
|
50
50
|
schema: ISchemaItem[];
|
|
51
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6,18 +6,19 @@ declare const _default: import("vue").DefineComponent<IInputSelectProps, {}, {},
|
|
|
6
6
|
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
7
7
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
multiple: boolean;
|
|
10
9
|
prefix: string;
|
|
10
|
+
style: Record<string, any>;
|
|
11
|
+
api: string;
|
|
12
|
+
multiple: boolean;
|
|
11
13
|
options: IOption[];
|
|
12
14
|
data: string;
|
|
13
15
|
error: string | null;
|
|
14
|
-
style: Record<string, any>;
|
|
15
16
|
search: boolean;
|
|
17
|
+
auto: 0 | 1;
|
|
16
18
|
customClass: string;
|
|
17
19
|
disabled: boolean;
|
|
18
20
|
placeholder: string;
|
|
19
21
|
host: string;
|
|
20
|
-
api: string;
|
|
21
22
|
maxHeight: number;
|
|
22
23
|
teleport: string;
|
|
23
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AAw6BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;AAowCnE,wBAQG"}
|
|
@@ -8,13 +8,13 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
+
style: any;
|
|
11
12
|
item: any;
|
|
12
13
|
columns: {
|
|
13
14
|
container: number;
|
|
14
15
|
label: number;
|
|
15
16
|
};
|
|
16
17
|
type: string;
|
|
17
|
-
style: any;
|
|
18
18
|
layout: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-layout-settings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-settings.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-layout-settings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-settings.vue"],"names":[],"mappings":"AA2EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AA+HpD,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;AAyB/C,QAAA,MAAM,eAAe;;;;;6EAOnB,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"}
|