@opentinyvue/vue-cascader 2.22.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/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-cascader",
3
3
  "type": "module",
4
- "version": "2.22.0",
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-cascader-mobile": "~2.22.0",
12
- "@opentinyvue/vue-cascader-panel": "~2.22.0",
13
- "@opentinyvue/vue-common": "~2.22.0",
14
- "@opentinyvue/vue-directive": "~2.22.0",
15
- "@opentinyvue/vue-filter-box": "~2.22.0",
16
- "@opentinyvue/vue-icon": "~2.22.0",
17
- "@opentinyvue/vue-input": "~2.22.0",
18
- "@opentinyvue/vue-locale": "~2.22.0",
11
+ "@opentinyvue/vue-cascader-mobile": "~3.22.0",
12
+ "@opentinyvue/vue-cascader-panel": "~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
19
  "@opentinyvue/vue-renderless": "~3.22.0",
20
- "@opentinyvue/vue-scrollbar": "~2.22.0",
21
- "@opentinyvue/vue-tag": "~2.22.0",
20
+ "@opentinyvue/vue-scrollbar": "~3.22.0",
21
+ "@opentinyvue/vue-tag": "~3.22.0",
22
22
  "@opentinyvue/vue-theme": "~3.22.0",
23
- "@opentinyvue/vue-tooltip": "~2.22.0"
23
+ "@opentinyvue/vue-tooltip": "~3.22.0"
24
24
  },
25
25
  "types": "index.d.ts",
