@vunk/form 2.18.1 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -352
- package/components/card-input-collection/index.mjs +177 -261
- package/components/card-input-collection/src/core.vue.d.ts +54 -950
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- 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 +448 -1016
- 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 +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -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 +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- 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 +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- 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 -1072
- 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 +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- 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 +41 -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 +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- 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 +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- 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/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- 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 +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- 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 +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -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 +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -297
- package/components/input-array/index.mjs +115 -232
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -900
- package/components/input-array/src/index.vue.d.ts +43 -729
- package/components/input-collection/index.cjs +1 -444
- package/components/input-collection/index.mjs +195 -347
- package/components/input-collection/src/core.vue.d.ts +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- 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 +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -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 +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- 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 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- 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 +209 -109
- 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 +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- 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 +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- 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 +151 -420
- 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 +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- 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 +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- 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 +65 -258
- 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 +1776 -24
- 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 +79 -411
- 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 +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- 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 +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -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 +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- 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 -110
- package/locale/index.mjs +37 -45
- package/locale/lang/en.d.ts +2 -6
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/locale/lang/zh-cn.d.ts +2 -6
- 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 +207 -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,35 +1,37 @@
|
|
|
1
|
+
import { Placement } from 'element-plus';
|
|
2
|
+
import './cascader-panel.css';
|
|
1
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
placement: {
|
|
5
|
+
type: import("vue").PropType<Placement>;
|
|
6
|
+
};
|
|
7
|
+
showCheckedStrategy: {
|
|
8
|
+
type: import("vue").PropType<"parent" | "child">;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
2
11
|
optionsUrl: {
|
|
3
12
|
type: StringConstructor;
|
|
4
13
|
default: string;
|
|
5
14
|
};
|
|
6
15
|
readonly: {
|
|
7
16
|
type: BooleanConstructor;
|
|
8
|
-
default:
|
|
17
|
+
default: undefined;
|
|
9
18
|
};
|
|
10
19
|
cascaderSlots: {
|
|
11
20
|
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
12
21
|
default: () => {};
|
|
13
22
|
};
|
|
14
23
|
cascaderRef: {
|
|
15
|
-
type: import("vue").PropType<
|
|
24
|
+
type: import("vue").PropType<import("@vunk/shared").AnyFunc>;
|
|
16
25
|
required: boolean;
|
|
17
26
|
};
|
|
18
|
-
required:
|
|
19
|
-
readonly type: import("vue").PropType<boolean>;
|
|
20
|
-
readonly required: false;
|
|
21
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
-
__epPropKey: true;
|
|
23
|
-
} & {
|
|
24
|
-
readonly default: undefined;
|
|
25
|
-
};
|
|
27
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
26
28
|
formItemSize: {
|
|
27
29
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
28
30
|
default: "default" | "small" | "large";
|
|
29
31
|
};
|
|
30
32
|
formItemSlots: {
|
|
31
|
-
type: import("vue").PropType<import("
|
|
32
|
-
default:
|
|
33
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
34
|
+
default: undefined;
|
|
33
35
|
};
|
|
34
36
|
elRef: {
|
|
35
37
|
type: import("vue").PropType<any>;
|
|
@@ -41,165 +43,89 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
41
43
|
};
|
|
42
44
|
formItemTip: {
|
|
43
45
|
type: StringConstructor;
|
|
44
|
-
default:
|
|
46
|
+
default: undefined;
|
|
45
47
|
};
|
|
46
|
-
formItemTipClass:
|
|
48
|
+
formItemTipClass: null;
|
|
47
49
|
labelTip: {
|
|
48
50
|
type: StringConstructor;
|
|
49
|
-
default:
|
|
51
|
+
default: undefined;
|
|
50
52
|
};
|
|
51
53
|
information: {
|
|
52
54
|
type: BooleanConstructor;
|
|
53
55
|
default: boolean;
|
|
54
56
|
};
|
|
55
|
-
prop:
|
|
56
|
-
defaultModelValue:
|
|
57
|
+
prop: null;
|
|
58
|
+
defaultModelValue: null;
|
|
57
59
|
label: StringConstructor;
|
|
58
60
|
labelWidth: {
|
|
59
|
-
readonly type: import("vue").PropType<
|
|
61
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
60
62
|
readonly required: false;
|
|
61
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
64
|
__epPropKey: true;
|
|
63
|
-
} & {
|
|
64
|
-
readonly default: "";
|
|
65
|
-
};
|
|
66
|
-
labelPosition: {
|
|
67
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
68
|
-
readonly required: false;
|
|
69
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
-
__epPropKey: true;
|
|
71
|
-
} & {
|
|
72
|
-
readonly default: "";
|
|
73
65
|
};
|
|
66
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
74
67
|
rules: {
|
|
75
|
-
readonly type: import("vue").PropType<unknown
|
|
68
|
+
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>>;
|
|
76
69
|
readonly required: false;
|
|
77
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
71
|
__epPropKey: true;
|
|
79
72
|
};
|
|
80
73
|
error: StringConstructor;
|
|
81
74
|
validateStatus: {
|
|
82
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
75
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
83
76
|
readonly required: false;
|
|
84
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
78
|
__epPropKey: true;
|
|
86
79
|
};
|
|
87
80
|
for: StringConstructor;
|
|
88
|
-
inlineMessage:
|
|
89
|
-
|
|
90
|
-
readonly required: false;
|
|
91
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
-
__epPropKey: true;
|
|
93
|
-
} & {
|
|
94
|
-
readonly default: "";
|
|
95
|
-
};
|
|
96
|
-
showMessage: {
|
|
97
|
-
readonly type: import("vue").PropType<boolean>;
|
|
98
|
-
readonly required: false;
|
|
99
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
-
__epPropKey: true;
|
|
101
|
-
} & {
|
|
102
|
-
readonly default: true;
|
|
103
|
-
};
|
|
81
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
82
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
104
83
|
emptyValues: ArrayConstructor;
|
|
105
|
-
valueOnClear:
|
|
106
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
107
|
-
readonly required: false;
|
|
108
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
|
-
__epPropKey: true;
|
|
110
|
-
} & {
|
|
111
|
-
readonly default: undefined;
|
|
112
|
-
};
|
|
84
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
|
|
113
85
|
size: {
|
|
114
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
86
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
115
87
|
readonly required: false;
|
|
116
88
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
89
|
__epPropKey: true;
|
|
118
90
|
};
|
|
119
91
|
placeholder: StringConstructor;
|
|
120
|
-
disabled: BooleanConstructor
|
|
92
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
121
93
|
clearable: BooleanConstructor;
|
|
122
|
-
clearIcon: {
|
|
123
|
-
readonly type: import("vue").PropType<unknown>;
|
|
124
|
-
readonly required: false;
|
|
125
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
|
-
__epPropKey: true;
|
|
127
|
-
};
|
|
94
|
+
clearIcon: import("element-plus/es/utils/index.mjs").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>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
128
95
|
filterable: BooleanConstructor;
|
|
129
|
-
filterMethod: {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
readonly
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
|
-
__epPropKey: true;
|
|
142
|
-
} & {
|
|
143
|
-
readonly default: string;
|
|
144
|
-
};
|
|
145
|
-
showAllLevels: {
|
|
146
|
-
readonly type: import("vue").PropType<boolean>;
|
|
147
|
-
readonly required: false;
|
|
148
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
|
-
__epPropKey: true;
|
|
150
|
-
} & {
|
|
151
|
-
readonly default: boolean;
|
|
152
|
-
};
|
|
96
|
+
filterMethod: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | (() => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | {
|
|
97
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
98
|
+
new (): any;
|
|
99
|
+
readonly prototype: any;
|
|
100
|
+
} | ((new (...args: any[]) => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | (() => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | {
|
|
101
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
102
|
+
new (): any;
|
|
103
|
+
readonly prototype: any;
|
|
104
|
+
} | null)[], unknown, unknown, (node: import("element-plus").CascaderNode, keyword: string) => boolean, boolean>;
|
|
105
|
+
separator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
106
|
+
showAllLevels: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
153
107
|
collapseTags: BooleanConstructor;
|
|
154
|
-
maxCollapseTags:
|
|
155
|
-
readonly type: import("vue").PropType<number>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
} & {
|
|
160
|
-
readonly default: number;
|
|
161
|
-
};
|
|
108
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
162
109
|
collapseTagsTooltip: BooleanConstructor;
|
|
163
110
|
maxCollapseTagsTooltipHeight: {
|
|
164
|
-
readonly type: import("vue").PropType<
|
|
165
|
-
readonly required: false;
|
|
166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
|
-
__epPropKey: true;
|
|
168
|
-
};
|
|
169
|
-
debounce: {
|
|
170
|
-
readonly type: import("vue").PropType<number>;
|
|
171
|
-
readonly required: false;
|
|
172
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
-
__epPropKey: true;
|
|
174
|
-
} & {
|
|
175
|
-
readonly default: number;
|
|
176
|
-
};
|
|
177
|
-
beforeFilter: {
|
|
178
|
-
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
179
|
-
readonly required: false;
|
|
180
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
|
-
__epPropKey: true;
|
|
182
|
-
} & {
|
|
183
|
-
readonly default: () => true;
|
|
184
|
-
};
|
|
185
|
-
placement: {
|
|
186
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
111
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
187
112
|
readonly required: false;
|
|
188
113
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
189
114
|
__epPropKey: true;
|
|
190
|
-
} & {
|
|
191
|
-
readonly default: string;
|
|
192
|
-
};
|
|
193
|
-
fallbackPlacements: {
|
|
194
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
195
|
-
readonly required: false;
|
|
196
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
|
-
__epPropKey: true;
|
|
198
|
-
} & {
|
|
199
|
-
readonly default: string[];
|
|
200
115
|
};
|
|
116
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
117
|
+
beforeFilter: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
118
|
+
(): (value: string) => boolean | Promise<any>;
|
|
119
|
+
new (): any;
|
|
120
|
+
readonly prototype: any;
|
|
121
|
+
} | ((new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
122
|
+
(): (value: string) => boolean | Promise<any>;
|
|
123
|
+
new (): any;
|
|
124
|
+
readonly prototype: any;
|
|
125
|
+
} | null)[], unknown, unknown, () => true, boolean>;
|
|
126
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]) | null)[], unknown, unknown, string[], boolean>;
|
|
201
127
|
popperClass: {
|
|
202
|
-
readonly type: import("vue").PropType<string | {
|
|
128
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
203
129
|
[x: string]: boolean;
|
|
204
130
|
} | (string | {
|
|
205
131
|
[x: string]: boolean;
|
|
@@ -221,204 +147,151 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
221
147
|
[x: string]: boolean;
|
|
222
148
|
} | (string | any[] | {
|
|
223
149
|
[x: string]: boolean;
|
|
224
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
150
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
151
|
+
[x: string]: boolean;
|
|
152
|
+
} | (string | {
|
|
153
|
+
[x: string]: boolean;
|
|
154
|
+
} | (string | {
|
|
155
|
+
[x: string]: boolean;
|
|
156
|
+
} | (string | {
|
|
157
|
+
[x: string]: boolean;
|
|
158
|
+
} | (string | {
|
|
159
|
+
[x: string]: boolean;
|
|
160
|
+
} | (string | {
|
|
161
|
+
[x: string]: boolean;
|
|
162
|
+
} | (string | {
|
|
163
|
+
[x: string]: boolean;
|
|
164
|
+
} | (string | {
|
|
165
|
+
[x: string]: boolean;
|
|
166
|
+
} | (string | {
|
|
167
|
+
[x: string]: boolean;
|
|
168
|
+
} | (string | {
|
|
169
|
+
[x: string]: boolean;
|
|
170
|
+
} | (string | any[] | {
|
|
171
|
+
[x: string]: boolean;
|
|
172
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
173
|
+
[x: string]: boolean;
|
|
174
|
+
} | (string | {
|
|
175
|
+
[x: string]: boolean;
|
|
176
|
+
} | (string | {
|
|
177
|
+
[x: string]: boolean;
|
|
178
|
+
} | (string | {
|
|
179
|
+
[x: string]: boolean;
|
|
180
|
+
} | (string | {
|
|
181
|
+
[x: string]: boolean;
|
|
182
|
+
} | (string | {
|
|
183
|
+
[x: string]: boolean;
|
|
184
|
+
} | (string | {
|
|
185
|
+
[x: string]: boolean;
|
|
186
|
+
} | (string | {
|
|
187
|
+
[x: string]: boolean;
|
|
188
|
+
} | (string | {
|
|
189
|
+
[x: string]: boolean;
|
|
190
|
+
} | (string | {
|
|
191
|
+
[x: string]: boolean;
|
|
192
|
+
} | (string | any[] | {
|
|
193
|
+
[x: string]: boolean;
|
|
194
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
195
|
+
[x: string]: boolean;
|
|
196
|
+
} | (string | {
|
|
197
|
+
[x: string]: boolean;
|
|
198
|
+
} | (string | {
|
|
199
|
+
[x: string]: boolean;
|
|
200
|
+
} | (string | {
|
|
201
|
+
[x: string]: boolean;
|
|
202
|
+
} | (string | {
|
|
203
|
+
[x: string]: boolean;
|
|
204
|
+
} | (string | {
|
|
205
|
+
[x: string]: boolean;
|
|
206
|
+
} | (string | {
|
|
207
|
+
[x: string]: boolean;
|
|
208
|
+
} | (string | {
|
|
209
|
+
[x: string]: boolean;
|
|
210
|
+
} | (string | {
|
|
211
|
+
[x: string]: boolean;
|
|
212
|
+
} | (string | {
|
|
213
|
+
[x: string]: boolean;
|
|
214
|
+
} | (string | any[] | {
|
|
215
|
+
[x: string]: boolean;
|
|
216
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
245
217
|
readonly required: false;
|
|
246
218
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
219
|
__epPropKey: true;
|
|
248
|
-
} & {
|
|
249
|
-
readonly default: string;
|
|
250
220
|
};
|
|
221
|
+
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
222
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
223
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | null)[], unknown, unknown, string, boolean>;
|
|
251
224
|
tagType: {
|
|
252
225
|
default: string;
|
|
253
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger"
|
|
226
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>>;
|
|
254
227
|
required: false;
|
|
255
228
|
validator: ((val: unknown) => boolean) | undefined;
|
|
256
229
|
__epPropKey: true;
|
|
257
230
|
};
|
|
258
231
|
tagEffect: {
|
|
259
232
|
default: string;
|
|
260
|
-
type: import("vue").PropType<"
|
|
233
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
261
234
|
required: false;
|
|
262
235
|
validator: ((val: unknown) => boolean) | undefined;
|
|
263
236
|
__epPropKey: true;
|
|
264
237
|
};
|
|
265
|
-
validateEvent:
|
|
266
|
-
|
|
267
|
-
readonly required: false;
|
|
268
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
-
__epPropKey: true;
|
|
270
|
-
} & {
|
|
271
|
-
readonly default: boolean;
|
|
272
|
-
};
|
|
273
|
-
persistent: {
|
|
274
|
-
readonly type: import("vue").PropType<boolean>;
|
|
275
|
-
readonly required: false;
|
|
276
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
|
-
__epPropKey: true;
|
|
278
|
-
} & {
|
|
279
|
-
readonly default: boolean;
|
|
280
|
-
};
|
|
281
|
-
showCheckedStrategy: {
|
|
282
|
-
readonly type: import("vue").PropType<string>;
|
|
283
|
-
readonly required: false;
|
|
284
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
|
-
__epPropKey: true;
|
|
286
|
-
} & {
|
|
287
|
-
readonly default: string;
|
|
288
|
-
};
|
|
238
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
239
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
289
240
|
checkOnClickNode: BooleanConstructor;
|
|
290
|
-
showPrefix:
|
|
291
|
-
|
|
292
|
-
readonly required: false;
|
|
293
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
-
__epPropKey: true;
|
|
295
|
-
} & {
|
|
296
|
-
readonly default: boolean;
|
|
297
|
-
};
|
|
241
|
+
showPrefix: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
242
|
+
fitInputWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<(BooleanConstructor | NumberConstructor)[], unknown, unknown, boolean, boolean>;
|
|
298
243
|
modelValue: {
|
|
299
|
-
readonly type: import("vue").PropType<(string | number)[] | (
|
|
244
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | Record<string, any> | import("element-plus").CascaderNodePathValue | (import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue)[]) | (() => import("element-plus").CascaderValue | null) | ((new (...args: any[]) => string | number | Record<string, any> | import("element-plus").CascaderNodePathValue | (import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue)[]) | (() => import("element-plus").CascaderValue | null) | null)[], unknown, unknown>>;
|
|
300
245
|
readonly required: false;
|
|
301
246
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
247
|
__epPropKey: true;
|
|
303
248
|
};
|
|
304
|
-
options:
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
249
|
+
options: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]) | ((new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]) | null)[], unknown, unknown, () => import("element-plus").CascaderOption[], boolean>;
|
|
250
|
+
props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps) | ((new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps) | null)[], unknown, unknown, () => import("element-plus").CascaderProps, boolean>;
|
|
251
|
+
virtualScroll: BooleanConstructor;
|
|
252
|
+
itemSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 34, boolean>;
|
|
253
|
+
height: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 204, boolean>;
|
|
254
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
255
|
+
clear: () => void;
|
|
256
|
+
focus: (evt: FocusEvent) => void;
|
|
257
|
+
blur: (evt: FocusEvent) => void;
|
|
258
|
+
"update:modelValue": (value: import("element-plus").CascaderValue | null | undefined) => void;
|
|
259
|
+
change: (value: import("element-plus").CascaderValue | null | undefined) => void;
|
|
260
|
+
visibleChange: (val: boolean) => void;
|
|
261
|
+
expandChange: (val: import("element-plus").CascaderValue) => void;
|
|
262
|
+
removeTag: (val: import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue) => void;
|
|
263
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
|
+
placement: {
|
|
265
|
+
type: import("vue").PropType<Placement>;
|
|
311
266
|
};
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
316
|
-
__epPropKey: true;
|
|
317
|
-
} & {
|
|
318
|
-
readonly default: () => import("element-plus").CascaderProps;
|
|
267
|
+
showCheckedStrategy: {
|
|
268
|
+
type: import("vue").PropType<"parent" | "child">;
|
|
269
|
+
default: string;
|
|
319
270
|
};
|
|
320
|
-
}>, {
|
|
321
|
-
coreBindProps: import("vue").ComputedRef<{
|
|
322
|
-
size: "" | "default" | "small" | "large";
|
|
323
|
-
disabled: boolean;
|
|
324
|
-
persistent: boolean;
|
|
325
|
-
teleported: boolean;
|
|
326
|
-
effect: import("element-plus").PopperEffect;
|
|
327
|
-
popperClass: string | {
|
|
328
|
-
[x: string]: boolean;
|
|
329
|
-
} | (string | {
|
|
330
|
-
[x: string]: boolean;
|
|
331
|
-
} | (string | {
|
|
332
|
-
[x: string]: boolean;
|
|
333
|
-
} | (string | {
|
|
334
|
-
[x: string]: boolean;
|
|
335
|
-
} | (string | {
|
|
336
|
-
[x: string]: boolean;
|
|
337
|
-
} | (string | {
|
|
338
|
-
[x: string]: boolean;
|
|
339
|
-
} | (string | {
|
|
340
|
-
[x: string]: boolean;
|
|
341
|
-
} | (string | {
|
|
342
|
-
[x: string]: boolean;
|
|
343
|
-
} | (string | {
|
|
344
|
-
[x: string]: boolean;
|
|
345
|
-
} | (string | {
|
|
346
|
-
[x: string]: boolean;
|
|
347
|
-
} | (string | any[] | {
|
|
348
|
-
[x: string]: boolean;
|
|
349
|
-
})[])[])[])[])[])[])[])[])[])[];
|
|
350
|
-
popperStyle: import("vue").StyleValue;
|
|
351
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
352
|
-
placement: import("element-plus").Placement;
|
|
353
|
-
props: import("element-plus").CascaderProps;
|
|
354
|
-
modelValue: (string | number)[] | (string | number) | ((string | number)[] | (string | number))[];
|
|
355
|
-
clearable: boolean;
|
|
356
|
-
placeholder: string;
|
|
357
|
-
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
358
|
-
clearIcon: unknown;
|
|
359
|
-
validateEvent: boolean;
|
|
360
|
-
emptyValues: unknown[];
|
|
361
|
-
valueOnClear: string | number | boolean | Function;
|
|
362
|
-
filterable: boolean;
|
|
363
|
-
collapseTags: boolean;
|
|
364
|
-
collapseTagsTooltip: boolean;
|
|
365
|
-
maxCollapseTags: number;
|
|
366
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
367
|
-
tagEffect: "dark" | "light" | "plain";
|
|
368
|
-
separator: string;
|
|
369
|
-
showAllLevels: boolean;
|
|
370
|
-
maxCollapseTagsTooltipHeight: string | number;
|
|
371
|
-
debounce: number;
|
|
372
|
-
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
373
|
-
showCheckedStrategy: string;
|
|
374
|
-
checkOnClickNode: boolean;
|
|
375
|
-
showPrefix: boolean;
|
|
376
|
-
}>;
|
|
377
|
-
coreOnEmits: {};
|
|
378
|
-
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
379
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
380
|
-
options: import("vue").ComputedRef<import("element-plus").CascaderOption[]>;
|
|
381
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
382
|
-
"update:modelValue": (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
383
|
-
change: (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
384
|
-
focus: (evt: FocusEvent) => boolean;
|
|
385
|
-
blur: (evt: FocusEvent) => boolean;
|
|
386
|
-
clear: () => boolean;
|
|
387
|
-
visibleChange: (val: boolean) => boolean;
|
|
388
|
-
expandChange: (val: import("element-plus").CascaderValue) => boolean;
|
|
389
|
-
removeTag: (val: import("element-plus").CascaderNode["valueByOption"]) => boolean;
|
|
390
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
391
271
|
optionsUrl: {
|
|
392
272
|
type: StringConstructor;
|
|
393
273
|
default: string;
|
|
394
274
|
};
|
|
395
275
|
readonly: {
|
|
396
276
|
type: BooleanConstructor;
|
|
397
|
-
default:
|
|
277
|
+
default: undefined;
|
|
398
278
|
};
|
|
399
279
|
cascaderSlots: {
|
|
400
280
|
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
401
281
|
default: () => {};
|
|
402
282
|
};
|
|
403
283
|
cascaderRef: {
|
|
404
|
-
type: import("vue").PropType<
|
|
284
|
+
type: import("vue").PropType<import("@vunk/shared").AnyFunc>;
|
|
405
285
|
required: boolean;
|
|
406
286
|
};
|
|
407
|
-
required:
|
|
408
|
-
readonly type: import("vue").PropType<boolean>;
|
|
409
|
-
readonly required: false;
|
|
410
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
411
|
-
__epPropKey: true;
|
|
412
|
-
} & {
|
|
413
|
-
readonly default: undefined;
|
|
414
|
-
};
|
|
287
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
415
288
|
formItemSize: {
|
|
416
289
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
417
290
|
default: "default" | "small" | "large";
|
|
418
291
|
};
|
|
419
292
|
formItemSlots: {
|
|
420
|
-
type: import("vue").PropType<import("
|
|
421
|
-
default:
|
|
293
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
294
|
+
default: undefined;
|
|
422
295
|
};
|
|
423
296
|
elRef: {
|
|
424
297
|
type: import("vue").PropType<any>;
|
|
@@ -430,165 +303,89 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
430
303
|
};
|
|
431
304
|
formItemTip: {
|
|
432
305
|
type: StringConstructor;
|
|
433
|
-
default:
|
|
306
|
+
default: undefined;
|
|
434
307
|
};
|
|
435
|
-
formItemTipClass:
|
|
308
|
+
formItemTipClass: null;
|
|
436
309
|
labelTip: {
|
|
437
310
|
type: StringConstructor;
|
|
438
|
-
default:
|
|
311
|
+
default: undefined;
|
|
439
312
|
};
|
|
440
313
|
information: {
|
|
441
314
|
type: BooleanConstructor;
|
|
442
315
|
default: boolean;
|
|
443
316
|
};
|
|
444
|
-
prop:
|
|
445
|
-
defaultModelValue:
|
|
317
|
+
prop: null;
|
|
318
|
+
defaultModelValue: null;
|
|
446
319
|
label: StringConstructor;
|
|
447
320
|
labelWidth: {
|
|
448
|
-
readonly type: import("vue").PropType<
|
|
321
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
449
322
|
readonly required: false;
|
|
450
323
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
451
324
|
__epPropKey: true;
|
|
452
|
-
} & {
|
|
453
|
-
readonly default: "";
|
|
454
|
-
};
|
|
455
|
-
labelPosition: {
|
|
456
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
457
|
-
readonly required: false;
|
|
458
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
459
|
-
__epPropKey: true;
|
|
460
|
-
} & {
|
|
461
|
-
readonly default: "";
|
|
462
325
|
};
|
|
326
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
463
327
|
rules: {
|
|
464
|
-
readonly type: import("vue").PropType<unknown
|
|
328
|
+
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>>;
|
|
465
329
|
readonly required: false;
|
|
466
330
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
331
|
__epPropKey: true;
|
|
468
332
|
};
|
|
469
333
|
error: StringConstructor;
|
|
470
334
|
validateStatus: {
|
|
471
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
335
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
472
336
|
readonly required: false;
|
|
473
337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
338
|
__epPropKey: true;
|
|
475
339
|
};
|
|
476
340
|
for: StringConstructor;
|
|
477
|
-
inlineMessage:
|
|
478
|
-
|
|
479
|
-
readonly required: false;
|
|
480
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
|
-
__epPropKey: true;
|
|
482
|
-
} & {
|
|
483
|
-
readonly default: "";
|
|
484
|
-
};
|
|
485
|
-
showMessage: {
|
|
486
|
-
readonly type: import("vue").PropType<boolean>;
|
|
487
|
-
readonly required: false;
|
|
488
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
489
|
-
__epPropKey: true;
|
|
490
|
-
} & {
|
|
491
|
-
readonly default: true;
|
|
492
|
-
};
|
|
341
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
342
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
493
343
|
emptyValues: ArrayConstructor;
|
|
494
|
-
valueOnClear:
|
|
495
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
496
|
-
readonly required: false;
|
|
497
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
498
|
-
__epPropKey: true;
|
|
499
|
-
} & {
|
|
500
|
-
readonly default: undefined;
|
|
501
|
-
};
|
|
344
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
|
|
502
345
|
size: {
|
|
503
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
346
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
504
347
|
readonly required: false;
|
|
505
348
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
506
349
|
__epPropKey: true;
|
|
507
350
|
};
|
|
508
351
|
placeholder: StringConstructor;
|
|
509
|
-
disabled: BooleanConstructor
|
|
352
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
510
353
|
clearable: BooleanConstructor;
|
|
511
|
-
clearIcon: {
|
|
512
|
-
readonly type: import("vue").PropType<unknown>;
|
|
513
|
-
readonly required: false;
|
|
514
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
515
|
-
__epPropKey: true;
|
|
516
|
-
};
|
|
354
|
+
clearIcon: import("element-plus/es/utils/index.mjs").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>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
517
355
|
filterable: BooleanConstructor;
|
|
518
|
-
filterMethod: {
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
readonly
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
530
|
-
__epPropKey: true;
|
|
531
|
-
} & {
|
|
532
|
-
readonly default: string;
|
|
533
|
-
};
|
|
534
|
-
showAllLevels: {
|
|
535
|
-
readonly type: import("vue").PropType<boolean>;
|
|
536
|
-
readonly required: false;
|
|
537
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
538
|
-
__epPropKey: true;
|
|
539
|
-
} & {
|
|
540
|
-
readonly default: boolean;
|
|
541
|
-
};
|
|
356
|
+
filterMethod: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | (() => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | {
|
|
357
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
358
|
+
new (): any;
|
|
359
|
+
readonly prototype: any;
|
|
360
|
+
} | ((new (...args: any[]) => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | (() => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | {
|
|
361
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
362
|
+
new (): any;
|
|
363
|
+
readonly prototype: any;
|
|
364
|
+
} | null)[], unknown, unknown, (node: import("element-plus").CascaderNode, keyword: string) => boolean, boolean>;
|
|
365
|
+
separator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
366
|
+
showAllLevels: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
542
367
|
collapseTags: BooleanConstructor;
|
|
543
|
-
maxCollapseTags:
|
|
544
|
-
readonly type: import("vue").PropType<number>;
|
|
545
|
-
readonly required: false;
|
|
546
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
-
__epPropKey: true;
|
|
548
|
-
} & {
|
|
549
|
-
readonly default: number;
|
|
550
|
-
};
|
|
368
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
551
369
|
collapseTagsTooltip: BooleanConstructor;
|
|
552
370
|
maxCollapseTagsTooltipHeight: {
|
|
553
|
-
readonly type: import("vue").PropType<
|
|
554
|
-
readonly required: false;
|
|
555
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
556
|
-
__epPropKey: true;
|
|
557
|
-
};
|
|
558
|
-
debounce: {
|
|
559
|
-
readonly type: import("vue").PropType<number>;
|
|
560
|
-
readonly required: false;
|
|
561
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
|
-
__epPropKey: true;
|
|
563
|
-
} & {
|
|
564
|
-
readonly default: number;
|
|
565
|
-
};
|
|
566
|
-
beforeFilter: {
|
|
567
|
-
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
568
|
-
readonly required: false;
|
|
569
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
570
|
-
__epPropKey: true;
|
|
571
|
-
} & {
|
|
572
|
-
readonly default: () => true;
|
|
573
|
-
};
|
|
574
|
-
placement: {
|
|
575
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
576
|
-
readonly required: false;
|
|
577
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
|
-
__epPropKey: true;
|
|
579
|
-
} & {
|
|
580
|
-
readonly default: string;
|
|
581
|
-
};
|
|
582
|
-
fallbackPlacements: {
|
|
583
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
371
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
584
372
|
readonly required: false;
|
|
585
373
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
374
|
__epPropKey: true;
|
|
587
|
-
} & {
|
|
588
|
-
readonly default: string[];
|
|
589
375
|
};
|
|
376
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
377
|
+
beforeFilter: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
378
|
+
(): (value: string) => boolean | Promise<any>;
|
|
379
|
+
new (): any;
|
|
380
|
+
readonly prototype: any;
|
|
381
|
+
} | ((new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
382
|
+
(): (value: string) => boolean | Promise<any>;
|
|
383
|
+
new (): any;
|
|
384
|
+
readonly prototype: any;
|
|
385
|
+
} | null)[], unknown, unknown, () => true, boolean>;
|
|
386
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]) | null)[], unknown, unknown, string[], boolean>;
|
|
590
387
|
popperClass: {
|
|
591
|
-
readonly type: import("vue").PropType<string | {
|
|
388
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
592
389
|
[x: string]: boolean;
|
|
593
390
|
} | (string | {
|
|
594
391
|
[x: string]: boolean;
|
|
@@ -610,166 +407,162 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
610
407
|
[x: string]: boolean;
|
|
611
408
|
} | (string | any[] | {
|
|
612
409
|
[x: string]: boolean;
|
|
613
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
410
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
411
|
+
[x: string]: boolean;
|
|
412
|
+
} | (string | {
|
|
413
|
+
[x: string]: boolean;
|
|
414
|
+
} | (string | {
|
|
415
|
+
[x: string]: boolean;
|
|
416
|
+
} | (string | {
|
|
417
|
+
[x: string]: boolean;
|
|
418
|
+
} | (string | {
|
|
419
|
+
[x: string]: boolean;
|
|
420
|
+
} | (string | {
|
|
421
|
+
[x: string]: boolean;
|
|
422
|
+
} | (string | {
|
|
423
|
+
[x: string]: boolean;
|
|
424
|
+
} | (string | {
|
|
425
|
+
[x: string]: boolean;
|
|
426
|
+
} | (string | {
|
|
427
|
+
[x: string]: boolean;
|
|
428
|
+
} | (string | {
|
|
429
|
+
[x: string]: boolean;
|
|
430
|
+
} | (string | any[] | {
|
|
431
|
+
[x: string]: boolean;
|
|
432
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
433
|
+
[x: string]: boolean;
|
|
434
|
+
} | (string | {
|
|
435
|
+
[x: string]: boolean;
|
|
436
|
+
} | (string | {
|
|
437
|
+
[x: string]: boolean;
|
|
438
|
+
} | (string | {
|
|
439
|
+
[x: string]: boolean;
|
|
440
|
+
} | (string | {
|
|
441
|
+
[x: string]: boolean;
|
|
442
|
+
} | (string | {
|
|
443
|
+
[x: string]: boolean;
|
|
444
|
+
} | (string | {
|
|
445
|
+
[x: string]: boolean;
|
|
446
|
+
} | (string | {
|
|
447
|
+
[x: string]: boolean;
|
|
448
|
+
} | (string | {
|
|
449
|
+
[x: string]: boolean;
|
|
450
|
+
} | (string | {
|
|
451
|
+
[x: string]: boolean;
|
|
452
|
+
} | (string | any[] | {
|
|
453
|
+
[x: string]: boolean;
|
|
454
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
455
|
+
[x: string]: boolean;
|
|
456
|
+
} | (string | {
|
|
457
|
+
[x: string]: boolean;
|
|
458
|
+
} | (string | {
|
|
459
|
+
[x: string]: boolean;
|
|
460
|
+
} | (string | {
|
|
461
|
+
[x: string]: boolean;
|
|
462
|
+
} | (string | {
|
|
463
|
+
[x: string]: boolean;
|
|
464
|
+
} | (string | {
|
|
465
|
+
[x: string]: boolean;
|
|
466
|
+
} | (string | {
|
|
467
|
+
[x: string]: boolean;
|
|
468
|
+
} | (string | {
|
|
469
|
+
[x: string]: boolean;
|
|
470
|
+
} | (string | {
|
|
471
|
+
[x: string]: boolean;
|
|
472
|
+
} | (string | {
|
|
473
|
+
[x: string]: boolean;
|
|
474
|
+
} | (string | any[] | {
|
|
475
|
+
[x: string]: boolean;
|
|
476
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
634
477
|
readonly required: false;
|
|
635
478
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
636
479
|
__epPropKey: true;
|
|
637
|
-
} & {
|
|
638
|
-
readonly default: string;
|
|
639
480
|
};
|
|
481
|
+
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
482
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
483
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | null)[], unknown, unknown, string, boolean>;
|
|
640
484
|
tagType: {
|
|
641
485
|
default: string;
|
|
642
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger"
|
|
486
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>>;
|
|
643
487
|
required: false;
|
|
644
488
|
validator: ((val: unknown) => boolean) | undefined;
|
|
645
489
|
__epPropKey: true;
|
|
646
490
|
};
|
|
647
491
|
tagEffect: {
|
|
648
492
|
default: string;
|
|
649
|
-
type: import("vue").PropType<"
|
|
493
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
650
494
|
required: false;
|
|
651
495
|
validator: ((val: unknown) => boolean) | undefined;
|
|
652
496
|
__epPropKey: true;
|
|
653
497
|
};
|
|
654
|
-
validateEvent:
|
|
655
|
-
|
|
656
|
-
readonly required: false;
|
|
657
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
658
|
-
__epPropKey: true;
|
|
659
|
-
} & {
|
|
660
|
-
readonly default: boolean;
|
|
661
|
-
};
|
|
662
|
-
persistent: {
|
|
663
|
-
readonly type: import("vue").PropType<boolean>;
|
|
664
|
-
readonly required: false;
|
|
665
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
666
|
-
__epPropKey: true;
|
|
667
|
-
} & {
|
|
668
|
-
readonly default: boolean;
|
|
669
|
-
};
|
|
670
|
-
showCheckedStrategy: {
|
|
671
|
-
readonly type: import("vue").PropType<string>;
|
|
672
|
-
readonly required: false;
|
|
673
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
674
|
-
__epPropKey: true;
|
|
675
|
-
} & {
|
|
676
|
-
readonly default: string;
|
|
677
|
-
};
|
|
498
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
499
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
678
500
|
checkOnClickNode: BooleanConstructor;
|
|
679
|
-
showPrefix:
|
|
680
|
-
|
|
681
|
-
readonly required: false;
|
|
682
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
683
|
-
__epPropKey: true;
|
|
684
|
-
} & {
|
|
685
|
-
readonly default: boolean;
|
|
686
|
-
};
|
|
501
|
+
showPrefix: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
502
|
+
fitInputWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<(BooleanConstructor | NumberConstructor)[], unknown, unknown, boolean, boolean>;
|
|
687
503
|
modelValue: {
|
|
688
|
-
readonly type: import("vue").PropType<(string | number)[] | (
|
|
689
|
-
readonly required: false;
|
|
690
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
691
|
-
__epPropKey: true;
|
|
692
|
-
};
|
|
693
|
-
options: {
|
|
694
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
695
|
-
readonly required: false;
|
|
696
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
697
|
-
__epPropKey: true;
|
|
698
|
-
} & {
|
|
699
|
-
readonly default: () => import("element-plus").CascaderOption[];
|
|
700
|
-
};
|
|
701
|
-
props: {
|
|
702
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
504
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | Record<string, any> | import("element-plus").CascaderNodePathValue | (import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue)[]) | (() => import("element-plus").CascaderValue | null) | ((new (...args: any[]) => string | number | Record<string, any> | import("element-plus").CascaderNodePathValue | (import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue)[]) | (() => import("element-plus").CascaderValue | null) | null)[], unknown, unknown>>;
|
|
703
505
|
readonly required: false;
|
|
704
506
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
705
507
|
__epPropKey: true;
|
|
706
|
-
} & {
|
|
707
|
-
readonly default: () => import("element-plus").CascaderProps;
|
|
708
508
|
};
|
|
509
|
+
options: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]) | ((new (...args: any[]) => import("element-plus").CascaderOption[]) | (() => import("element-plus").CascaderOption[]) | null)[], unknown, unknown, () => import("element-plus").CascaderOption[], boolean>;
|
|
510
|
+
props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps) | ((new (...args: any[]) => import("element-plus").CascaderProps) | (() => import("element-plus").CascaderProps) | null)[], unknown, unknown, () => import("element-plus").CascaderProps, boolean>;
|
|
511
|
+
virtualScroll: BooleanConstructor;
|
|
512
|
+
itemSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 34, boolean>;
|
|
513
|
+
height: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 204, boolean>;
|
|
709
514
|
}>> & Readonly<{
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
onVisibleChange?: (val: boolean) => any;
|
|
716
|
-
onExpandChange?: (val: import("element-plus").CascaderValue) => any;
|
|
717
|
-
onRemoveTag?: (val: (
|
|
515
|
+
onClear?: (() => any) | undefined;
|
|
516
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
517
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
518
|
+
"onUpdate:modelValue"?: ((value: import("element-plus").CascaderValue | null | undefined) => any) | undefined;
|
|
519
|
+
onChange?: ((value: import("element-plus").CascaderValue | null | undefined) => any) | undefined;
|
|
520
|
+
onVisibleChange?: ((val: boolean) => any) | undefined;
|
|
521
|
+
onExpandChange?: ((val: import("element-plus").CascaderValue) => any) | undefined;
|
|
522
|
+
onRemoveTag?: ((val: import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue) => any) | undefined;
|
|
718
523
|
}>, {
|
|
719
|
-
required:
|
|
524
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
720
525
|
formItemSize: "default" | "small" | "large";
|
|
721
|
-
formItemSlots: import("
|
|
526
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
722
527
|
inline: boolean;
|
|
723
528
|
readonly: boolean;
|
|
724
529
|
formItemTip: string;
|
|
725
|
-
formItemTipClass: any;
|
|
726
530
|
labelTip: string;
|
|
727
531
|
information: boolean;
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
inlineMessage: string | boolean;
|
|
733
|
-
showMessage: boolean;
|
|
734
|
-
disabled: boolean;
|
|
735
|
-
persistent: boolean;
|
|
736
|
-
teleported: boolean;
|
|
737
|
-
effect: import("element-plus").PopperEffect;
|
|
738
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
739
|
-
placement: import("element-plus").Placement;
|
|
740
|
-
props: import("element-plus").CascaderProps;
|
|
532
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
533
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
534
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
535
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
741
536
|
clearable: boolean;
|
|
742
|
-
|
|
537
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(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>) | null)[], unknown, unknown>;
|
|
538
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
539
|
+
props: import("element-plus").CascaderProps;
|
|
743
540
|
options: import("element-plus").CascaderOption[];
|
|
744
|
-
|
|
745
|
-
valueOnClear: string | number | boolean | Function
|
|
541
|
+
optionsUrl: string;
|
|
542
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown>;
|
|
543
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | null)[], unknown, unknown>;
|
|
746
544
|
filterable: boolean;
|
|
545
|
+
popperStyle: import("vue").StyleValue;
|
|
546
|
+
debounce: number;
|
|
547
|
+
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
747
548
|
collapseTags: boolean;
|
|
748
549
|
collapseTagsTooltip: boolean;
|
|
749
550
|
maxCollapseTags: number;
|
|
750
|
-
|
|
751
|
-
|
|
551
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
552
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
|
+
fitInputWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | NumberConstructor)[], unknown, unknown>;
|
|
554
|
+
tagType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
555
|
+
tagEffect: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>;
|
|
556
|
+
fallbackPlacements: Placement[];
|
|
557
|
+
showCheckedStrategy: "parent" | "child";
|
|
558
|
+
cascaderSlots: import("@vunk/shared").NormalObject;
|
|
752
559
|
separator: string;
|
|
753
|
-
showAllLevels:
|
|
754
|
-
debounce: number;
|
|
560
|
+
showAllLevels: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
755
561
|
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
756
|
-
showCheckedStrategy: string;
|
|
757
562
|
checkOnClickNode: boolean;
|
|
758
|
-
showPrefix:
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
VkfFormItem: {
|
|
764
|
-
new (...args: any[]): any;
|
|
765
|
-
__isFragment?: never;
|
|
766
|
-
__isTeleport?: never;
|
|
767
|
-
__isSuspense?: never;
|
|
768
|
-
} & 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, {
|
|
769
|
-
[x: string]: any;
|
|
770
|
-
[x: symbol]: any;
|
|
771
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
772
|
-
install(app: import("vue").App): void;
|
|
773
|
-
};
|
|
774
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
563
|
+
showPrefix: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
564
|
+
virtualScroll: boolean;
|
|
565
|
+
itemSize: number;
|
|
566
|
+
height: number;
|
|
567
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
775
568
|
export default _default;
|