@opentinyvue/vue-grid-select 3.27.0 → 3.29.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/index.d.ts +1 -1
- package/lib/index.js +95 -106
- package/lib/mobile-first.js +230 -0
- package/lib/pc.js +230 -0
- package/package.json +5 -5
- package/src/index.d.ts +216 -0
- package/src/mobile-first.vue.d.ts +359 -0
- package/src/pc.vue.d.ts +265 -31
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,29 +1,41 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
2
2
|
clearable: BooleanConstructor;
|
|
3
|
-
|
|
4
|
-
|
|
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;
|
|
5
16
|
default: string;
|
|
6
17
|
};
|
|
7
|
-
|
|
8
|
-
filterMethod: FunctionConstructor;
|
|
9
|
-
gridOp: {
|
|
18
|
+
dropStyle: {
|
|
10
19
|
type: ObjectConstructor;
|
|
11
20
|
default: () => {};
|
|
12
21
|
};
|
|
13
|
-
|
|
22
|
+
collapseTags: BooleanConstructor;
|
|
23
|
+
copyable: BooleanConstructor;
|
|
24
|
+
textSplit: {
|
|
14
25
|
type: StringConstructor;
|
|
15
26
|
default: string;
|
|
16
27
|
};
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
default(): {
|
|
23
|
-
checkMethod(): true;
|
|
24
|
-
};
|
|
28
|
+
hoverExpand: BooleanConstructor;
|
|
29
|
+
clickExpand: BooleanConstructor;
|
|
30
|
+
showTips: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
25
33
|
};
|
|
34
|
+
filterable: BooleanConstructor;
|
|
35
|
+
filterMethod: FunctionConstructor;
|
|
36
|
+
searchable: BooleanConstructor;
|
|
26
37
|
remote: BooleanConstructor;
|
|
38
|
+
remoteMethod: FunctionConstructor;
|
|
27
39
|
remoteConfig: {
|
|
28
40
|
type: ObjectConstructor;
|
|
29
41
|
default(): {
|
|
@@ -32,14 +44,28 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
32
44
|
autoSearch: boolean;
|
|
33
45
|
};
|
|
34
46
|
};
|
|
35
|
-
remoteMethod: FunctionConstructor;
|
|
36
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
|
+
};
|
|
37
57
|
selectConfig: {
|
|
38
58
|
type: ObjectConstructor;
|
|
39
59
|
default(): {
|
|
40
60
|
checkMethod(): true;
|
|
41
61
|
};
|
|
42
62
|
};
|
|
63
|
+
radioConfig: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
default(): {
|
|
66
|
+
checkMethod(): true;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
43
69
|
textField: {
|
|
44
70
|
type: StringConstructor;
|
|
45
71
|
default: string;
|
|
@@ -48,6 +74,91 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
48
74
|
type: StringConstructor;
|
|
49
75
|
default: string;
|
|
50
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;
|
|
51
162
|
}, {
|
|
52
163
|
t: (this: any, path: any, options?: any) => any;
|
|
53
164
|
vm: any;
|
|
@@ -59,30 +170,42 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
59
170
|
m: (...cssClasses: any[]) => string;
|
|
60
171
|
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
61
172
|
clearable: BooleanConstructor;
|
|
62
|
-
|
|
63
|
-
|
|
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;
|
|
64
186
|
default: string;
|
|
65
187
|
};
|
|
66
|
-
|
|
67
|
-
filterMethod: FunctionConstructor;
|
|
68
|
-
gridOp: {
|
|
188
|
+
dropStyle: {
|
|
69
189
|
type: ObjectConstructor;
|
|
70
190
|
default: () => {};
|
|
71
191
|
};
|
|
72
|
-
|
|
192
|
+
collapseTags: BooleanConstructor;
|
|
193
|
+
copyable: BooleanConstructor;
|
|
194
|
+
textSplit: {
|
|
73
195
|
type: StringConstructor;
|
|
74
196
|
default: string;
|
|
75
197
|
};
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
default(): {
|
|
82
|
-
checkMethod(): true;
|
|
83
|
-
};
|
|
198
|
+
hoverExpand: BooleanConstructor;
|
|
199
|
+
clickExpand: BooleanConstructor;
|
|
200
|
+
showTips: {
|
|
201
|
+
type: BooleanConstructor;
|
|
202
|
+
default: boolean;
|
|
84
203
|
};
|
|
204
|
+
filterable: BooleanConstructor;
|
|
205
|
+
filterMethod: FunctionConstructor;
|
|
206
|
+
searchable: BooleanConstructor;
|
|
85
207
|
remote: BooleanConstructor;
|
|
208
|
+
remoteMethod: FunctionConstructor;
|
|
86
209
|
remoteConfig: {
|
|
87
210
|
type: ObjectConstructor;
|
|
88
211
|
default(): {
|
|
@@ -91,14 +214,28 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
91
214
|
autoSearch: boolean;
|
|
92
215
|
};
|
|
93
216
|
};
|
|
94
|
-
remoteMethod: FunctionConstructor;
|
|
95
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
|
+
};
|
|
96
227
|
selectConfig: {
|
|
97
228
|
type: ObjectConstructor;
|
|
98
229
|
default(): {
|
|
99
230
|
checkMethod(): true;
|
|
100
231
|
};
|
|
101
232
|
};
|
|
233
|
+
radioConfig: {
|
|
234
|
+
type: ObjectConstructor;
|
|
235
|
+
default(): {
|
|
236
|
+
checkMethod(): true;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
102
239
|
textField: {
|
|
103
240
|
type: StringConstructor;
|
|
104
241
|
default: string;
|
|
@@ -107,19 +244,116 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
107
244
|
type: StringConstructor;
|
|
108
245
|
default: string;
|
|
109
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;
|
|
110
332
|
}>>, {
|
|
333
|
+
disabled: boolean;
|
|
334
|
+
placement: string;
|
|
335
|
+
popperAppendToBody: boolean;
|
|
111
336
|
textField: string;
|
|
112
337
|
valueField: string;
|
|
338
|
+
readonly: boolean;
|
|
339
|
+
hoverExpand: boolean;
|
|
113
340
|
clearable: boolean;
|
|
114
341
|
multiple: boolean;
|
|
342
|
+
dropStyle: Record<string, any>;
|
|
343
|
+
showTips: boolean;
|
|
115
344
|
remote: boolean;
|
|
116
345
|
remoteConfig: Record<string, any>;
|
|
117
346
|
filterable: boolean;
|
|
347
|
+
collapseTags: boolean;
|
|
118
348
|
reserveKeyword: boolean;
|
|
349
|
+
multipleLimit: number;
|
|
350
|
+
copyable: boolean;
|
|
119
351
|
gridOp: Record<string, any>;
|
|
120
352
|
selectConfig: Record<string, any>;
|
|
121
353
|
radioConfig: Record<string, any>;
|
|
354
|
+
textSplit: string;
|
|
122
355
|
extraQueryParams: string | number | boolean | Record<string, any> | unknown[];
|
|
123
|
-
|
|
356
|
+
searchable: boolean;
|
|
357
|
+
clickExpand: boolean;
|
|
124
358
|
}, {}>;
|
|
125
359
|
export default _default;
|