@opentinyvue/vue-base-select 3.22.0 → 3.22.2
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 +1 -1
- package/lib/mobile-first.js +16 -16
- package/lib/pc.js +19 -19
- package/package.json +1 -1
- package/src/index.d.ts +29 -29
- package/src/mobile-first.vue.d.ts +104 -104
- package/src/pc.vue.d.ts +97 -97
package/lib/index.js
CHANGED
package/lib/mobile-first.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { renderless, api } from '@opentinyvue/vue-renderless/select/vue';
|
|
2
2
|
import { defineComponent, directive, props, setup } from '@opentinyvue/vue-common';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
3
|
+
import TinyTag from '@opentinyvue/vue-tag';
|
|
4
|
+
import TinyInput from '@opentinyvue/vue-input';
|
|
5
|
+
import TinyOption from '@opentinyvue/vue-option';
|
|
6
|
+
import TinyScrollbar from '@opentinyvue/vue-scrollbar';
|
|
7
|
+
import TinySelectDropdown from '@opentinyvue/vue-select-dropdown';
|
|
8
8
|
import { Clickoutside } from '@opentinyvue/vue-directive';
|
|
9
9
|
import { iconClose, iconCopy, iconHalfselect, iconCheck, iconCheckedSur, iconLoading, iconChevronRight } from '@opentinyvue/vue-icon';
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
10
|
+
import TinyTree from '@opentinyvue/vue-tree';
|
|
11
|
+
import TinyTooltip from '@opentinyvue/vue-tooltip';
|
|
12
|
+
import TinyFilterBox from '@opentinyvue/vue-filter-box';
|
|
13
13
|
import RecycleScroller from '@opentinyvue/vue-recycle-scroller';
|
|
14
14
|
import { resolveComponent, resolveDirective, withDirectives, openBlock, createElementBlock, mergeProps, withModifiers, createElementVNode, normalizeStyle, normalizeClass, createBlock, createCommentVNode, withCtx, createVNode, createSlots, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, withKeys, vModelText, resolveDynamicComponent, vShow, Transition } from 'vue';
|
|
15
15
|
|
|
@@ -87,16 +87,16 @@ var _sfc_main = defineComponent({
|
|
|
87
87
|
}
|
|
88
88
|
}),
|
|
89
89
|
components: {
|
|
90
|
-
TinyTag
|
|
91
|
-
TinyInput
|
|
92
|
-
TinyOption
|
|
93
|
-
TinyTree
|
|
94
|
-
TinyScrollbar
|
|
95
|
-
TinyFilterBox
|
|
96
|
-
TinyTooltip
|
|
90
|
+
TinyTag,
|
|
91
|
+
TinyInput,
|
|
92
|
+
TinyOption,
|
|
93
|
+
TinyTree,
|
|
94
|
+
TinyScrollbar,
|
|
95
|
+
TinyFilterBox,
|
|
96
|
+
TinyTooltip,
|
|
97
97
|
IconClose: iconClose(),
|
|
98
98
|
IconCopy: iconCopy(),
|
|
99
|
-
TinySelectDropdown
|
|
99
|
+
TinySelectDropdown,
|
|
100
100
|
IconHalfselect: iconHalfselect(),
|
|
101
101
|
IconCheck: iconCheck(),
|
|
102
102
|
IconCheckedSur: iconCheckedSur(),
|
package/lib/pc.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { renderless, api } from '@opentinyvue/vue-renderless/base-select/vue';
|
|
2
2
|
import { defineComponent, directive, props, setup } from '@opentinyvue/vue-common';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
3
|
+
import TinyTag from '@opentinyvue/vue-tag';
|
|
4
|
+
import TinyInput from '@opentinyvue/vue-input';
|
|
5
|
+
import TinyOption from '@opentinyvue/vue-option';
|
|
6
|
+
import TinyScrollbar from '@opentinyvue/vue-scrollbar';
|
|
7
|
+
import TinySelectDropdown from '@opentinyvue/vue-select-dropdown';
|
|
8
|
+
import TinyButton from '@opentinyvue/vue-button';
|
|
9
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
|
-
import
|
|
12
|
-
import
|
|
11
|
+
import TinyTooltip from '@opentinyvue/vue-tooltip';
|
|
12
|
+
import TinyFilterBox from '@opentinyvue/vue-filter-box';
|
|
13
13
|
import RecycleScroller from '@opentinyvue/vue-recycle-scroller';
|
|
14
|
-
import
|
|
14
|
+
import TinyCheckbox from '@opentinyvue/vue-checkbox';
|
|
15
15
|
import '@opentinyvue/vue-theme/select/index.css';
|
|
16
16
|
import '@opentinyvue/vue-theme/base-select/index.css';
|
|
17
17
|
import { resolveComponent, resolveDirective, withDirectives, openBlock, createElementBlock, mergeProps, withModifiers, createElementVNode, normalizeStyle, normalizeClass, renderSlot, createBlock, createCommentVNode, withCtx, createVNode, createTextVNode, toDisplayString, Fragment, renderList, createSlots, withKeys, vShow, vModelText, resolveDynamicComponent, Transition } from 'vue';
|
|
@@ -75,27 +75,27 @@ var _sfc_main = defineComponent({
|
|
|
75
75
|
}
|
|
76
76
|
}),
|
|
77
77
|
components: {
|
|
78
|
-
TinyTag
|
|
79
|
-
TinyInput
|
|
80
|
-
TinyOption
|
|
81
|
-
TinyButton
|
|
78
|
+
TinyTag,
|
|
79
|
+
TinyInput,
|
|
80
|
+
TinyOption,
|
|
81
|
+
TinyButton,
|
|
82
82
|
IconClose: IconClose(),
|
|
83
|
-
TinyScrollbar
|
|
83
|
+
TinyScrollbar,
|
|
84
84
|
IconCopy: IconCopy(),
|
|
85
85
|
IconAddCircle: iconAddCircle(),
|
|
86
86
|
IconLoadingShadow: iconLoadingShadow(),
|
|
87
|
-
TinySelectDropdown
|
|
87
|
+
TinySelectDropdown,
|
|
88
88
|
IconHalfselect: IconHalfselect(),
|
|
89
89
|
IconCheck: IconCheck(),
|
|
90
90
|
IconCheckedSur: IconCheckedSur(),
|
|
91
|
-
TinyFilterBox
|
|
92
|
-
TinyTooltip
|
|
91
|
+
TinyFilterBox,
|
|
92
|
+
TinyTooltip,
|
|
93
93
|
TinyRecycleScroller: RecycleScroller,
|
|
94
94
|
// tiny 新增,
|
|
95
95
|
IconSearch: IconSearch(),
|
|
96
96
|
IconDeltaDown: IconDeltaDown(),
|
|
97
97
|
// 默认下拉图标
|
|
98
|
-
TinyCheckbox
|
|
98
|
+
TinyCheckbox,
|
|
99
99
|
IconEllipsis: IconEllipsis(),
|
|
100
100
|
IconChevronUp: IconChevronUp()
|
|
101
101
|
},
|
|
@@ -952,7 +952,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
952
952
|
"li",
|
|
953
953
|
{
|
|
954
954
|
key: 0,
|
|
955
|
-
class: normalizeClass(["tiny-option tiny-select-dropdown__item", [{
|
|
955
|
+
class: normalizeClass(["tiny-option tiny-option_all tiny-select-dropdown__item", [{
|
|
956
956
|
hover: _ctx.state.hoverIndex === -9 && _ctx.state.selectCls !== "checked-sur"
|
|
957
957
|
}, {
|
|
958
958
|
"selected": _ctx.state.selectCls === "checked-sur"
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -210,7 +210,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
210
210
|
default: boolean;
|
|
211
211
|
};
|
|
212
212
|
dropdownIcon: {
|
|
213
|
-
type: (
|
|
213
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
214
214
|
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
215
215
|
[key: string]: any;
|
|
216
216
|
}>, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>>;
|
|
@@ -220,14 +220,14 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
220
220
|
type: BooleanConstructor;
|
|
221
221
|
default: boolean;
|
|
222
222
|
};
|
|
223
|
-
optimization: (
|
|
223
|
+
optimization: (ObjectConstructor | BooleanConstructor)[];
|
|
224
224
|
displayOnly: {
|
|
225
225
|
type: BooleanConstructor;
|
|
226
226
|
default: boolean;
|
|
227
227
|
};
|
|
228
228
|
initQuery: FunctionConstructor;
|
|
229
229
|
extraQueryParams: {
|
|
230
|
-
type: (
|
|
230
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ArrayConstructor)[];
|
|
231
231
|
default: string;
|
|
232
232
|
};
|
|
233
233
|
updateDelay: {
|
|
@@ -523,7 +523,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
523
523
|
default: boolean;
|
|
524
524
|
};
|
|
525
525
|
dropdownIcon: {
|
|
526
|
-
type: (
|
|
526
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
527
527
|
default: () => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
528
528
|
[key: string]: any;
|
|
529
529
|
}>, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>>;
|
|
@@ -533,14 +533,14 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
533
533
|
type: BooleanConstructor;
|
|
534
534
|
default: boolean;
|
|
535
535
|
};
|
|
536
|
-
optimization: (
|
|
536
|
+
optimization: (ObjectConstructor | BooleanConstructor)[];
|
|
537
537
|
displayOnly: {
|
|
538
538
|
type: BooleanConstructor;
|
|
539
539
|
default: boolean;
|
|
540
540
|
};
|
|
541
541
|
initQuery: FunctionConstructor;
|
|
542
542
|
extraQueryParams: {
|
|
543
|
-
type: (
|
|
543
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ArrayConstructor)[];
|
|
544
544
|
default: string;
|
|
545
545
|
};
|
|
546
546
|
updateDelay: {
|
|
@@ -636,44 +636,44 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
636
636
|
}>>, {
|
|
637
637
|
disabled: boolean;
|
|
638
638
|
loading: boolean;
|
|
639
|
+
valueField: string;
|
|
640
|
+
multiple: boolean;
|
|
641
|
+
remote: boolean;
|
|
642
|
+
textField: string;
|
|
643
|
+
remoteConfig: Record<string, any>;
|
|
644
|
+
multipleLimit: number;
|
|
645
|
+
treeOp: Record<string, any>;
|
|
639
646
|
placement: string;
|
|
640
647
|
tiny_mode_root: boolean;
|
|
641
648
|
_constants: Record<string, any>;
|
|
642
649
|
tabindex: string;
|
|
643
|
-
trim: boolean;
|
|
644
|
-
popperAppendToBody: boolean;
|
|
645
|
-
textField: string;
|
|
646
|
-
valueField: string;
|
|
647
|
-
popperOptions: Record<string, any>;
|
|
648
650
|
readonly: boolean;
|
|
649
651
|
hoverExpand: boolean;
|
|
650
652
|
clearable: boolean;
|
|
651
653
|
autocomplete: string;
|
|
652
654
|
displayOnly: boolean;
|
|
655
|
+
isDropInheritWidth: boolean;
|
|
656
|
+
popperOptions: Record<string, any>;
|
|
657
|
+
closeByMask: boolean;
|
|
658
|
+
searchPlaceholder: string;
|
|
659
|
+
delay: number;
|
|
653
660
|
placeholder: string;
|
|
654
|
-
multiple: boolean;
|
|
655
|
-
dropStyle: Record<string, any>;
|
|
656
661
|
blank: boolean;
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
remote: boolean;
|
|
660
|
-
remoteConfig: Record<string, any>;
|
|
662
|
+
dropStyle: Record<string, any>;
|
|
663
|
+
copyable: boolean;
|
|
661
664
|
showCheck: boolean;
|
|
662
665
|
showAlloption: boolean;
|
|
666
|
+
showProportion: boolean;
|
|
667
|
+
hideDrop: boolean;
|
|
668
|
+
valueKey: string;
|
|
663
669
|
filterable: boolean;
|
|
664
670
|
allowCreate: boolean;
|
|
665
671
|
collapseTags: boolean;
|
|
666
672
|
reserveKeyword: boolean;
|
|
667
673
|
automaticDropdown: boolean;
|
|
668
674
|
defaultFirstOption: boolean;
|
|
669
|
-
|
|
670
|
-
searchPlaceholder: string;
|
|
671
|
-
multipleLimit: number;
|
|
672
|
-
hideDrop: boolean;
|
|
673
|
-
copyable: boolean;
|
|
675
|
+
popperAppendToBody: boolean;
|
|
674
676
|
gridOp: Record<string, any>;
|
|
675
|
-
treeOp: Record<string, any>;
|
|
676
|
-
isDropInheritWidth: boolean;
|
|
677
677
|
tagSelectable: boolean;
|
|
678
678
|
selectConfig: Record<string, any>;
|
|
679
679
|
radioConfig: Record<string, any>;
|
|
@@ -684,20 +684,20 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
684
684
|
dropdownIcon: string | Record<string, any>;
|
|
685
685
|
extraQueryParams: string | number | boolean | Record<string, any> | unknown[];
|
|
686
686
|
updateDelay: number;
|
|
687
|
-
|
|
688
|
-
|
|
687
|
+
showTips: boolean;
|
|
688
|
+
allText: string;
|
|
689
|
+
trim: boolean;
|
|
689
690
|
topCreate: boolean;
|
|
690
691
|
topCreateText: string;
|
|
692
|
+
keepFocus: boolean;
|
|
691
693
|
searchable: boolean;
|
|
692
694
|
showEmptyImage: boolean;
|
|
693
|
-
InputBoxType: string;
|
|
694
695
|
tagType: string;
|
|
695
696
|
clearNoMatchValue: boolean;
|
|
696
697
|
showLimitText: boolean;
|
|
697
|
-
showProportion: boolean;
|
|
698
698
|
clickExpand: boolean;
|
|
699
699
|
maxVisibleRows: number;
|
|
700
|
-
allText: string;
|
|
701
700
|
showAllTextTag: boolean;
|
|
701
|
+
InputBoxType: string;
|
|
702
702
|
}, {}>;
|
|
703
703
|
export default _default;
|
|
@@ -1,13 +1,26 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
-
name?: any;
|
|
3
|
-
label?: any;
|
|
4
|
-
disabled?: any;
|
|
5
2
|
size?: any;
|
|
3
|
+
label?: any;
|
|
6
4
|
title?: any;
|
|
5
|
+
disabled?: any;
|
|
7
6
|
id?: any;
|
|
8
7
|
dataset?: any;
|
|
9
8
|
options?: any;
|
|
9
|
+
name?: any;
|
|
10
10
|
loading?: any;
|
|
11
|
+
valueField?: any;
|
|
12
|
+
modelValue?: any;
|
|
13
|
+
multiple?: any;
|
|
14
|
+
filterMethod?: any;
|
|
15
|
+
remote?: any;
|
|
16
|
+
remoteMethod?: any;
|
|
17
|
+
textField?: any;
|
|
18
|
+
optimization?: any;
|
|
19
|
+
remoteConfig?: any;
|
|
20
|
+
shape?: any;
|
|
21
|
+
renderType?: any;
|
|
22
|
+
multipleLimit?: any;
|
|
23
|
+
treeOp?: any;
|
|
11
24
|
placement?: any;
|
|
12
25
|
tiny_mode?: any;
|
|
13
26
|
tiny_mode_root?: any;
|
|
@@ -16,51 +29,43 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
16
29
|
_constants?: any;
|
|
17
30
|
tiny_theme?: any;
|
|
18
31
|
tiny_chart_theme?: any;
|
|
19
|
-
modelValue?: any;
|
|
20
32
|
tabindex?: any;
|
|
21
|
-
popperClass?: any;
|
|
22
|
-
popperAppendToBody?: any;
|
|
23
|
-
textField?: any;
|
|
24
|
-
tip?: any;
|
|
25
|
-
valueField?: any;
|
|
26
|
-
popperOptions?: any;
|
|
27
33
|
readonly?: any;
|
|
28
34
|
hoverExpand?: any;
|
|
29
35
|
clearable?: any;
|
|
30
36
|
autocomplete?: any;
|
|
31
37
|
displayOnly?: any;
|
|
38
|
+
isDropInheritWidth?: any;
|
|
39
|
+
popperOptions?: any;
|
|
40
|
+
closeByMask?: any;
|
|
41
|
+
searchPlaceholder?: any;
|
|
42
|
+
popperClass?: any;
|
|
43
|
+
delay?: any;
|
|
44
|
+
tip?: any;
|
|
32
45
|
placeholder?: any;
|
|
33
|
-
multiple?: any;
|
|
34
|
-
dropStyle?: any;
|
|
35
|
-
shape?: any;
|
|
36
46
|
blank?: any;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
remote?: any;
|
|
40
|
-
remoteConfig?: any;
|
|
47
|
+
dropStyle?: any;
|
|
48
|
+
copyable?: any;
|
|
41
49
|
showCheck?: any;
|
|
42
50
|
showAlloption?: any;
|
|
51
|
+
showProportion?: any;
|
|
52
|
+
hideDrop?: any;
|
|
53
|
+
showOverflowTooltip?: any;
|
|
54
|
+
valueKey?: any;
|
|
43
55
|
noDataText?: any;
|
|
44
56
|
filterable?: any;
|
|
45
57
|
loadingText?: any;
|
|
46
58
|
noMatchText?: any;
|
|
47
59
|
allowCreate?: any;
|
|
48
60
|
collapseTags?: any;
|
|
49
|
-
remoteMethod?: any;
|
|
50
|
-
filterMethod?: any;
|
|
51
61
|
reserveKeyword?: any;
|
|
52
62
|
automaticDropdown?: any;
|
|
53
63
|
defaultFirstOption?: any;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
hideDrop?: any;
|
|
58
|
-
copyable?: any;
|
|
59
|
-
renderType?: any;
|
|
64
|
+
popperAppendToBody?: any;
|
|
65
|
+
showDropdown?: any;
|
|
66
|
+
expandTags?: any;
|
|
60
67
|
gridOp?: any;
|
|
61
|
-
treeOp?: any;
|
|
62
68
|
cacheOp?: any;
|
|
63
|
-
isDropInheritWidth?: any;
|
|
64
69
|
tagSelectable?: any;
|
|
65
70
|
selectConfig?: any;
|
|
66
71
|
radioConfig?: any;
|
|
@@ -71,16 +76,11 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
71
76
|
ignoreEnter?: any;
|
|
72
77
|
dropdownIcon?: any;
|
|
73
78
|
disabledTooltipContent?: any;
|
|
74
|
-
optimization?: any;
|
|
75
79
|
initQuery?: any;
|
|
76
80
|
extraQueryParams?: any;
|
|
77
81
|
updateDelay?: any;
|
|
78
|
-
|
|
79
|
-
showProportion?: any;
|
|
82
|
+
showTips?: any;
|
|
80
83
|
allText?: any;
|
|
81
|
-
showOverflowTooltip?: any;
|
|
82
|
-
showDropdown?: any;
|
|
83
|
-
expandTags?: any;
|
|
84
84
|
}>, {
|
|
85
85
|
t: (this: any, path: any, options?: any) => any;
|
|
86
86
|
vm: any;
|
|
@@ -90,16 +90,29 @@ 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, ("
|
|
94
|
-
name?: any;
|
|
95
|
-
label?: any;
|
|
96
|
-
disabled?: any;
|
|
93
|
+
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "blur" | "focus" | "clear" | "dropdown-click" | "update:modelValue" | "handleDropdownClick" | "confirm" | "remove-tag" | "visible-change")[], "change" | "blur" | "focus" | "clear" | "dropdown-click" | "update:modelValue" | "handleDropdownClick" | "confirm" | "remove-tag" | "visible-change", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
97
94
|
size?: any;
|
|
95
|
+
label?: any;
|
|
98
96
|
title?: any;
|
|
97
|
+
disabled?: any;
|
|
99
98
|
id?: any;
|
|
100
99
|
dataset?: any;
|
|
101
100
|
options?: any;
|
|
101
|
+
name?: any;
|
|
102
102
|
loading?: any;
|
|
103
|
+
valueField?: any;
|
|
104
|
+
modelValue?: any;
|
|
105
|
+
multiple?: any;
|
|
106
|
+
filterMethod?: any;
|
|
107
|
+
remote?: any;
|
|
108
|
+
remoteMethod?: any;
|
|
109
|
+
textField?: any;
|
|
110
|
+
optimization?: any;
|
|
111
|
+
remoteConfig?: any;
|
|
112
|
+
shape?: any;
|
|
113
|
+
renderType?: any;
|
|
114
|
+
multipleLimit?: any;
|
|
115
|
+
treeOp?: any;
|
|
103
116
|
placement?: any;
|
|
104
117
|
tiny_mode?: any;
|
|
105
118
|
tiny_mode_root?: any;
|
|
@@ -108,51 +121,43 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
108
121
|
_constants?: any;
|
|
109
122
|
tiny_theme?: any;
|
|
110
123
|
tiny_chart_theme?: any;
|
|
111
|
-
modelValue?: any;
|
|
112
124
|
tabindex?: any;
|
|
113
|
-
popperClass?: any;
|
|
114
|
-
popperAppendToBody?: any;
|
|
115
|
-
textField?: any;
|
|
116
|
-
tip?: any;
|
|
117
|
-
valueField?: any;
|
|
118
|
-
popperOptions?: any;
|
|
119
125
|
readonly?: any;
|
|
120
126
|
hoverExpand?: any;
|
|
121
127
|
clearable?: any;
|
|
122
128
|
autocomplete?: any;
|
|
123
129
|
displayOnly?: any;
|
|
130
|
+
isDropInheritWidth?: any;
|
|
131
|
+
popperOptions?: any;
|
|
132
|
+
closeByMask?: any;
|
|
133
|
+
searchPlaceholder?: any;
|
|
134
|
+
popperClass?: any;
|
|
135
|
+
delay?: any;
|
|
136
|
+
tip?: any;
|
|
124
137
|
placeholder?: any;
|
|
125
|
-
multiple?: any;
|
|
126
|
-
dropStyle?: any;
|
|
127
|
-
shape?: any;
|
|
128
138
|
blank?: any;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
remote?: any;
|
|
132
|
-
remoteConfig?: any;
|
|
139
|
+
dropStyle?: any;
|
|
140
|
+
copyable?: any;
|
|
133
141
|
showCheck?: any;
|
|
134
142
|
showAlloption?: any;
|
|
143
|
+
showProportion?: any;
|
|
144
|
+
hideDrop?: any;
|
|
145
|
+
showOverflowTooltip?: any;
|
|
146
|
+
valueKey?: any;
|
|
135
147
|
noDataText?: any;
|
|
136
148
|
filterable?: any;
|
|
137
149
|
loadingText?: any;
|
|
138
150
|
noMatchText?: any;
|
|
139
151
|
allowCreate?: any;
|
|
140
152
|
collapseTags?: any;
|
|
141
|
-
remoteMethod?: any;
|
|
142
|
-
filterMethod?: any;
|
|
143
153
|
reserveKeyword?: any;
|
|
144
154
|
automaticDropdown?: any;
|
|
145
155
|
defaultFirstOption?: any;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
hideDrop?: any;
|
|
150
|
-
copyable?: any;
|
|
151
|
-
renderType?: any;
|
|
156
|
+
popperAppendToBody?: any;
|
|
157
|
+
showDropdown?: any;
|
|
158
|
+
expandTags?: any;
|
|
152
159
|
gridOp?: any;
|
|
153
|
-
treeOp?: any;
|
|
154
160
|
cacheOp?: any;
|
|
155
|
-
isDropInheritWidth?: any;
|
|
156
161
|
tagSelectable?: any;
|
|
157
162
|
selectConfig?: any;
|
|
158
163
|
radioConfig?: any;
|
|
@@ -163,37 +168,45 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
163
168
|
ignoreEnter?: any;
|
|
164
169
|
dropdownIcon?: any;
|
|
165
170
|
disabledTooltipContent?: any;
|
|
166
|
-
optimization?: any;
|
|
167
171
|
initQuery?: any;
|
|
168
172
|
extraQueryParams?: any;
|
|
169
173
|
updateDelay?: any;
|
|
170
|
-
|
|
171
|
-
showProportion?: any;
|
|
174
|
+
showTips?: any;
|
|
172
175
|
allText?: any;
|
|
173
|
-
showOverflowTooltip?: any;
|
|
174
|
-
showDropdown?: any;
|
|
175
|
-
expandTags?: any;
|
|
176
176
|
}>>> & {
|
|
177
177
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
178
178
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
179
179
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
180
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
181
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
182
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
183
180
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
184
|
-
|
|
181
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
185
182
|
"onDropdown-click"?: ((...args: any[]) => any) | undefined;
|
|
183
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
186
184
|
onHandleDropdownClick?: ((...args: any[]) => any) | undefined;
|
|
185
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
186
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
}, {
|
|
188
|
-
readonly name?: any;
|
|
189
|
-
readonly label?: any;
|
|
190
|
-
readonly disabled?: any;
|
|
191
188
|
readonly size?: any;
|
|
189
|
+
readonly label?: any;
|
|
192
190
|
readonly title?: any;
|
|
191
|
+
readonly disabled?: any;
|
|
193
192
|
readonly id?: any;
|
|
194
193
|
readonly dataset?: any;
|
|
195
194
|
readonly options?: any;
|
|
195
|
+
readonly name?: any;
|
|
196
196
|
readonly loading?: any;
|
|
197
|
+
readonly valueField?: any;
|
|
198
|
+
readonly modelValue?: any;
|
|
199
|
+
readonly multiple?: any;
|
|
200
|
+
readonly filterMethod?: any;
|
|
201
|
+
readonly remote?: any;
|
|
202
|
+
readonly remoteMethod?: any;
|
|
203
|
+
readonly textField?: any;
|
|
204
|
+
readonly optimization?: any;
|
|
205
|
+
readonly remoteConfig?: any;
|
|
206
|
+
readonly shape?: any;
|
|
207
|
+
readonly renderType?: any;
|
|
208
|
+
readonly multipleLimit?: any;
|
|
209
|
+
readonly treeOp?: any;
|
|
197
210
|
readonly placement?: any;
|
|
198
211
|
readonly tiny_mode?: any;
|
|
199
212
|
readonly tiny_mode_root?: any;
|
|
@@ -202,51 +215,43 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
202
215
|
readonly _constants?: any;
|
|
203
216
|
readonly tiny_theme?: any;
|
|
204
217
|
readonly tiny_chart_theme?: any;
|
|
205
|
-
readonly modelValue?: any;
|
|
206
218
|
readonly tabindex?: any;
|
|
207
|
-
readonly popperClass?: any;
|
|
208
|
-
readonly popperAppendToBody?: any;
|
|
209
|
-
readonly textField?: any;
|
|
210
|
-
readonly tip?: any;
|
|
211
|
-
readonly valueField?: any;
|
|
212
|
-
readonly popperOptions?: any;
|
|
213
219
|
readonly readonly?: any;
|
|
214
220
|
readonly hoverExpand?: any;
|
|
215
221
|
readonly clearable?: any;
|
|
216
222
|
readonly autocomplete?: any;
|
|
217
223
|
readonly displayOnly?: any;
|
|
224
|
+
readonly isDropInheritWidth?: any;
|
|
225
|
+
readonly popperOptions?: any;
|
|
226
|
+
readonly closeByMask?: any;
|
|
227
|
+
readonly searchPlaceholder?: any;
|
|
228
|
+
readonly popperClass?: any;
|
|
229
|
+
readonly delay?: any;
|
|
230
|
+
readonly tip?: any;
|
|
218
231
|
readonly placeholder?: any;
|
|
219
|
-
readonly multiple?: any;
|
|
220
|
-
readonly dropStyle?: any;
|
|
221
|
-
readonly shape?: any;
|
|
222
232
|
readonly blank?: any;
|
|
223
|
-
readonly
|
|
224
|
-
readonly
|
|
225
|
-
readonly remote?: any;
|
|
226
|
-
readonly remoteConfig?: any;
|
|
233
|
+
readonly dropStyle?: any;
|
|
234
|
+
readonly copyable?: any;
|
|
227
235
|
readonly showCheck?: any;
|
|
228
236
|
readonly showAlloption?: any;
|
|
237
|
+
readonly showProportion?: any;
|
|
238
|
+
readonly hideDrop?: any;
|
|
239
|
+
readonly showOverflowTooltip?: any;
|
|
240
|
+
readonly valueKey?: any;
|
|
229
241
|
readonly noDataText?: any;
|
|
230
242
|
readonly filterable?: any;
|
|
231
243
|
readonly loadingText?: any;
|
|
232
244
|
readonly noMatchText?: any;
|
|
233
245
|
readonly allowCreate?: any;
|
|
234
246
|
readonly collapseTags?: any;
|
|
235
|
-
readonly remoteMethod?: any;
|
|
236
|
-
readonly filterMethod?: any;
|
|
237
247
|
readonly reserveKeyword?: any;
|
|
238
248
|
readonly automaticDropdown?: any;
|
|
239
249
|
readonly defaultFirstOption?: any;
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
243
|
-
readonly hideDrop?: any;
|
|
244
|
-
readonly copyable?: any;
|
|
245
|
-
readonly renderType?: any;
|
|
250
|
+
readonly popperAppendToBody?: any;
|
|
251
|
+
readonly showDropdown?: any;
|
|
252
|
+
readonly expandTags?: any;
|
|
246
253
|
readonly gridOp?: any;
|
|
247
|
-
readonly treeOp?: any;
|
|
248
254
|
readonly cacheOp?: any;
|
|
249
|
-
readonly isDropInheritWidth?: any;
|
|
250
255
|
readonly tagSelectable?: any;
|
|
251
256
|
readonly selectConfig?: any;
|
|
252
257
|
readonly radioConfig?: any;
|
|
@@ -257,15 +262,10 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
257
262
|
readonly ignoreEnter?: any;
|
|
258
263
|
readonly dropdownIcon?: any;
|
|
259
264
|
readonly disabledTooltipContent?: any;
|
|
260
|
-
readonly optimization?: any;
|
|
261
265
|
readonly initQuery?: any;
|
|
262
266
|
readonly extraQueryParams?: any;
|
|
263
267
|
readonly updateDelay?: any;
|
|
264
|
-
readonly
|
|
265
|
-
readonly showProportion?: any;
|
|
268
|
+
readonly showTips?: any;
|
|
266
269
|
readonly allText?: any;
|
|
267
|
-
readonly showOverflowTooltip?: any;
|
|
268
|
-
readonly showDropdown?: any;
|
|
269
|
-
readonly expandTags?: any;
|
|
270
270
|
}, {}>;
|
|
271
271
|
export default _default;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
-
|
|
2
|
+
size?: any;
|
|
3
3
|
label?: any;
|
|
4
4
|
disabled?: any;
|
|
5
|
-
size?: any;
|
|
6
5
|
id?: any;
|
|
7
6
|
dataset?: any;
|
|
8
7
|
options?: any;
|
|
8
|
+
name?: any;
|
|
9
9
|
loading?: any;
|
|
10
|
+
valueField?: any;
|
|
11
|
+
modelValue?: any;
|
|
12
|
+
multiple?: any;
|
|
13
|
+
filterMethod?: any;
|
|
14
|
+
remote?: any;
|
|
15
|
+
remoteMethod?: any;
|
|
16
|
+
textField?: any;
|
|
17
|
+
optimization?: any;
|
|
18
|
+
remoteConfig?: any;
|
|
19
|
+
shape?: any;
|
|
20
|
+
multipleLimit?: any;
|
|
10
21
|
placement?: any;
|
|
11
22
|
tiny_mode?: any;
|
|
12
23
|
tiny_mode_root?: any;
|
|
@@ -15,49 +26,41 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
15
26
|
_constants?: any;
|
|
16
27
|
tiny_theme?: any;
|
|
17
28
|
tiny_chart_theme?: any;
|
|
18
|
-
modelValue?: any;
|
|
19
29
|
tabindex?: any;
|
|
20
|
-
trim?: any;
|
|
21
|
-
popperClass?: any;
|
|
22
|
-
popperAppendToBody?: any;
|
|
23
|
-
textField?: any;
|
|
24
|
-
tip?: any;
|
|
25
|
-
valueField?: any;
|
|
26
|
-
popperOptions?: any;
|
|
27
30
|
readonly?: any;
|
|
28
31
|
hoverExpand?: any;
|
|
29
32
|
clearable?: any;
|
|
30
33
|
autocomplete?: any;
|
|
31
34
|
displayOnly?: any;
|
|
32
35
|
inputBoxType?: any;
|
|
36
|
+
isDropInheritWidth?: any;
|
|
37
|
+
popperOptions?: any;
|
|
38
|
+
popperClass?: any;
|
|
39
|
+
delay?: any;
|
|
40
|
+
tip?: any;
|
|
33
41
|
placeholder?: any;
|
|
34
|
-
multiple?: any;
|
|
35
|
-
dropStyle?: any;
|
|
36
|
-
shape?: any;
|
|
37
42
|
blank?: any;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
remote?: any;
|
|
41
|
-
remoteConfig?: any;
|
|
43
|
+
dropStyle?: any;
|
|
44
|
+
copyable?: any;
|
|
42
45
|
showCheck?: any;
|
|
43
46
|
showAlloption?: any;
|
|
47
|
+
showProportion?: any;
|
|
48
|
+
hideDrop?: any;
|
|
49
|
+
showOverflowTooltip?: any;
|
|
50
|
+
valueKey?: any;
|
|
44
51
|
noDataText?: any;
|
|
45
52
|
filterable?: any;
|
|
46
53
|
loadingText?: any;
|
|
47
54
|
noMatchText?: any;
|
|
48
55
|
allowCreate?: any;
|
|
49
56
|
collapseTags?: any;
|
|
50
|
-
remoteMethod?: any;
|
|
51
|
-
filterMethod?: any;
|
|
52
57
|
reserveKeyword?: any;
|
|
53
58
|
automaticDropdown?: any;
|
|
54
59
|
defaultFirstOption?: any;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
copyable?: any;
|
|
60
|
+
popperAppendToBody?: any;
|
|
61
|
+
showDropdown?: any;
|
|
62
|
+
expandTags?: any;
|
|
59
63
|
cacheOp?: any;
|
|
60
|
-
isDropInheritWidth?: any;
|
|
61
64
|
tagSelectable?: any;
|
|
62
65
|
selectConfig?: any;
|
|
63
66
|
radioConfig?: any;
|
|
@@ -68,26 +71,23 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
68
71
|
ignoreEnter?: any;
|
|
69
72
|
dropdownIcon?: any;
|
|
70
73
|
disabledTooltipContent?: any;
|
|
71
|
-
optimization?: any;
|
|
72
74
|
initQuery?: any;
|
|
73
75
|
extraQueryParams?: any;
|
|
74
76
|
updateDelay?: any;
|
|
75
|
-
|
|
77
|
+
showTips?: any;
|
|
78
|
+
allText?: any;
|
|
79
|
+
trim?: any;
|
|
76
80
|
topCreate?: any;
|
|
77
81
|
topCreateText?: any;
|
|
82
|
+
keepFocus?: any;
|
|
78
83
|
searchable?: any;
|
|
79
84
|
showEmptyImage?: any;
|
|
80
85
|
tagType?: any;
|
|
81
86
|
clearNoMatchValue?: any;
|
|
82
87
|
showLimitText?: any;
|
|
83
|
-
showProportion?: any;
|
|
84
88
|
clickExpand?: any;
|
|
85
89
|
maxVisibleRows?: any;
|
|
86
|
-
allText?: any;
|
|
87
90
|
showAllTextTag?: any;
|
|
88
|
-
showOverflowTooltip?: any;
|
|
89
|
-
showDropdown?: any;
|
|
90
|
-
expandTags?: any;
|
|
91
91
|
}>, {
|
|
92
92
|
t: (this: any, path: any, options?: any) => any;
|
|
93
93
|
vm: any;
|
|
@@ -97,15 +97,26 @@ 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, ("
|
|
101
|
-
|
|
100
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "blur" | "focus" | "clear" | "dropdown-click" | "update:modelValue" | "handleDropdownClick" | "remove-tag" | "visible-change" | "top-create-click")[], "change" | "blur" | "focus" | "clear" | "dropdown-click" | "update:modelValue" | "handleDropdownClick" | "remove-tag" | "visible-change" | "top-create-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
101
|
+
size?: any;
|
|
102
102
|
label?: any;
|
|
103
103
|
disabled?: any;
|
|
104
|
-
size?: any;
|
|
105
104
|
id?: any;
|
|
106
105
|
dataset?: any;
|
|
107
106
|
options?: any;
|
|
107
|
+
name?: any;
|
|
108
108
|
loading?: any;
|
|
109
|
+
valueField?: any;
|
|
110
|
+
modelValue?: any;
|
|
111
|
+
multiple?: any;
|
|
112
|
+
filterMethod?: any;
|
|
113
|
+
remote?: any;
|
|
114
|
+
remoteMethod?: any;
|
|
115
|
+
textField?: any;
|
|
116
|
+
optimization?: any;
|
|
117
|
+
remoteConfig?: any;
|
|
118
|
+
shape?: any;
|
|
119
|
+
multipleLimit?: any;
|
|
109
120
|
placement?: any;
|
|
110
121
|
tiny_mode?: any;
|
|
111
122
|
tiny_mode_root?: any;
|
|
@@ -114,49 +125,41 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
114
125
|
_constants?: any;
|
|
115
126
|
tiny_theme?: any;
|
|
116
127
|
tiny_chart_theme?: any;
|
|
117
|
-
modelValue?: any;
|
|
118
128
|
tabindex?: any;
|
|
119
|
-
trim?: any;
|
|
120
|
-
popperClass?: any;
|
|
121
|
-
popperAppendToBody?: any;
|
|
122
|
-
textField?: any;
|
|
123
|
-
tip?: any;
|
|
124
|
-
valueField?: any;
|
|
125
|
-
popperOptions?: any;
|
|
126
129
|
readonly?: any;
|
|
127
130
|
hoverExpand?: any;
|
|
128
131
|
clearable?: any;
|
|
129
132
|
autocomplete?: any;
|
|
130
133
|
displayOnly?: any;
|
|
131
134
|
inputBoxType?: any;
|
|
135
|
+
isDropInheritWidth?: any;
|
|
136
|
+
popperOptions?: any;
|
|
137
|
+
popperClass?: any;
|
|
138
|
+
delay?: any;
|
|
139
|
+
tip?: any;
|
|
132
140
|
placeholder?: any;
|
|
133
|
-
multiple?: any;
|
|
134
|
-
dropStyle?: any;
|
|
135
|
-
shape?: any;
|
|
136
141
|
blank?: any;
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
remote?: any;
|
|
140
|
-
remoteConfig?: any;
|
|
142
|
+
dropStyle?: any;
|
|
143
|
+
copyable?: any;
|
|
141
144
|
showCheck?: any;
|
|
142
145
|
showAlloption?: any;
|
|
146
|
+
showProportion?: any;
|
|
147
|
+
hideDrop?: any;
|
|
148
|
+
showOverflowTooltip?: any;
|
|
149
|
+
valueKey?: any;
|
|
143
150
|
noDataText?: any;
|
|
144
151
|
filterable?: any;
|
|
145
152
|
loadingText?: any;
|
|
146
153
|
noMatchText?: any;
|
|
147
154
|
allowCreate?: any;
|
|
148
155
|
collapseTags?: any;
|
|
149
|
-
remoteMethod?: any;
|
|
150
|
-
filterMethod?: any;
|
|
151
156
|
reserveKeyword?: any;
|
|
152
157
|
automaticDropdown?: any;
|
|
153
158
|
defaultFirstOption?: any;
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
copyable?: any;
|
|
159
|
+
popperAppendToBody?: any;
|
|
160
|
+
showDropdown?: any;
|
|
161
|
+
expandTags?: any;
|
|
158
162
|
cacheOp?: any;
|
|
159
|
-
isDropInheritWidth?: any;
|
|
160
163
|
tagSelectable?: any;
|
|
161
164
|
selectConfig?: any;
|
|
162
165
|
radioConfig?: any;
|
|
@@ -167,46 +170,54 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
167
170
|
ignoreEnter?: any;
|
|
168
171
|
dropdownIcon?: any;
|
|
169
172
|
disabledTooltipContent?: any;
|
|
170
|
-
optimization?: any;
|
|
171
173
|
initQuery?: any;
|
|
172
174
|
extraQueryParams?: any;
|
|
173
175
|
updateDelay?: any;
|
|
174
|
-
|
|
176
|
+
showTips?: any;
|
|
177
|
+
allText?: any;
|
|
178
|
+
trim?: any;
|
|
175
179
|
topCreate?: any;
|
|
176
180
|
topCreateText?: any;
|
|
181
|
+
keepFocus?: any;
|
|
177
182
|
searchable?: any;
|
|
178
183
|
showEmptyImage?: any;
|
|
179
184
|
tagType?: any;
|
|
180
185
|
clearNoMatchValue?: any;
|
|
181
186
|
showLimitText?: any;
|
|
182
|
-
showProportion?: any;
|
|
183
187
|
clickExpand?: any;
|
|
184
188
|
maxVisibleRows?: any;
|
|
185
|
-
allText?: any;
|
|
186
189
|
showAllTextTag?: any;
|
|
187
|
-
showOverflowTooltip?: any;
|
|
188
|
-
showDropdown?: any;
|
|
189
|
-
expandTags?: any;
|
|
190
190
|
}>>> & {
|
|
191
191
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
192
192
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
193
193
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
194
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
195
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
196
194
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
197
|
-
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
198
195
|
"onDropdown-click"?: ((...args: any[]) => any) | undefined;
|
|
196
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
199
197
|
onHandleDropdownClick?: ((...args: any[]) => any) | undefined;
|
|
198
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
199
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
"onTop-create-click"?: ((...args: any[]) => any) | undefined;
|
|
201
201
|
}, {
|
|
202
|
-
readonly
|
|
202
|
+
readonly size?: any;
|
|
203
203
|
readonly label?: any;
|
|
204
204
|
readonly disabled?: any;
|
|
205
|
-
readonly size?: any;
|
|
206
205
|
readonly id?: any;
|
|
207
206
|
readonly dataset?: any;
|
|
208
207
|
readonly options?: any;
|
|
208
|
+
readonly name?: any;
|
|
209
209
|
readonly loading?: any;
|
|
210
|
+
readonly valueField?: any;
|
|
211
|
+
readonly modelValue?: any;
|
|
212
|
+
readonly multiple?: any;
|
|
213
|
+
readonly filterMethod?: any;
|
|
214
|
+
readonly remote?: any;
|
|
215
|
+
readonly remoteMethod?: any;
|
|
216
|
+
readonly textField?: any;
|
|
217
|
+
readonly optimization?: any;
|
|
218
|
+
readonly remoteConfig?: any;
|
|
219
|
+
readonly shape?: any;
|
|
220
|
+
readonly multipleLimit?: any;
|
|
210
221
|
readonly placement?: any;
|
|
211
222
|
readonly tiny_mode?: any;
|
|
212
223
|
readonly tiny_mode_root?: any;
|
|
@@ -215,49 +226,41 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
215
226
|
readonly _constants?: any;
|
|
216
227
|
readonly tiny_theme?: any;
|
|
217
228
|
readonly tiny_chart_theme?: any;
|
|
218
|
-
readonly modelValue?: any;
|
|
219
229
|
readonly tabindex?: any;
|
|
220
|
-
readonly trim?: any;
|
|
221
|
-
readonly popperClass?: any;
|
|
222
|
-
readonly popperAppendToBody?: any;
|
|
223
|
-
readonly textField?: any;
|
|
224
|
-
readonly tip?: any;
|
|
225
|
-
readonly valueField?: any;
|
|
226
|
-
readonly popperOptions?: any;
|
|
227
230
|
readonly readonly?: any;
|
|
228
231
|
readonly hoverExpand?: any;
|
|
229
232
|
readonly clearable?: any;
|
|
230
233
|
readonly autocomplete?: any;
|
|
231
234
|
readonly displayOnly?: any;
|
|
232
235
|
readonly inputBoxType?: any;
|
|
236
|
+
readonly isDropInheritWidth?: any;
|
|
237
|
+
readonly popperOptions?: any;
|
|
238
|
+
readonly popperClass?: any;
|
|
239
|
+
readonly delay?: any;
|
|
240
|
+
readonly tip?: any;
|
|
233
241
|
readonly placeholder?: any;
|
|
234
|
-
readonly multiple?: any;
|
|
235
|
-
readonly dropStyle?: any;
|
|
236
|
-
readonly shape?: any;
|
|
237
242
|
readonly blank?: any;
|
|
238
|
-
readonly
|
|
239
|
-
readonly
|
|
240
|
-
readonly remote?: any;
|
|
241
|
-
readonly remoteConfig?: any;
|
|
243
|
+
readonly dropStyle?: any;
|
|
244
|
+
readonly copyable?: any;
|
|
242
245
|
readonly showCheck?: any;
|
|
243
246
|
readonly showAlloption?: any;
|
|
247
|
+
readonly showProportion?: any;
|
|
248
|
+
readonly hideDrop?: any;
|
|
249
|
+
readonly showOverflowTooltip?: any;
|
|
250
|
+
readonly valueKey?: any;
|
|
244
251
|
readonly noDataText?: any;
|
|
245
252
|
readonly filterable?: any;
|
|
246
253
|
readonly loadingText?: any;
|
|
247
254
|
readonly noMatchText?: any;
|
|
248
255
|
readonly allowCreate?: any;
|
|
249
256
|
readonly collapseTags?: any;
|
|
250
|
-
readonly remoteMethod?: any;
|
|
251
|
-
readonly filterMethod?: any;
|
|
252
257
|
readonly reserveKeyword?: any;
|
|
253
258
|
readonly automaticDropdown?: any;
|
|
254
259
|
readonly defaultFirstOption?: any;
|
|
255
|
-
readonly
|
|
256
|
-
readonly
|
|
257
|
-
readonly
|
|
258
|
-
readonly copyable?: any;
|
|
260
|
+
readonly popperAppendToBody?: any;
|
|
261
|
+
readonly showDropdown?: any;
|
|
262
|
+
readonly expandTags?: any;
|
|
259
263
|
readonly cacheOp?: any;
|
|
260
|
-
readonly isDropInheritWidth?: any;
|
|
261
264
|
readonly tagSelectable?: any;
|
|
262
265
|
readonly selectConfig?: any;
|
|
263
266
|
readonly radioConfig?: any;
|
|
@@ -268,25 +271,22 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
268
271
|
readonly ignoreEnter?: any;
|
|
269
272
|
readonly dropdownIcon?: any;
|
|
270
273
|
readonly disabledTooltipContent?: any;
|
|
271
|
-
readonly optimization?: any;
|
|
272
274
|
readonly initQuery?: any;
|
|
273
275
|
readonly extraQueryParams?: any;
|
|
274
276
|
readonly updateDelay?: any;
|
|
275
|
-
readonly
|
|
277
|
+
readonly showTips?: any;
|
|
278
|
+
readonly allText?: any;
|
|
279
|
+
readonly trim?: any;
|
|
276
280
|
readonly topCreate?: any;
|
|
277
281
|
readonly topCreateText?: any;
|
|
282
|
+
readonly keepFocus?: any;
|
|
278
283
|
readonly searchable?: any;
|
|
279
284
|
readonly showEmptyImage?: any;
|
|
280
285
|
readonly tagType?: any;
|
|
281
286
|
readonly clearNoMatchValue?: any;
|
|
282
287
|
readonly showLimitText?: any;
|
|
283
|
-
readonly showProportion?: any;
|
|
284
288
|
readonly clickExpand?: any;
|
|
285
289
|
readonly maxVisibleRows?: any;
|
|
286
|
-
readonly allText?: any;
|
|
287
290
|
readonly showAllTextTag?: any;
|
|
288
|
-
readonly showOverflowTooltip?: any;
|
|
289
|
-
readonly showDropdown?: any;
|
|
290
|
-
readonly expandTags?: any;
|
|
291
291
|
}, {}>;
|
|
292
292
|
export default _default;
|