@hinen/pro-element-plus 1.1.1 → 1.2.1
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/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +51 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +25 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +333 -59
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +162 -25
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +78 -36
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +36 -18
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useFixedHeader.d.ts +8 -0
- package/dist/components/DataTable/useFixedHeader.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +4 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Drawer/props.d.ts +211 -0
- package/dist/components/Drawer/props.d.ts.map +1 -0
- package/dist/components/Drawer/types.d.ts +14 -0
- package/dist/components/Drawer/types.d.ts.map +1 -0
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +858 -2660
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +358 -83
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +215 -356
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +93 -16
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +824 -465
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +93 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +44 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +509 -730
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +220 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +307 -357
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +133 -21
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +643 -631
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +270 -39
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +949 -461
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +391 -62
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +426 -858
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +184 -37
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +464 -861
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +200 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +515 -1164
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +226 -59
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +822 -462
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +47 -328
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +44 -9
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +44 -9
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Image/props.d.ts +76 -13
- package/dist/components/Image/props.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +213 -39
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +102 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +115 -26
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +53 -9
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +100 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +49 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +357 -63
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +174 -27
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +44 -44
- package/dist/index.js +1909 -2690
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -25,79 +25,216 @@ export declare const dataSelectProps: {
|
|
|
25
25
|
};
|
|
26
26
|
params: PropType<Record<string, any>>;
|
|
27
27
|
ariaLabel: StringConstructor;
|
|
28
|
-
modelValue:
|
|
28
|
+
modelValue: {
|
|
29
|
+
readonly type: PropType<(string | number | boolean | Record<string, any>) | (string | number | boolean | Record<string, any>)[] | null>;
|
|
30
|
+
readonly required: false;
|
|
31
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
|
+
__epPropKey: true;
|
|
33
|
+
} & {
|
|
34
|
+
readonly default: undefined;
|
|
35
|
+
};
|
|
29
36
|
disabled: BooleanConstructor;
|
|
30
37
|
size: {
|
|
31
|
-
readonly type:
|
|
38
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
39
|
+
readonly required: false;
|
|
40
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
+
__epPropKey: true;
|
|
42
|
+
};
|
|
43
|
+
validateEvent: {
|
|
44
|
+
readonly type: PropType<boolean>;
|
|
32
45
|
readonly required: false;
|
|
33
46
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
47
|
__epPropKey: true;
|
|
48
|
+
} & {
|
|
49
|
+
readonly default: boolean;
|
|
35
50
|
};
|
|
36
|
-
validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
37
51
|
name: StringConstructor;
|
|
52
|
+
props: {
|
|
53
|
+
readonly type: PropType<import('element-plus').SelectOptionProps>;
|
|
54
|
+
readonly required: false;
|
|
55
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
+
__epPropKey: true;
|
|
57
|
+
};
|
|
38
58
|
id: StringConstructor;
|
|
39
|
-
tabindex:
|
|
59
|
+
tabindex: {
|
|
60
|
+
readonly type: PropType<string | number>;
|
|
61
|
+
readonly required: false;
|
|
62
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
|
+
__epPropKey: true;
|
|
64
|
+
} & {
|
|
65
|
+
readonly default: number;
|
|
66
|
+
};
|
|
40
67
|
emptyValues: ArrayConstructor;
|
|
41
|
-
valueOnClear:
|
|
42
|
-
|
|
68
|
+
valueOnClear: {
|
|
69
|
+
readonly type: PropType<string | number | boolean | Function | null>;
|
|
70
|
+
readonly required: false;
|
|
71
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
|
+
__epPropKey: true;
|
|
73
|
+
} & {
|
|
74
|
+
readonly default: undefined;
|
|
75
|
+
};
|
|
76
|
+
autocomplete: {
|
|
77
|
+
readonly type: PropType<string>;
|
|
78
|
+
readonly required: false;
|
|
79
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
+
__epPropKey: true;
|
|
81
|
+
} & {
|
|
82
|
+
readonly default: string;
|
|
83
|
+
};
|
|
43
84
|
automaticDropdown: BooleanConstructor;
|
|
44
|
-
effect:
|
|
85
|
+
effect: {
|
|
86
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
87
|
+
readonly required: false;
|
|
88
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
|
+
__epPropKey: true;
|
|
90
|
+
} & {
|
|
91
|
+
readonly default: string;
|
|
92
|
+
};
|
|
45
93
|
clearable: BooleanConstructor;
|
|
46
94
|
allowCreate: BooleanConstructor;
|
|
47
95
|
loading: BooleanConstructor;
|
|
48
|
-
popperClass:
|
|
49
|
-
|
|
96
|
+
popperClass: {
|
|
97
|
+
readonly type: PropType<string>;
|
|
98
|
+
readonly required: false;
|
|
99
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
+
__epPropKey: true;
|
|
101
|
+
} & {
|
|
102
|
+
readonly default: string;
|
|
103
|
+
};
|
|
104
|
+
popperOptions: {
|
|
105
|
+
readonly type: PropType<any>;
|
|
106
|
+
readonly required: false;
|
|
107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
+
__epPropKey: true;
|
|
109
|
+
} & {
|
|
110
|
+
readonly default: () => Partial<Options>;
|
|
111
|
+
};
|
|
50
112
|
loadingText: StringConstructor;
|
|
51
113
|
noMatchText: StringConstructor;
|
|
52
114
|
noDataText: StringConstructor;
|
|
53
115
|
multiple: BooleanConstructor;
|
|
54
|
-
multipleLimit:
|
|
116
|
+
multipleLimit: {
|
|
117
|
+
readonly type: PropType<number>;
|
|
118
|
+
readonly required: false;
|
|
119
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
|
+
__epPropKey: true;
|
|
121
|
+
} & {
|
|
122
|
+
readonly default: number;
|
|
123
|
+
};
|
|
55
124
|
placeholder: {
|
|
56
|
-
readonly type:
|
|
125
|
+
readonly type: PropType<string>;
|
|
57
126
|
readonly required: false;
|
|
58
127
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
128
|
__epPropKey: true;
|
|
60
129
|
};
|
|
61
130
|
defaultFirstOption: BooleanConstructor;
|
|
62
|
-
reserveKeyword:
|
|
63
|
-
|
|
131
|
+
reserveKeyword: {
|
|
132
|
+
readonly type: PropType<boolean>;
|
|
133
|
+
readonly required: false;
|
|
134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
|
+
__epPropKey: true;
|
|
136
|
+
} & {
|
|
137
|
+
readonly default: boolean;
|
|
138
|
+
};
|
|
139
|
+
valueKey: {
|
|
140
|
+
readonly type: PropType<string>;
|
|
141
|
+
readonly required: false;
|
|
142
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
143
|
+
__epPropKey: true;
|
|
144
|
+
} & {
|
|
145
|
+
readonly default: string;
|
|
146
|
+
};
|
|
64
147
|
collapseTags: BooleanConstructor;
|
|
65
148
|
collapseTagsTooltip: BooleanConstructor;
|
|
66
|
-
maxCollapseTags:
|
|
67
|
-
|
|
68
|
-
|
|
149
|
+
maxCollapseTags: {
|
|
150
|
+
readonly type: PropType<number>;
|
|
151
|
+
readonly required: false;
|
|
152
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
|
+
__epPropKey: true;
|
|
154
|
+
} & {
|
|
155
|
+
readonly default: number;
|
|
156
|
+
};
|
|
157
|
+
teleported: {
|
|
158
|
+
readonly type: PropType<boolean>;
|
|
159
|
+
readonly required: false;
|
|
160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
161
|
+
__epPropKey: true;
|
|
162
|
+
} & {
|
|
163
|
+
readonly default: true;
|
|
164
|
+
};
|
|
165
|
+
persistent: {
|
|
166
|
+
readonly type: PropType<boolean>;
|
|
167
|
+
readonly required: false;
|
|
168
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
|
+
__epPropKey: true;
|
|
170
|
+
} & {
|
|
171
|
+
readonly default: boolean;
|
|
172
|
+
};
|
|
69
173
|
clearIcon: {
|
|
70
|
-
readonly type:
|
|
174
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
71
175
|
readonly required: false;
|
|
72
176
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
177
|
__epPropKey: true;
|
|
74
178
|
};
|
|
75
179
|
fitInputWidth: BooleanConstructor;
|
|
76
180
|
suffixIcon: {
|
|
77
|
-
readonly type:
|
|
181
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
78
182
|
readonly required: false;
|
|
79
183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
184
|
__epPropKey: true;
|
|
81
185
|
};
|
|
82
186
|
tagType: {
|
|
83
187
|
default: string;
|
|
84
|
-
type:
|
|
188
|
+
type: PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
85
189
|
required: false;
|
|
86
190
|
validator: ((val: unknown) => boolean) | undefined;
|
|
87
191
|
__epPropKey: true;
|
|
88
192
|
};
|
|
89
193
|
tagEffect: {
|
|
90
194
|
default: string;
|
|
91
|
-
type:
|
|
195
|
+
type: PropType<"light" | "dark" | "plain">;
|
|
92
196
|
required: false;
|
|
93
197
|
validator: ((val: unknown) => boolean) | undefined;
|
|
94
198
|
__epPropKey: true;
|
|
95
199
|
};
|
|
96
|
-
showArrow:
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
200
|
+
showArrow: {
|
|
201
|
+
readonly type: PropType<boolean>;
|
|
202
|
+
readonly required: false;
|
|
203
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
|
+
__epPropKey: true;
|
|
205
|
+
} & {
|
|
206
|
+
readonly default: boolean;
|
|
207
|
+
};
|
|
208
|
+
offset: {
|
|
209
|
+
readonly type: PropType<number>;
|
|
210
|
+
readonly required: false;
|
|
211
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
|
+
__epPropKey: true;
|
|
213
|
+
} & {
|
|
214
|
+
readonly default: number;
|
|
215
|
+
};
|
|
216
|
+
placement: {
|
|
217
|
+
readonly type: PropType<any>;
|
|
218
|
+
readonly required: false;
|
|
219
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
220
|
+
__epPropKey: true;
|
|
221
|
+
} & {
|
|
222
|
+
readonly default: string;
|
|
223
|
+
};
|
|
224
|
+
fallbackPlacements: {
|
|
225
|
+
readonly type: PropType<Placement[]>;
|
|
226
|
+
readonly required: false;
|
|
227
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
|
+
__epPropKey: true;
|
|
229
|
+
} & {
|
|
230
|
+
readonly default: string[];
|
|
231
|
+
};
|
|
232
|
+
appendTo: {
|
|
233
|
+
readonly type: PropType<string | HTMLElement>;
|
|
234
|
+
readonly required: false;
|
|
235
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
|
+
__epPropKey: true;
|
|
237
|
+
};
|
|
101
238
|
};
|
|
102
239
|
export declare const dataSelectEmits: {
|
|
103
240
|
'update:modelValue': (value: DataSelectValueType | DataSelectValueType[]) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/DataSelect/props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAExE,MAAM,WAAW,oBAAoB,CACnC,IAAI,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAEtD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,EAAE,CAAC;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAWD,eAAO,MAAM,eAAe;gBAEO,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC;kBACnC,QAAQ,CAChC,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,KAAK,OAAO,CACjE;mBAC0B,QAAQ,CACjC,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,KAAK,OAAO,CACjE;aACoB,QAAQ,CAC3B,CACE,aAAa,CAAC,EAAE,MAAM,EACtB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KACzB,OAAO,CAAC,oBAAoB,EAAE,CAAC,CACrC;aACiB,QAAQ,CAAC,oBAAoB,EAAE,CAAC;eAC7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;;;;;;;;YAGnC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/DataSelect/props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAExE,MAAM,WAAW,oBAAoB,CACnC,IAAI,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAEtD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,EAAE,CAAC;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAWD,eAAO,MAAM,eAAe;gBAEO,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC;kBACnC,QAAQ,CAChC,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,KAAK,OAAO,CACjE;mBAC0B,QAAQ,CACjC,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,oBAAoB,KAAK,OAAO,CACjE;aACoB,QAAQ,CAC3B,CACE,aAAa,CAAC,EAAE,MAAM,EACtB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KACzB,OAAO,CAAC,oBAAoB,EAAE,CAAC,CACrC;aACiB,QAAQ,CAAC,oBAAoB,EAAE,CAAC;eAC7B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;;;;;;;;YAGnC,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAChD,CAAC;AAEF,eAAO,MAAM,eAAe;iCACG,mBAAmB,GAAG,mBAAmB,EAAE;oBAExD,mBAAmB,GAAG,mBAAmB,EAAE;mBAC5C,UAAU;kBACX,UAAU;;gCAEI,OAAO;0BACb,mBAAmB;2BAClB;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE;qBAC/C,MAAM;CACxB,CAAC"}
|
|
@@ -31,6 +31,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
31
31
|
type: import('vue').PropType<import('vue').MaybeRefOrGetter<DataTableColumnType<any>[]>>;
|
|
32
32
|
default: () => never[];
|
|
33
33
|
};
|
|
34
|
+
fixedHeader: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
fixedHeaderOffset: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
fixedFooter: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
fixedFooterOffset: {
|
|
47
|
+
type: NumberConstructor;
|
|
48
|
+
default: number;
|
|
49
|
+
};
|
|
34
50
|
forceRefetchOnSearch: {
|
|
35
51
|
type: BooleanConstructor;
|
|
36
52
|
default: boolean;
|
|
@@ -78,31 +94,31 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
78
94
|
};
|
|
79
95
|
stripe: BooleanConstructor;
|
|
80
96
|
border: BooleanConstructor;
|
|
81
|
-
rowKey: import('vue').PropType<import('element-plus
|
|
97
|
+
rowKey: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowKey"]>;
|
|
82
98
|
showHeader: {
|
|
83
99
|
type: BooleanConstructor;
|
|
84
100
|
default: boolean;
|
|
85
101
|
};
|
|
86
102
|
showSummary: BooleanConstructor;
|
|
87
103
|
sumText: StringConstructor;
|
|
88
|
-
summaryMethod: import('vue').PropType<import('element-plus
|
|
89
|
-
rowClassName: import('vue').PropType<import('element-plus
|
|
90
|
-
rowStyle: import('vue').PropType<import('element-plus
|
|
91
|
-
cellClassName: import('vue').PropType<import('element-plus
|
|
92
|
-
cellStyle: import('vue').PropType<import('element-plus
|
|
93
|
-
headerRowClassName: import('vue').PropType<import('element-plus
|
|
94
|
-
headerRowStyle: import('vue').PropType<import('element-plus
|
|
95
|
-
headerCellClassName: import('vue').PropType<import('element-plus
|
|
96
|
-
headerCellStyle: import('vue').PropType<import('element-plus
|
|
104
|
+
summaryMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["summaryMethod"]>;
|
|
105
|
+
rowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowClassName"]>;
|
|
106
|
+
rowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowStyle"]>;
|
|
107
|
+
cellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellClassName"]>;
|
|
108
|
+
cellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellStyle"]>;
|
|
109
|
+
headerRowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowClassName"]>;
|
|
110
|
+
headerRowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowStyle"]>;
|
|
111
|
+
headerCellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellClassName"]>;
|
|
112
|
+
headerCellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellStyle"]>;
|
|
97
113
|
highlightCurrentRow: BooleanConstructor;
|
|
98
114
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
99
115
|
emptyText: StringConstructor;
|
|
100
|
-
expandRowKeys: import('vue').PropType<import('element-plus
|
|
116
|
+
expandRowKeys: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["expandRowKeys"]>;
|
|
101
117
|
defaultExpandAll: BooleanConstructor;
|
|
102
|
-
defaultSort: import('vue').PropType<import('element-plus
|
|
118
|
+
defaultSort: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["defaultSort"]>;
|
|
103
119
|
tooltipEffect: StringConstructor;
|
|
104
|
-
tooltipOptions: import('vue').PropType<import('element-plus
|
|
105
|
-
spanMethod: import('vue').PropType<import('element-plus
|
|
120
|
+
tooltipOptions: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipOptions"]>;
|
|
121
|
+
spanMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["spanMethod"]>;
|
|
106
122
|
selectOnIndeterminate: {
|
|
107
123
|
type: BooleanConstructor;
|
|
108
124
|
default: boolean;
|
|
@@ -112,7 +128,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
112
128
|
default: number;
|
|
113
129
|
};
|
|
114
130
|
treeProps: {
|
|
115
|
-
type: import('vue').PropType<import('element-plus
|
|
131
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["treeProps"]>;
|
|
116
132
|
default: () => {
|
|
117
133
|
hasChildren: string;
|
|
118
134
|
children: string;
|
|
@@ -120,7 +136,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
120
136
|
};
|
|
121
137
|
};
|
|
122
138
|
lazy: BooleanConstructor;
|
|
123
|
-
load: import('vue').PropType<import('element-plus
|
|
139
|
+
load: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["load"]>;
|
|
124
140
|
style: {
|
|
125
141
|
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
126
142
|
default: () => {};
|
|
@@ -135,8 +151,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
135
151
|
};
|
|
136
152
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
137
153
|
flexible: BooleanConstructor;
|
|
138
|
-
showOverflowTooltip: import('vue').PropType<import('element-plus
|
|
139
|
-
tooltipFormatter: import('vue').PropType<import('element-plus
|
|
154
|
+
showOverflowTooltip: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["showOverflowTooltip"]>;
|
|
155
|
+
tooltipFormatter: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipFormatter"]>;
|
|
140
156
|
appendFilterPanelTo: StringConstructor;
|
|
141
157
|
scrollbarTabindex: {
|
|
142
158
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -146,6 +162,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
146
162
|
type: BooleanConstructor;
|
|
147
163
|
default: boolean;
|
|
148
164
|
};
|
|
165
|
+
preserveExpandedContent: BooleanConstructor;
|
|
166
|
+
nativeScrollbar: BooleanConstructor;
|
|
149
167
|
}>, {
|
|
150
168
|
clearFormValidate: QueryFormInstanceType["clearValidate"];
|
|
151
169
|
scrollToFormField: QueryFormInstanceType["scrollToField"];
|
|
@@ -229,6 +247,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
229
247
|
type: import('vue').PropType<import('vue').MaybeRefOrGetter<DataTableColumnType<any>[]>>;
|
|
230
248
|
default: () => never[];
|
|
231
249
|
};
|
|
250
|
+
fixedHeader: {
|
|
251
|
+
type: BooleanConstructor;
|
|
252
|
+
default: boolean;
|
|
253
|
+
};
|
|
254
|
+
fixedHeaderOffset: {
|
|
255
|
+
type: NumberConstructor;
|
|
256
|
+
default: number;
|
|
257
|
+
};
|
|
258
|
+
fixedFooter: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
fixedFooterOffset: {
|
|
263
|
+
type: NumberConstructor;
|
|
264
|
+
default: number;
|
|
265
|
+
};
|
|
232
266
|
forceRefetchOnSearch: {
|
|
233
267
|
type: BooleanConstructor;
|
|
234
268
|
default: boolean;
|
|
@@ -276,31 +310,31 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
276
310
|
};
|
|
277
311
|
stripe: BooleanConstructor;
|
|
278
312
|
border: BooleanConstructor;
|
|
279
|
-
rowKey: import('vue').PropType<import('element-plus
|
|
313
|
+
rowKey: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowKey"]>;
|
|
280
314
|
showHeader: {
|
|
281
315
|
type: BooleanConstructor;
|
|
282
316
|
default: boolean;
|
|
283
317
|
};
|
|
284
318
|
showSummary: BooleanConstructor;
|
|
285
319
|
sumText: StringConstructor;
|
|
286
|
-
summaryMethod: import('vue').PropType<import('element-plus
|
|
287
|
-
rowClassName: import('vue').PropType<import('element-plus
|
|
288
|
-
rowStyle: import('vue').PropType<import('element-plus
|
|
289
|
-
cellClassName: import('vue').PropType<import('element-plus
|
|
290
|
-
cellStyle: import('vue').PropType<import('element-plus
|
|
291
|
-
headerRowClassName: import('vue').PropType<import('element-plus
|
|
292
|
-
headerRowStyle: import('vue').PropType<import('element-plus
|
|
293
|
-
headerCellClassName: import('vue').PropType<import('element-plus
|
|
294
|
-
headerCellStyle: import('vue').PropType<import('element-plus
|
|
320
|
+
summaryMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["summaryMethod"]>;
|
|
321
|
+
rowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowClassName"]>;
|
|
322
|
+
rowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowStyle"]>;
|
|
323
|
+
cellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellClassName"]>;
|
|
324
|
+
cellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellStyle"]>;
|
|
325
|
+
headerRowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowClassName"]>;
|
|
326
|
+
headerRowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowStyle"]>;
|
|
327
|
+
headerCellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellClassName"]>;
|
|
328
|
+
headerCellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellStyle"]>;
|
|
295
329
|
highlightCurrentRow: BooleanConstructor;
|
|
296
330
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
297
331
|
emptyText: StringConstructor;
|
|
298
|
-
expandRowKeys: import('vue').PropType<import('element-plus
|
|
332
|
+
expandRowKeys: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["expandRowKeys"]>;
|
|
299
333
|
defaultExpandAll: BooleanConstructor;
|
|
300
|
-
defaultSort: import('vue').PropType<import('element-plus
|
|
334
|
+
defaultSort: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["defaultSort"]>;
|
|
301
335
|
tooltipEffect: StringConstructor;
|
|
302
|
-
tooltipOptions: import('vue').PropType<import('element-plus
|
|
303
|
-
spanMethod: import('vue').PropType<import('element-plus
|
|
336
|
+
tooltipOptions: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipOptions"]>;
|
|
337
|
+
spanMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["spanMethod"]>;
|
|
304
338
|
selectOnIndeterminate: {
|
|
305
339
|
type: BooleanConstructor;
|
|
306
340
|
default: boolean;
|
|
@@ -310,7 +344,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
310
344
|
default: number;
|
|
311
345
|
};
|
|
312
346
|
treeProps: {
|
|
313
|
-
type: import('vue').PropType<import('element-plus
|
|
347
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["treeProps"]>;
|
|
314
348
|
default: () => {
|
|
315
349
|
hasChildren: string;
|
|
316
350
|
children: string;
|
|
@@ -318,7 +352,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
318
352
|
};
|
|
319
353
|
};
|
|
320
354
|
lazy: BooleanConstructor;
|
|
321
|
-
load: import('vue').PropType<import('element-plus
|
|
355
|
+
load: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["load"]>;
|
|
322
356
|
style: {
|
|
323
357
|
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
324
358
|
default: () => {};
|
|
@@ -333,8 +367,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
333
367
|
};
|
|
334
368
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
335
369
|
flexible: BooleanConstructor;
|
|
336
|
-
showOverflowTooltip: import('vue').PropType<import('element-plus
|
|
337
|
-
tooltipFormatter: import('vue').PropType<import('element-plus
|
|
370
|
+
showOverflowTooltip: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["showOverflowTooltip"]>;
|
|
371
|
+
tooltipFormatter: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipFormatter"]>;
|
|
338
372
|
appendFilterPanelTo: StringConstructor;
|
|
339
373
|
scrollbarTabindex: {
|
|
340
374
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -344,6 +378,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
344
378
|
type: BooleanConstructor;
|
|
345
379
|
default: boolean;
|
|
346
380
|
};
|
|
381
|
+
preserveExpandedContent: BooleanConstructor;
|
|
382
|
+
nativeScrollbar: BooleanConstructor;
|
|
347
383
|
}>> & Readonly<{
|
|
348
384
|
onSelect?: ((selection: any[], row: any) => any) | undefined;
|
|
349
385
|
onExpandChange?: ((row: any, expandedRows: boolean | any[]) => any) | undefined;
|
|
@@ -392,6 +428,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
392
428
|
flexible: boolean;
|
|
393
429
|
scrollbarTabindex: string | number;
|
|
394
430
|
allowDragLastColumn: boolean;
|
|
431
|
+
preserveExpandedContent: boolean;
|
|
432
|
+
nativeScrollbar: boolean;
|
|
395
433
|
columns: import('vue').MaybeRefOrGetter<DataTableColumnType<any>[]>;
|
|
396
434
|
gcTime: number | false | undefined;
|
|
397
435
|
enabled: boolean | import('./types').DataTableQueryEnabledType;
|
|
@@ -402,6 +440,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
402
440
|
scrollTopOnPagerChange: boolean;
|
|
403
441
|
pagination: false | Partial<import('element-plus').PaginationProps>;
|
|
404
442
|
toolbar: import('./types').DataTableToolbarPropsType;
|
|
443
|
+
fixedHeader: boolean;
|
|
444
|
+
fixedHeaderOffset: number;
|
|
445
|
+
fixedFooter: boolean;
|
|
446
|
+
fixedFooterOffset: number;
|
|
405
447
|
forceRefetchOnSearch: boolean;
|
|
406
448
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
407
449
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"AAeA,OAAO,EAEL,KAAK,qBAAqB,EAE3B,MAAM,cAAc,CAAC;AACtB,OAAO,EAUL,KAAK,aAAa,EACnB,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EACV,mBAAmB,EAEnB,kBAAkB,EAEnB,MAAM,SAAS,CAAC;AA6bjB,iBAAS,cAAc,sDAudtB;AA4CD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDA7vBsB,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAAvB,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAqwBhE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -32,6 +32,22 @@ export declare const dataTableProps: {
|
|
|
32
32
|
type: PropType<MaybeRefOrGetter<DataTableColumnType<any>[]>>;
|
|
33
33
|
default: () => never[];
|
|
34
34
|
};
|
|
35
|
+
fixedHeader: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
fixedHeaderOffset: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
fixedFooter: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
fixedFooterOffset: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
35
51
|
/** 是否搜索按钮时强制刷新表格,如果true,表示强制刷新,否则,只有搜索内容变化才触发搜索 */
|
|
36
52
|
forceRefetchOnSearch: {
|
|
37
53
|
type: BooleanConstructor;
|
|
@@ -80,31 +96,31 @@ export declare const dataTableProps: {
|
|
|
80
96
|
};
|
|
81
97
|
stripe: BooleanConstructor;
|
|
82
98
|
border: BooleanConstructor;
|
|
83
|
-
rowKey: PropType<import('element-plus
|
|
99
|
+
rowKey: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowKey"]>;
|
|
84
100
|
showHeader: {
|
|
85
101
|
type: BooleanConstructor;
|
|
86
102
|
default: boolean;
|
|
87
103
|
};
|
|
88
104
|
showSummary: BooleanConstructor;
|
|
89
105
|
sumText: StringConstructor;
|
|
90
|
-
summaryMethod: PropType<import('element-plus
|
|
91
|
-
rowClassName: PropType<import('element-plus
|
|
92
|
-
rowStyle: PropType<import('element-plus
|
|
93
|
-
cellClassName: PropType<import('element-plus
|
|
94
|
-
cellStyle: PropType<import('element-plus
|
|
95
|
-
headerRowClassName: PropType<import('element-plus
|
|
96
|
-
headerRowStyle: PropType<import('element-plus
|
|
97
|
-
headerCellClassName: PropType<import('element-plus
|
|
98
|
-
headerCellStyle: PropType<import('element-plus
|
|
106
|
+
summaryMethod: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["summaryMethod"]>;
|
|
107
|
+
rowClassName: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowClassName"]>;
|
|
108
|
+
rowStyle: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowStyle"]>;
|
|
109
|
+
cellClassName: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellClassName"]>;
|
|
110
|
+
cellStyle: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellStyle"]>;
|
|
111
|
+
headerRowClassName: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowClassName"]>;
|
|
112
|
+
headerRowStyle: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowStyle"]>;
|
|
113
|
+
headerCellClassName: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellClassName"]>;
|
|
114
|
+
headerCellStyle: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellStyle"]>;
|
|
99
115
|
highlightCurrentRow: BooleanConstructor;
|
|
100
116
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
101
117
|
emptyText: StringConstructor;
|
|
102
|
-
expandRowKeys: PropType<import('element-plus
|
|
118
|
+
expandRowKeys: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["expandRowKeys"]>;
|
|
103
119
|
defaultExpandAll: BooleanConstructor;
|
|
104
|
-
defaultSort: PropType<import('element-plus
|
|
120
|
+
defaultSort: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["defaultSort"]>;
|
|
105
121
|
tooltipEffect: StringConstructor;
|
|
106
|
-
tooltipOptions: PropType<import('element-plus
|
|
107
|
-
spanMethod: PropType<import('element-plus
|
|
122
|
+
tooltipOptions: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipOptions"]>;
|
|
123
|
+
spanMethod: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["spanMethod"]>;
|
|
108
124
|
selectOnIndeterminate: {
|
|
109
125
|
type: BooleanConstructor;
|
|
110
126
|
default: boolean;
|
|
@@ -114,7 +130,7 @@ export declare const dataTableProps: {
|
|
|
114
130
|
default: number;
|
|
115
131
|
};
|
|
116
132
|
treeProps: {
|
|
117
|
-
type: PropType<import('element-plus
|
|
133
|
+
type: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["treeProps"]>;
|
|
118
134
|
default: () => {
|
|
119
135
|
hasChildren: string;
|
|
120
136
|
children: string;
|
|
@@ -122,7 +138,7 @@ export declare const dataTableProps: {
|
|
|
122
138
|
};
|
|
123
139
|
};
|
|
124
140
|
lazy: BooleanConstructor;
|
|
125
|
-
load: PropType<import('element-plus
|
|
141
|
+
load: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["load"]>;
|
|
126
142
|
style: {
|
|
127
143
|
type: PropType<import('vue').CSSProperties>;
|
|
128
144
|
default: () => {};
|
|
@@ -137,8 +153,8 @@ export declare const dataTableProps: {
|
|
|
137
153
|
};
|
|
138
154
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
139
155
|
flexible: BooleanConstructor;
|
|
140
|
-
showOverflowTooltip: PropType<import('element-plus
|
|
141
|
-
tooltipFormatter: PropType<import('element-plus
|
|
156
|
+
showOverflowTooltip: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["showOverflowTooltip"]>;
|
|
157
|
+
tooltipFormatter: PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipFormatter"]>;
|
|
142
158
|
appendFilterPanelTo: StringConstructor;
|
|
143
159
|
scrollbarTabindex: {
|
|
144
160
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -148,6 +164,8 @@ export declare const dataTableProps: {
|
|
|
148
164
|
type: BooleanConstructor;
|
|
149
165
|
default: boolean;
|
|
150
166
|
};
|
|
167
|
+
preserveExpandedContent: BooleanConstructor;
|
|
168
|
+
nativeScrollbar: BooleanConstructor;
|
|
151
169
|
};
|
|
152
170
|
export declare const dataTableEmits: {
|
|
153
171
|
select: (selection: any[], row: any) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/props.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EACd,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,KAAK,EACV,mBAAmB,EACnB,yBAAyB,EACzB,qBAAqB,EACrB,6BAA6B,EAC7B,oBAAoB,EACpB,iCAAiC,EACjC,yBAAyB,EAC1B,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,eAAO,MAAM,cAAc;;cAIR,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;cAYd,QAAQ,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;;;;cAI1B,QAAQ,CAAC,KAAK,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;;;;cAIrD,QAAQ,CAAC,yBAAyB,CAAC;uBAC7B,yBAAyB;;;cAGZ,QAAQ,CACzC,gBAAgB,CAAC,mBAAmB,CAAC,GAAG,CAAC,EAAE,CAAC,CAC7C
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/props.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EACd,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,KAAK,EACV,mBAAmB,EACnB,yBAAyB,EACzB,qBAAqB,EACrB,6BAA6B,EAC7B,oBAAoB,EACpB,iCAAiC,EACjC,yBAAyB,EAC1B,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,eAAO,MAAM,cAAc;;cAIR,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;cAYd,QAAQ,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;;;;cAI1B,QAAQ,CAAC,KAAK,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;;;;cAIrD,QAAQ,CAAC,yBAAyB,CAAC;uBAC7B,yBAAyB;;;cAGZ,QAAQ,CACzC,gBAAgB,CAAC,mBAAmB,CAAC,GAAG,CAAC,EAAE,CAAC,CAC7C;;;;;;;;;;;;;;;;;;;IAmBH,mDAAmD;;;;;;cAOpB,QAAQ,CAAC,yBAAyB,GAAG,OAAO,CAAC;;;;cAI/C,QAAQ,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;;;;cAIzB,QAAQ,CAC3C,eAAe,CAAC,gBAAgB,CAAC,CAClC;;;;cAIoC,QAAQ,CAC3C,eAAe,CAAC,oBAAoB,CAAC,CACtC;;;;cAIoC,QAAQ,CAC3C,eAAe,CAAC,sBAAsB,CAAC,CACxC;;;;cAIe,QAAQ,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC;;;iBAG/B,QAAQ,CAAC,6BAA6B,CAAC;cAC1C,QAAQ,CAAC,qBAAqB,CAAC;aAChC,QAAQ,CAAC,oBAAoB,CAAC;qBACtB,QAAQ,CAAC,iCAAiC,CAAC;;uCAwDmqB,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAvDnwB,CAAC;AAEF,eAAO,MAAM,cAAc;wBACL,GAAG,EAAE,OAAO,GAAG;2BACZ,GAAG,EAAE;iCACC,GAAG,EAAE;0BAE3B,GAAG,UACA,GAAG,QACL,oBAAoB,SACnB,KAAK;0BAGP,GAAG,UACA,GAAG,QACL,oBAAoB,SACnB,KAAK;qBAGP,GAAG,UACA,GAAG,QACL,oBAAoB,SACnB,KAAK;wBAGP,GAAG,UACA,GAAG,QACL,oBAAoB,SACnB,KAAK;2BAGP,GAAG,UACA,GAAG,QACL,oBAAoB,SACnB,KAAK;oBAEE,GAAG,UAAU,GAAG,SAAS,KAAK;0BACxB,GAAG,UAAU,GAAG,SAAS,KAAK;uBACjC,GAAG,UAAU,GAAG,SAAS,KAAK;0BAC3B,GAAG,SAAS,KAAK;gCACX,GAAG,SAAS,KAAK;uBAC1B;QAAE,MAAM,EAAE,GAAG,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAE;+BACjC,GAAG;gCACF,GAAG,iBAAiB,GAAG;8BAEvC,MAAM,YACN,MAAM,UACR,GAAG,SACJ,UAAU;wBAEC,GAAG,gBAAgB,GAAG,EAAE,GAAG,OAAO;oBACtC;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE;CAC1D,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,OAAO,cAAc,CAAC,CAAC"}
|