@opentinyvue/vue-grid-select 3.27.0 → 3.28.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.
@@ -0,0 +1,359 @@
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
2
+ clearable: BooleanConstructor;
3
+ disabled: BooleanConstructor;
4
+ size: StringConstructor;
5
+ placeholder: StringConstructor;
6
+ readonly: BooleanConstructor;
7
+ modelValue: {};
8
+ multiple: BooleanConstructor;
9
+ popperClass: StringConstructor;
10
+ popperAppendToBody: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ placement: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ dropStyle: {
19
+ type: ObjectConstructor;
20
+ default: () => {};
21
+ };
22
+ collapseTags: BooleanConstructor;
23
+ copyable: BooleanConstructor;
24
+ textSplit: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ hoverExpand: BooleanConstructor;
29
+ clickExpand: BooleanConstructor;
30
+ showTips: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ filterable: BooleanConstructor;
35
+ filterMethod: FunctionConstructor;
36
+ searchable: BooleanConstructor;
37
+ remote: BooleanConstructor;
38
+ remoteMethod: FunctionConstructor;
39
+ remoteConfig: {
40
+ type: ObjectConstructor;
41
+ default(): {
42
+ showIcon: boolean;
43
+ clearData: boolean;
44
+ autoSearch: boolean;
45
+ };
46
+ };
47
+ reserveKeyword: BooleanConstructor;
48
+ extraQueryParams: {
49
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
50
+ default: string;
51
+ };
52
+ initQuery: FunctionConstructor;
53
+ gridOp: {
54
+ type: ObjectConstructor;
55
+ default: () => {};
56
+ };
57
+ selectConfig: {
58
+ type: ObjectConstructor;
59
+ default(): {
60
+ checkMethod(): true;
61
+ };
62
+ };
63
+ radioConfig: {
64
+ type: ObjectConstructor;
65
+ default(): {
66
+ checkMethod(): true;
67
+ };
68
+ };
69
+ textField: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ valueField: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ multipleLimit: {
78
+ type: NumberConstructor;
79
+ default: number;
80
+ };
81
+ length: number;
82
+ toString(): string;
83
+ toLocaleString(): string;
84
+ pop(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
85
+ push(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]): number;
86
+ concat(...items: ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
87
+ concat(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">)[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
88
+ join(separator?: string | undefined): string;
89
+ reverse(): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
90
+ shift(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
91
+ slice(start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
92
+ sort(compareFn?: ((a: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", b: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config") => number) | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
93
+ splice(start: number, deleteCount?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
94
+ splice(start: number, deleteCount: number, ...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
95
+ unshift(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]): number;
96
+ indexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", fromIndex?: number | undefined): number;
97
+ lastIndexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", fromIndex?: number | undefined): number;
98
+ every<S extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => value is S, thisArg?: any): this is S[];
99
+ every(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): boolean;
100
+ some(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): boolean;
101
+ forEach(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => void, thisArg?: any): void;
102
+ map<U>(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U, thisArg?: any): U[];
103
+ filter<S_1 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => value is S_1, thisArg?: any): S_1[];
104
+ filter(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
105
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
106
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
107
+ reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U_1, initialValue: U_1): U_1;
108
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
109
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
110
+ reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U_2, initialValue: U_2): U_2;
111
+ find<S_2 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => value is S_2, thisArg?: any): S_2 | undefined;
112
+ find(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
113
+ findIndex(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): number;
114
+ fill(value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
115
+ copyWithin(target: number, start: number, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
116
+ entries(): IterableIterator<[number, "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"]>;
117
+ keys(): IterableIterator<number>;
118
+ values(): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">;
119
+ includes(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", fromIndex?: number | undefined): boolean;
120
+ flatMap<U_3, This = undefined>(callback: (this: This, value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U_3 | readonly U_3[], thisArg?: This | undefined): U_3[];
121
+ flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
122
+ [Symbol.iterator](): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">;
123
+ [Symbol.unscopables]: {
124
+ [x: number]: boolean | undefined;
125
+ length?: boolean | undefined;
126
+ toString?: boolean | undefined;
127
+ toLocaleString?: boolean | undefined;
128
+ pop?: boolean | undefined;
129
+ push?: boolean | undefined;
130
+ concat?: boolean | undefined;
131
+ join?: boolean | undefined;
132
+ reverse?: boolean | undefined;
133
+ shift?: boolean | undefined;
134
+ slice?: boolean | undefined;
135
+ sort?: boolean | undefined;
136
+ splice?: boolean | undefined;
137
+ unshift?: boolean | undefined;
138
+ indexOf?: boolean | undefined;
139
+ lastIndexOf?: boolean | undefined;
140
+ every?: boolean | undefined;
141
+ some?: boolean | undefined;
142
+ forEach?: boolean | undefined;
143
+ map?: boolean | undefined;
144
+ filter?: boolean | undefined;
145
+ reduce?: boolean | undefined;
146
+ reduceRight?: boolean | undefined;
147
+ find?: boolean | undefined;
148
+ findIndex?: boolean | undefined;
149
+ fill?: boolean | undefined;
150
+ copyWithin?: boolean | undefined;
151
+ entries?: boolean | undefined;
152
+ keys?: boolean | undefined;
153
+ values?: boolean | undefined;
154
+ includes?: boolean | undefined;
155
+ flatMap?: boolean | undefined;
156
+ flat?: boolean | undefined;
157
+ [Symbol.iterator]?: boolean | undefined;
158
+ readonly [Symbol.unscopables]?: boolean | undefined;
159
+ at?: boolean | undefined;
160
+ };
161
+ at(index: number): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
162
+ }, {
163
+ t: (this: any, path: any, options?: any) => any;
164
+ vm: any;
165
+ f: (props: any, attrs?: {}) => {};
166
+ a: (attrs: any, filters: any, include: any) => {};
167
+ d: (props: any) => void;
168
+ dp: (props: any) => void;
169
+ gcls: (key: any) => any;
170
+ m: (...cssClasses: any[]) => string;
171
+ }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
172
+ clearable: BooleanConstructor;
173
+ disabled: BooleanConstructor;
174
+ size: StringConstructor;
175
+ placeholder: StringConstructor;
176
+ readonly: BooleanConstructor;
177
+ modelValue: {};
178
+ multiple: BooleanConstructor;
179
+ popperClass: StringConstructor;
180
+ popperAppendToBody: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ placement: {
185
+ type: StringConstructor;
186
+ default: string;
187
+ };
188
+ dropStyle: {
189
+ type: ObjectConstructor;
190
+ default: () => {};
191
+ };
192
+ collapseTags: BooleanConstructor;
193
+ copyable: BooleanConstructor;
194
+ textSplit: {
195
+ type: StringConstructor;
196
+ default: string;
197
+ };
198
+ hoverExpand: BooleanConstructor;
199
+ clickExpand: BooleanConstructor;
200
+ showTips: {
201
+ type: BooleanConstructor;
202
+ default: boolean;
203
+ };
204
+ filterable: BooleanConstructor;
205
+ filterMethod: FunctionConstructor;
206
+ searchable: BooleanConstructor;
207
+ remote: BooleanConstructor;
208
+ remoteMethod: FunctionConstructor;
209
+ remoteConfig: {
210
+ type: ObjectConstructor;
211
+ default(): {
212
+ showIcon: boolean;
213
+ clearData: boolean;
214
+ autoSearch: boolean;
215
+ };
216
+ };
217
+ reserveKeyword: BooleanConstructor;
218
+ extraQueryParams: {
219
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
220
+ default: string;
221
+ };
222
+ initQuery: FunctionConstructor;
223
+ gridOp: {
224
+ type: ObjectConstructor;
225
+ default: () => {};
226
+ };
227
+ selectConfig: {
228
+ type: ObjectConstructor;
229
+ default(): {
230
+ checkMethod(): true;
231
+ };
232
+ };
233
+ radioConfig: {
234
+ type: ObjectConstructor;
235
+ default(): {
236
+ checkMethod(): true;
237
+ };
238
+ };
239
+ textField: {
240
+ type: StringConstructor;
241
+ default: string;
242
+ };
243
+ valueField: {
244
+ type: StringConstructor;
245
+ default: string;
246
+ };
247
+ multipleLimit: {
248
+ type: NumberConstructor;
249
+ default: number;
250
+ };
251
+ length: number;
252
+ toString(): string;
253
+ toLocaleString(): string;
254
+ pop(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
255
+ push(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]): number;
256
+ concat(...items: ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
257
+ concat(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | ConcatArray<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">)[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
258
+ join(separator?: string | undefined): string;
259
+ reverse(): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
260
+ shift(): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
261
+ slice(start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
262
+ sort(compareFn?: ((a: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", b: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config") => number) | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
263
+ splice(start: number, deleteCount?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
264
+ splice(start: number, deleteCount: number, ...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
265
+ unshift(...items: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]): number;
266
+ indexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", fromIndex?: number | undefined): number;
267
+ lastIndexOf(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", fromIndex?: number | undefined): number;
268
+ every<S extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => value is S, thisArg?: any): this is S[];
269
+ every(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): boolean;
270
+ some(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): boolean;
271
+ forEach(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => void, thisArg?: any): void;
272
+ map<U>(callbackfn: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U, thisArg?: any): U[];
273
+ filter<S_1 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => value is S_1, thisArg?: any): S_1[];
274
+ filter(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
275
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
276
+ reduce(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
277
+ reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U_1, initialValue: U_1): U_1;
278
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
279
+ reduceRight(callbackfn: (previousValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", initialValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config";
280
+ reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", currentIndex: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U_2, initialValue: U_2): U_2;
281
+ find<S_2 extends "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => value is S_2, thisArg?: any): S_2 | undefined;
282
+ find(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
283
+ findIndex(predicate: (value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, obj: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => unknown, thisArg?: any): number;
284
+ fill(value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", start?: number | undefined, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
285
+ copyWithin(target: number, start: number, end?: number | undefined): ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[];
286
+ entries(): IterableIterator<[number, "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config"]>;
287
+ keys(): IterableIterator<number>;
288
+ values(): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">;
289
+ includes(searchElement: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", fromIndex?: number | undefined): boolean;
290
+ flatMap<U_3, This = undefined>(callback: (this: This, value: "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config", index: number, array: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config")[]) => U_3 | readonly U_3[], thisArg?: This | undefined): U_3[];
291
+ flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
292
+ [Symbol.iterator](): IterableIterator<"tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config">;
293
+ [Symbol.unscopables]: {
294
+ [x: number]: boolean | undefined;
295
+ length?: boolean | undefined;
296
+ toString?: boolean | undefined;
297
+ toLocaleString?: boolean | undefined;
298
+ pop?: boolean | undefined;
299
+ push?: boolean | undefined;
300
+ concat?: boolean | undefined;
301
+ join?: boolean | undefined;
302
+ reverse?: boolean | undefined;
303
+ shift?: boolean | undefined;
304
+ slice?: boolean | undefined;
305
+ sort?: boolean | undefined;
306
+ splice?: boolean | undefined;
307
+ unshift?: boolean | undefined;
308
+ indexOf?: boolean | undefined;
309
+ lastIndexOf?: boolean | undefined;
310
+ every?: boolean | undefined;
311
+ some?: boolean | undefined;
312
+ forEach?: boolean | undefined;
313
+ map?: boolean | undefined;
314
+ filter?: boolean | undefined;
315
+ reduce?: boolean | undefined;
316
+ reduceRight?: boolean | undefined;
317
+ find?: boolean | undefined;
318
+ findIndex?: boolean | undefined;
319
+ fill?: boolean | undefined;
320
+ copyWithin?: boolean | undefined;
321
+ entries?: boolean | undefined;
322
+ keys?: boolean | undefined;
323
+ values?: boolean | undefined;
324
+ includes?: boolean | undefined;
325
+ flatMap?: boolean | undefined;
326
+ flat?: boolean | undefined;
327
+ [Symbol.iterator]?: boolean | undefined;
328
+ readonly [Symbol.unscopables]?: boolean | undefined;
329
+ at?: boolean | undefined;
330
+ };
331
+ at(index: number): "tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme" | "tiny_mcp_config" | undefined;
332
+ }>>, {
333
+ disabled: boolean;
334
+ placement: string;
335
+ popperAppendToBody: boolean;
336
+ textField: string;
337
+ valueField: string;
338
+ readonly: boolean;
339
+ hoverExpand: boolean;
340
+ clearable: boolean;
341
+ multiple: boolean;
342
+ dropStyle: Record<string, any>;
343
+ showTips: boolean;
344
+ remote: boolean;
345
+ remoteConfig: Record<string, any>;
346
+ filterable: boolean;
347
+ collapseTags: boolean;
348
+ reserveKeyword: boolean;
349
+ multipleLimit: number;
350
+ copyable: boolean;
351
+ gridOp: Record<string, any>;
352
+ selectConfig: Record<string, any>;
353
+ radioConfig: Record<string, any>;
354
+ textSplit: string;
355
+ extraQueryParams: string | number | boolean | Record<string, any> | unknown[];
356
+ searchable: boolean;
357
+ clickExpand: boolean;
358
+ }, {}>;
359
+ export default _default;