@hinen/pro-element-plus 1.1.1 → 1.3.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 +87 -36
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +40 -18
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +4 -0
- 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/Image/types.d.ts +1 -0
- package/dist/components/Image/types.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 +1912 -2661
- 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;
|
|
@@ -63,6 +79,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
63
79
|
queryKey: import('vue').PropType<import('./types').DataTableQueryKeyType>;
|
|
64
80
|
queryFn: import('vue').PropType<import('./types').DataTableQueryFnType>;
|
|
65
81
|
placeholderData: import('vue').PropType<import('./types').DataTableQueryPlaceholderDataType>;
|
|
82
|
+
showSelectionBar: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
66
86
|
size: {
|
|
67
87
|
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
68
88
|
readonly required: false;
|
|
@@ -78,31 +98,31 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
78
98
|
};
|
|
79
99
|
stripe: BooleanConstructor;
|
|
80
100
|
border: BooleanConstructor;
|
|
81
|
-
rowKey: import('vue').PropType<import('element-plus
|
|
101
|
+
rowKey: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowKey"]>;
|
|
82
102
|
showHeader: {
|
|
83
103
|
type: BooleanConstructor;
|
|
84
104
|
default: boolean;
|
|
85
105
|
};
|
|
86
106
|
showSummary: BooleanConstructor;
|
|
87
107
|
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
|
|
108
|
+
summaryMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["summaryMethod"]>;
|
|
109
|
+
rowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowClassName"]>;
|
|
110
|
+
rowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowStyle"]>;
|
|
111
|
+
cellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellClassName"]>;
|
|
112
|
+
cellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellStyle"]>;
|
|
113
|
+
headerRowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowClassName"]>;
|
|
114
|
+
headerRowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowStyle"]>;
|
|
115
|
+
headerCellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellClassName"]>;
|
|
116
|
+
headerCellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellStyle"]>;
|
|
97
117
|
highlightCurrentRow: BooleanConstructor;
|
|
98
118
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
99
119
|
emptyText: StringConstructor;
|
|
100
|
-
expandRowKeys: import('vue').PropType<import('element-plus
|
|
120
|
+
expandRowKeys: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["expandRowKeys"]>;
|
|
101
121
|
defaultExpandAll: BooleanConstructor;
|
|
102
|
-
defaultSort: import('vue').PropType<import('element-plus
|
|
122
|
+
defaultSort: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["defaultSort"]>;
|
|
103
123
|
tooltipEffect: StringConstructor;
|
|
104
|
-
tooltipOptions: import('vue').PropType<import('element-plus
|
|
105
|
-
spanMethod: import('vue').PropType<import('element-plus
|
|
124
|
+
tooltipOptions: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipOptions"]>;
|
|
125
|
+
spanMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["spanMethod"]>;
|
|
106
126
|
selectOnIndeterminate: {
|
|
107
127
|
type: BooleanConstructor;
|
|
108
128
|
default: boolean;
|
|
@@ -112,7 +132,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
112
132
|
default: number;
|
|
113
133
|
};
|
|
114
134
|
treeProps: {
|
|
115
|
-
type: import('vue').PropType<import('element-plus
|
|
135
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["treeProps"]>;
|
|
116
136
|
default: () => {
|
|
117
137
|
hasChildren: string;
|
|
118
138
|
children: string;
|
|
@@ -120,7 +140,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
120
140
|
};
|
|
121
141
|
};
|
|
122
142
|
lazy: BooleanConstructor;
|
|
123
|
-
load: import('vue').PropType<import('element-plus
|
|
143
|
+
load: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["load"]>;
|
|
124
144
|
style: {
|
|
125
145
|
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
126
146
|
default: () => {};
|
|
@@ -135,8 +155,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
135
155
|
};
|
|
136
156
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
137
157
|
flexible: BooleanConstructor;
|
|
138
|
-
showOverflowTooltip: import('vue').PropType<import('element-plus
|
|
139
|
-
tooltipFormatter: import('vue').PropType<import('element-plus
|
|
158
|
+
showOverflowTooltip: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["showOverflowTooltip"]>;
|
|
159
|
+
tooltipFormatter: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipFormatter"]>;
|
|
140
160
|
appendFilterPanelTo: StringConstructor;
|
|
141
161
|
scrollbarTabindex: {
|
|
142
162
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -146,6 +166,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
146
166
|
type: BooleanConstructor;
|
|
147
167
|
default: boolean;
|
|
148
168
|
};
|
|
169
|
+
preserveExpandedContent: BooleanConstructor;
|
|
170
|
+
nativeScrollbar: BooleanConstructor;
|
|
149
171
|
}>, {
|
|
150
172
|
clearFormValidate: QueryFormInstanceType["clearValidate"];
|
|
151
173
|
scrollToFormField: QueryFormInstanceType["scrollToField"];
|
|
@@ -229,6 +251,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
229
251
|
type: import('vue').PropType<import('vue').MaybeRefOrGetter<DataTableColumnType<any>[]>>;
|
|
230
252
|
default: () => never[];
|
|
231
253
|
};
|
|
254
|
+
fixedHeader: {
|
|
255
|
+
type: BooleanConstructor;
|
|
256
|
+
default: boolean;
|
|
257
|
+
};
|
|
258
|
+
fixedHeaderOffset: {
|
|
259
|
+
type: NumberConstructor;
|
|
260
|
+
default: number;
|
|
261
|
+
};
|
|
262
|
+
fixedFooter: {
|
|
263
|
+
type: BooleanConstructor;
|
|
264
|
+
default: boolean;
|
|
265
|
+
};
|
|
266
|
+
fixedFooterOffset: {
|
|
267
|
+
type: NumberConstructor;
|
|
268
|
+
default: number;
|
|
269
|
+
};
|
|
232
270
|
forceRefetchOnSearch: {
|
|
233
271
|
type: BooleanConstructor;
|
|
234
272
|
default: boolean;
|
|
@@ -261,6 +299,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
261
299
|
queryKey: import('vue').PropType<import('./types').DataTableQueryKeyType>;
|
|
262
300
|
queryFn: import('vue').PropType<import('./types').DataTableQueryFnType>;
|
|
263
301
|
placeholderData: import('vue').PropType<import('./types').DataTableQueryPlaceholderDataType>;
|
|
302
|
+
showSelectionBar: {
|
|
303
|
+
type: BooleanConstructor;
|
|
304
|
+
default: boolean;
|
|
305
|
+
};
|
|
264
306
|
size: {
|
|
265
307
|
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
266
308
|
readonly required: false;
|
|
@@ -276,31 +318,31 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
276
318
|
};
|
|
277
319
|
stripe: BooleanConstructor;
|
|
278
320
|
border: BooleanConstructor;
|
|
279
|
-
rowKey: import('vue').PropType<import('element-plus
|
|
321
|
+
rowKey: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowKey"]>;
|
|
280
322
|
showHeader: {
|
|
281
323
|
type: BooleanConstructor;
|
|
282
324
|
default: boolean;
|
|
283
325
|
};
|
|
284
326
|
showSummary: BooleanConstructor;
|
|
285
327
|
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
|
|
328
|
+
summaryMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["summaryMethod"]>;
|
|
329
|
+
rowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowClassName"]>;
|
|
330
|
+
rowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["rowStyle"]>;
|
|
331
|
+
cellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellClassName"]>;
|
|
332
|
+
cellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["cellStyle"]>;
|
|
333
|
+
headerRowClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowClassName"]>;
|
|
334
|
+
headerRowStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerRowStyle"]>;
|
|
335
|
+
headerCellClassName: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellClassName"]>;
|
|
336
|
+
headerCellStyle: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["headerCellStyle"]>;
|
|
295
337
|
highlightCurrentRow: BooleanConstructor;
|
|
296
338
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
297
339
|
emptyText: StringConstructor;
|
|
298
|
-
expandRowKeys: import('vue').PropType<import('element-plus
|
|
340
|
+
expandRowKeys: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["expandRowKeys"]>;
|
|
299
341
|
defaultExpandAll: BooleanConstructor;
|
|
300
|
-
defaultSort: import('vue').PropType<import('element-plus
|
|
342
|
+
defaultSort: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["defaultSort"]>;
|
|
301
343
|
tooltipEffect: StringConstructor;
|
|
302
|
-
tooltipOptions: import('vue').PropType<import('element-plus
|
|
303
|
-
spanMethod: import('vue').PropType<import('element-plus
|
|
344
|
+
tooltipOptions: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipOptions"]>;
|
|
345
|
+
spanMethod: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["spanMethod"]>;
|
|
304
346
|
selectOnIndeterminate: {
|
|
305
347
|
type: BooleanConstructor;
|
|
306
348
|
default: boolean;
|
|
@@ -310,7 +352,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
310
352
|
default: number;
|
|
311
353
|
};
|
|
312
354
|
treeProps: {
|
|
313
|
-
type: import('vue').PropType<import('element-plus
|
|
355
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["treeProps"]>;
|
|
314
356
|
default: () => {
|
|
315
357
|
hasChildren: string;
|
|
316
358
|
children: string;
|
|
@@ -318,7 +360,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
318
360
|
};
|
|
319
361
|
};
|
|
320
362
|
lazy: BooleanConstructor;
|
|
321
|
-
load: import('vue').PropType<import('element-plus
|
|
363
|
+
load: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["load"]>;
|
|
322
364
|
style: {
|
|
323
365
|
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
324
366
|
default: () => {};
|
|
@@ -333,8 +375,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
333
375
|
};
|
|
334
376
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
335
377
|
flexible: BooleanConstructor;
|
|
336
|
-
showOverflowTooltip: import('vue').PropType<import('element-plus
|
|
337
|
-
tooltipFormatter: import('vue').PropType<import('element-plus
|
|
378
|
+
showOverflowTooltip: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["showOverflowTooltip"]>;
|
|
379
|
+
tooltipFormatter: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TableProps<any>["tooltipFormatter"]>;
|
|
338
380
|
appendFilterPanelTo: StringConstructor;
|
|
339
381
|
scrollbarTabindex: {
|
|
340
382
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -344,6 +386,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
344
386
|
type: BooleanConstructor;
|
|
345
387
|
default: boolean;
|
|
346
388
|
};
|
|
389
|
+
preserveExpandedContent: BooleanConstructor;
|
|
390
|
+
nativeScrollbar: BooleanConstructor;
|
|
347
391
|
}>> & Readonly<{
|
|
348
392
|
onSelect?: ((selection: any[], row: any) => any) | undefined;
|
|
349
393
|
onExpandChange?: ((row: any, expandedRows: boolean | any[]) => any) | undefined;
|
|
@@ -392,6 +436,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
392
436
|
flexible: boolean;
|
|
393
437
|
scrollbarTabindex: string | number;
|
|
394
438
|
allowDragLastColumn: boolean;
|
|
439
|
+
preserveExpandedContent: boolean;
|
|
440
|
+
nativeScrollbar: boolean;
|
|
395
441
|
columns: import('vue').MaybeRefOrGetter<DataTableColumnType<any>[]>;
|
|
396
442
|
gcTime: number | false | undefined;
|
|
397
443
|
enabled: boolean | import('./types').DataTableQueryEnabledType;
|
|
@@ -402,7 +448,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
402
448
|
scrollTopOnPagerChange: boolean;
|
|
403
449
|
pagination: false | Partial<import('element-plus').PaginationProps>;
|
|
404
450
|
toolbar: import('./types').DataTableToolbarPropsType;
|
|
451
|
+
fixedHeader: boolean;
|
|
452
|
+
fixedHeaderOffset: number;
|
|
453
|
+
fixedFooter: boolean;
|
|
454
|
+
fixedFooterOffset: number;
|
|
405
455
|
forceRefetchOnSearch: boolean;
|
|
456
|
+
showSelectionBar: boolean;
|
|
406
457
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
407
458
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
408
459
|
export default _default;
|
|
@@ -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;AAwcjB,iBAAS,cAAc,sDA8gBtB;AA+CD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAh0BnB,uBADsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDACtB,uBADsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAy0BtB,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"}
|