@opentinyvue/vue-base-select 3.21.0 → 3.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -2
- package/lib/mobile-first.js +1 -1
- package/lib/pc.js +1 -1
- package/package.json +18 -17
- package/src/index.d.ts +6 -6
- package/src/mobile-first.vue.d.ts +23 -23
- package/src/pc.vue.d.ts +23 -23
package/lib/index.js
CHANGED
|
@@ -7,7 +7,7 @@ function _extends() {
|
|
|
7
7
|
return n;
|
|
8
8
|
}, _extends.apply(null, arguments);
|
|
9
9
|
}
|
|
10
|
-
import { defineComponent, $
|
|
10
|
+
import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
|
|
11
11
|
import { t } from "@opentinyvue/vue-locale";
|
|
12
12
|
import PcTemplate from "./pc.js";
|
|
13
13
|
import MobileFirstTemplate from "./mobile-first.js";
|
|
@@ -386,7 +386,7 @@ var BaseSelect = defineComponent({
|
|
|
386
386
|
});
|
|
387
387
|
}
|
|
388
388
|
});
|
|
389
|
-
var version = "3.
|
|
389
|
+
var version = "3.22.0";
|
|
390
390
|
BaseSelect.model = {
|
|
391
391
|
prop: "modelValue",
|
|
392
392
|
event: "update:modelValue"
|
package/lib/mobile-first.js
CHANGED
|
@@ -5,7 +5,7 @@ import Input from '@opentinyvue/vue-input';
|
|
|
5
5
|
import Option from '@opentinyvue/vue-option';
|
|
6
6
|
import Scrollbar from '@opentinyvue/vue-scrollbar';
|
|
7
7
|
import SelectDropdown from '@opentinyvue/vue-select-dropdown';
|
|
8
|
-
import Clickoutside from '@opentinyvue/vue-
|
|
8
|
+
import { Clickoutside } from '@opentinyvue/vue-directive';
|
|
9
9
|
import { iconClose, iconCopy, iconHalfselect, iconCheck, iconCheckedSur, iconLoading, iconChevronRight } from '@opentinyvue/vue-icon';
|
|
10
10
|
import Tree from '@opentinyvue/vue-tree';
|
|
11
11
|
import Tooltip from '@opentinyvue/vue-tooltip';
|
package/lib/pc.js
CHANGED
|
@@ -6,7 +6,7 @@ import Option from '@opentinyvue/vue-option';
|
|
|
6
6
|
import Scrollbar from '@opentinyvue/vue-scrollbar';
|
|
7
7
|
import SelectDropdown from '@opentinyvue/vue-select-dropdown';
|
|
8
8
|
import Button from '@opentinyvue/vue-button';
|
|
9
|
-
import Clickoutside from '@opentinyvue/vue-
|
|
9
|
+
import { Clickoutside } from '@opentinyvue/vue-directive';
|
|
10
10
|
import { IconClose, IconCopy, iconAddCircle, iconLoadingShadow, IconHalfselect, IconCheck, IconCheckedSur, IconSearch, IconDeltaDown, IconEllipsis, IconChevronUp } from '@opentinyvue/vue-icon';
|
|
11
11
|
import Tooltip from '@opentinyvue/vue-tooltip';
|
|
12
12
|
import FilterBox from '@opentinyvue/vue-filter-box';
|
package/package.json
CHANGED
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-base-select",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.22.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/vue-button": "~3.
|
|
12
|
-
"@opentinyvue/vue-checkbox": "~3.
|
|
13
|
-
"@opentinyvue/vue-common": "~3.
|
|
14
|
-
"@opentinyvue/vue-
|
|
15
|
-
"@opentinyvue/vue-
|
|
16
|
-
"@opentinyvue/vue-
|
|
17
|
-
"@opentinyvue/vue-
|
|
18
|
-
"@opentinyvue/vue-
|
|
19
|
-
"@opentinyvue/vue-
|
|
20
|
-
"@opentinyvue/vue-
|
|
21
|
-
"@opentinyvue/vue-
|
|
22
|
-
"@opentinyvue/vue-
|
|
23
|
-
"@opentinyvue/vue-
|
|
24
|
-
"@opentinyvue/vue-
|
|
25
|
-
"@opentinyvue/vue-
|
|
26
|
-
"@opentinyvue/vue-
|
|
11
|
+
"@opentinyvue/vue-button": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-checkbox": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-directive": "~3.22.0",
|
|
15
|
+
"@opentinyvue/vue-filter-box": "~3.22.0",
|
|
16
|
+
"@opentinyvue/vue-icon": "~3.22.0",
|
|
17
|
+
"@opentinyvue/vue-input": "~3.22.0",
|
|
18
|
+
"@opentinyvue/vue-locale": "~3.22.0",
|
|
19
|
+
"@opentinyvue/vue-option": "~3.22.0",
|
|
20
|
+
"@opentinyvue/vue-recycle-scroller": "~3.22.0",
|
|
21
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
22
|
+
"@opentinyvue/vue-scrollbar": "~3.22.0",
|
|
23
|
+
"@opentinyvue/vue-select-dropdown": "~3.22.0",
|
|
24
|
+
"@opentinyvue/vue-tag": "~3.22.0",
|
|
25
|
+
"@opentinyvue/vue-theme": "~3.22.0",
|
|
26
|
+
"@opentinyvue/vue-tooltip": "~3.22.0",
|
|
27
|
+
"@opentinyvue/vue-tree": "~3.22.0"
|
|
27
28
|
},
|
|
28
29
|
"types": "index.d.ts",
|
|
29
30
|
"scripts": {
|
package/src/index.d.ts
CHANGED
|
@@ -227,7 +227,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
227
227
|
};
|
|
228
228
|
initQuery: FunctionConstructor;
|
|
229
229
|
extraQueryParams: {
|
|
230
|
-
type: (StringConstructor | BooleanConstructor | ObjectConstructor |
|
|
230
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
|
|
231
231
|
default: string;
|
|
232
232
|
};
|
|
233
233
|
updateDelay: {
|
|
@@ -540,7 +540,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
540
540
|
};
|
|
541
541
|
initQuery: FunctionConstructor;
|
|
542
542
|
extraQueryParams: {
|
|
543
|
-
type: (StringConstructor | BooleanConstructor | ObjectConstructor |
|
|
543
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
|
|
544
544
|
default: string;
|
|
545
545
|
};
|
|
546
546
|
updateDelay: {
|
|
@@ -635,15 +635,15 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
635
635
|
tiny_chart_theme: ObjectConstructor;
|
|
636
636
|
}>>, {
|
|
637
637
|
disabled: boolean;
|
|
638
|
+
loading: boolean;
|
|
639
|
+
placement: string;
|
|
638
640
|
tiny_mode_root: boolean;
|
|
639
641
|
_constants: Record<string, any>;
|
|
640
642
|
tabindex: string;
|
|
641
|
-
|
|
643
|
+
trim: boolean;
|
|
642
644
|
popperAppendToBody: boolean;
|
|
643
645
|
textField: string;
|
|
644
646
|
valueField: string;
|
|
645
|
-
trim: boolean;
|
|
646
|
-
loading: boolean;
|
|
647
647
|
popperOptions: Record<string, any>;
|
|
648
648
|
readonly: boolean;
|
|
649
649
|
hoverExpand: boolean;
|
|
@@ -655,6 +655,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
655
655
|
dropStyle: Record<string, any>;
|
|
656
656
|
blank: boolean;
|
|
657
657
|
showTips: boolean;
|
|
658
|
+
delay: number;
|
|
658
659
|
remote: boolean;
|
|
659
660
|
remoteConfig: Record<string, any>;
|
|
660
661
|
showCheck: boolean;
|
|
@@ -672,7 +673,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
672
673
|
copyable: boolean;
|
|
673
674
|
gridOp: Record<string, any>;
|
|
674
675
|
treeOp: Record<string, any>;
|
|
675
|
-
delay: number;
|
|
676
676
|
isDropInheritWidth: boolean;
|
|
677
677
|
tagSelectable: boolean;
|
|
678
678
|
selectConfig: Record<string, any>;
|
|
@@ -2,8 +2,13 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
2
2
|
name?: any;
|
|
3
3
|
label?: any;
|
|
4
4
|
disabled?: any;
|
|
5
|
-
title?: any;
|
|
6
5
|
size?: any;
|
|
6
|
+
title?: any;
|
|
7
|
+
id?: any;
|
|
8
|
+
dataset?: any;
|
|
9
|
+
options?: any;
|
|
10
|
+
loading?: any;
|
|
11
|
+
placement?: any;
|
|
7
12
|
tiny_mode?: any;
|
|
8
13
|
tiny_mode_root?: any;
|
|
9
14
|
tiny_template?: any;
|
|
@@ -13,14 +18,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
13
18
|
tiny_chart_theme?: any;
|
|
14
19
|
modelValue?: any;
|
|
15
20
|
tabindex?: any;
|
|
16
|
-
placement?: any;
|
|
17
21
|
popperClass?: any;
|
|
18
22
|
popperAppendToBody?: any;
|
|
19
|
-
options?: any;
|
|
20
23
|
textField?: any;
|
|
21
24
|
tip?: any;
|
|
22
25
|
valueField?: any;
|
|
23
|
-
loading?: any;
|
|
24
26
|
popperOptions?: any;
|
|
25
27
|
readonly?: any;
|
|
26
28
|
hoverExpand?: any;
|
|
@@ -31,12 +33,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
31
33
|
multiple?: any;
|
|
32
34
|
dropStyle?: any;
|
|
33
35
|
shape?: any;
|
|
34
|
-
id?: any;
|
|
35
36
|
blank?: any;
|
|
36
37
|
showTips?: any;
|
|
38
|
+
delay?: any;
|
|
37
39
|
remote?: any;
|
|
38
40
|
remoteConfig?: any;
|
|
39
|
-
dataset?: any;
|
|
40
41
|
showCheck?: any;
|
|
41
42
|
showAlloption?: any;
|
|
42
43
|
noDataText?: any;
|
|
@@ -58,7 +59,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
58
59
|
renderType?: any;
|
|
59
60
|
gridOp?: any;
|
|
60
61
|
treeOp?: any;
|
|
61
|
-
delay?: any;
|
|
62
62
|
cacheOp?: any;
|
|
63
63
|
isDropInheritWidth?: any;
|
|
64
64
|
tagSelectable?: any;
|
|
@@ -90,12 +90,17 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
90
90
|
dp: (props: any) => void;
|
|
91
91
|
gcls: (key: any) => any;
|
|
92
92
|
m: (...cssClasses: any[]) => string;
|
|
93
|
-
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "
|
|
93
|
+
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "change" | "blur" | "focus" | "clear" | "update:modelValue" | "confirm" | "remove-tag" | "dropdown-click" | "handleDropdownClick")[], "visible-change" | "change" | "blur" | "focus" | "clear" | "update:modelValue" | "confirm" | "remove-tag" | "dropdown-click" | "handleDropdownClick", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
94
94
|
name?: any;
|
|
95
95
|
label?: any;
|
|
96
96
|
disabled?: any;
|
|
97
|
-
title?: any;
|
|
98
97
|
size?: any;
|
|
98
|
+
title?: any;
|
|
99
|
+
id?: any;
|
|
100
|
+
dataset?: any;
|
|
101
|
+
options?: any;
|
|
102
|
+
loading?: any;
|
|
103
|
+
placement?: any;
|
|
99
104
|
tiny_mode?: any;
|
|
100
105
|
tiny_mode_root?: any;
|
|
101
106
|
tiny_template?: any;
|
|
@@ -105,14 +110,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
105
110
|
tiny_chart_theme?: any;
|
|
106
111
|
modelValue?: any;
|
|
107
112
|
tabindex?: any;
|
|
108
|
-
placement?: any;
|
|
109
113
|
popperClass?: any;
|
|
110
114
|
popperAppendToBody?: any;
|
|
111
|
-
options?: any;
|
|
112
115
|
textField?: any;
|
|
113
116
|
tip?: any;
|
|
114
117
|
valueField?: any;
|
|
115
|
-
loading?: any;
|
|
116
118
|
popperOptions?: any;
|
|
117
119
|
readonly?: any;
|
|
118
120
|
hoverExpand?: any;
|
|
@@ -123,12 +125,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
123
125
|
multiple?: any;
|
|
124
126
|
dropStyle?: any;
|
|
125
127
|
shape?: any;
|
|
126
|
-
id?: any;
|
|
127
128
|
blank?: any;
|
|
128
129
|
showTips?: any;
|
|
130
|
+
delay?: any;
|
|
129
131
|
remote?: any;
|
|
130
132
|
remoteConfig?: any;
|
|
131
|
-
dataset?: any;
|
|
132
133
|
showCheck?: any;
|
|
133
134
|
showAlloption?: any;
|
|
134
135
|
noDataText?: any;
|
|
@@ -150,7 +151,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
150
151
|
renderType?: any;
|
|
151
152
|
gridOp?: any;
|
|
152
153
|
treeOp?: any;
|
|
153
|
-
delay?: any;
|
|
154
154
|
cacheOp?: any;
|
|
155
155
|
isDropInheritWidth?: any;
|
|
156
156
|
tagSelectable?: any;
|
|
@@ -174,8 +174,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
174
174
|
showDropdown?: any;
|
|
175
175
|
expandTags?: any;
|
|
176
176
|
}>>> & {
|
|
177
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
178
177
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
178
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
179
179
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
180
180
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
181
181
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -188,8 +188,13 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
188
188
|
readonly name?: any;
|
|
189
189
|
readonly label?: any;
|
|
190
190
|
readonly disabled?: any;
|
|
191
|
-
readonly title?: any;
|
|
192
191
|
readonly size?: any;
|
|
192
|
+
readonly title?: any;
|
|
193
|
+
readonly id?: any;
|
|
194
|
+
readonly dataset?: any;
|
|
195
|
+
readonly options?: any;
|
|
196
|
+
readonly loading?: any;
|
|
197
|
+
readonly placement?: any;
|
|
193
198
|
readonly tiny_mode?: any;
|
|
194
199
|
readonly tiny_mode_root?: any;
|
|
195
200
|
readonly tiny_template?: any;
|
|
@@ -199,14 +204,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
199
204
|
readonly tiny_chart_theme?: any;
|
|
200
205
|
readonly modelValue?: any;
|
|
201
206
|
readonly tabindex?: any;
|
|
202
|
-
readonly placement?: any;
|
|
203
207
|
readonly popperClass?: any;
|
|
204
208
|
readonly popperAppendToBody?: any;
|
|
205
|
-
readonly options?: any;
|
|
206
209
|
readonly textField?: any;
|
|
207
210
|
readonly tip?: any;
|
|
208
211
|
readonly valueField?: any;
|
|
209
|
-
readonly loading?: any;
|
|
210
212
|
readonly popperOptions?: any;
|
|
211
213
|
readonly readonly?: any;
|
|
212
214
|
readonly hoverExpand?: any;
|
|
@@ -217,12 +219,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
217
219
|
readonly multiple?: any;
|
|
218
220
|
readonly dropStyle?: any;
|
|
219
221
|
readonly shape?: any;
|
|
220
|
-
readonly id?: any;
|
|
221
222
|
readonly blank?: any;
|
|
222
223
|
readonly showTips?: any;
|
|
224
|
+
readonly delay?: any;
|
|
223
225
|
readonly remote?: any;
|
|
224
226
|
readonly remoteConfig?: any;
|
|
225
|
-
readonly dataset?: any;
|
|
226
227
|
readonly showCheck?: any;
|
|
227
228
|
readonly showAlloption?: any;
|
|
228
229
|
readonly noDataText?: any;
|
|
@@ -244,7 +245,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
244
245
|
readonly renderType?: any;
|
|
245
246
|
readonly gridOp?: any;
|
|
246
247
|
readonly treeOp?: any;
|
|
247
|
-
readonly delay?: any;
|
|
248
248
|
readonly cacheOp?: any;
|
|
249
249
|
readonly isDropInheritWidth?: any;
|
|
250
250
|
readonly tagSelectable?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -3,6 +3,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
3
3
|
label?: any;
|
|
4
4
|
disabled?: any;
|
|
5
5
|
size?: any;
|
|
6
|
+
id?: any;
|
|
7
|
+
dataset?: any;
|
|
8
|
+
options?: any;
|
|
9
|
+
loading?: any;
|
|
10
|
+
placement?: any;
|
|
6
11
|
tiny_mode?: any;
|
|
7
12
|
tiny_mode_root?: any;
|
|
8
13
|
tiny_template?: any;
|
|
@@ -12,15 +17,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
12
17
|
tiny_chart_theme?: any;
|
|
13
18
|
modelValue?: any;
|
|
14
19
|
tabindex?: any;
|
|
15
|
-
|
|
20
|
+
trim?: any;
|
|
16
21
|
popperClass?: any;
|
|
17
22
|
popperAppendToBody?: any;
|
|
18
|
-
options?: any;
|
|
19
23
|
textField?: any;
|
|
20
24
|
tip?: any;
|
|
21
25
|
valueField?: any;
|
|
22
|
-
trim?: any;
|
|
23
|
-
loading?: any;
|
|
24
26
|
popperOptions?: any;
|
|
25
27
|
readonly?: any;
|
|
26
28
|
hoverExpand?: any;
|
|
@@ -32,12 +34,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
32
34
|
multiple?: any;
|
|
33
35
|
dropStyle?: any;
|
|
34
36
|
shape?: any;
|
|
35
|
-
id?: any;
|
|
36
37
|
blank?: any;
|
|
37
38
|
showTips?: any;
|
|
39
|
+
delay?: any;
|
|
38
40
|
remote?: any;
|
|
39
41
|
remoteConfig?: any;
|
|
40
|
-
dataset?: any;
|
|
41
42
|
showCheck?: any;
|
|
42
43
|
showAlloption?: any;
|
|
43
44
|
noDataText?: any;
|
|
@@ -55,7 +56,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
55
56
|
multipleLimit?: any;
|
|
56
57
|
hideDrop?: any;
|
|
57
58
|
copyable?: any;
|
|
58
|
-
delay?: any;
|
|
59
59
|
cacheOp?: any;
|
|
60
60
|
isDropInheritWidth?: any;
|
|
61
61
|
tagSelectable?: any;
|
|
@@ -97,11 +97,16 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
97
97
|
dp: (props: any) => void;
|
|
98
98
|
gcls: (key: any) => any;
|
|
99
99
|
m: (...cssClasses: any[]) => string;
|
|
100
|
-
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "
|
|
100
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "change" | "blur" | "focus" | "clear" | "update:modelValue" | "remove-tag" | "dropdown-click" | "handleDropdownClick" | "top-create-click")[], "visible-change" | "change" | "blur" | "focus" | "clear" | "update:modelValue" | "remove-tag" | "dropdown-click" | "handleDropdownClick" | "top-create-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
101
101
|
name?: any;
|
|
102
102
|
label?: any;
|
|
103
103
|
disabled?: any;
|
|
104
104
|
size?: any;
|
|
105
|
+
id?: any;
|
|
106
|
+
dataset?: any;
|
|
107
|
+
options?: any;
|
|
108
|
+
loading?: any;
|
|
109
|
+
placement?: any;
|
|
105
110
|
tiny_mode?: any;
|
|
106
111
|
tiny_mode_root?: any;
|
|
107
112
|
tiny_template?: any;
|
|
@@ -111,15 +116,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
111
116
|
tiny_chart_theme?: any;
|
|
112
117
|
modelValue?: any;
|
|
113
118
|
tabindex?: any;
|
|
114
|
-
|
|
119
|
+
trim?: any;
|
|
115
120
|
popperClass?: any;
|
|
116
121
|
popperAppendToBody?: any;
|
|
117
|
-
options?: any;
|
|
118
122
|
textField?: any;
|
|
119
123
|
tip?: any;
|
|
120
124
|
valueField?: any;
|
|
121
|
-
trim?: any;
|
|
122
|
-
loading?: any;
|
|
123
125
|
popperOptions?: any;
|
|
124
126
|
readonly?: any;
|
|
125
127
|
hoverExpand?: any;
|
|
@@ -131,12 +133,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
131
133
|
multiple?: any;
|
|
132
134
|
dropStyle?: any;
|
|
133
135
|
shape?: any;
|
|
134
|
-
id?: any;
|
|
135
136
|
blank?: any;
|
|
136
137
|
showTips?: any;
|
|
138
|
+
delay?: any;
|
|
137
139
|
remote?: any;
|
|
138
140
|
remoteConfig?: any;
|
|
139
|
-
dataset?: any;
|
|
140
141
|
showCheck?: any;
|
|
141
142
|
showAlloption?: any;
|
|
142
143
|
noDataText?: any;
|
|
@@ -154,7 +155,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
154
155
|
multipleLimit?: any;
|
|
155
156
|
hideDrop?: any;
|
|
156
157
|
copyable?: any;
|
|
157
|
-
delay?: any;
|
|
158
158
|
cacheOp?: any;
|
|
159
159
|
isDropInheritWidth?: any;
|
|
160
160
|
tagSelectable?: any;
|
|
@@ -188,8 +188,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
188
188
|
showDropdown?: any;
|
|
189
189
|
expandTags?: any;
|
|
190
190
|
}>>> & {
|
|
191
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
192
191
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
192
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
193
193
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -203,6 +203,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
203
203
|
readonly label?: any;
|
|
204
204
|
readonly disabled?: any;
|
|
205
205
|
readonly size?: any;
|
|
206
|
+
readonly id?: any;
|
|
207
|
+
readonly dataset?: any;
|
|
208
|
+
readonly options?: any;
|
|
209
|
+
readonly loading?: any;
|
|
210
|
+
readonly placement?: any;
|
|
206
211
|
readonly tiny_mode?: any;
|
|
207
212
|
readonly tiny_mode_root?: any;
|
|
208
213
|
readonly tiny_template?: any;
|
|
@@ -212,15 +217,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
212
217
|
readonly tiny_chart_theme?: any;
|
|
213
218
|
readonly modelValue?: any;
|
|
214
219
|
readonly tabindex?: any;
|
|
215
|
-
readonly
|
|
220
|
+
readonly trim?: any;
|
|
216
221
|
readonly popperClass?: any;
|
|
217
222
|
readonly popperAppendToBody?: any;
|
|
218
|
-
readonly options?: any;
|
|
219
223
|
readonly textField?: any;
|
|
220
224
|
readonly tip?: any;
|
|
221
225
|
readonly valueField?: any;
|
|
222
|
-
readonly trim?: any;
|
|
223
|
-
readonly loading?: any;
|
|
224
226
|
readonly popperOptions?: any;
|
|
225
227
|
readonly readonly?: any;
|
|
226
228
|
readonly hoverExpand?: any;
|
|
@@ -232,12 +234,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
232
234
|
readonly multiple?: any;
|
|
233
235
|
readonly dropStyle?: any;
|
|
234
236
|
readonly shape?: any;
|
|
235
|
-
readonly id?: any;
|
|
236
237
|
readonly blank?: any;
|
|
237
238
|
readonly showTips?: any;
|
|
239
|
+
readonly delay?: any;
|
|
238
240
|
readonly remote?: any;
|
|
239
241
|
readonly remoteConfig?: any;
|
|
240
|
-
readonly dataset?: any;
|
|
241
242
|
readonly showCheck?: any;
|
|
242
243
|
readonly showAlloption?: any;
|
|
243
244
|
readonly noDataText?: any;
|
|
@@ -255,7 +256,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
255
256
|
readonly multipleLimit?: any;
|
|
256
257
|
readonly hideDrop?: any;
|
|
257
258
|
readonly copyable?: any;
|
|
258
|
-
readonly delay?: any;
|
|
259
259
|
readonly cacheOp?: any;
|
|
260
260
|
readonly isDropInheritWidth?: any;
|
|
261
261
|
readonly tagSelectable?: any;
|