@dazhicheng/ui 1.5.4 → 1.5.5
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/tt-button/index.d.ts +476 -476
- package/dist/components/tt-button/index.vue.d.ts +272 -272
- package/dist/components/tt-checkbox/index.d.ts +5 -5
- package/dist/components/tt-checkbox/index.vue.d.ts +2 -2
- package/dist/components/tt-drawer/index.d.ts +540 -540
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +297 -297
- package/dist/components/tt-form/src/form/RenderContent.vue.d.ts +2 -2
- package/dist/components/tt-form/src/form-render/dependencies.d.ts +118 -118
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +196 -196
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +98 -98
- package/dist/components/tt-icon/index.d.ts +3 -3
- package/dist/components/tt-icon/index.vue.d.ts +1 -1
- package/dist/components/tt-image/index.d.ts +5 -5
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +2 -2
- package/dist/components/tt-image/tt-image.d.ts +5 -5
- package/dist/components/tt-loading/index.d.ts +3 -3
- package/dist/components/tt-loading/src/loading.vue.d.ts +3 -3
- package/dist/components/tt-modal/index.d.ts +184 -184
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +101 -101
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +10 -10
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +33 -33
- package/dist/components/tt-part/index.d.ts +12 -12
- package/dist/components/tt-part/index.vue.d.ts +4 -4
- package/dist/components/tt-select/src/Select.vue.d.ts +89 -89
- package/dist/components/tt-select/src/components/SelectTable.vue.d.ts +7 -7
- package/dist/components/tt-select/src/components/Table.vue.d.ts +9 -9
- package/dist/components/tt-table/src/Table.vue.d.ts +175 -175
- package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +194 -194
- package/dist/components/tt-table/src/hooks/useLeftRightSlot.d.ts +128 -128
- package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
- package/dist/components/tt-table/src/props.d.ts +2 -2
- package/dist/components/tt-text/index.d.ts +3 -3
- package/dist/components/tt-text/index.vue.d.ts +1 -1
- package/dist/components/tt-validate/src/Field.d.ts +4 -4
- package/dist/components/tt-validate/src/Form.d.ts +1 -1
- package/dist/components/tt-validate/src/utils/assertions.d.ts +1 -1
- package/dist/index.js +484 -477
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/components/tt-form-adapter/component/index.d.ts +0 -13
- package/dist/components/tt-form-adapter/index.d.ts +0 -36
- package/dist/components/tt-table/src/hooks/useCache.d.ts +0 -20
|
@@ -103,16 +103,16 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
103
103
|
"update:modelValue": (val: boolean) => any;
|
|
104
104
|
"update:isExpand": (val: boolean) => any;
|
|
105
105
|
}, import('vue').PublicProps, {
|
|
106
|
+
type: string;
|
|
106
107
|
title: string;
|
|
107
108
|
modelValue: boolean;
|
|
108
|
-
type: string;
|
|
109
|
-
colSpan: number;
|
|
110
|
-
shadow: boolean;
|
|
111
109
|
labelWidth: string;
|
|
112
110
|
headerClass: string;
|
|
113
111
|
isExpand: boolean;
|
|
114
112
|
showExpand: boolean;
|
|
115
113
|
defaultExpand: boolean;
|
|
114
|
+
shadow: boolean;
|
|
115
|
+
colSpan: number;
|
|
116
116
|
colGap: number;
|
|
117
117
|
labelPosition: string;
|
|
118
118
|
segmentClass: string;
|
|
@@ -121,7 +121,7 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
121
121
|
iconType: string;
|
|
122
122
|
iconTextShow: boolean;
|
|
123
123
|
showBefore: boolean;
|
|
124
|
-
itemType: "
|
|
124
|
+
itemType: "default" | "border";
|
|
125
125
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
126
126
|
segmentRef: HTMLDivElement;
|
|
127
127
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -231,16 +231,16 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
231
231
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
232
232
|
"onUpdate:isExpand"?: ((val: boolean) => any) | undefined;
|
|
233
233
|
}>, {}, {}, {}, {}, {
|
|
234
|
+
type: string;
|
|
234
235
|
title: string;
|
|
235
236
|
modelValue: boolean;
|
|
236
|
-
type: string;
|
|
237
|
-
colSpan: number;
|
|
238
|
-
shadow: boolean;
|
|
239
237
|
labelWidth: string;
|
|
240
238
|
headerClass: string;
|
|
241
239
|
isExpand: boolean;
|
|
242
240
|
showExpand: boolean;
|
|
243
241
|
defaultExpand: boolean;
|
|
242
|
+
shadow: boolean;
|
|
243
|
+
colSpan: number;
|
|
244
244
|
colGap: number;
|
|
245
245
|
labelPosition: string;
|
|
246
246
|
segmentClass: string;
|
|
@@ -249,7 +249,7 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
249
249
|
iconType: string;
|
|
250
250
|
iconTextShow: boolean;
|
|
251
251
|
showBefore: boolean;
|
|
252
|
-
itemType: "
|
|
252
|
+
itemType: "default" | "border";
|
|
253
253
|
}>;
|
|
254
254
|
__isFragment?: never;
|
|
255
255
|
__isTeleport?: never;
|
|
@@ -357,16 +357,16 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
357
357
|
"update:modelValue": (val: boolean) => any;
|
|
358
358
|
"update:isExpand": (val: boolean) => any;
|
|
359
359
|
}, string, {
|
|
360
|
+
type: string;
|
|
360
361
|
title: string;
|
|
361
362
|
modelValue: boolean;
|
|
362
|
-
type: string;
|
|
363
|
-
colSpan: number;
|
|
364
|
-
shadow: boolean;
|
|
365
363
|
labelWidth: string;
|
|
366
364
|
headerClass: string;
|
|
367
365
|
isExpand: boolean;
|
|
368
366
|
showExpand: boolean;
|
|
369
367
|
defaultExpand: boolean;
|
|
368
|
+
shadow: boolean;
|
|
369
|
+
colSpan: number;
|
|
370
370
|
colGap: number;
|
|
371
371
|
labelPosition: string;
|
|
372
372
|
segmentClass: string;
|
|
@@ -375,7 +375,7 @@ export declare const TtPart: import('../../../../utils/src').SFCWithInstall<{
|
|
|
375
375
|
iconType: string;
|
|
376
376
|
iconTextShow: boolean;
|
|
377
377
|
showBefore: boolean;
|
|
378
|
-
itemType: "
|
|
378
|
+
itemType: "default" | "border";
|
|
379
379
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
380
380
|
$slots: Readonly<{
|
|
381
381
|
default: () => any;
|
|
@@ -222,16 +222,16 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
222
222
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
223
223
|
"onUpdate:isExpand"?: ((val: boolean) => any) | undefined;
|
|
224
224
|
}>, {
|
|
225
|
+
type: string;
|
|
225
226
|
title: string;
|
|
226
227
|
modelValue: boolean;
|
|
227
|
-
type: string;
|
|
228
|
-
colSpan: number;
|
|
229
|
-
shadow: boolean;
|
|
230
228
|
labelWidth: string;
|
|
231
229
|
headerClass: string;
|
|
232
230
|
isExpand: boolean;
|
|
233
231
|
showExpand: boolean;
|
|
234
232
|
defaultExpand: boolean;
|
|
233
|
+
shadow: boolean;
|
|
234
|
+
colSpan: number;
|
|
235
235
|
colGap: number;
|
|
236
236
|
labelPosition: string;
|
|
237
237
|
segmentClass: string;
|
|
@@ -240,7 +240,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
240
240
|
iconType: string;
|
|
241
241
|
iconTextShow: boolean;
|
|
242
242
|
showBefore: boolean;
|
|
243
|
-
itemType: "
|
|
243
|
+
itemType: "default" | "border";
|
|
244
244
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
245
245
|
segmentRef: HTMLDivElement;
|
|
246
246
|
}, HTMLDivElement>;
|
|
@@ -27,46 +27,46 @@ declare function __VLS_template(): {
|
|
|
27
27
|
$: import('vue').ComponentInternalInstance;
|
|
28
28
|
$data: {};
|
|
29
29
|
$props: Partial<{
|
|
30
|
-
list: Record<string, any>[];
|
|
31
|
-
loading: boolean;
|
|
32
|
-
showCheckbox: boolean;
|
|
33
|
-
showPager: boolean;
|
|
34
30
|
grid: import('./props').TtSelectGridProps;
|
|
31
|
+
loading: boolean;
|
|
35
32
|
multiple: boolean;
|
|
36
|
-
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
37
|
-
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
38
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
39
33
|
multipleLimit: number;
|
|
40
34
|
configProps: import('./types').TtSelectConfigProps;
|
|
41
35
|
disableFn: ((value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean) | undefined;
|
|
36
|
+
list: Record<string, any>[];
|
|
37
|
+
showPager: boolean;
|
|
42
38
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
43
39
|
selectValue: TtSelectModelValueType;
|
|
44
40
|
selectWidth: number;
|
|
45
41
|
deleteField: string;
|
|
42
|
+
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
43
|
+
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
44
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
46
45
|
hasNextPage: boolean;
|
|
46
|
+
showCheckbox: boolean;
|
|
47
47
|
}> & Omit<{
|
|
48
|
-
readonly list: Record<string, any>[];
|
|
49
|
-
readonly loading: boolean;
|
|
50
|
-
readonly showCheckbox: boolean;
|
|
51
|
-
readonly showPager: boolean;
|
|
52
48
|
readonly grid: import('./props').TtSelectGridProps;
|
|
49
|
+
readonly loading: boolean;
|
|
53
50
|
readonly multiple: boolean;
|
|
54
|
-
readonly getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
55
|
-
readonly setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
56
|
-
readonly reload: (bool?: boolean) => Promise<void>;
|
|
57
51
|
readonly multipleLimit: number;
|
|
58
52
|
readonly configProps: import('./types').TtSelectConfigProps;
|
|
59
53
|
readonly disableFn: (value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean;
|
|
54
|
+
readonly list: Record<string, any>[];
|
|
55
|
+
readonly showPager: boolean;
|
|
60
56
|
readonly pagination: import("vxe-table").VxeGridPropTypes.PagerConfig;
|
|
61
57
|
readonly selectValue: string | number | boolean | (string | number | boolean)[] | null;
|
|
62
58
|
readonly selectWidth: number;
|
|
63
59
|
readonly deleteField: string;
|
|
60
|
+
readonly setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
61
|
+
readonly getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
62
|
+
readonly reload: (bool?: boolean) => Promise<void>;
|
|
64
63
|
readonly hasNextPage: boolean;
|
|
64
|
+
readonly showCheckbox: boolean;
|
|
65
65
|
readonly onScroll?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
readonly "onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
66
67
|
readonly "onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
67
68
|
readonly "onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
68
|
-
|
|
69
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "list" | "loading" | "showCheckbox" | "showPager" | "grid" | "multiple" | "getPagination" | "setPagination" | "reload" | "multipleLimit" | "configProps" | "disableFn" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "hasNextPage">;
|
|
69
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "grid" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "list" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "reload" | "hasNextPage" | "showCheckbox">;
|
|
70
70
|
$attrs: {
|
|
71
71
|
[x: string]: unknown;
|
|
72
72
|
};
|
|
@@ -86,7 +86,7 @@ declare function __VLS_template(): {
|
|
|
86
86
|
$root: import('vue').ComponentPublicInstance | null;
|
|
87
87
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
88
88
|
$host: Element | null;
|
|
89
|
-
$emit: ((event: "scroll", ...args: any[]) => void) & ((event: "
|
|
89
|
+
$emit: ((event: "scroll", ...args: any[]) => void) & ((event: "radio-change", ...args: any[]) => void) & ((event: "checkbox-change", ...args: any[]) => void) & ((event: "checkbox-all", ...args: any[]) => void);
|
|
90
90
|
$el: any;
|
|
91
91
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
92
92
|
configProps: {
|
|
@@ -159,9 +159,9 @@ declare function __VLS_template(): {
|
|
|
159
159
|
};
|
|
160
160
|
}>> & Readonly<{
|
|
161
161
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
162
|
+
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
162
163
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
163
164
|
"onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
164
|
-
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
165
165
|
}>, {
|
|
166
166
|
clearCurrentRow: () => void;
|
|
167
167
|
setCheckboxRow: (rows: any | any[], checked: boolean) => void;
|
|
@@ -189,27 +189,27 @@ declare function __VLS_template(): {
|
|
|
189
189
|
};
|
|
190
190
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
191
191
|
scroll: (...args: any[]) => void;
|
|
192
|
+
"radio-change": (...args: any[]) => void;
|
|
192
193
|
"checkbox-change": (...args: any[]) => void;
|
|
193
194
|
"checkbox-all": (...args: any[]) => void;
|
|
194
|
-
"radio-change": (...args: any[]) => void;
|
|
195
195
|
}, string, {
|
|
196
|
-
list: Record<string, any>[];
|
|
197
|
-
loading: boolean;
|
|
198
|
-
showCheckbox: boolean;
|
|
199
|
-
showPager: boolean;
|
|
200
196
|
grid: import('./props').TtSelectGridProps;
|
|
197
|
+
loading: boolean;
|
|
201
198
|
multiple: boolean;
|
|
202
|
-
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
203
|
-
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
204
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
205
199
|
multipleLimit: number;
|
|
206
200
|
configProps: import('./types').TtSelectConfigProps;
|
|
207
201
|
disableFn: ((value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean) | undefined;
|
|
202
|
+
list: Record<string, any>[];
|
|
203
|
+
showPager: boolean;
|
|
208
204
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
209
205
|
selectValue: TtSelectModelValueType;
|
|
210
206
|
selectWidth: number;
|
|
211
207
|
deleteField: string;
|
|
208
|
+
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
209
|
+
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
210
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
212
211
|
hasNextPage: boolean;
|
|
212
|
+
showCheckbox: boolean;
|
|
213
213
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
214
214
|
beforeCreate?: (() => void) | (() => void)[];
|
|
215
215
|
created?: (() => void) | (() => void)[];
|
|
@@ -231,23 +231,23 @@ declare function __VLS_template(): {
|
|
|
231
231
|
$nextTick: typeof import('vue').nextTick;
|
|
232
232
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
233
233
|
} & Readonly<{
|
|
234
|
-
list: Record<string, any>[];
|
|
235
|
-
loading: boolean;
|
|
236
|
-
showCheckbox: boolean;
|
|
237
|
-
showPager: boolean;
|
|
238
234
|
grid: import('./props').TtSelectGridProps;
|
|
235
|
+
loading: boolean;
|
|
239
236
|
multiple: boolean;
|
|
240
|
-
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
241
|
-
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
242
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
243
237
|
multipleLimit: number;
|
|
244
238
|
configProps: import('./types').TtSelectConfigProps;
|
|
245
239
|
disableFn: ((value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean) | undefined;
|
|
240
|
+
list: Record<string, any>[];
|
|
241
|
+
showPager: boolean;
|
|
246
242
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
247
243
|
selectValue: TtSelectModelValueType;
|
|
248
244
|
selectWidth: number;
|
|
249
245
|
deleteField: string;
|
|
246
|
+
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
247
|
+
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
248
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
250
249
|
hasNextPage: boolean;
|
|
250
|
+
showCheckbox: boolean;
|
|
251
251
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
252
252
|
configProps: {
|
|
253
253
|
type: import('vue').PropType<import('./props').TtSelectProps["configProps"]>;
|
|
@@ -319,10 +319,10 @@ declare function __VLS_template(): {
|
|
|
319
319
|
};
|
|
320
320
|
}>> & Readonly<{
|
|
321
321
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
322
|
+
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
322
323
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
323
324
|
"onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
324
|
-
|
|
325
|
-
}>, "scrollTo" | "getRowIndex" | "getData" | "setCheckboxRow" | "clearCheckboxRow" | "setCurrentRow" | "setRadioRow" | "clearCurrentRow" | "clearRadioRow" | "getCurrentRecord" | "scrollToRow" | "getGridInstance" | ("list" | "loading" | "showCheckbox" | "showPager" | "grid" | "multiple" | "getPagination" | "setPagination" | "reload" | "multipleLimit" | "configProps" | "disableFn" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "hasNextPage")> & import('vue').ShallowUnwrapRef<{
|
|
325
|
+
}>, "getGridInstance" | ("grid" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "list" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "reload" | "hasNextPage" | "showCheckbox") | "clearCurrentRow" | "setCheckboxRow" | "clearCheckboxRow" | "setRadioRow" | "clearRadioRow" | "scrollTo" | "getCurrentRecord" | "getRowIndex" | "scrollToRow" | "setCurrentRow" | "getData"> & import('vue').ShallowUnwrapRef<{
|
|
326
326
|
clearCurrentRow: () => void;
|
|
327
327
|
setCheckboxRow: (rows: any | any[], checked: boolean) => void;
|
|
328
328
|
clearCheckboxRow: () => void;
|
|
@@ -420,17 +420,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
420
420
|
}>, {
|
|
421
421
|
[x: string]: any;
|
|
422
422
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
423
|
-
"fetch-success": (options: TtSelectDataOptions[]) => any;
|
|
424
|
-
"fetch-error": (error: Record<string, any>) => any;
|
|
425
|
-
"update:modelValue": (val: TtSelectModelValueType) => any;
|
|
426
|
-
focus: () => any;
|
|
427
423
|
blur: () => any;
|
|
428
|
-
clear: () => any;
|
|
429
|
-
scroll: (event: VxeGridDefines.ScrollEventParams<any>) => any;
|
|
430
|
-
"scroll-boundary": (event: VxeGridDefines.ScrollBoundaryEventParams<any>) => any;
|
|
431
424
|
change: (val: TtSelectModelValueType, opt: TtSelectSelectOptions) => any;
|
|
425
|
+
focus: () => any;
|
|
426
|
+
scroll: (event: VxeGridDefines.ScrollEventParams<any>) => any;
|
|
427
|
+
clear: () => any;
|
|
428
|
+
"update:modelValue": (val: TtSelectModelValueType) => any;
|
|
429
|
+
"fetch-success": (options: TtSelectDataOptions[]) => any;
|
|
430
|
+
"fetch-error": (error: Record<string, any>) => any;
|
|
432
431
|
"visible-change": (visible: boolean) => any;
|
|
433
432
|
"remove-tag": (tagValue: TtSelectModelUnionType) => any;
|
|
433
|
+
"scroll-boundary": (event: VxeGridDefines.ScrollBoundaryEventParams<any>) => any;
|
|
434
434
|
"select-change": (val: TtSelectModelValueType, opt: TtSelectSelectOptions) => any;
|
|
435
435
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
436
436
|
modelValue: {
|
|
@@ -490,78 +490,78 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
490
490
|
default: boolean;
|
|
491
491
|
};
|
|
492
492
|
}>> & Readonly<{
|
|
493
|
-
"onFetch-success"?: ((options: TtSelectDataOptions[]) => any) | undefined;
|
|
494
|
-
"onFetch-error"?: ((error: Record<string, any>) => any) | undefined;
|
|
495
|
-
"onUpdate:modelValue"?: ((val: TtSelectModelValueType) => any) | undefined;
|
|
496
|
-
onFocus?: (() => any) | undefined;
|
|
497
493
|
onBlur?: (() => any) | undefined;
|
|
498
|
-
onClear?: (() => any) | undefined;
|
|
499
|
-
onScroll?: ((event: VxeGridDefines.ScrollEventParams<any>) => any) | undefined;
|
|
500
|
-
"onScroll-boundary"?: ((event: VxeGridDefines.ScrollBoundaryEventParams<any>) => any) | undefined;
|
|
501
494
|
onChange?: ((val: TtSelectModelValueType, opt: TtSelectSelectOptions) => any) | undefined;
|
|
495
|
+
onFocus?: (() => any) | undefined;
|
|
496
|
+
onScroll?: ((event: VxeGridDefines.ScrollEventParams<any>) => any) | undefined;
|
|
497
|
+
onClear?: (() => any) | undefined;
|
|
498
|
+
"onUpdate:modelValue"?: ((val: TtSelectModelValueType) => any) | undefined;
|
|
499
|
+
"onFetch-success"?: ((options: TtSelectDataOptions[]) => any) | undefined;
|
|
500
|
+
"onFetch-error"?: ((error: Record<string, any>) => any) | undefined;
|
|
502
501
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
503
502
|
"onRemove-tag"?: ((tagValue: TtSelectModelUnionType) => any) | undefined;
|
|
503
|
+
"onScroll-boundary"?: ((event: VxeGridDefines.ScrollBoundaryEventParams<any>) => any) | undefined;
|
|
504
504
|
"onSelect-change"?: ((val: TtSelectModelValueType, opt: TtSelectSelectOptions) => any) | undefined;
|
|
505
505
|
}>, {
|
|
506
|
-
border: boolean;
|
|
507
|
-
renderType: "table" | "grid" | "select" | "tree";
|
|
508
|
-
loading: boolean;
|
|
509
|
-
modelValue: TtSelectModelValueType;
|
|
510
506
|
disabled: boolean;
|
|
511
507
|
placeholder: string;
|
|
512
|
-
|
|
508
|
+
loading: boolean;
|
|
509
|
+
modelValue: TtSelectModelValueType;
|
|
510
|
+
border: boolean;
|
|
513
511
|
beforeChange: (val: TtSelectModelUnionType, oVal: TtSelectModelUnionType, option?: TtSelectDataOptions) => Promise<boolean>;
|
|
514
512
|
disabledTip: import('../../../directives/disabled-tip').TipConfig | import('../../../directives/disabled-tip').TipConfig[];
|
|
515
513
|
maxCollapseTags: number;
|
|
516
514
|
selectProps: Partial<Omit<SelectProps, "modelValue">>;
|
|
517
515
|
gridProps: import('./props').TtSelectGridProps;
|
|
516
|
+
renderType: "select" | "table" | "grid" | "tree";
|
|
518
517
|
configProps: import('./types').TtSelectConfigProps;
|
|
518
|
+
extra: Record<string, any>;
|
|
519
519
|
immediateEmitChange: boolean;
|
|
520
520
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
521
521
|
tableRef: ({
|
|
522
522
|
$: import('vue').ComponentInternalInstance;
|
|
523
523
|
$data: {};
|
|
524
524
|
$props: Partial<{
|
|
525
|
-
list: Record<string, any>[];
|
|
526
|
-
loading: boolean;
|
|
527
|
-
showCheckbox: boolean;
|
|
528
|
-
showPager: boolean;
|
|
529
525
|
grid: import('./props').TtSelectGridProps;
|
|
526
|
+
loading: boolean;
|
|
530
527
|
multiple: boolean;
|
|
531
|
-
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
532
|
-
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
533
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
534
528
|
multipleLimit: number;
|
|
535
529
|
configProps: import('./types').TtSelectConfigProps;
|
|
536
530
|
disableFn: ((value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean) | undefined;
|
|
531
|
+
list: Record<string, any>[];
|
|
532
|
+
showPager: boolean;
|
|
537
533
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
538
534
|
selectValue: TtSelectModelValueType;
|
|
539
535
|
selectWidth: number;
|
|
540
536
|
deleteField: string;
|
|
537
|
+
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
538
|
+
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
539
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
541
540
|
hasNextPage: boolean;
|
|
541
|
+
showCheckbox: boolean;
|
|
542
542
|
}> & Omit<{
|
|
543
|
-
readonly list: Record<string, any>[];
|
|
544
|
-
readonly loading: boolean;
|
|
545
|
-
readonly showCheckbox: boolean;
|
|
546
|
-
readonly showPager: boolean;
|
|
547
543
|
readonly grid: import('./props').TtSelectGridProps;
|
|
544
|
+
readonly loading: boolean;
|
|
548
545
|
readonly multiple: boolean;
|
|
549
|
-
readonly getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
550
|
-
readonly setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
551
|
-
readonly reload: (bool?: boolean) => Promise<void>;
|
|
552
546
|
readonly multipleLimit: number;
|
|
553
547
|
readonly configProps: import('./types').TtSelectConfigProps;
|
|
554
548
|
readonly disableFn: (value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean;
|
|
549
|
+
readonly list: Record<string, any>[];
|
|
550
|
+
readonly showPager: boolean;
|
|
555
551
|
readonly pagination: import("vxe-table").VxeGridPropTypes.PagerConfig;
|
|
556
552
|
readonly selectValue: string | number | boolean | (string | number | boolean)[] | null;
|
|
557
553
|
readonly selectWidth: number;
|
|
558
554
|
readonly deleteField: string;
|
|
555
|
+
readonly setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
556
|
+
readonly getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
557
|
+
readonly reload: (bool?: boolean) => Promise<void>;
|
|
559
558
|
readonly hasNextPage: boolean;
|
|
559
|
+
readonly showCheckbox: boolean;
|
|
560
560
|
readonly onScroll?: ((...args: any[]) => any) | undefined;
|
|
561
|
+
readonly "onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
561
562
|
readonly "onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
562
563
|
readonly "onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
563
|
-
|
|
564
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "list" | "loading" | "showCheckbox" | "showPager" | "grid" | "multiple" | "getPagination" | "setPagination" | "reload" | "multipleLimit" | "configProps" | "disableFn" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "hasNextPage">;
|
|
564
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "grid" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "list" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "reload" | "hasNextPage" | "showCheckbox">;
|
|
565
565
|
$attrs: {
|
|
566
566
|
[x: string]: unknown;
|
|
567
567
|
};
|
|
@@ -581,7 +581,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
581
581
|
$root: import('vue').ComponentPublicInstance | null;
|
|
582
582
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
583
583
|
$host: Element | null;
|
|
584
|
-
$emit: ((event: "scroll", ...args: any[]) => void) & ((event: "
|
|
584
|
+
$emit: ((event: "scroll", ...args: any[]) => void) & ((event: "radio-change", ...args: any[]) => void) & ((event: "checkbox-change", ...args: any[]) => void) & ((event: "checkbox-all", ...args: any[]) => void);
|
|
585
585
|
$el: any;
|
|
586
586
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
587
587
|
configProps: {
|
|
@@ -654,9 +654,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
654
654
|
};
|
|
655
655
|
}>> & Readonly<{
|
|
656
656
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
657
|
+
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
657
658
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
658
659
|
"onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
659
|
-
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
660
660
|
}>, {
|
|
661
661
|
clearCurrentRow: () => void;
|
|
662
662
|
setCheckboxRow: (rows: any | any[], checked: boolean) => void;
|
|
@@ -684,27 +684,27 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
684
684
|
};
|
|
685
685
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
686
686
|
scroll: (...args: any[]) => void;
|
|
687
|
+
"radio-change": (...args: any[]) => void;
|
|
687
688
|
"checkbox-change": (...args: any[]) => void;
|
|
688
689
|
"checkbox-all": (...args: any[]) => void;
|
|
689
|
-
"radio-change": (...args: any[]) => void;
|
|
690
690
|
}, string, {
|
|
691
|
-
list: Record<string, any>[];
|
|
692
|
-
loading: boolean;
|
|
693
|
-
showCheckbox: boolean;
|
|
694
|
-
showPager: boolean;
|
|
695
691
|
grid: import('./props').TtSelectGridProps;
|
|
692
|
+
loading: boolean;
|
|
696
693
|
multiple: boolean;
|
|
697
|
-
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
698
|
-
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
699
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
700
694
|
multipleLimit: number;
|
|
701
695
|
configProps: import('./types').TtSelectConfigProps;
|
|
702
696
|
disableFn: ((value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean) | undefined;
|
|
697
|
+
list: Record<string, any>[];
|
|
698
|
+
showPager: boolean;
|
|
703
699
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
704
700
|
selectValue: TtSelectModelValueType;
|
|
705
701
|
selectWidth: number;
|
|
706
702
|
deleteField: string;
|
|
703
|
+
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
704
|
+
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
705
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
707
706
|
hasNextPage: boolean;
|
|
707
|
+
showCheckbox: boolean;
|
|
708
708
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
709
709
|
beforeCreate?: (() => void) | (() => void)[];
|
|
710
710
|
created?: (() => void) | (() => void)[];
|
|
@@ -726,23 +726,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
726
726
|
$nextTick: typeof import('vue').nextTick;
|
|
727
727
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
728
728
|
} & Readonly<{
|
|
729
|
-
list: Record<string, any>[];
|
|
730
|
-
loading: boolean;
|
|
731
|
-
showCheckbox: boolean;
|
|
732
|
-
showPager: boolean;
|
|
733
729
|
grid: import('./props').TtSelectGridProps;
|
|
730
|
+
loading: boolean;
|
|
734
731
|
multiple: boolean;
|
|
735
|
-
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
736
|
-
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
737
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
738
732
|
multipleLimit: number;
|
|
739
733
|
configProps: import('./types').TtSelectConfigProps;
|
|
740
734
|
disableFn: ((value: any, modelValue?: TtSelectModelValueType, option?: TtSelectDataOptions) => boolean) | undefined;
|
|
735
|
+
list: Record<string, any>[];
|
|
736
|
+
showPager: boolean;
|
|
741
737
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
742
738
|
selectValue: TtSelectModelValueType;
|
|
743
739
|
selectWidth: number;
|
|
744
740
|
deleteField: string;
|
|
741
|
+
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
742
|
+
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
743
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
745
744
|
hasNextPage: boolean;
|
|
745
|
+
showCheckbox: boolean;
|
|
746
746
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
747
747
|
configProps: {
|
|
748
748
|
type: import('vue').PropType<import('./props').TtSelectProps["configProps"]>;
|
|
@@ -814,10 +814,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
814
814
|
};
|
|
815
815
|
}>> & Readonly<{
|
|
816
816
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
817
|
+
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
817
818
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
818
819
|
"onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
819
|
-
|
|
820
|
-
}>, "scrollTo" | "getRowIndex" | "getData" | "setCheckboxRow" | "clearCheckboxRow" | "setCurrentRow" | "setRadioRow" | "clearCurrentRow" | "clearRadioRow" | "getCurrentRecord" | "scrollToRow" | "getGridInstance" | ("list" | "loading" | "showCheckbox" | "showPager" | "grid" | "multiple" | "getPagination" | "setPagination" | "reload" | "multipleLimit" | "configProps" | "disableFn" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "hasNextPage")> & import('vue').ShallowUnwrapRef<{
|
|
820
|
+
}>, "getGridInstance" | ("grid" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "list" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "reload" | "hasNextPage" | "showCheckbox") | "clearCurrentRow" | "setCheckboxRow" | "clearCheckboxRow" | "setRadioRow" | "clearRadioRow" | "scrollTo" | "getCurrentRecord" | "getRowIndex" | "scrollToRow" | "setCurrentRow" | "getData"> & import('vue').ShallowUnwrapRef<{
|
|
821
821
|
clearCurrentRow: () => void;
|
|
822
822
|
setCheckboxRow: (rows: any | any[], checked: boolean) => void;
|
|
823
823
|
clearCheckboxRow: () => void;
|
|
@@ -82,23 +82,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
82
82
|
}>, {
|
|
83
83
|
getGridInstance: typeof getGridInstance;
|
|
84
84
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
85
|
-
list: Record<string, any>[];
|
|
86
|
-
loading: boolean;
|
|
87
|
-
showCheckbox: boolean;
|
|
88
|
-
showPager: boolean;
|
|
89
85
|
grid: import('../props').TtSelectGridProps;
|
|
86
|
+
loading: boolean;
|
|
90
87
|
multiple: boolean;
|
|
91
|
-
getPagination: () => VxeGridProps["pagerConfig"];
|
|
92
|
-
setPagination: (pagination: VxeGridProps["pagerConfig"]) => void;
|
|
93
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
94
88
|
multipleLimit: number;
|
|
95
89
|
configProps: import('../types').TtSelectConfigProps;
|
|
96
90
|
disableFn: ((value: any, modelValue?: import('../types').TtSelectModelValueType, option?: import('../types').TtSelectDataOptions) => boolean) | undefined;
|
|
91
|
+
list: Record<string, any>[];
|
|
92
|
+
showPager: boolean;
|
|
97
93
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
98
94
|
selectValue: import('../types').TtSelectModelValueType;
|
|
99
95
|
selectWidth: number;
|
|
100
96
|
deleteField: string;
|
|
97
|
+
setPagination: (pagination: VxeGridProps["pagerConfig"]) => void;
|
|
98
|
+
getPagination: () => VxeGridProps["pagerConfig"];
|
|
99
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
101
100
|
hasNextPage: boolean;
|
|
101
|
+
showCheckbox: boolean;
|
|
102
102
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
103
103
|
gridRef: any;
|
|
104
104
|
}, HTMLDivElement>;
|
|
@@ -138,9 +138,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
138
138
|
};
|
|
139
139
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
140
140
|
scroll: (...args: any[]) => void;
|
|
141
|
+
"radio-change": (...args: any[]) => void;
|
|
141
142
|
"checkbox-change": (...args: any[]) => void;
|
|
142
143
|
"checkbox-all": (...args: any[]) => void;
|
|
143
|
-
"radio-change": (...args: any[]) => void;
|
|
144
144
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
145
145
|
configProps: {
|
|
146
146
|
type: import('vue').PropType<import('../props').TtSelectProps["configProps"]>;
|
|
@@ -212,27 +212,27 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
212
212
|
};
|
|
213
213
|
}>> & Readonly<{
|
|
214
214
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
215
|
+
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
215
216
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
216
217
|
"onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
217
|
-
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
}>, {
|
|
219
|
-
list: Record<string, any>[];
|
|
220
|
-
loading: boolean;
|
|
221
|
-
showCheckbox: boolean;
|
|
222
|
-
showPager: boolean;
|
|
223
219
|
grid: import('../props').TtSelectGridProps;
|
|
220
|
+
loading: boolean;
|
|
224
221
|
multiple: boolean;
|
|
225
|
-
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
226
|
-
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
227
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
228
222
|
multipleLimit: number;
|
|
229
223
|
configProps: import('../types').TtSelectConfigProps;
|
|
230
224
|
disableFn: ((value: any, modelValue?: import('../types').TtSelectModelValueType, option?: import('../types').TtSelectDataOptions) => boolean) | undefined;
|
|
225
|
+
list: Record<string, any>[];
|
|
226
|
+
showPager: boolean;
|
|
231
227
|
pagination: import("vxe-table").VxeGridPropTypes.PagerConfig | undefined;
|
|
232
228
|
selectValue: import('../types').TtSelectModelValueType;
|
|
233
229
|
selectWidth: number;
|
|
234
230
|
deleteField: string;
|
|
231
|
+
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
232
|
+
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
233
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
235
234
|
hasNextPage: boolean;
|
|
235
|
+
showCheckbox: boolean;
|
|
236
236
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
237
237
|
vxelist: (import('vxe-pc-ui').VxeListMethods & {
|
|
238
238
|
$props: VxeListProps<any> & import('vxe-pc-ui').VxeListEventProps;
|