@vunk/form 2.18.2 → 2.19.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/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +147 -173
- package/components/api-tables-select/src/index.vue.d.ts +390 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +56 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +314 -621
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +57 -950
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +49 -112
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +148 -207
- package/components/cascader/src/index.vue.d.ts +335 -525
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +445 -1012
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +138 -107
- package/components/color-picker/src/index.vue.d.ts +305 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +131 -206
- package/components/date-picker/src/index.vue.d.ts +287 -1359
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +139 -207
- package/components/date-picker-range/src/index.vue.d.ts +896 -450
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1070
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +20 -50
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +28 -6366
- package/components/dialog-input-collection/src/index.vue.d.ts +66 -7629
- package/components/dialog-input-collection/src/layout.vue.d.ts +16 -72
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +214 -358
- package/components/download-plus/src/ctx.d.ts +20 -50
- package/components/download-plus/src/index.vue.d.ts +434 -1171
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +20 -50
- package/components/editable-text/src/index.vue.d.ts +62 -3257
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +42 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +219 -0
- package/components/el-slider/src/slider.d.ts +175 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +666 -1289
- package/components/esri-input-geojson/src/append.vue.d.ts +225 -1084
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +62 -158
- package/components/esri-input-geojson/src/default-view.vue.d.ts +12 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +1470 -789
- package/components/esri-input-geojson/src/viewer.vue.d.ts +424 -287
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +62 -77
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +10 -9
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +360 -2416
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +139 -229
- package/components/form-item/src/core.vue.d.ts +33 -1853
- package/components/form-item/src/ctx.d.ts +17 -47
- package/components/form-item/src/index.vue.d.ts +41 -103
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +102 -162
- package/components/form-item-renderer/src/core.vue.d.ts +12 -11
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +25 -73
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +19 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -3
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +12 -8
- package/components/forms-provider/src/view.vue.d.ts +17 -3
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +7 -6
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +20 -50
- package/components/information-collection/src/index.vue.d.ts +49 -112
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +5 -19
- package/components/information-tag/src/index.vue.d.ts +24 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +2 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +50 -151
- package/components/input/src/index.vue.d.ts +389 -947
- package/components/input-array/index.cjs +1 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +2 -901
- package/components/input-array/src/index.vue.d.ts +45 -731
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- package/components/input-collection/src/core.vue.d.ts +59 -1019
- package/components/input-collection/src/ctx.d.ts +19 -49
- package/components/input-collection/src/index.vue.d.ts +47 -110
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +447 -76
- package/components/input-file/src/template.vue.d.ts +2 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +48 -135
- package/components/input-link/src/index.vue.d.ts +835 -312
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -682
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +41 -143
- package/components/input-tag/src/index.vue.d.ts +322 -775
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +212 -111
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +299 -1279
- package/components/radio/src/option.vue.d.ts +28 -878
- package/components/radio/src/wraper.vue.d.ts +67 -198
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +5 -4
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +446 -1028
- package/components/select/src/ctx.d.ts +60 -215
- package/components/select/src/index.vue.d.ts +318 -593
- package/components/select/src/options.vue.d.ts +4 -3
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +154 -419
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +30 -109
- package/components/switch/src/index.vue.d.ts +90 -697
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +101 -172
- package/components/tables-select/src/ctx.d.ts +68 -99
- package/components/tables-select/src/index.vue.d.ts +233 -4988
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +5 -4
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +2 -2
- package/components/templates-default/src/index.vue.d.ts +7337 -145
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +59 -251
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +2184 -25
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +73 -404
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1272 -25
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +130 -212
- package/components/time-picker/src/index.vue.d.ts +283 -1371
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +106 -191
- package/components/upload/src/file.vue.d.ts +168 -745
- package/components/upload/src/index.vue.d.ts +647 -1888
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +233 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4566 -18366
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +21 -51
- package/components/upload-plus/src/index.vue.d.ts +53 -1657
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +143 -203
- package/components/van-cascader/src/index.vue.d.ts +332 -988
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +173 -254
- package/components/var-datetime-picker/src/ctx.d.ts +18 -48
- package/components/var-datetime-picker/src/index.vue.d.ts +628 -1090
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +15 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +100 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +224 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,39 +1,36 @@
|
|
|
1
1
|
import { NormalObject } from '@vunk/shared';
|
|
2
|
-
declare
|
|
2
|
+
declare var __VLS_16: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
dialog?: (props: typeof __VLS_16) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
7
|
readApi: {
|
|
4
8
|
type: import("vue").PropType<import("./types").ReadApi>;
|
|
5
9
|
default: () => {
|
|
6
|
-
rows:
|
|
10
|
+
rows: never[];
|
|
7
11
|
total: number;
|
|
8
12
|
};
|
|
9
13
|
};
|
|
10
14
|
getRows: {
|
|
11
15
|
type: import("vue").PropType<(ids: any[]) => Promise<NormalObject[]>>;
|
|
12
|
-
default:
|
|
16
|
+
default: undefined;
|
|
13
17
|
};
|
|
14
18
|
queryItems: {
|
|
15
19
|
type: import("vue").PropType<any[]>;
|
|
16
|
-
default: () =>
|
|
20
|
+
default: () => never[];
|
|
17
21
|
};
|
|
18
22
|
query: {
|
|
19
23
|
type: ObjectConstructor;
|
|
20
|
-
default:
|
|
24
|
+
default: undefined;
|
|
21
25
|
};
|
|
22
26
|
type: {
|
|
23
27
|
type: StringConstructor;
|
|
24
28
|
default: string;
|
|
25
29
|
};
|
|
26
|
-
required:
|
|
27
|
-
readonly type: import("vue").PropType<boolean>;
|
|
28
|
-
readonly required: false;
|
|
29
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
|
-
__epPropKey: true;
|
|
31
|
-
} & {
|
|
32
|
-
readonly default: undefined;
|
|
33
|
-
};
|
|
30
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
34
31
|
small: BooleanConstructor;
|
|
35
32
|
size: {
|
|
36
|
-
readonly type: import("vue").PropType<import("element-plus").
|
|
33
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
37
34
|
readonly required: false;
|
|
38
35
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
36
|
__epPropKey: true;
|
|
@@ -43,8 +40,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
40
|
default: "default" | "small" | "large";
|
|
44
41
|
};
|
|
45
42
|
formItemSlots: {
|
|
46
|
-
type: import("vue").PropType<import("
|
|
47
|
-
default:
|
|
43
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
44
|
+
default: undefined;
|
|
48
45
|
};
|
|
49
46
|
elRef: {
|
|
50
47
|
type: import("vue").PropType<import("@vunk/core").AnyFunc>;
|
|
@@ -56,84 +53,57 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
53
|
};
|
|
57
54
|
readonly: {
|
|
58
55
|
type: BooleanConstructor;
|
|
59
|
-
default:
|
|
56
|
+
default: undefined;
|
|
60
57
|
};
|
|
61
58
|
formItemTip: {
|
|
62
59
|
type: StringConstructor;
|
|
63
|
-
default:
|
|
60
|
+
default: undefined;
|
|
64
61
|
};
|
|
65
|
-
formItemTipClass:
|
|
62
|
+
formItemTipClass: null;
|
|
66
63
|
labelTip: {
|
|
67
64
|
type: StringConstructor;
|
|
68
|
-
default:
|
|
65
|
+
default: undefined;
|
|
69
66
|
};
|
|
70
67
|
information: {
|
|
71
68
|
type: BooleanConstructor;
|
|
72
69
|
default: boolean;
|
|
73
70
|
};
|
|
74
|
-
prop:
|
|
75
|
-
defaultModelValue:
|
|
71
|
+
prop: null;
|
|
72
|
+
defaultModelValue: null;
|
|
76
73
|
label: StringConstructor;
|
|
77
74
|
labelWidth: {
|
|
78
|
-
readonly type: import("vue").PropType<
|
|
79
|
-
readonly required: false;
|
|
80
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
|
-
__epPropKey: true;
|
|
82
|
-
} & {
|
|
83
|
-
readonly default: "";
|
|
84
|
-
};
|
|
85
|
-
labelPosition: {
|
|
86
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
75
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
87
76
|
readonly required: false;
|
|
88
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
78
|
__epPropKey: true;
|
|
90
|
-
} & {
|
|
91
|
-
readonly default: "";
|
|
92
79
|
};
|
|
80
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
93
81
|
rules: {
|
|
94
|
-
readonly type: import("vue").PropType<unknown
|
|
82
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | (((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>)) | null)[], unknown, unknown>>;
|
|
95
83
|
readonly required: false;
|
|
96
84
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
85
|
__epPropKey: true;
|
|
98
86
|
};
|
|
99
87
|
error: StringConstructor;
|
|
100
88
|
validateStatus: {
|
|
101
|
-
readonly type: import("vue").PropType<"" | "
|
|
89
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
102
90
|
readonly required: false;
|
|
103
91
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
92
|
__epPropKey: true;
|
|
105
93
|
};
|
|
106
94
|
for: StringConstructor;
|
|
107
|
-
inlineMessage:
|
|
108
|
-
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
} & {
|
|
113
|
-
readonly default: "";
|
|
114
|
-
};
|
|
115
|
-
showMessage: {
|
|
116
|
-
readonly type: import("vue").PropType<boolean>;
|
|
117
|
-
readonly required: false;
|
|
118
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
|
-
__epPropKey: true;
|
|
120
|
-
} & {
|
|
121
|
-
readonly default: true;
|
|
122
|
-
};
|
|
95
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
96
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
123
97
|
disabled: {
|
|
124
98
|
type: BooleanConstructor;
|
|
125
99
|
default: undefined;
|
|
126
100
|
};
|
|
127
|
-
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
128
|
-
className: StringConstructor;
|
|
129
|
-
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
130
|
-
fixed: (StringConstructor | BooleanConstructor)[];
|
|
131
|
-
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").Filters>;
|
|
132
101
|
modelValue: {
|
|
133
102
|
type: import("vue").PropType<NormalObject[] | string>;
|
|
134
|
-
default: () =>
|
|
103
|
+
default: () => never[];
|
|
135
104
|
};
|
|
136
|
-
|
|
105
|
+
formatter: import("vue").PropType<(row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, column: import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>, cellValue: any, index: number) => import("vue").VNode | string>;
|
|
106
|
+
placeholder: {
|
|
137
107
|
type: StringConstructor;
|
|
138
108
|
default: string;
|
|
139
109
|
};
|
|
@@ -141,126 +111,85 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
141
111
|
type: BooleanConstructor;
|
|
142
112
|
default: boolean;
|
|
143
113
|
};
|
|
144
|
-
|
|
114
|
+
load: import("vue").PropType<((row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
|
|
115
|
+
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults.mjs").Filters>;
|
|
116
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
117
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
118
|
+
stringify: {
|
|
145
119
|
type: BooleanConstructor;
|
|
146
120
|
default: boolean;
|
|
147
121
|
};
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
122
|
+
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
123
|
+
popperStyle: {
|
|
124
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
125
|
+
readonly required: false;
|
|
126
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
|
+
__epPropKey: true;
|
|
151
128
|
};
|
|
152
|
-
|
|
129
|
+
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults.mjs").FilterMethods<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>>;
|
|
130
|
+
multiple: {
|
|
153
131
|
type: BooleanConstructor;
|
|
154
132
|
default: boolean;
|
|
155
133
|
};
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
dialogClass: any;
|
|
161
|
-
checkTrigger: {
|
|
162
|
-
type: import("vue").PropType<"check" | "rowClick">;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
|
-
oidField: {
|
|
134
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
135
|
+
emptyText: StringConstructor;
|
|
136
|
+
cellClassName: import("vue").PropType<import("element-plus").CellCls<any> | undefined>;
|
|
137
|
+
align: {
|
|
166
138
|
type: StringConstructor;
|
|
167
139
|
default: string;
|
|
168
140
|
};
|
|
169
|
-
selectionHidden: {
|
|
170
|
-
type: BooleanConstructor;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
paginationDisabled: {
|
|
174
|
-
type: BooleanConstructor;
|
|
175
|
-
default: boolean;
|
|
176
|
-
};
|
|
177
141
|
border: {
|
|
178
142
|
type: BooleanConstructor;
|
|
179
143
|
default: boolean;
|
|
180
144
|
};
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
tableStyle: {
|
|
186
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
187
|
-
default: undefined;
|
|
188
|
-
};
|
|
145
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
146
|
+
index: import("vue").PropType<number | ((index: number) => number)>;
|
|
147
|
+
sumText: StringConstructor;
|
|
148
|
+
className: StringConstructor;
|
|
189
149
|
layout: {
|
|
190
150
|
type: StringConstructor;
|
|
191
151
|
default: undefined;
|
|
192
152
|
};
|
|
193
153
|
columns: {
|
|
194
|
-
type: import("vue").PropType<
|
|
154
|
+
type: import("vue").PropType<any[]>;
|
|
195
155
|
default: () => never[];
|
|
196
156
|
};
|
|
197
|
-
|
|
198
|
-
type: import("vue").PropType<"pagination"[]>;
|
|
199
|
-
default: () => string[];
|
|
200
|
-
};
|
|
201
|
-
align: {
|
|
202
|
-
type: StringConstructor;
|
|
203
|
-
default: string;
|
|
204
|
-
};
|
|
205
|
-
headerAlign: {
|
|
206
|
-
type: StringConstructor;
|
|
207
|
-
default: string;
|
|
208
|
-
};
|
|
209
|
-
duplexFull: {
|
|
210
|
-
type: BooleanConstructor;
|
|
211
|
-
default: boolean;
|
|
212
|
-
};
|
|
213
|
-
load: import("vue").PropType<(row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void>;
|
|
157
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
214
158
|
fit: {
|
|
215
159
|
type: BooleanConstructor;
|
|
216
160
|
default: boolean;
|
|
217
161
|
};
|
|
218
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
219
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
220
|
-
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
221
|
-
rowKey: import("vue").PropType<string | ((row: any) => string)>;
|
|
222
|
-
summaryMethod: import("vue").PropType<import("element-plus").SummaryMethod<any>>;
|
|
223
|
-
rowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
224
|
-
rowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
225
|
-
cellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
226
|
-
cellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
227
|
-
headerRowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
228
|
-
headerRowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
229
|
-
headerCellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
230
|
-
headerCellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
231
|
-
expandRowKeys: import("vue").PropType<string[]>;
|
|
232
|
-
defaultSort: import("vue").PropType<import("element-plus").Sort>;
|
|
233
|
-
tooltipOptions: import("vue").PropType<Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
234
|
-
spanMethod: import("vue").PropType<(data: {
|
|
235
|
-
row: any;
|
|
236
|
-
rowIndex: number;
|
|
237
|
-
column: import("element-plus").TableColumnCtx<any>;
|
|
238
|
-
columnIndex: number;
|
|
239
|
-
}) => number[] | {
|
|
240
|
-
rowspan: number;
|
|
241
|
-
colspan: number;
|
|
242
|
-
} | undefined>;
|
|
243
|
-
treeProps: {
|
|
244
|
-
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined>;
|
|
245
|
-
default: () => {
|
|
246
|
-
hasChildren: string;
|
|
247
|
-
children: string;
|
|
248
|
-
checkStrictly: boolean;
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
252
162
|
stripe: BooleanConstructor;
|
|
163
|
+
rowKey: import("vue").PropType<string | ((row: any) => string) | undefined>;
|
|
253
164
|
showHeader: {
|
|
254
165
|
type: BooleanConstructor;
|
|
255
166
|
default: boolean;
|
|
256
167
|
};
|
|
257
168
|
showSummary: BooleanConstructor;
|
|
258
|
-
|
|
169
|
+
summaryMethod: import("vue").PropType<import("element-plus").SummaryMethod<any> | undefined>;
|
|
170
|
+
rowClassName: import("vue").PropType<import("element-plus").ColumnCls<any> | undefined>;
|
|
171
|
+
rowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any> | undefined>;
|
|
172
|
+
cellStyle: import("vue").PropType<import("element-plus").CellStyle<any> | undefined>;
|
|
173
|
+
headerRowClassName: import("vue").PropType<import("element-plus").ColumnCls<any> | undefined>;
|
|
174
|
+
headerRowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any> | undefined>;
|
|
175
|
+
headerCellClassName: import("vue").PropType<import("element-plus").CellCls<any> | undefined>;
|
|
176
|
+
headerCellStyle: import("vue").PropType<import("element-plus").CellStyle<any> | undefined>;
|
|
259
177
|
highlightCurrentRow: BooleanConstructor;
|
|
260
178
|
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
261
|
-
|
|
179
|
+
expandRowKeys: import("vue").PropType<string[] | undefined>;
|
|
262
180
|
defaultExpandAll: BooleanConstructor;
|
|
181
|
+
defaultSort: import("vue").PropType<import("element-plus").Sort | undefined>;
|
|
263
182
|
tooltipEffect: StringConstructor;
|
|
183
|
+
tooltipOptions: import("vue").PropType<Partial<Pick<import("element-plus").UseTooltipProps, "placement" | "effect" | "popperClass" | "popperOptions" | "showArrow" | "offset" | "appendTo" | "transition" | "showAfter" | "hideAfter" | "enterable">> | undefined>;
|
|
184
|
+
spanMethod: import("vue").PropType<((data: {
|
|
185
|
+
row: any;
|
|
186
|
+
rowIndex: number;
|
|
187
|
+
column: import("element-plus").TableColumnCtx<any>;
|
|
188
|
+
columnIndex: number;
|
|
189
|
+
}) => number[] | {
|
|
190
|
+
rowspan: number;
|
|
191
|
+
colspan: number;
|
|
192
|
+
} | undefined) | undefined>;
|
|
264
193
|
selectOnIndeterminate: {
|
|
265
194
|
type: BooleanConstructor;
|
|
266
195
|
default: boolean;
|
|
@@ -269,6 +198,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
269
198
|
type: NumberConstructor;
|
|
270
199
|
default: number;
|
|
271
200
|
};
|
|
201
|
+
treeProps: {
|
|
202
|
+
type: import("vue").PropType<any>;
|
|
203
|
+
default: () => {
|
|
204
|
+
hasChildren: string;
|
|
205
|
+
children: string;
|
|
206
|
+
checkStrictly: boolean;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
272
209
|
lazy: BooleanConstructor;
|
|
273
210
|
tableLayout: {
|
|
274
211
|
type: import("vue").PropType<"fixed" | "auto">;
|
|
@@ -276,23 +213,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
276
213
|
};
|
|
277
214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
278
215
|
flexible: BooleanConstructor;
|
|
216
|
+
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").UseTooltipProps, "placement" | "effect" | "popperClass" | "popperOptions" | "showArrow" | "offset" | "appendTo" | "transition" | "showAfter" | "hideAfter" | "enterable">> | undefined>;
|
|
279
217
|
appendFilterPanelTo: StringConstructor;
|
|
280
218
|
scrollbarTabindex: {
|
|
281
219
|
type: (StringConstructor | NumberConstructor)[];
|
|
282
220
|
default: undefined;
|
|
283
221
|
};
|
|
284
|
-
defaultPageSize: NumberConstructor;
|
|
285
|
-
pageCount: NumberConstructor;
|
|
286
|
-
pagerCount: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
287
|
-
defaultCurrentPage: NumberConstructor;
|
|
288
|
-
pageSizes: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
|
|
289
|
-
prevText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
290
|
-
prevIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
291
|
-
nextText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
292
|
-
nextIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
293
|
-
background: BooleanConstructor;
|
|
294
|
-
hideOnSinglePage: BooleanConstructor;
|
|
295
|
-
appendSizeTo: StringConstructor;
|
|
296
222
|
labelClassName: StringConstructor;
|
|
297
223
|
property: StringConstructor;
|
|
298
224
|
minWidth: {
|
|
@@ -300,652 +226,150 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
300
226
|
default: string;
|
|
301
227
|
};
|
|
302
228
|
renderHeader: import("vue").PropType<(data: {
|
|
303
|
-
column: import("element-plus").TableColumnCtx<
|
|
229
|
+
column: import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>;
|
|
304
230
|
$index: number;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
}
|
|
231
|
+
store: import("element-plus/es/components/table/src/store/index.mjs").Store<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>;
|
|
232
|
+
_self: any;
|
|
233
|
+
}) => import("vue").VNode>;
|
|
308
234
|
sortable: {
|
|
309
|
-
type: (
|
|
235
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
310
236
|
default: boolean;
|
|
311
237
|
};
|
|
312
|
-
sortMethod: import("vue").PropType<(a:
|
|
313
|
-
sortBy: import("vue").PropType<string | string[] | ((row:
|
|
238
|
+
sortMethod: import("vue").PropType<(a: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, b: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow) => number>;
|
|
239
|
+
sortBy: import("vue").PropType<string | string[] | ((row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, index: number, array?: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow[] | undefined) => string)>;
|
|
314
240
|
resizable: {
|
|
315
241
|
type: BooleanConstructor;
|
|
316
242
|
default: boolean;
|
|
317
243
|
};
|
|
318
244
|
columnKey: StringConstructor;
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
selectable: import("vue").PropType<(row:
|
|
245
|
+
headerAlign: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
249
|
+
selectable: import("vue").PropType<(row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, index: number) => boolean>;
|
|
324
250
|
reserveSelection: BooleanConstructor;
|
|
325
|
-
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>>;
|
|
326
251
|
filteredValue: import("vue").PropType<string[]>;
|
|
327
252
|
filterPlacement: StringConstructor;
|
|
328
253
|
filterMultiple: {
|
|
329
254
|
type: BooleanConstructor;
|
|
330
255
|
default: boolean;
|
|
331
256
|
};
|
|
332
|
-
index: import("vue").PropType<number | ((index: number) => number)>;
|
|
333
257
|
sortOrders: {
|
|
334
|
-
type: import("vue").PropType<("
|
|
258
|
+
type: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>["sortOrders"]>;
|
|
335
259
|
default: () => (string | null)[];
|
|
336
|
-
validator: (val: ("
|
|
260
|
+
validator: (val: import("element-plus").TableColumnCtx<any>["sortOrders"]) => boolean;
|
|
337
261
|
};
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
};
|
|
422
|
-
labelPosition: {
|
|
423
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
424
|
-
readonly required: false;
|
|
425
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
426
|
-
__epPropKey: true;
|
|
427
|
-
} & {
|
|
428
|
-
readonly default: "";
|
|
429
|
-
};
|
|
430
|
-
rules: {
|
|
431
|
-
readonly type: import("vue").PropType<unknown>;
|
|
432
|
-
readonly required: false;
|
|
433
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
|
-
__epPropKey: true;
|
|
435
|
-
};
|
|
436
|
-
error: StringConstructor;
|
|
437
|
-
validateStatus: {
|
|
438
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
439
|
-
readonly required: false;
|
|
440
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
|
-
__epPropKey: true;
|
|
442
|
-
};
|
|
443
|
-
for: StringConstructor;
|
|
444
|
-
inlineMessage: {
|
|
445
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
446
|
-
readonly required: false;
|
|
447
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
448
|
-
__epPropKey: true;
|
|
449
|
-
} & {
|
|
450
|
-
readonly default: "";
|
|
451
|
-
};
|
|
452
|
-
showMessage: {
|
|
453
|
-
readonly type: import("vue").PropType<boolean>;
|
|
454
|
-
readonly required: false;
|
|
455
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
456
|
-
__epPropKey: true;
|
|
457
|
-
} & {
|
|
458
|
-
readonly default: true;
|
|
459
|
-
};
|
|
460
|
-
disabled: {
|
|
461
|
-
type: BooleanConstructor;
|
|
462
|
-
default: undefined;
|
|
463
|
-
};
|
|
464
|
-
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
465
|
-
className: StringConstructor;
|
|
466
|
-
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
467
|
-
fixed: (StringConstructor | BooleanConstructor)[];
|
|
468
|
-
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").Filters>;
|
|
469
|
-
modelValue: {
|
|
470
|
-
type: import("vue").PropType<NormalObject[] | string>;
|
|
471
|
-
default: () => any[];
|
|
472
|
-
};
|
|
473
|
-
labelField: {
|
|
474
|
-
type: StringConstructor;
|
|
475
|
-
default: string;
|
|
476
|
-
};
|
|
477
|
-
clearable: {
|
|
478
|
-
type: BooleanConstructor;
|
|
479
|
-
default: boolean;
|
|
480
|
-
};
|
|
481
|
-
multiple: {
|
|
482
|
-
type: BooleanConstructor;
|
|
483
|
-
default: boolean;
|
|
484
|
-
};
|
|
485
|
-
updateWhenCompleted: {
|
|
486
|
-
type: BooleanConstructor;
|
|
487
|
-
default: boolean;
|
|
488
|
-
};
|
|
489
|
-
stringify: {
|
|
490
|
-
type: BooleanConstructor;
|
|
491
|
-
default: boolean;
|
|
492
|
-
};
|
|
493
|
-
placeholder: {
|
|
494
|
-
type: StringConstructor;
|
|
495
|
-
default: string;
|
|
496
|
-
};
|
|
497
|
-
dialogClass: any;
|
|
498
|
-
checkTrigger: {
|
|
499
|
-
type: import("vue").PropType<"check" | "rowClick">;
|
|
500
|
-
default: string;
|
|
501
|
-
};
|
|
502
|
-
oidField: {
|
|
503
|
-
type: StringConstructor;
|
|
504
|
-
default: string;
|
|
505
|
-
};
|
|
506
|
-
selectionHidden: {
|
|
507
|
-
type: BooleanConstructor;
|
|
508
|
-
default: boolean;
|
|
509
|
-
};
|
|
510
|
-
paginationDisabled: {
|
|
511
|
-
type: BooleanConstructor;
|
|
512
|
-
default: boolean;
|
|
513
|
-
};
|
|
514
|
-
border: {
|
|
515
|
-
type: BooleanConstructor;
|
|
516
|
-
default: boolean;
|
|
517
|
-
};
|
|
518
|
-
tableClass: {
|
|
519
|
-
type: StringConstructor;
|
|
520
|
-
default: string;
|
|
521
|
-
};
|
|
522
|
-
tableStyle: {
|
|
523
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
524
|
-
default: undefined;
|
|
525
|
-
};
|
|
526
|
-
layout: {
|
|
527
|
-
type: StringConstructor;
|
|
528
|
-
default: undefined;
|
|
529
|
-
};
|
|
530
|
-
columns: {
|
|
531
|
-
type: import("vue").PropType<import("@vunk/plus/components/tables-v1/src/types").Column[]>;
|
|
532
|
-
default: () => never[];
|
|
533
|
-
};
|
|
534
|
-
modules: {
|
|
535
|
-
type: import("vue").PropType<"pagination"[]>;
|
|
536
|
-
default: () => string[];
|
|
537
|
-
};
|
|
538
|
-
align: {
|
|
539
|
-
type: StringConstructor;
|
|
540
|
-
default: string;
|
|
541
|
-
};
|
|
542
|
-
headerAlign: {
|
|
543
|
-
type: StringConstructor;
|
|
544
|
-
default: string;
|
|
545
|
-
};
|
|
546
|
-
duplexFull: {
|
|
547
|
-
type: BooleanConstructor;
|
|
548
|
-
default: boolean;
|
|
549
|
-
};
|
|
550
|
-
load: import("vue").PropType<(row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void>;
|
|
551
|
-
fit: {
|
|
552
|
-
type: BooleanConstructor;
|
|
553
|
-
default: boolean;
|
|
554
|
-
};
|
|
555
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
556
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
557
|
-
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
558
|
-
rowKey: import("vue").PropType<string | ((row: any) => string)>;
|
|
559
|
-
summaryMethod: import("vue").PropType<import("element-plus").SummaryMethod<any>>;
|
|
560
|
-
rowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
561
|
-
rowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
562
|
-
cellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
563
|
-
cellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
564
|
-
headerRowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
565
|
-
headerRowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
566
|
-
headerCellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
567
|
-
headerCellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
568
|
-
expandRowKeys: import("vue").PropType<string[]>;
|
|
569
|
-
defaultSort: import("vue").PropType<import("element-plus").Sort>;
|
|
570
|
-
tooltipOptions: import("vue").PropType<Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
571
|
-
spanMethod: import("vue").PropType<(data: {
|
|
572
|
-
row: any;
|
|
573
|
-
rowIndex: number;
|
|
574
|
-
column: import("element-plus").TableColumnCtx<any>;
|
|
575
|
-
columnIndex: number;
|
|
576
|
-
}) => number[] | {
|
|
577
|
-
rowspan: number;
|
|
578
|
-
colspan: number;
|
|
579
|
-
} | undefined>;
|
|
580
|
-
treeProps: {
|
|
581
|
-
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined>;
|
|
582
|
-
default: () => {
|
|
583
|
-
hasChildren: string;
|
|
584
|
-
children: string;
|
|
585
|
-
checkStrictly: boolean;
|
|
586
|
-
};
|
|
587
|
-
};
|
|
588
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
589
|
-
stripe: BooleanConstructor;
|
|
590
|
-
showHeader: {
|
|
591
|
-
type: BooleanConstructor;
|
|
592
|
-
default: boolean;
|
|
593
|
-
};
|
|
594
|
-
showSummary: BooleanConstructor;
|
|
595
|
-
sumText: StringConstructor;
|
|
596
|
-
highlightCurrentRow: BooleanConstructor;
|
|
597
|
-
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
598
|
-
emptyText: StringConstructor;
|
|
599
|
-
defaultExpandAll: BooleanConstructor;
|
|
600
|
-
tooltipEffect: StringConstructor;
|
|
601
|
-
selectOnIndeterminate: {
|
|
602
|
-
type: BooleanConstructor;
|
|
603
|
-
default: boolean;
|
|
604
|
-
};
|
|
605
|
-
indent: {
|
|
606
|
-
type: NumberConstructor;
|
|
607
|
-
default: number;
|
|
608
|
-
};
|
|
609
|
-
lazy: BooleanConstructor;
|
|
610
|
-
tableLayout: {
|
|
611
|
-
type: import("vue").PropType<"fixed" | "auto">;
|
|
612
|
-
default: string;
|
|
613
|
-
};
|
|
614
|
-
scrollbarAlwaysOn: BooleanConstructor;
|
|
615
|
-
flexible: BooleanConstructor;
|
|
616
|
-
appendFilterPanelTo: StringConstructor;
|
|
617
|
-
scrollbarTabindex: {
|
|
618
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
619
|
-
default: undefined;
|
|
620
|
-
};
|
|
621
|
-
defaultPageSize: NumberConstructor;
|
|
622
|
-
pageCount: NumberConstructor;
|
|
623
|
-
pagerCount: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
624
|
-
defaultCurrentPage: NumberConstructor;
|
|
625
|
-
pageSizes: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
|
|
626
|
-
prevText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
627
|
-
prevIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
628
|
-
nextText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
629
|
-
nextIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
630
|
-
background: BooleanConstructor;
|
|
631
|
-
hideOnSinglePage: BooleanConstructor;
|
|
632
|
-
appendSizeTo: StringConstructor;
|
|
633
|
-
labelClassName: StringConstructor;
|
|
634
|
-
property: StringConstructor;
|
|
635
|
-
minWidth: {
|
|
636
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
637
|
-
default: string;
|
|
638
|
-
};
|
|
639
|
-
renderHeader: import("vue").PropType<(data: {
|
|
640
|
-
column: import("element-plus").TableColumnCtx<any>;
|
|
641
|
-
$index: number;
|
|
642
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
643
|
-
[key: string]: any;
|
|
644
|
-
}>>;
|
|
645
|
-
sortable: {
|
|
646
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
647
|
-
default: boolean;
|
|
648
|
-
};
|
|
649
|
-
sortMethod: import("vue").PropType<(a: any, b: any) => number>;
|
|
650
|
-
sortBy: import("vue").PropType<string | string[] | ((row: any, index: number) => string)>;
|
|
651
|
-
resizable: {
|
|
652
|
-
type: BooleanConstructor;
|
|
653
|
-
default: boolean;
|
|
654
|
-
};
|
|
655
|
-
columnKey: StringConstructor;
|
|
656
|
-
showTooltipWhenOverflow: BooleanConstructor;
|
|
657
|
-
formatter: import("vue").PropType<(row: any, column: import("element-plus").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
658
|
-
[key: string]: any;
|
|
659
|
-
}>>;
|
|
660
|
-
selectable: import("vue").PropType<(row: any, index: number) => boolean>;
|
|
661
|
-
reserveSelection: BooleanConstructor;
|
|
662
|
-
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>>;
|
|
663
|
-
filteredValue: import("vue").PropType<string[]>;
|
|
664
|
-
filterPlacement: StringConstructor;
|
|
665
|
-
filterMultiple: {
|
|
666
|
-
type: BooleanConstructor;
|
|
667
|
-
default: boolean;
|
|
668
|
-
};
|
|
669
|
-
index: import("vue").PropType<number | ((index: number) => number)>;
|
|
670
|
-
sortOrders: {
|
|
671
|
-
type: import("vue").PropType<("ascending" | "descending" | null)[]>;
|
|
672
|
-
default: () => (string | null)[];
|
|
673
|
-
validator: (val: ("ascending" | "descending" | null)[]) => boolean;
|
|
674
|
-
};
|
|
675
|
-
}>> & Readonly<{
|
|
676
|
-
"onSetData:query"?: (...args: any[] | unknown[]) => any;
|
|
677
|
-
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
678
|
-
"onUpdate:start"?: (val: number) => any;
|
|
679
|
-
onSelect?: (...args: unknown[]) => any;
|
|
680
|
-
"onSelect-all"?: (...args: unknown[]) => any;
|
|
681
|
-
"onSelection-change"?: (...args: unknown[]) => any;
|
|
682
|
-
"onCell-mouse-enter"?: (...args: unknown[]) => any;
|
|
683
|
-
"onCell-mouse-leave"?: (...args: unknown[]) => any;
|
|
684
|
-
"onCell-contextmenu"?: (...args: unknown[]) => any;
|
|
685
|
-
"onCell-click"?: (...args: unknown[]) => any;
|
|
686
|
-
"onCell-dblclick"?: (...args: unknown[]) => any;
|
|
687
|
-
"onRow-click"?: (...args: unknown[]) => any;
|
|
688
|
-
"onRow-contextmenu"?: (...args: unknown[]) => any;
|
|
689
|
-
"onRow-dblclick"?: (...args: unknown[]) => any;
|
|
690
|
-
"onHeader-click"?: (...args: unknown[]) => any;
|
|
691
|
-
"onHeader-contextmenu"?: (...args: unknown[]) => any;
|
|
692
|
-
"onSort-change"?: (...args: unknown[]) => any;
|
|
693
|
-
"onFilter-change"?: (...args: unknown[]) => any;
|
|
694
|
-
"onCurrent-change"?: (...args: unknown[]) => any;
|
|
695
|
-
"onHeader-dragend"?: (...args: unknown[]) => any;
|
|
696
|
-
"onExpand-change"?: (...args: unknown[]) => any;
|
|
697
|
-
onScroll?: (...args: unknown[]) => any;
|
|
698
|
-
"onUpdate:current-page"?: (val: number) => any;
|
|
699
|
-
"onUpdate:page-size"?: (val: number) => any;
|
|
700
|
-
"onSize-change"?: (val: number) => any;
|
|
701
|
-
onChange?: (currentPage: number, pageSize: number) => any;
|
|
702
|
-
"onPrev-click"?: (val: number) => any;
|
|
703
|
-
"onNext-click"?: (val: number) => any;
|
|
704
|
-
}> & {}>;
|
|
705
|
-
emit: ((event: "setData:query", ...args: unknown[]) => void) & ((event: "setData:query", ...args: any) => void) & ((event: "setData:query", ...args: any[]) => void) & ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "update:start", val: number) => void) & ((event: "select", ...args: unknown[]) => void) & ((event: "select-all", ...args: unknown[]) => void) & ((event: "selection-change", ...args: unknown[]) => void) & ((event: "cell-mouse-enter", ...args: unknown[]) => void) & ((event: "cell-mouse-leave", ...args: unknown[]) => void) & ((event: "cell-contextmenu", ...args: unknown[]) => void) & ((event: "cell-click", ...args: unknown[]) => void) & ((event: "cell-dblclick", ...args: unknown[]) => void) & ((event: "row-click", ...args: unknown[]) => void) & ((event: "row-contextmenu", ...args: unknown[]) => void) & ((event: "row-dblclick", ...args: unknown[]) => void) & ((event: "header-click", ...args: unknown[]) => void) & ((event: "header-contextmenu", ...args: unknown[]) => void) & ((event: "sort-change", ...args: unknown[]) => void) & ((event: "filter-change", ...args: unknown[]) => void) & ((event: "current-change", ...args: unknown[]) => void) & ((event: "header-dragend", ...args: unknown[]) => void) & ((event: "expand-change", ...args: unknown[]) => void) & ((event: "scroll", ...args: unknown[]) => void) & ((event: "update:current-page", val: number) => void) & ((event: "update:page-size", val: number) => void) & ((event: "size-change", val: number) => void) & ((event: "change", currentPage: number, pageSize: number) => void) & ((event: "prev-click", val: number) => void) & ((event: "next-click", val: number) => void);
|
|
706
|
-
debounceRead: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
707
|
-
coreProps: import("vue").ComputedRef<{
|
|
708
|
-
type: string;
|
|
709
|
-
required: boolean;
|
|
710
|
-
small: boolean;
|
|
711
|
-
size: any;
|
|
712
|
-
formItemSize: "default" | "small" | "large";
|
|
713
|
-
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
714
|
-
elRef: import("@vunk/core").AnyFunc;
|
|
715
|
-
inline: boolean;
|
|
716
|
-
readonly: boolean;
|
|
717
|
-
formItemTip: string;
|
|
718
|
-
formItemTipClass: any;
|
|
719
|
-
labelTip: string;
|
|
720
|
-
information: boolean;
|
|
721
|
-
prop: any;
|
|
722
|
-
defaultModelValue: any;
|
|
723
|
-
label: string;
|
|
724
|
-
labelWidth: string | number;
|
|
725
|
-
labelPosition: "" | "top" | "left" | "right";
|
|
726
|
-
rules: unknown;
|
|
727
|
-
error: string;
|
|
728
|
-
validateStatus: "" | "error" | "success" | "validating";
|
|
729
|
-
for: string;
|
|
730
|
-
inlineMessage: string | boolean;
|
|
731
|
-
showMessage: boolean;
|
|
732
|
-
disabled: boolean;
|
|
733
|
-
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
734
|
-
className: string;
|
|
735
|
-
popperClass: string;
|
|
736
|
-
fixed: string | boolean;
|
|
737
|
-
filters: import("element-plus/es/components/table/src/table-column/defaults").Filters;
|
|
738
|
-
modelValue: string | NormalObject[];
|
|
739
|
-
labelField: string;
|
|
740
|
-
clearable: boolean;
|
|
741
|
-
multiple: boolean;
|
|
742
|
-
updateWhenCompleted: boolean;
|
|
743
|
-
stringify: boolean;
|
|
744
|
-
placeholder: string;
|
|
745
|
-
dialogClass: any;
|
|
746
|
-
checkTrigger: "check" | "rowClick";
|
|
747
|
-
oidField: string;
|
|
748
|
-
selectionHidden: boolean;
|
|
749
|
-
paginationDisabled: boolean;
|
|
750
|
-
border: boolean;
|
|
751
|
-
tableClass: string;
|
|
752
|
-
tableStyle: import("vue").CSSProperties;
|
|
753
|
-
layout: string;
|
|
754
|
-
columns: import("@vunk/plus/components/tables-v1/src/types").Column<any>[];
|
|
755
|
-
modules: "pagination"[];
|
|
756
|
-
align: string;
|
|
757
|
-
headerAlign: string;
|
|
758
|
-
duplexFull: boolean;
|
|
759
|
-
load: (row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void;
|
|
760
|
-
fit: boolean;
|
|
761
|
-
height: string | number;
|
|
762
|
-
width: string | number;
|
|
763
|
-
showOverflowTooltip: unknown;
|
|
764
|
-
rowKey: string | ((row: any) => string);
|
|
765
|
-
summaryMethod: import("element-plus").SummaryMethod<any>;
|
|
766
|
-
rowClassName: import("element-plus").ColumnCls<any>;
|
|
767
|
-
rowStyle: import("element-plus").ColumnStyle<any>;
|
|
768
|
-
cellClassName: import("element-plus").CellCls<any>;
|
|
769
|
-
cellStyle: import("element-plus").CellStyle<any>;
|
|
770
|
-
headerRowClassName: import("element-plus").ColumnCls<any>;
|
|
771
|
-
headerRowStyle: import("element-plus").ColumnStyle<any>;
|
|
772
|
-
headerCellClassName: import("element-plus").CellCls<any>;
|
|
773
|
-
headerCellStyle: import("element-plus").CellStyle<any>;
|
|
774
|
-
expandRowKeys: string[];
|
|
775
|
-
defaultSort: import("element-plus").Sort;
|
|
776
|
-
tooltipOptions: Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>;
|
|
777
|
-
spanMethod: (data: {
|
|
778
|
-
row: any;
|
|
779
|
-
rowIndex: number;
|
|
780
|
-
column: import("element-plus").TableColumnCtx<any>;
|
|
781
|
-
columnIndex: number;
|
|
782
|
-
}) => number[] | {
|
|
783
|
-
rowspan: number;
|
|
784
|
-
colspan: number;
|
|
785
|
-
} | undefined;
|
|
786
|
-
treeProps: import("element-plus/es/components/table/src/table/defaults").TreeProps;
|
|
787
|
-
maxHeight: string | number;
|
|
788
|
-
stripe: boolean;
|
|
789
|
-
showHeader: boolean;
|
|
790
|
-
showSummary: boolean;
|
|
791
|
-
sumText: string;
|
|
792
|
-
highlightCurrentRow: boolean;
|
|
793
|
-
currentRowKey: string | number;
|
|
794
|
-
emptyText: string;
|
|
795
|
-
defaultExpandAll: boolean;
|
|
796
|
-
tooltipEffect: string;
|
|
797
|
-
selectOnIndeterminate: boolean;
|
|
798
|
-
indent: number;
|
|
799
|
-
lazy: boolean;
|
|
800
|
-
tableLayout: "auto" | "fixed";
|
|
801
|
-
scrollbarAlwaysOn: boolean;
|
|
802
|
-
flexible: boolean;
|
|
803
|
-
appendFilterPanelTo: string;
|
|
804
|
-
scrollbarTabindex: string | number;
|
|
805
|
-
defaultPageSize: number;
|
|
806
|
-
pageCount: number;
|
|
807
|
-
pagerCount: number;
|
|
808
|
-
defaultCurrentPage: number;
|
|
809
|
-
pageSizes: number[];
|
|
810
|
-
prevText: string;
|
|
811
|
-
prevIcon: any;
|
|
812
|
-
nextText: string;
|
|
813
|
-
nextIcon: any;
|
|
814
|
-
background: boolean;
|
|
815
|
-
hideOnSinglePage: boolean;
|
|
816
|
-
appendSizeTo: string;
|
|
817
|
-
labelClassName: string;
|
|
818
|
-
property: string;
|
|
819
|
-
minWidth: string | number;
|
|
820
|
-
renderHeader: (data: {
|
|
821
|
-
column: import("element-plus").TableColumnCtx<any>;
|
|
822
|
-
$index: number;
|
|
823
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
824
|
-
[key: string]: any;
|
|
825
|
-
}>;
|
|
826
|
-
sortable: string | boolean;
|
|
827
|
-
sortMethod: (a: any, b: any) => number;
|
|
828
|
-
sortBy: string | string[] | ((row: any, index: number) => string);
|
|
829
|
-
resizable: boolean;
|
|
830
|
-
columnKey: string;
|
|
831
|
-
showTooltipWhenOverflow: boolean;
|
|
832
|
-
formatter: (row: any, column: import("element-plus").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
833
|
-
[key: string]: any;
|
|
834
|
-
}>;
|
|
835
|
-
selectable: (row: any, index: number) => boolean;
|
|
836
|
-
reserveSelection: boolean;
|
|
837
|
-
filterMethod: import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>;
|
|
838
|
-
filteredValue: string[];
|
|
839
|
-
filterPlacement: string;
|
|
840
|
-
filterMultiple: boolean;
|
|
841
|
-
index: number | ((index: number) => number);
|
|
842
|
-
sortOrders: ("ascending" | "descending")[];
|
|
843
|
-
}>;
|
|
844
|
-
coreEmits: {};
|
|
845
|
-
queryData: import("vue").ComputedRef<{}>;
|
|
846
|
-
setQueryData: (e: import("@vunk/core").SetDataEvent) => void;
|
|
847
|
-
tableState: {
|
|
848
|
-
data: NormalObject[];
|
|
849
|
-
total: number;
|
|
850
|
-
};
|
|
851
|
-
pagination: import("vue").Ref<{
|
|
852
|
-
pageSize: number;
|
|
853
|
-
start: number;
|
|
854
|
-
}, {
|
|
855
|
-
pageSize: number;
|
|
856
|
-
start: number;
|
|
857
|
-
} | {
|
|
858
|
-
pageSize: number;
|
|
859
|
-
start: number;
|
|
860
|
-
}>;
|
|
861
|
-
read: () => Promise<void>;
|
|
862
|
-
defaultGetRows: (ids: string[]) => Promise<NormalObject[]>;
|
|
863
|
-
readonly VkfTablesSelect: {
|
|
864
|
-
new (...args: any[]): any;
|
|
865
|
-
__isFragment?: never;
|
|
866
|
-
__isTeleport?: never;
|
|
867
|
-
__isSuspense?: never;
|
|
868
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
869
|
-
[x: string]: any;
|
|
870
|
-
[x: symbol]: any;
|
|
871
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
872
|
-
install(app: import("vue").App): void;
|
|
873
|
-
};
|
|
874
|
-
readonly VkfForm: {
|
|
875
|
-
new (...args: any[]): any;
|
|
876
|
-
__isFragment?: never;
|
|
877
|
-
__isTeleport?: never;
|
|
878
|
-
__isSuspense?: never;
|
|
879
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
880
|
-
[x: string]: any;
|
|
881
|
-
[x: symbol]: any;
|
|
882
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
883
|
-
install(app: import("vue").App): void;
|
|
884
|
-
};
|
|
885
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
886
|
-
'setData:query': any;
|
|
887
|
-
'update:modelValue': any;
|
|
888
|
-
'update:start': (val: number) => boolean;
|
|
889
|
-
select: null;
|
|
890
|
-
'select-all': null;
|
|
891
|
-
'selection-change': null;
|
|
892
|
-
'cell-mouse-enter': null;
|
|
893
|
-
'cell-mouse-leave': null;
|
|
894
|
-
'cell-contextmenu': null;
|
|
895
|
-
'cell-click': null;
|
|
896
|
-
'cell-dblclick': null;
|
|
897
|
-
'row-click': null;
|
|
898
|
-
'row-contextmenu': null;
|
|
899
|
-
'row-dblclick': null;
|
|
900
|
-
'header-click': null;
|
|
901
|
-
'header-contextmenu': null;
|
|
902
|
-
'sort-change': null;
|
|
903
|
-
'filter-change': null;
|
|
904
|
-
'current-change': null;
|
|
905
|
-
'header-dragend': null;
|
|
906
|
-
'expand-change': null;
|
|
907
|
-
scroll: null;
|
|
908
|
-
'update:current-page': (val: number) => boolean;
|
|
909
|
-
'update:page-size': (val: number) => boolean;
|
|
910
|
-
'size-change': (val: number) => boolean;
|
|
911
|
-
change: (currentPage: number, pageSize: number) => boolean;
|
|
912
|
-
'prev-click': (val: number) => boolean;
|
|
913
|
-
'next-click': (val: number) => boolean;
|
|
262
|
+
showTooltipWhenOverflow: BooleanConstructor;
|
|
263
|
+
labelField: {
|
|
264
|
+
type: StringConstructor;
|
|
265
|
+
default: string;
|
|
266
|
+
};
|
|
267
|
+
updateWhenCompleted: {
|
|
268
|
+
type: BooleanConstructor;
|
|
269
|
+
default: boolean;
|
|
270
|
+
};
|
|
271
|
+
dialogClass: null;
|
|
272
|
+
checkTrigger: {
|
|
273
|
+
type: import("vue").PropType<"check" | "rowClick">;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
oidField: {
|
|
277
|
+
type: StringConstructor;
|
|
278
|
+
default: string;
|
|
279
|
+
};
|
|
280
|
+
selectionHidden: {
|
|
281
|
+
type: BooleanConstructor;
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
284
|
+
paginationDisabled: {
|
|
285
|
+
type: BooleanConstructor;
|
|
286
|
+
default: boolean;
|
|
287
|
+
};
|
|
288
|
+
tableClass: {
|
|
289
|
+
type: StringConstructor;
|
|
290
|
+
default: string;
|
|
291
|
+
};
|
|
292
|
+
tableStyle: {
|
|
293
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
294
|
+
default: undefined;
|
|
295
|
+
};
|
|
296
|
+
modules: {
|
|
297
|
+
type: import("vue").PropType<("pagination")[]>;
|
|
298
|
+
default: () => string[];
|
|
299
|
+
};
|
|
300
|
+
duplexFull: {
|
|
301
|
+
type: BooleanConstructor;
|
|
302
|
+
default: boolean;
|
|
303
|
+
};
|
|
304
|
+
defaultPageSize: NumberConstructor;
|
|
305
|
+
pageCount: NumberConstructor;
|
|
306
|
+
pagerCount: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
307
|
+
defaultCurrentPage: NumberConstructor;
|
|
308
|
+
pageSizes: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
|
|
309
|
+
prevText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
310
|
+
prevIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
311
|
+
nextText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
312
|
+
nextIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
313
|
+
background: BooleanConstructor;
|
|
314
|
+
hideOnSinglePage: BooleanConstructor;
|
|
315
|
+
appendSizeTo: StringConstructor;
|
|
316
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
317
|
+
select: (...args: any[]) => void;
|
|
318
|
+
"update:modelValue": (...args: any[]) => void;
|
|
319
|
+
change: (currentPage: number, pageSize: number) => void;
|
|
320
|
+
scroll: (...args: any[]) => void;
|
|
321
|
+
"select-all": (...args: any[]) => void;
|
|
322
|
+
"selection-change": (...args: any[]) => void;
|
|
323
|
+
"cell-mouse-enter": (...args: any[]) => void;
|
|
324
|
+
"cell-mouse-leave": (...args: any[]) => void;
|
|
325
|
+
"cell-dblclick": (...args: any[]) => void;
|
|
326
|
+
"cell-contextmenu": (...args: any[]) => void;
|
|
327
|
+
"cell-click": (...args: any[]) => void;
|
|
328
|
+
"row-dblclick": (...args: any[]) => void;
|
|
329
|
+
"row-click": (...args: any[]) => void;
|
|
330
|
+
"row-contextmenu": (...args: any[]) => void;
|
|
331
|
+
"header-click": (...args: any[]) => void;
|
|
332
|
+
"header-contextmenu": (...args: any[]) => void;
|
|
333
|
+
"sort-change": (...args: any[]) => void;
|
|
334
|
+
"filter-change": (...args: any[]) => void;
|
|
335
|
+
"current-change": (...args: any[]) => void;
|
|
336
|
+
"header-dragend": (...args: any[]) => void;
|
|
337
|
+
"expand-change": (...args: any[]) => void;
|
|
338
|
+
"update:start": (val: number) => void;
|
|
339
|
+
"update:current-page": (val: number) => void;
|
|
340
|
+
"update:page-size": (val: number) => void;
|
|
341
|
+
"size-change": (val: number) => void;
|
|
342
|
+
"prev-click": (val: number) => void;
|
|
343
|
+
"next-click": (val: number) => void;
|
|
344
|
+
"setData:query": (...args: any[]) => void;
|
|
914
345
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
915
346
|
readApi: {
|
|
916
347
|
type: import("vue").PropType<import("./types").ReadApi>;
|
|
917
348
|
default: () => {
|
|
918
|
-
rows:
|
|
349
|
+
rows: never[];
|
|
919
350
|
total: number;
|
|
920
351
|
};
|
|
921
352
|
};
|
|
922
353
|
getRows: {
|
|
923
354
|
type: import("vue").PropType<(ids: any[]) => Promise<NormalObject[]>>;
|
|
924
|
-
default:
|
|
355
|
+
default: undefined;
|
|
925
356
|
};
|
|
926
357
|
queryItems: {
|
|
927
358
|
type: import("vue").PropType<any[]>;
|
|
928
|
-
default: () =>
|
|
359
|
+
default: () => never[];
|
|
929
360
|
};
|
|
930
361
|
query: {
|
|
931
362
|
type: ObjectConstructor;
|
|
932
|
-
default:
|
|
363
|
+
default: undefined;
|
|
933
364
|
};
|
|
934
365
|
type: {
|
|
935
366
|
type: StringConstructor;
|
|
936
367
|
default: string;
|
|
937
368
|
};
|
|
938
|
-
required:
|
|
939
|
-
readonly type: import("vue").PropType<boolean>;
|
|
940
|
-
readonly required: false;
|
|
941
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
942
|
-
__epPropKey: true;
|
|
943
|
-
} & {
|
|
944
|
-
readonly default: undefined;
|
|
945
|
-
};
|
|
369
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
946
370
|
small: BooleanConstructor;
|
|
947
371
|
size: {
|
|
948
|
-
readonly type: import("vue").PropType<import("element-plus").
|
|
372
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
949
373
|
readonly required: false;
|
|
950
374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
951
375
|
__epPropKey: true;
|
|
@@ -955,8 +379,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
955
379
|
default: "default" | "small" | "large";
|
|
956
380
|
};
|
|
957
381
|
formItemSlots: {
|
|
958
|
-
type: import("vue").PropType<import("
|
|
959
|
-
default:
|
|
382
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
383
|
+
default: undefined;
|
|
960
384
|
};
|
|
961
385
|
elRef: {
|
|
962
386
|
type: import("vue").PropType<import("@vunk/core").AnyFunc>;
|
|
@@ -968,84 +392,57 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
968
392
|
};
|
|
969
393
|
readonly: {
|
|
970
394
|
type: BooleanConstructor;
|
|
971
|
-
default:
|
|
395
|
+
default: undefined;
|
|
972
396
|
};
|
|
973
397
|
formItemTip: {
|
|
974
398
|
type: StringConstructor;
|
|
975
|
-
default:
|
|
399
|
+
default: undefined;
|
|
976
400
|
};
|
|
977
|
-
formItemTipClass:
|
|
401
|
+
formItemTipClass: null;
|
|
978
402
|
labelTip: {
|
|
979
403
|
type: StringConstructor;
|
|
980
|
-
default:
|
|
404
|
+
default: undefined;
|
|
981
405
|
};
|
|
982
406
|
information: {
|
|
983
407
|
type: BooleanConstructor;
|
|
984
408
|
default: boolean;
|
|
985
409
|
};
|
|
986
|
-
prop:
|
|
987
|
-
defaultModelValue:
|
|
410
|
+
prop: null;
|
|
411
|
+
defaultModelValue: null;
|
|
988
412
|
label: StringConstructor;
|
|
989
413
|
labelWidth: {
|
|
990
|
-
readonly type: import("vue").PropType<
|
|
414
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
991
415
|
readonly required: false;
|
|
992
416
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
993
417
|
__epPropKey: true;
|
|
994
|
-
} & {
|
|
995
|
-
readonly default: "";
|
|
996
|
-
};
|
|
997
|
-
labelPosition: {
|
|
998
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
999
|
-
readonly required: false;
|
|
1000
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1001
|
-
__epPropKey: true;
|
|
1002
|
-
} & {
|
|
1003
|
-
readonly default: "";
|
|
1004
418
|
};
|
|
419
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
1005
420
|
rules: {
|
|
1006
|
-
readonly type: import("vue").PropType<unknown
|
|
421
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | (((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>)) | null)[], unknown, unknown>>;
|
|
1007
422
|
readonly required: false;
|
|
1008
423
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1009
424
|
__epPropKey: true;
|
|
1010
425
|
};
|
|
1011
426
|
error: StringConstructor;
|
|
1012
427
|
validateStatus: {
|
|
1013
|
-
readonly type: import("vue").PropType<"" | "
|
|
428
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
1014
429
|
readonly required: false;
|
|
1015
430
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1016
431
|
__epPropKey: true;
|
|
1017
432
|
};
|
|
1018
433
|
for: StringConstructor;
|
|
1019
|
-
inlineMessage:
|
|
1020
|
-
|
|
1021
|
-
readonly required: false;
|
|
1022
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1023
|
-
__epPropKey: true;
|
|
1024
|
-
} & {
|
|
1025
|
-
readonly default: "";
|
|
1026
|
-
};
|
|
1027
|
-
showMessage: {
|
|
1028
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1029
|
-
readonly required: false;
|
|
1030
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1031
|
-
__epPropKey: true;
|
|
1032
|
-
} & {
|
|
1033
|
-
readonly default: true;
|
|
1034
|
-
};
|
|
434
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
435
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1035
436
|
disabled: {
|
|
1036
437
|
type: BooleanConstructor;
|
|
1037
438
|
default: undefined;
|
|
1038
439
|
};
|
|
1039
|
-
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1040
|
-
className: StringConstructor;
|
|
1041
|
-
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1042
|
-
fixed: (StringConstructor | BooleanConstructor)[];
|
|
1043
|
-
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").Filters>;
|
|
1044
440
|
modelValue: {
|
|
1045
441
|
type: import("vue").PropType<NormalObject[] | string>;
|
|
1046
|
-
default: () =>
|
|
442
|
+
default: () => never[];
|
|
1047
443
|
};
|
|
1048
|
-
|
|
444
|
+
formatter: import("vue").PropType<(row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, column: import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>, cellValue: any, index: number) => import("vue").VNode | string>;
|
|
445
|
+
placeholder: {
|
|
1049
446
|
type: StringConstructor;
|
|
1050
447
|
default: string;
|
|
1051
448
|
};
|
|
@@ -1053,126 +450,85 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1053
450
|
type: BooleanConstructor;
|
|
1054
451
|
default: boolean;
|
|
1055
452
|
};
|
|
1056
|
-
|
|
453
|
+
load: import("vue").PropType<((row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
|
|
454
|
+
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults.mjs").Filters>;
|
|
455
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
456
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
457
|
+
stringify: {
|
|
1057
458
|
type: BooleanConstructor;
|
|
1058
459
|
default: boolean;
|
|
1059
460
|
};
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
461
|
+
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
462
|
+
popperStyle: {
|
|
463
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
464
|
+
readonly required: false;
|
|
465
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
466
|
+
__epPropKey: true;
|
|
1063
467
|
};
|
|
1064
|
-
|
|
468
|
+
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults.mjs").FilterMethods<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>>;
|
|
469
|
+
multiple: {
|
|
1065
470
|
type: BooleanConstructor;
|
|
1066
471
|
default: boolean;
|
|
1067
472
|
};
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
dialogClass: any;
|
|
1073
|
-
checkTrigger: {
|
|
1074
|
-
type: import("vue").PropType<"check" | "rowClick">;
|
|
1075
|
-
default: string;
|
|
1076
|
-
};
|
|
1077
|
-
oidField: {
|
|
473
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
474
|
+
emptyText: StringConstructor;
|
|
475
|
+
cellClassName: import("vue").PropType<import("element-plus").CellCls<any> | undefined>;
|
|
476
|
+
align: {
|
|
1078
477
|
type: StringConstructor;
|
|
1079
478
|
default: string;
|
|
1080
479
|
};
|
|
1081
|
-
selectionHidden: {
|
|
1082
|
-
type: BooleanConstructor;
|
|
1083
|
-
default: boolean;
|
|
1084
|
-
};
|
|
1085
|
-
paginationDisabled: {
|
|
1086
|
-
type: BooleanConstructor;
|
|
1087
|
-
default: boolean;
|
|
1088
|
-
};
|
|
1089
480
|
border: {
|
|
1090
481
|
type: BooleanConstructor;
|
|
1091
482
|
default: boolean;
|
|
1092
483
|
};
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
tableStyle: {
|
|
1098
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1099
|
-
default: undefined;
|
|
1100
|
-
};
|
|
484
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
485
|
+
index: import("vue").PropType<number | ((index: number) => number)>;
|
|
486
|
+
sumText: StringConstructor;
|
|
487
|
+
className: StringConstructor;
|
|
1101
488
|
layout: {
|
|
1102
489
|
type: StringConstructor;
|
|
1103
490
|
default: undefined;
|
|
1104
491
|
};
|
|
1105
492
|
columns: {
|
|
1106
|
-
type: import("vue").PropType<
|
|
493
|
+
type: import("vue").PropType<any[]>;
|
|
1107
494
|
default: () => never[];
|
|
1108
495
|
};
|
|
1109
|
-
|
|
1110
|
-
type: import("vue").PropType<"pagination"[]>;
|
|
1111
|
-
default: () => string[];
|
|
1112
|
-
};
|
|
1113
|
-
align: {
|
|
1114
|
-
type: StringConstructor;
|
|
1115
|
-
default: string;
|
|
1116
|
-
};
|
|
1117
|
-
headerAlign: {
|
|
1118
|
-
type: StringConstructor;
|
|
1119
|
-
default: string;
|
|
1120
|
-
};
|
|
1121
|
-
duplexFull: {
|
|
1122
|
-
type: BooleanConstructor;
|
|
1123
|
-
default: boolean;
|
|
1124
|
-
};
|
|
1125
|
-
load: import("vue").PropType<(row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void>;
|
|
496
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1126
497
|
fit: {
|
|
1127
498
|
type: BooleanConstructor;
|
|
1128
499
|
default: boolean;
|
|
1129
500
|
};
|
|
1130
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
1131
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1132
|
-
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
1133
|
-
rowKey: import("vue").PropType<string | ((row: any) => string)>;
|
|
1134
|
-
summaryMethod: import("vue").PropType<import("element-plus").SummaryMethod<any>>;
|
|
1135
|
-
rowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
1136
|
-
rowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
1137
|
-
cellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
1138
|
-
cellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
1139
|
-
headerRowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
1140
|
-
headerRowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
1141
|
-
headerCellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
1142
|
-
headerCellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
1143
|
-
expandRowKeys: import("vue").PropType<string[]>;
|
|
1144
|
-
defaultSort: import("vue").PropType<import("element-plus").Sort>;
|
|
1145
|
-
tooltipOptions: import("vue").PropType<Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
1146
|
-
spanMethod: import("vue").PropType<(data: {
|
|
1147
|
-
row: any;
|
|
1148
|
-
rowIndex: number;
|
|
1149
|
-
column: import("element-plus").TableColumnCtx<any>;
|
|
1150
|
-
columnIndex: number;
|
|
1151
|
-
}) => number[] | {
|
|
1152
|
-
rowspan: number;
|
|
1153
|
-
colspan: number;
|
|
1154
|
-
} | undefined>;
|
|
1155
|
-
treeProps: {
|
|
1156
|
-
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined>;
|
|
1157
|
-
default: () => {
|
|
1158
|
-
hasChildren: string;
|
|
1159
|
-
children: string;
|
|
1160
|
-
checkStrictly: boolean;
|
|
1161
|
-
};
|
|
1162
|
-
};
|
|
1163
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1164
501
|
stripe: BooleanConstructor;
|
|
502
|
+
rowKey: import("vue").PropType<string | ((row: any) => string) | undefined>;
|
|
1165
503
|
showHeader: {
|
|
1166
504
|
type: BooleanConstructor;
|
|
1167
505
|
default: boolean;
|
|
1168
506
|
};
|
|
1169
507
|
showSummary: BooleanConstructor;
|
|
1170
|
-
|
|
508
|
+
summaryMethod: import("vue").PropType<import("element-plus").SummaryMethod<any> | undefined>;
|
|
509
|
+
rowClassName: import("vue").PropType<import("element-plus").ColumnCls<any> | undefined>;
|
|
510
|
+
rowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any> | undefined>;
|
|
511
|
+
cellStyle: import("vue").PropType<import("element-plus").CellStyle<any> | undefined>;
|
|
512
|
+
headerRowClassName: import("vue").PropType<import("element-plus").ColumnCls<any> | undefined>;
|
|
513
|
+
headerRowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any> | undefined>;
|
|
514
|
+
headerCellClassName: import("vue").PropType<import("element-plus").CellCls<any> | undefined>;
|
|
515
|
+
headerCellStyle: import("vue").PropType<import("element-plus").CellStyle<any> | undefined>;
|
|
1171
516
|
highlightCurrentRow: BooleanConstructor;
|
|
1172
517
|
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
1173
|
-
|
|
518
|
+
expandRowKeys: import("vue").PropType<string[] | undefined>;
|
|
1174
519
|
defaultExpandAll: BooleanConstructor;
|
|
520
|
+
defaultSort: import("vue").PropType<import("element-plus").Sort | undefined>;
|
|
1175
521
|
tooltipEffect: StringConstructor;
|
|
522
|
+
tooltipOptions: import("vue").PropType<Partial<Pick<import("element-plus").UseTooltipProps, "placement" | "effect" | "popperClass" | "popperOptions" | "showArrow" | "offset" | "appendTo" | "transition" | "showAfter" | "hideAfter" | "enterable">> | undefined>;
|
|
523
|
+
spanMethod: import("vue").PropType<((data: {
|
|
524
|
+
row: any;
|
|
525
|
+
rowIndex: number;
|
|
526
|
+
column: import("element-plus").TableColumnCtx<any>;
|
|
527
|
+
columnIndex: number;
|
|
528
|
+
}) => number[] | {
|
|
529
|
+
rowspan: number;
|
|
530
|
+
colspan: number;
|
|
531
|
+
} | undefined) | undefined>;
|
|
1176
532
|
selectOnIndeterminate: {
|
|
1177
533
|
type: BooleanConstructor;
|
|
1178
534
|
default: boolean;
|
|
@@ -1181,6 +537,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1181
537
|
type: NumberConstructor;
|
|
1182
538
|
default: number;
|
|
1183
539
|
};
|
|
540
|
+
treeProps: {
|
|
541
|
+
type: import("vue").PropType<any>;
|
|
542
|
+
default: () => {
|
|
543
|
+
hasChildren: string;
|
|
544
|
+
children: string;
|
|
545
|
+
checkStrictly: boolean;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
1184
548
|
lazy: BooleanConstructor;
|
|
1185
549
|
tableLayout: {
|
|
1186
550
|
type: import("vue").PropType<"fixed" | "auto">;
|
|
@@ -1188,23 +552,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1188
552
|
};
|
|
1189
553
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
1190
554
|
flexible: BooleanConstructor;
|
|
555
|
+
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").UseTooltipProps, "placement" | "effect" | "popperClass" | "popperOptions" | "showArrow" | "offset" | "appendTo" | "transition" | "showAfter" | "hideAfter" | "enterable">> | undefined>;
|
|
1191
556
|
appendFilterPanelTo: StringConstructor;
|
|
1192
557
|
scrollbarTabindex: {
|
|
1193
558
|
type: (StringConstructor | NumberConstructor)[];
|
|
1194
559
|
default: undefined;
|
|
1195
560
|
};
|
|
1196
|
-
defaultPageSize: NumberConstructor;
|
|
1197
|
-
pageCount: NumberConstructor;
|
|
1198
|
-
pagerCount: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
1199
|
-
defaultCurrentPage: NumberConstructor;
|
|
1200
|
-
pageSizes: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
|
|
1201
|
-
prevText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1202
|
-
prevIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
1203
|
-
nextText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1204
|
-
nextIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
1205
|
-
background: BooleanConstructor;
|
|
1206
|
-
hideOnSinglePage: BooleanConstructor;
|
|
1207
|
-
appendSizeTo: StringConstructor;
|
|
1208
561
|
labelClassName: StringConstructor;
|
|
1209
562
|
property: StringConstructor;
|
|
1210
563
|
minWidth: {
|
|
@@ -1212,116 +565,150 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1212
565
|
default: string;
|
|
1213
566
|
};
|
|
1214
567
|
renderHeader: import("vue").PropType<(data: {
|
|
1215
|
-
column: import("element-plus").TableColumnCtx<
|
|
568
|
+
column: import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>;
|
|
1216
569
|
$index: number;
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
}
|
|
570
|
+
store: import("element-plus/es/components/table/src/store/index.mjs").Store<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>;
|
|
571
|
+
_self: any;
|
|
572
|
+
}) => import("vue").VNode>;
|
|
1220
573
|
sortable: {
|
|
1221
|
-
type: (
|
|
574
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1222
575
|
default: boolean;
|
|
1223
576
|
};
|
|
1224
|
-
sortMethod: import("vue").PropType<(a:
|
|
1225
|
-
sortBy: import("vue").PropType<string | string[] | ((row:
|
|
577
|
+
sortMethod: import("vue").PropType<(a: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, b: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow) => number>;
|
|
578
|
+
sortBy: import("vue").PropType<string | string[] | ((row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, index: number, array?: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow[] | undefined) => string)>;
|
|
1226
579
|
resizable: {
|
|
1227
580
|
type: BooleanConstructor;
|
|
1228
581
|
default: boolean;
|
|
1229
582
|
};
|
|
1230
583
|
columnKey: StringConstructor;
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
}
|
|
1235
|
-
selectable: import("vue").PropType<(row:
|
|
584
|
+
headerAlign: {
|
|
585
|
+
type: StringConstructor;
|
|
586
|
+
default: string;
|
|
587
|
+
};
|
|
588
|
+
selectable: import("vue").PropType<(row: import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow, index: number) => boolean>;
|
|
1236
589
|
reserveSelection: BooleanConstructor;
|
|
1237
|
-
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>>;
|
|
1238
590
|
filteredValue: import("vue").PropType<string[]>;
|
|
1239
591
|
filterPlacement: StringConstructor;
|
|
1240
592
|
filterMultiple: {
|
|
1241
593
|
type: BooleanConstructor;
|
|
1242
594
|
default: boolean;
|
|
1243
595
|
};
|
|
1244
|
-
index: import("vue").PropType<number | ((index: number) => number)>;
|
|
1245
596
|
sortOrders: {
|
|
1246
|
-
type: import("vue").PropType<("
|
|
597
|
+
type: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults.mjs").DefaultRow>["sortOrders"]>;
|
|
1247
598
|
default: () => (string | null)[];
|
|
1248
|
-
validator: (val: ("
|
|
599
|
+
validator: (val: import("element-plus").TableColumnCtx<any>["sortOrders"]) => boolean;
|
|
600
|
+
};
|
|
601
|
+
showTooltipWhenOverflow: BooleanConstructor;
|
|
602
|
+
labelField: {
|
|
603
|
+
type: StringConstructor;
|
|
604
|
+
default: string;
|
|
1249
605
|
};
|
|
606
|
+
updateWhenCompleted: {
|
|
607
|
+
type: BooleanConstructor;
|
|
608
|
+
default: boolean;
|
|
609
|
+
};
|
|
610
|
+
dialogClass: null;
|
|
611
|
+
checkTrigger: {
|
|
612
|
+
type: import("vue").PropType<"check" | "rowClick">;
|
|
613
|
+
default: string;
|
|
614
|
+
};
|
|
615
|
+
oidField: {
|
|
616
|
+
type: StringConstructor;
|
|
617
|
+
default: string;
|
|
618
|
+
};
|
|
619
|
+
selectionHidden: {
|
|
620
|
+
type: BooleanConstructor;
|
|
621
|
+
default: boolean;
|
|
622
|
+
};
|
|
623
|
+
paginationDisabled: {
|
|
624
|
+
type: BooleanConstructor;
|
|
625
|
+
default: boolean;
|
|
626
|
+
};
|
|
627
|
+
tableClass: {
|
|
628
|
+
type: StringConstructor;
|
|
629
|
+
default: string;
|
|
630
|
+
};
|
|
631
|
+
tableStyle: {
|
|
632
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
633
|
+
default: undefined;
|
|
634
|
+
};
|
|
635
|
+
modules: {
|
|
636
|
+
type: import("vue").PropType<("pagination")[]>;
|
|
637
|
+
default: () => string[];
|
|
638
|
+
};
|
|
639
|
+
duplexFull: {
|
|
640
|
+
type: BooleanConstructor;
|
|
641
|
+
default: boolean;
|
|
642
|
+
};
|
|
643
|
+
defaultPageSize: NumberConstructor;
|
|
644
|
+
pageCount: NumberConstructor;
|
|
645
|
+
pagerCount: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
646
|
+
defaultCurrentPage: NumberConstructor;
|
|
647
|
+
pageSizes: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
|
|
648
|
+
prevText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
649
|
+
prevIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
650
|
+
nextText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
651
|
+
nextIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
652
|
+
background: BooleanConstructor;
|
|
653
|
+
hideOnSinglePage: BooleanConstructor;
|
|
654
|
+
appendSizeTo: StringConstructor;
|
|
1250
655
|
}>> & Readonly<{
|
|
1251
|
-
|
|
1252
|
-
"onUpdate:modelValue"?: (...args: any[]
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
"onSelect-all"?: (...args:
|
|
1256
|
-
"onSelection-change"?: (...args:
|
|
1257
|
-
"onCell-mouse-enter"?: (...args:
|
|
1258
|
-
"onCell-mouse-leave"?: (...args:
|
|
1259
|
-
"onCell-
|
|
1260
|
-
"onCell-
|
|
1261
|
-
"onCell-
|
|
1262
|
-
"onRow-
|
|
1263
|
-
"onRow-
|
|
1264
|
-
"onRow-
|
|
1265
|
-
"onHeader-click"?: (...args:
|
|
1266
|
-
"onHeader-contextmenu"?: (...args:
|
|
1267
|
-
"onSort-change"?: (...args:
|
|
1268
|
-
"onFilter-change"?: (...args:
|
|
1269
|
-
"onCurrent-change"?: (...args:
|
|
1270
|
-
"onHeader-dragend"?: (...args:
|
|
1271
|
-
"onExpand-change"?: (...args:
|
|
1272
|
-
|
|
1273
|
-
"onUpdate:current-page"?: (val: number) => any;
|
|
1274
|
-
"onUpdate:page-size"?: (val: number) => any;
|
|
1275
|
-
"onSize-change"?: (val: number) => any;
|
|
1276
|
-
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
656
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
657
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
658
|
+
onChange?: ((currentPage: number, pageSize: number) => any) | undefined;
|
|
659
|
+
onScroll?: ((...args: any[]) => any) | undefined;
|
|
660
|
+
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
661
|
+
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
662
|
+
"onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
|
|
663
|
+
"onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
|
|
664
|
+
"onCell-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
665
|
+
"onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
666
|
+
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
667
|
+
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
668
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
669
|
+
"onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
670
|
+
"onHeader-click"?: ((...args: any[]) => any) | undefined;
|
|
671
|
+
"onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
672
|
+
"onSort-change"?: ((...args: any[]) => any) | undefined;
|
|
673
|
+
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
674
|
+
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
675
|
+
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
676
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
677
|
+
"onUpdate:start"?: ((val: number) => any) | undefined;
|
|
678
|
+
"onUpdate:current-page"?: ((val: number) => any) | undefined;
|
|
679
|
+
"onUpdate:page-size"?: ((val: number) => any) | undefined;
|
|
680
|
+
"onSize-change"?: ((val: number) => any) | undefined;
|
|
681
|
+
"onPrev-click"?: ((val: number) => any) | undefined;
|
|
682
|
+
"onNext-click"?: ((val: number) => any) | undefined;
|
|
683
|
+
"onSetData:query"?: ((...args: any[]) => any) | undefined;
|
|
1279
684
|
}>, {
|
|
1280
685
|
type: string;
|
|
1281
|
-
required:
|
|
686
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1282
687
|
small: boolean;
|
|
1283
688
|
formItemSize: "default" | "small" | "large";
|
|
1284
|
-
formItemSlots: import("
|
|
689
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
1285
690
|
elRef: import("@vunk/core").AnyFunc;
|
|
1286
691
|
inline: boolean;
|
|
1287
692
|
readonly: boolean;
|
|
1288
693
|
formItemTip: string;
|
|
1289
|
-
formItemTipClass: any;
|
|
1290
694
|
labelTip: string;
|
|
1291
695
|
information: boolean;
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
labelPosition: "" | "top" | "left" | "right";
|
|
1296
|
-
inlineMessage: string | boolean;
|
|
1297
|
-
showMessage: boolean;
|
|
696
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
697
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
698
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1298
699
|
disabled: boolean;
|
|
1299
|
-
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1300
|
-
popperClass: string;
|
|
1301
700
|
modelValue: string | NormalObject[];
|
|
1302
|
-
|
|
701
|
+
placeholder: string;
|
|
1303
702
|
clearable: boolean;
|
|
1304
|
-
multiple: boolean;
|
|
1305
|
-
getRows: (ids: any[]) => Promise<NormalObject[]>;
|
|
1306
|
-
updateWhenCompleted: boolean;
|
|
1307
703
|
stringify: boolean;
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
selectionHidden: boolean;
|
|
1313
|
-
paginationDisabled: boolean;
|
|
704
|
+
popperClass: string;
|
|
705
|
+
multiple: boolean;
|
|
706
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
707
|
+
align: string;
|
|
1314
708
|
border: boolean;
|
|
1315
|
-
tableClass: string;
|
|
1316
|
-
tableStyle: import("vue").CSSProperties;
|
|
1317
709
|
layout: string;
|
|
1318
|
-
columns:
|
|
1319
|
-
modules: "pagination"[];
|
|
1320
|
-
align: string;
|
|
1321
|
-
headerAlign: string;
|
|
1322
|
-
duplexFull: boolean;
|
|
710
|
+
columns: any[];
|
|
1323
711
|
fit: boolean;
|
|
1324
|
-
treeProps: import("element-plus/es/components/table/src/table/defaults").TreeProps;
|
|
1325
712
|
stripe: boolean;
|
|
1326
713
|
showHeader: boolean;
|
|
1327
714
|
showSummary: boolean;
|
|
@@ -1329,28 +716,48 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1329
716
|
defaultExpandAll: boolean;
|
|
1330
717
|
selectOnIndeterminate: boolean;
|
|
1331
718
|
indent: number;
|
|
719
|
+
treeProps: any;
|
|
1332
720
|
lazy: boolean;
|
|
1333
721
|
tableLayout: "auto" | "fixed";
|
|
1334
722
|
scrollbarAlwaysOn: boolean;
|
|
1335
723
|
flexible: boolean;
|
|
1336
724
|
scrollbarTabindex: string | number;
|
|
725
|
+
minWidth: string | number;
|
|
726
|
+
sortable: string | boolean;
|
|
727
|
+
resizable: boolean;
|
|
728
|
+
headerAlign: string;
|
|
729
|
+
reserveSelection: boolean;
|
|
730
|
+
filterMultiple: boolean;
|
|
731
|
+
sortOrders: (import("element-plus/es/components/table/src/table/defaults.mjs").TableSortOrder | null)[];
|
|
732
|
+
showTooltipWhenOverflow: boolean;
|
|
733
|
+
labelField: string;
|
|
734
|
+
getRows: (ids: any[]) => Promise<NormalObject[]>;
|
|
735
|
+
updateWhenCompleted: boolean;
|
|
736
|
+
checkTrigger: "check" | "rowClick";
|
|
737
|
+
oidField: string;
|
|
738
|
+
selectionHidden: boolean;
|
|
739
|
+
paginationDisabled: boolean;
|
|
740
|
+
tableClass: string;
|
|
741
|
+
tableStyle: import("vue").CSSProperties;
|
|
742
|
+
modules: "pagination"[];
|
|
743
|
+
duplexFull: boolean;
|
|
1337
744
|
pagerCount: number;
|
|
1338
745
|
pageSizes: number[];
|
|
1339
746
|
prevText: string;
|
|
1340
|
-
prevIcon: any
|
|
747
|
+
prevIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
1341
748
|
nextText: string;
|
|
1342
|
-
nextIcon: any
|
|
749
|
+
nextIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
1343
750
|
background: boolean;
|
|
1344
751
|
hideOnSinglePage: boolean;
|
|
1345
|
-
minWidth: string | number;
|
|
1346
|
-
sortable: string | boolean;
|
|
1347
|
-
resizable: boolean;
|
|
1348
|
-
showTooltipWhenOverflow: boolean;
|
|
1349
|
-
reserveSelection: boolean;
|
|
1350
|
-
filterMultiple: boolean;
|
|
1351
|
-
sortOrders: ("ascending" | "descending")[];
|
|
1352
752
|
readApi: import("./types").ReadApi;
|
|
1353
753
|
queryItems: any[];
|
|
1354
754
|
query: Record<string, any>;
|
|
1355
755
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
756
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
757
|
+
declare const _default: typeof __VLS_export;
|
|
1356
758
|
export default _default;
|
|
759
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
760
|
+
new (): {
|
|
761
|
+
$slots: S;
|
|
762
|
+
};
|
|
763
|
+
};
|