26
26
  "scripts": {
package/src/index.d.ts CHANGED
@@ -96,5 +96,221 @@ export declare const cascaderProps: {
96
96
  tiny_theme: StringConstructor;
97
97
  tiny_chart_theme: ObjectConstructor;
98
98
  };
99
- declare const _default: any;
99
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
100
+ _constants: {
101
+ type: ObjectConstructor;
102
+ default: () => {
103
+ placeholder: string;
104
+ COMPONENT_NAME: {
105
+ FormItem: string;
106
+ };
107
+ EVENT_NAME: {
108
+ FormBlur: string;
109
+ FormChange: string;
110
+ };
111
+ defaultNodeConfig: {
112
+ lazy: boolean;
113
+ load: null;
114
+ isLeaf: string;
115
+ afterLoad: null;
116
+ currentNodeKey: null;
117
+ checkStrictly: boolean;
118
+ checkDescendants: null;
119
+ defaultCheckedKeys: null;
120
+ defaultExpandedKeys: null;
121
+ autoExpandParent: null;
122
+ defaultExpandAll: null;
123
+ filterNodeMethod: null;
124
+ };
125
+ };
126
+ };
127
+ autoSize: BooleanConstructor;
128
+ beforeFilter: {
129
+ type: FunctionConstructor;
130
+ default: () => () => void;
131
+ };
132
+ clearable: BooleanConstructor;
133
+ collapseTags: BooleanConstructor;
134
+ debounce: {
135
+ type: NumberConstructor;
136
+ default: number;
137
+ };
138
+ disabled: BooleanConstructor;
139
+ filterMethod: FunctionConstructor;
140
+ filterable: BooleanConstructor;
141
+ modelValue: {};
142
+ options: ArrayConstructor;
143
+ placeholder: {
144
+ type: StringConstructor;
145
+ default: any;
146
+ };
147
+ popperAppendToBody: {
148
+ type: BooleanConstructor;
149
+ default: boolean;
150
+ };
151
+ popperClass: StringConstructor;
152
+ props: {
153
+ type: ObjectConstructor;
154
+ default: () => {};
155
+ };
156
+ separator: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ showAllLevels: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
164
+ size: StringConstructor;
165
+ shape: StringConstructor;
166
+ label: StringConstructor;
167
+ tip: StringConstructor;
168
+ displayOnly: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
172
+ hoverExpand: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ title: StringConstructor;
177
+ showHeader: {
178
+ type: BooleanConstructor;
179
+ default: boolean;
180
+ };
181
+ levelTitle: ArrayConstructor;
182
+ blank: {
183
+ type: BooleanConstructor;
184
+ default: boolean;
185
+ };
186
+ changeCompat: {
187
+ type: BooleanConstructor;
188
+ default: boolean;
189
+ };
190
+ tiny_mode: StringConstructor;
191
+ tiny_mode_root: BooleanConstructor;
192
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
193
+ tiny_renderless: FunctionConstructor;
194
+ tiny_theme: StringConstructor;
195
+ tiny_chart_theme: ObjectConstructor;
196
+ }, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
197
+ [key: string]: any;
198
+ }>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
199
+ _constants: {
200
+ type: ObjectConstructor;
201
+ default: () => {
202
+ placeholder: string;
203
+ COMPONENT_NAME: {
204
+ FormItem: string;
205
+ };
206
+ EVENT_NAME: {
207
+ FormBlur: string;
208
+ FormChange: string;
209
+ };
210
+ defaultNodeConfig: {
211
+ lazy: boolean;
212
+ load: null;
213
+ isLeaf: string;
214
+ afterLoad: null;
215
+ currentNodeKey: null;
216
+ checkStrictly: boolean;
217
+ checkDescendants: null;
218
+ defaultCheckedKeys: null;
219
+ defaultExpandedKeys: null;
220
+ autoExpandParent: null;
221
+ defaultExpandAll: null;
222
+ filterNodeMethod: null;
223
+ };
224
+ };
225
+ };
226
+ autoSize: BooleanConstructor;
227
+ beforeFilter: {
228
+ type: FunctionConstructor;
229
+ default: () => () => void;
230
+ };
231
+ clearable: BooleanConstructor;
232
+ collapseTags: BooleanConstructor;
233
+ debounce: {
234
+ type: NumberConstructor;
235
+ default: number;
236
+ };
237
+ disabled: BooleanConstructor;
238
+ filterMethod: FunctionConstructor;
239
+ filterable: BooleanConstructor;
240
+ modelValue: {};
241
+ options: ArrayConstructor;
242
+ placeholder: {
243
+ type: StringConstructor;
244
+ default: any;
245
+ };
246
+ popperAppendToBody: {
247
+ type: BooleanConstructor;
248
+ default: boolean;
249
+ };
250
+ popperClass: StringConstructor;
251
+ props: {
252
+ type: ObjectConstructor;
253
+ default: () => {};
254
+ };
255
+ separator: {
256
+ type: StringConstructor;
257
+ default: string;
258
+ };
259
+ showAllLevels: {
260
+ type: BooleanConstructor;
261
+ default: boolean;
262
+ };
263
+ size: StringConstructor;
264
+ shape: StringConstructor;
265
+ label: StringConstructor;
266
+ tip: StringConstructor;
267
+ displayOnly: {
268
+ type: BooleanConstructor;
269
+ default: boolean;
270
+ };
271
+ hoverExpand: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ title: StringConstructor;
276
+ showHeader: {
277
+ type: BooleanConstructor;
278
+ default: boolean;
279
+ };
280
+ levelTitle: ArrayConstructor;
281
+ blank: {
282
+ type: BooleanConstructor;
283
+ default: boolean;
284
+ };
285
+ changeCompat: {
286
+ type: BooleanConstructor;
287
+ default: boolean;
288
+ };
289
+ tiny_mode: StringConstructor;
290
+ tiny_mode_root: BooleanConstructor;
291
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
292
+ tiny_renderless: FunctionConstructor;
293
+ tiny_theme: StringConstructor;
294
+ tiny_chart_theme: ObjectConstructor;
295
+ }>>, {
296
+ props: Record<string, any>;
297
+ disabled: boolean;
298
+ tiny_mode_root: boolean;
299
+ _constants: Record<string, any>;
300
+ popperAppendToBody: boolean;
301
+ showHeader: boolean;
302
+ hoverExpand: boolean;
303
+ clearable: boolean;
304
+ displayOnly: boolean;
305
+ placeholder: string;
306
+ blank: boolean;
307
+ changeCompat: boolean;
308
+ filterable: boolean;
309
+ collapseTags: boolean;
310
+ debounce: number;
311
+ separator: string;
312
+ showAllLevels: boolean;
313
+ beforeFilter: Function;
314
+ autoSize: boolean;
315
+ }, {}>;
100
316
  export default _default;
@@ -1,2 +1,170 @@
1
- declare const _default: any;
1
+ import { hooks } from '@opentinyvue/vue-common';
2
+ declare const _default: hooks.DefineComponent<Readonly<{
3
+ props?: any;
4
+ label?: any;
5
+ disabled?: any;
6
+ size?: any;
7
+ title?: any;
8
+ options?: any;
9
+ offset?: any;
10
+ placement?: any;
11
+ tiny_mode?: any;
12
+ tiny_mode_root?: any;
13
+ tiny_template?: any;
14
+ tiny_renderless?: any;
15
+ _constants?: any;
16
+ tiny_theme?: any;
17
+ tiny_chart_theme?: any;
18
+ modelValue?: any;
19
+ visibleArrow?: any;
20
+ arrowOffset?: any;
21
+ popperClass?: any;
22
+ popperAppendToBody?: any;
23
+ tip?: any;
24
+ showHeader?: any;
25
+ boundariesPadding?: any;
26
+ popperOptions?: any;
27
+ hoverExpand?: any;
28
+ clearable?: any;
29
+ displayOnly?: any;
30
+ placeholder?: any;
31
+ shape?: any;
32
+ filterable?: any;
33
+ collapseTags?: any;
34
+ filterMethod?: any;
35
+ debounce?: any;
36
+ separator?: any;
37
+ showAllLevels?: any;
38
+ beforeFilter?: any;
39
+ autoSize?: any;
40
+ levelTitle?: any;
41
+ }>, {
42
+ bp: hooks.Ref<string>;
43
+ visible: hooks.Ref<boolean>;
44
+ showText: hooks.Ref<string>;
45
+ computedMobileProp: hooks.ComputedRef<{
46
+ _constants: any;
47
+ data: any;
48
+ ellipsis: any;
49
+ placeholder: any;
50
+ title: any;
51
+ valueField: any;
52
+ textField: any;
53
+ textField2: any;
54
+ textField3: any;
55
+ childrenField: any;
56
+ textSplit: any;
57
+ showHeader: any;
58
+ multiple: boolean;
59
+ searchConfig: {
60
+ filterable: any;
61
+ filterMethod: any;
62
+ };
63
+ nodeConfig: {
64
+ lazy: any;
65
+ load: any;
66
+ isLeaf: any;
67
+ checkStrictly: any;
68
+ afterLoad: any;
69
+ currentNodeKey: any;
70
+ checkDescendants: any;
71
+ defaultCheckedKeys: any;
72
+ defaultExpandedKeys: any;
73
+ autoExpandParent: any;
74
+ defaultExpandAll: any;
75
+ filterNodeMethod: any;
76
+ };
77
+ }>;
78
+ updateValue: (value: any) => void;
79
+ updateText: (value: any) => void;
80
+ }, unknown, {}, {}, hooks.ComponentOptionsMixin, hooks.ComponentOptionsMixin, ("visible-change" | "change" | "blur" | "focus" | "created" | "update:modelValue" | "changeCompat" | "remove-tag" | "expand-change" | "active-item-change")[], "visible-change" | "change" | "blur" | "focus" | "created" | "update:modelValue" | "changeCompat" | "remove-tag" | "expand-change" | "active-item-change", hooks.PublicProps, Readonly<hooks.ExtractPropTypes<Readonly<{
81
+ props?: any;
82
+ label?: any;
83
+ disabled?: any;
84
+ size?: any;
85
+ title?: any;
86
+ options?: any;
87
+ offset?: any;
88
+ placement?: any;
89
+ tiny_mode?: any;
90
+ tiny_mode_root?: any;
91
+ tiny_template?: any;
92
+ tiny_renderless?: any;
93
+ _constants?: any;
94
+ tiny_theme?: any;
95
+ tiny_chart_theme?: any;
96
+ modelValue?: any;
97
+ visibleArrow?: any;
98
+ arrowOffset?: any;
99
+ popperClass?: any;
100
+ popperAppendToBody?: any;
101
+ tip?: any;
102
+ showHeader?: any;
103
+ boundariesPadding?: any;
104
+ popperOptions?: any;
105
+ hoverExpand?: any;
106
+ clearable?: any;
107
+ displayOnly?: any;
108
+ placeholder?: any;
109
+ shape?: any;
110
+ filterable?: any;
111
+ collapseTags?: any;
112
+ filterMethod?: any;
113
+ debounce?: any;
114
+ separator?: any;
115
+ showAllLevels?: any;
116
+ beforeFilter?: any;
117
+ autoSize?: any;
118
+ levelTitle?: any;
119
+ }>>> & {
120
+ onChange?: ((...args: any[]) => any) | undefined;
121
+ onBlur?: ((...args: any[]) => any) | undefined;
122
+ onFocus?: ((...args: any[]) => any) | undefined;
123
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
124
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
125
+ onCreated?: ((...args: any[]) => any) | undefined;
126
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
127
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
128
+ "onActive-item-change"?: ((...args: any[]) => any) | undefined;
129
+ onChangeCompat?: ((...args: any[]) => any) | undefined;
130
+ }, {
131
+ readonly props?: any;
132
+ readonly label?: any;
133
+ readonly disabled?: any;
134
+ readonly size?: any;
135
+ readonly title?: any;
136
+ readonly options?: any;
137
+ readonly offset?: any;
138
+ readonly placement?: any;
139
+ readonly tiny_mode?: any;
140
+ readonly tiny_mode_root?: any;
141
+ readonly tiny_template?: any;
142
+ readonly tiny_renderless?: any;
143
+ readonly _constants?: any;
144
+ readonly tiny_theme?: any;
145
+ readonly tiny_chart_theme?: any;
146
+ readonly modelValue?: any;
147
+ readonly visibleArrow?: any;
148
+ readonly arrowOffset?: any;
149
+ readonly popperClass?: any;
150
+ readonly popperAppendToBody?: any;
151
+ readonly tip?: any;
152
+ readonly showHeader?: any;
153
+ readonly boundariesPadding?: any;
154
+ readonly popperOptions?: any;
155
+ readonly hoverExpand?: any;
156
+ readonly clearable?: any;
157
+ readonly displayOnly?: any;
158
+ readonly placeholder?: any;
159
+ readonly shape?: any;
160
+ readonly filterable?: any;
161
+ readonly collapseTags?: any;
162
+ readonly filterMethod?: any;
163
+ readonly debounce?: any;
164
+ readonly separator?: any;
165
+ readonly showAllLevels?: any;
166
+ readonly beforeFilter?: any;
167
+ readonly autoSize?: any;
168
+ readonly levelTitle?: any;
169
+ }, {}>;
2
170
  export default _default;
@@ -1,2 +1,129 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ props?: any;
3
+ label?: any;
4
+ disabled?: any;
5
+ size?: any;
6
+ options?: any;
7
+ offset?: any;
8
+ placement?: any;
9
+ tiny_mode?: any;
10
+ tiny_mode_root?: any;
11
+ tiny_template?: any;
12
+ tiny_renderless?: any;
13
+ _constants?: any;
14
+ tiny_theme?: any;
15
+ tiny_chart_theme?: any;
16
+ modelValue?: any;
17
+ visibleArrow?: any;
18
+ arrowOffset?: any;
19
+ popperClass?: any;
20
+ popperAppendToBody?: any;
21
+ tip?: any;
22
+ boundariesPadding?: any;
23
+ popperOptions?: any;
24
+ hoverExpand?: any;
25
+ clearable?: any;
26
+ displayOnly?: any;
27
+ placeholder?: any;
28
+ shape?: any;
29
+ filterable?: any;
30
+ collapseTags?: any;
31
+ filterMethod?: any;
32
+ debounce?: any;
33
+ separator?: any;
34
+ showAllLevels?: any;
35
+ beforeFilter?: any;
36
+ autoSize?: any;
37
+ }>, {
38
+ t: (this: any, path: any, options?: any) => any;
39
+ vm: any;
40
+ f: (props: any, attrs?: {}) => {};
41
+ a: (attrs: any, filters: any, include: any) => {};
42
+ d: (props: any) => void;
43
+ dp: (props: any) => void;
44
+ gcls: (key: any) => any;
45
+ m: (...cssClasses: any[]) => string;
46
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "change" | "blur" | "focus" | "created" | "update:modelValue" | "remove-tag" | "expand-change" | "active-item-change")[], "visible-change" | "change" | "blur" | "focus" | "created" | "update:modelValue" | "remove-tag" | "expand-change" | "active-item-change", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
47
+ props?: any;
48
+ label?: any;
49
+ disabled?: any;
50
+ size?: any;
51
+ options?: any;
52
+ offset?: any;
53
+ placement?: any;
54
+ tiny_mode?: any;
55
+ tiny_mode_root?: any;
56
+ tiny_template?: any;
57
+ tiny_renderless?: any;
58
+ _constants?: any;
59
+ tiny_theme?: any;
60
+ tiny_chart_theme?: any;
61
+ modelValue?: any;
62
+ visibleArrow?: any;
63
+ arrowOffset?: any;
64
+ popperClass?: any;
65
+ popperAppendToBody?: any;
66
+ tip?: any;
67
+ boundariesPadding?: any;
68
+ popperOptions?: any;
69
+ hoverExpand?: any;
70
+ clearable?: any;
71
+ displayOnly?: any;
72
+ placeholder?: any;
73
+ shape?: any;
74
+ filterable?: any;
75
+ collapseTags?: any;
76
+ filterMethod?: any;
77
+ debounce?: any;
78
+ separator?: any;
79
+ showAllLevels?: any;
80
+ beforeFilter?: any;
81
+ autoSize?: any;
82
+ }>>> & {
83
+ onChange?: ((...args: any[]) => any) | undefined;
84
+ onBlur?: ((...args: any[]) => any) | undefined;
85
+ onFocus?: ((...args: any[]) => any) | undefined;
86
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
87
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
88
+ onCreated?: ((...args: any[]) => any) | undefined;
89
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
90
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
91
+ "onActive-item-change"?: ((...args: any[]) => any) | undefined;
92
+ }, {
93
+ readonly props?: any;
94
+ readonly label?: any;
95
+ readonly disabled?: any;
96
+ readonly size?: any;
97
+ readonly options?: any;
98
+ readonly offset?: any;
99
+ readonly placement?: any;
100
+ readonly tiny_mode?: any;
101
+ readonly tiny_mode_root?: any;
102
+ readonly tiny_template?: any;
103
+ readonly tiny_renderless?: any;
104
+ readonly _constants?: any;
105
+ readonly tiny_theme?: any;
106
+ readonly tiny_chart_theme?: any;
107
+ readonly modelValue?: any;
108
+ readonly visibleArrow?: any;
109
+ readonly arrowOffset?: any;
110
+ readonly popperClass?: any;
111
+ readonly popperAppendToBody?: any;
112
+ readonly tip?: any;
113
+ readonly boundariesPadding?: any;
114
+ readonly popperOptions?: any;
115
+ readonly hoverExpand?: any;
116
+ readonly clearable?: any;
117
+ readonly displayOnly?: any;
118
+ readonly placeholder?: any;
119
+ readonly shape?: any;
120
+ readonly filterable?: any;
121
+ readonly collapseTags?: any;
122
+ readonly filterMethod?: any;
123
+ readonly debounce?: any;
124
+ readonly separator?: any;
125
+ readonly showAllLevels?: any;
126
+ readonly beforeFilter?: any;
127
+ readonly autoSize?: any;
128
+ }, {}>;
2
129
  export default _default;
package/src/pc.vue.d.ts CHANGED
@@ -1,2 +1,135 @@
1
- declare const _default: any;
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
+ props?: any;
3
+ label?: any;
4
+ disabled?: any;
5
+ size?: any;
6
+ options?: any;
7
+ offset?: any;
8
+ placement?: any;
9
+ tiny_mode?: any;
10
+ tiny_mode_root?: any;
11
+ tiny_template?: any;
12
+ tiny_renderless?: any;
13
+ _constants?: any;
14
+ tiny_theme?: any;
15
+ tiny_chart_theme?: any;
16
+ modelValue?: any;
17
+ visibleArrow?: any;
18
+ arrowOffset?: any;
19
+ popperClass?: any;
20
+ popperAppendToBody?: any;
21
+ tip?: any;
22
+ boundariesPadding?: any;
23
+ popperOptions?: any;
24
+ hoverExpand?: any;
25
+ clearable?: any;
26
+ displayOnly?: any;
27
+ placeholder?: any;
28
+ shape?: any;
29
+ blank?: any;
30
+ changeCompat?: any;
31
+ filterable?: any;
32
+ collapseTags?: any;
33
+ filterMethod?: any;
34
+ debounce?: any;
35
+ separator?: any;
36
+ showAllLevels?: any;
37
+ beforeFilter?: any;
38
+ autoSize?: any;
39
+ }>, {
40
+ t: (this: any, path: any, options?: any) => any;
41
+ vm: any;
42
+ f: (props: any, attrs?: {}) => {};
43
+ a: (attrs: any, filters: any, include: any) => {};
44
+ d: (props: any) => void;
45
+ dp: (props: any) => void;
46
+ gcls: (key: any) => any;
47
+ m: (...cssClasses: any[]) => string;
48
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "change" | "blur" | "focus" | "created" | "update:modelValue" | "remove-tag" | "expand-change" | "active-item-change")[], "visible-change" | "change" | "blur" | "focus" | "created" | "update:modelValue" | "remove-tag" | "expand-change" | "active-item-change", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
49
+ props?: any;
50
+ label?: any;
51
+ disabled?: any;
52
+ size?: any;
53
+ options?: any;
54
+ offset?: any;
55
+ placement?: any;
56
+ tiny_mode?: any;
57
+ tiny_mode_root?: any;
58
+ tiny_template?: any;
59
+ tiny_renderless?: any;
60
+ _constants?: any;
61
+ tiny_theme?: any;
62
+ tiny_chart_theme?: any;
63
+ modelValue?: any;
64
+ visibleArrow?: any;
65
+ arrowOffset?: any;
66
+ popperClass?: any;
67
+ popperAppendToBody?: any;
68
+ tip?: any;
69
+ boundariesPadding?: any;
70
+ popperOptions?: any;
71
+ hoverExpand?: any;
72
+ clearable?: any;
73
+ displayOnly?: any;
74
+ placeholder?: any;
75
+ shape?: any;
76
+ blank?: any;
77
+ changeCompat?: any;
78
+ filterable?: any;
79
+ collapseTags?: any;
80
+ filterMethod?: any;
81
+ debounce?: any;
82
+ separator?: any;
83
+ showAllLevels?: any;
84
+ beforeFilter?: any;
85
+ autoSize?: any;
86
+ }>>> & {
87
+ onChange?: ((...args: any[]) => any) | undefined;
88
+ onBlur?: ((...args: any[]) => any) | undefined;
89
+ onFocus?: ((...args: any[]) => any) | undefined;
90
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
91
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
92
+ onCreated?: ((...args: any[]) => any) | undefined;
93
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
94
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
95
+ "onActive-item-change"?: ((...args: any[]) => any) | undefined;
96
+ }, {
97
+ readonly props?: any;
98
+ readonly label?: any;
99
+ readonly disabled?: any;
100
+ readonly size?: any;
101
+ readonly options?: any;
102
+ readonly offset?: any;
103
+ readonly placement?: any;
104
+ readonly tiny_mode?: any;
105
+ readonly tiny_mode_root?: any;
106
+ readonly tiny_template?: any;
107
+ readonly tiny_renderless?: any;
108
+ readonly _constants?: any;
109
+ readonly tiny_theme?: any;
110
+ readonly tiny_chart_theme?: any;
111
+ readonly modelValue?: any;
112
+ readonly visibleArrow?: any;
113
+ readonly arrowOffset?: any;
114
+ readonly popperClass?: any;
115
+ readonly popperAppendToBody?: any;
116
+ readonly tip?: any;
117
+ readonly boundariesPadding?: any;
118
+ readonly popperOptions?: any;
119
+ readonly hoverExpand?: any;
120
+ readonly clearable?: any;
121
+ readonly displayOnly?: any;
122
+ readonly placeholder?: any;
123
+ readonly shape?: any;
124
+ readonly blank?: any;
125
+ readonly changeCompat?: any;
126
+ readonly filterable?: any;
127
+ readonly collapseTags?: any;
128
+ readonly filterMethod?: any;
129
+ readonly debounce?: any;
130
+ readonly separator?: any;
131
+ readonly showAllLevels?: any;
132
+ readonly beforeFilter?: any;
133
+ readonly autoSize?: any;
134
+ }, {}>;
2
135
  export default _default;