@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,37 +1,37 @@
|
|
|
1
1
|
import 'vant/es/cascader/style';
|
|
2
2
|
import 'vant/es/popup/style';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
placement: {
|
|
5
|
+
type: import("vue").PropType<import("element-plus").Placement>;
|
|
6
|
+
};
|
|
7
|
+
showCheckedStrategy: {
|
|
8
|
+
type: import("vue").PropType<"parent" | "child">;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
4
11
|
optionsUrl: {
|
|
5
12
|
type: StringConstructor;
|
|
6
13
|
default: string;
|
|
7
14
|
};
|
|
8
15
|
readonly: {
|
|
9
16
|
type: BooleanConstructor;
|
|
10
|
-
default:
|
|
17
|
+
default: undefined;
|
|
11
18
|
};
|
|
12
19
|
cascaderSlots: {
|
|
13
20
|
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
14
21
|
default: () => {};
|
|
15
22
|
};
|
|
16
23
|
cascaderRef: {
|
|
17
|
-
type: import("vue").PropType<
|
|
24
|
+
type: import("vue").PropType<import("@vunk/shared").AnyFunc>;
|
|
18
25
|
required: boolean;
|
|
19
26
|
};
|
|
20
|
-
required:
|
|
21
|
-
readonly type: import("vue").PropType<boolean>;
|
|
22
|
-
readonly required: false;
|
|
23
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
-
__epPropKey: true;
|
|
25
|
-
} & {
|
|
26
|
-
readonly default: undefined;
|
|
27
|
-
};
|
|
27
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
28
28
|
formItemSize: {
|
|
29
29
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
30
30
|
default: "default" | "small" | "large";
|
|
31
31
|
};
|
|
32
32
|
formItemSlots: {
|
|
33
|
-
type: import("vue").PropType<import("
|
|
34
|
-
default:
|
|
33
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
34
|
+
default: undefined;
|
|
35
35
|
};
|
|
36
36
|
elRef: {
|
|
37
37
|
type: import("vue").PropType<any>;
|
|
@@ -43,165 +43,89 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
43
|
};
|
|
44
44
|
formItemTip: {
|
|
45
45
|
type: StringConstructor;
|
|
46
|
-
default:
|
|
46
|
+
default: undefined;
|
|
47
47
|
};
|
|
48
|
-
formItemTipClass:
|
|
48
|
+
formItemTipClass: null;
|
|
49
49
|
labelTip: {
|
|
50
50
|
type: StringConstructor;
|
|
51
|
-
default:
|
|
51
|
+
default: undefined;
|
|
52
52
|
};
|
|
53
53
|
information: {
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
default: boolean;
|
|
56
56
|
};
|
|
57
|
-
prop:
|
|
58
|
-
defaultModelValue:
|
|
57
|
+
prop: null;
|
|
58
|
+
defaultModelValue: null;
|
|
59
59
|
label: StringConstructor;
|
|
60
60
|
labelWidth: {
|
|
61
|
-
readonly type: import("vue").PropType<
|
|
61
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
62
62
|
readonly required: false;
|
|
63
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
64
|
__epPropKey: true;
|
|
65
|
-
} & {
|
|
66
|
-
readonly default: "";
|
|
67
|
-
};
|
|
68
|
-
labelPosition: {
|
|
69
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
70
|
-
readonly required: false;
|
|
71
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
|
-
__epPropKey: true;
|
|
73
|
-
} & {
|
|
74
|
-
readonly default: "";
|
|
75
65
|
};
|
|
66
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
76
67
|
rules: {
|
|
77
|
-
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>>;
|
|
78
69
|
readonly required: false;
|
|
79
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
71
|
__epPropKey: true;
|
|
81
72
|
};
|
|
82
73
|
error: StringConstructor;
|
|
83
74
|
validateStatus: {
|
|
84
|
-
readonly type: import("vue").PropType<"" | "
|
|
75
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
85
76
|
readonly required: false;
|
|
86
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
78
|
__epPropKey: true;
|
|
88
79
|
};
|
|
89
80
|
for: StringConstructor;
|
|
90
|
-
inlineMessage:
|
|
91
|
-
|
|
92
|
-
readonly required: false;
|
|
93
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
|
-
__epPropKey: true;
|
|
95
|
-
} & {
|
|
96
|
-
readonly default: "";
|
|
97
|
-
};
|
|
98
|
-
showMessage: {
|
|
99
|
-
readonly type: import("vue").PropType<boolean>;
|
|
100
|
-
readonly required: false;
|
|
101
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
|
-
__epPropKey: true;
|
|
103
|
-
} & {
|
|
104
|
-
readonly default: true;
|
|
105
|
-
};
|
|
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>;
|
|
106
83
|
emptyValues: ArrayConstructor;
|
|
107
|
-
valueOnClear:
|
|
108
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
} & {
|
|
113
|
-
readonly default: undefined;
|
|
114
|
-
};
|
|
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>;
|
|
115
85
|
size: {
|
|
116
|
-
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>>;
|
|
117
87
|
readonly required: false;
|
|
118
88
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
89
|
__epPropKey: true;
|
|
120
90
|
};
|
|
121
91
|
placeholder: StringConstructor;
|
|
122
|
-
disabled: BooleanConstructor
|
|
92
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
123
93
|
clearable: BooleanConstructor;
|
|
124
|
-
clearIcon: {
|
|
125
|
-
readonly type: import("vue").PropType<unknown>;
|
|
126
|
-
readonly required: false;
|
|
127
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
-
__epPropKey: true;
|
|
129
|
-
};
|
|
94
|
+
clearIcon: 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)) | 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>;
|
|
130
95
|
filterable: BooleanConstructor;
|
|
131
|
-
filterMethod: {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
readonly
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
143
|
-
__epPropKey: true;
|
|
144
|
-
} & {
|
|
145
|
-
readonly default: string;
|
|
146
|
-
};
|
|
147
|
-
showAllLevels: {
|
|
148
|
-
readonly type: import("vue").PropType<boolean>;
|
|
149
|
-
readonly required: false;
|
|
150
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
-
__epPropKey: true;
|
|
152
|
-
} & {
|
|
153
|
-
readonly default: boolean;
|
|
154
|
-
};
|
|
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>;
|
|
155
107
|
collapseTags: BooleanConstructor;
|
|
156
|
-
maxCollapseTags:
|
|
157
|
-
readonly type: import("vue").PropType<number>;
|
|
158
|
-
readonly required: false;
|
|
159
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
160
|
-
__epPropKey: true;
|
|
161
|
-
} & {
|
|
162
|
-
readonly default: number;
|
|
163
|
-
};
|
|
108
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
164
109
|
collapseTagsTooltip: BooleanConstructor;
|
|
165
110
|
maxCollapseTagsTooltipHeight: {
|
|
166
|
-
readonly type: import("vue").PropType<
|
|
167
|
-
readonly required: false;
|
|
168
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
|
-
__epPropKey: true;
|
|
170
|
-
};
|
|
171
|
-
debounce: {
|
|
172
|
-
readonly type: import("vue").PropType<number>;
|
|
173
|
-
readonly required: false;
|
|
174
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
|
-
__epPropKey: true;
|
|
176
|
-
} & {
|
|
177
|
-
readonly default: number;
|
|
178
|
-
};
|
|
179
|
-
beforeFilter: {
|
|
180
|
-
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
181
|
-
readonly required: false;
|
|
182
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
|
-
__epPropKey: true;
|
|
184
|
-
} & {
|
|
185
|
-
readonly default: () => true;
|
|
186
|
-
};
|
|
187
|
-
placement: {
|
|
188
|
-
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>>;
|
|
189
112
|
readonly required: false;
|
|
190
113
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
114
|
__epPropKey: true;
|
|
192
|
-
} & {
|
|
193
|
-
readonly default: string;
|
|
194
|
-
};
|
|
195
|
-
fallbackPlacements: {
|
|
196
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
197
|
-
readonly required: false;
|
|
198
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
|
-
__epPropKey: true;
|
|
200
|
-
} & {
|
|
201
|
-
readonly default: string[];
|
|
202
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[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | (((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
203
127
|
popperClass: {
|
|
204
|
-
readonly type: import("vue").PropType<string | {
|
|
128
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
205
129
|
[x: string]: boolean;
|
|
206
130
|
} | (string | {
|
|
207
131
|
[x: string]: boolean;
|
|
@@ -221,683 +145,161 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
221
145
|
[x: string]: boolean;
|
|
222
146
|
} | (string | {
|
|
223
147
|
[x: string]: boolean;
|
|
224
|
-
} | (string |
|
|
148
|
+
} | (string | {
|
|
225
149
|
[x: string]: boolean;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
150
|
+
} | (string | {
|
|
151
|
+
[x: string]: boolean;
|
|
152
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => 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 | {
|
|
171
|
+
[x: string]: boolean;
|
|
172
|
+
} | (string | {
|
|
173
|
+
[x: string]: boolean;
|
|
174
|
+
} | (string | {
|
|
175
|
+
[x: string]: boolean;
|
|
176
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => 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 | {
|
|
193
|
+
[x: string]: boolean;
|
|
194
|
+
} | (string | {
|
|
195
|
+
[x: string]: boolean;
|
|
196
|
+
} | (string | {
|
|
197
|
+
[x: string]: boolean;
|
|
198
|
+
} | (string | {
|
|
199
|
+
[x: string]: boolean;
|
|
200
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => 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 | {
|
|
215
|
+
[x: string]: boolean;
|
|
216
|
+
} | (string | {
|
|
217
|
+
[x: string]: boolean;
|
|
218
|
+
} | (string | {
|
|
219
|
+
[x: string]: boolean;
|
|
220
|
+
} | (string | {
|
|
221
|
+
[x: string]: boolean;
|
|
222
|
+
} | (string | {
|
|
223
|
+
[x: string]: boolean;
|
|
224
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
247
225
|
readonly required: false;
|
|
248
226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
227
|
__epPropKey: true;
|
|
250
|
-
} & {
|
|
251
|
-
readonly default: string;
|
|
252
228
|
};
|
|
229
|
+
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>;
|
|
230
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
231
|
+
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>;
|
|
253
232
|
tagType: {
|
|
254
233
|
default: string;
|
|
255
|
-
type: import("vue").PropType<"
|
|
234
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
256
235
|
required: false;
|
|
257
236
|
validator: ((val: unknown) => boolean) | undefined;
|
|
258
237
|
__epPropKey: true;
|
|
259
238
|
};
|
|
260
239
|
tagEffect: {
|
|
261
240
|
default: string;
|
|
262
|
-
type: import("vue").PropType<"dark" | "light" | "plain"
|
|
241
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
263
242
|
required: false;
|
|
264
243
|
validator: ((val: unknown) => boolean) | undefined;
|
|
265
244
|
__epPropKey: true;
|
|
266
245
|
};
|
|
267
|
-
validateEvent:
|
|
268
|
-
|
|
269
|
-
readonly required: false;
|
|
270
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
|
-
__epPropKey: true;
|
|
272
|
-
} & {
|
|
273
|
-
readonly default: boolean;
|
|
274
|
-
};
|
|
275
|
-
persistent: {
|
|
276
|
-
readonly type: import("vue").PropType<boolean>;
|
|
277
|
-
readonly required: false;
|
|
278
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
|
-
__epPropKey: true;
|
|
280
|
-
} & {
|
|
281
|
-
readonly default: boolean;
|
|
282
|
-
};
|
|
283
|
-
showCheckedStrategy: {
|
|
284
|
-
readonly type: import("vue").PropType<string>;
|
|
285
|
-
readonly required: false;
|
|
286
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
-
__epPropKey: true;
|
|
288
|
-
} & {
|
|
289
|
-
readonly default: string;
|
|
290
|
-
};
|
|
246
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
247
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
291
248
|
checkOnClickNode: BooleanConstructor;
|
|
292
|
-
showPrefix:
|
|
293
|
-
|
|
294
|
-
readonly required: false;
|
|
295
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
-
__epPropKey: true;
|
|
297
|
-
} & {
|
|
298
|
-
readonly default: boolean;
|
|
299
|
-
};
|
|
249
|
+
showPrefix: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
250
|
+
fitInputWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<(BooleanConstructor | NumberConstructor)[], unknown, unknown, boolean, boolean>;
|
|
300
251
|
modelValue: {
|
|
301
|
-
readonly type: import("vue").PropType<(string | number)[] | (
|
|
302
|
-
readonly required: false;
|
|
303
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
-
__epPropKey: true;
|
|
305
|
-
};
|
|
306
|
-
options: {
|
|
307
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
252
|
+
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>>;
|
|
308
253
|
readonly required: false;
|
|
309
254
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
310
255
|
__epPropKey: true;
|
|
311
|
-
} & {
|
|
312
|
-
readonly default: () => import("element-plus").CascaderOption[];
|
|
313
256
|
};
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
257
|
+
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>;
|
|
258
|
+
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>;
|
|
259
|
+
virtualScroll: BooleanConstructor;
|
|
260
|
+
itemSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 34, boolean>;
|
|
261
|
+
height: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 204, boolean>;
|
|
262
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
263
|
+
clear: () => void;
|
|
264
|
+
focus: (evt: FocusEvent) => void;
|
|
265
|
+
blur: (evt: FocusEvent) => void;
|
|
266
|
+
"update:modelValue": (value: import("element-plus").CascaderValue | null | undefined) => void;
|
|
267
|
+
change: (value: import("element-plus").CascaderValue | null | undefined) => void;
|
|
268
|
+
visibleChange: (val: boolean) => void;
|
|
269
|
+
expandChange: (val: import("element-plus").CascaderValue) => void;
|
|
270
|
+
removeTag: (val: import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue) => void;
|
|
271
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
272
|
+
placement: {
|
|
273
|
+
type: import("vue").PropType<import("element-plus").Placement>;
|
|
321
274
|
};
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
optionsUrl: {
|
|
326
|
-
type: StringConstructor;
|
|
327
|
-
default: string;
|
|
328
|
-
};
|
|
329
|
-
readonly: {
|
|
330
|
-
type: BooleanConstructor;
|
|
331
|
-
default: any;
|
|
332
|
-
};
|
|
333
|
-
cascaderSlots: {
|
|
334
|
-
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
335
|
-
default: () => {};
|
|
336
|
-
};
|
|
337
|
-
cascaderRef: {
|
|
338
|
-
type: import("vue").PropType<any>;
|
|
339
|
-
required: boolean;
|
|
340
|
-
};
|
|
341
|
-
required: {
|
|
342
|
-
readonly type: import("vue").PropType<boolean>;
|
|
343
|
-
readonly required: false;
|
|
344
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
345
|
-
__epPropKey: true;
|
|
346
|
-
} & {
|
|
347
|
-
readonly default: undefined;
|
|
348
|
-
};
|
|
349
|
-
formItemSize: {
|
|
350
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
351
|
-
default: "default" | "small" | "large";
|
|
352
|
-
};
|
|
353
|
-
formItemSlots: {
|
|
354
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
355
|
-
default: any;
|
|
356
|
-
};
|
|
357
|
-
elRef: {
|
|
358
|
-
type: import("vue").PropType<any>;
|
|
359
|
-
required: boolean;
|
|
360
|
-
};
|
|
361
|
-
inline: {
|
|
362
|
-
type: BooleanConstructor;
|
|
363
|
-
default: boolean;
|
|
364
|
-
};
|
|
365
|
-
formItemTip: {
|
|
366
|
-
type: StringConstructor;
|
|
367
|
-
default: any;
|
|
368
|
-
};
|
|
369
|
-
formItemTipClass: any;
|
|
370
|
-
labelTip: {
|
|
371
|
-
type: StringConstructor;
|
|
372
|
-
default: any;
|
|
373
|
-
};
|
|
374
|
-
information: {
|
|
375
|
-
type: BooleanConstructor;
|
|
376
|
-
default: boolean;
|
|
377
|
-
};
|
|
378
|
-
prop: any;
|
|
379
|
-
defaultModelValue: any;
|
|
380
|
-
label: StringConstructor;
|
|
381
|
-
labelWidth: {
|
|
382
|
-
readonly type: import("vue").PropType<string | number>;
|
|
383
|
-
readonly required: false;
|
|
384
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
-
__epPropKey: true;
|
|
386
|
-
} & {
|
|
387
|
-
readonly default: "";
|
|
388
|
-
};
|
|
389
|
-
labelPosition: {
|
|
390
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
391
|
-
readonly required: false;
|
|
392
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
|
-
__epPropKey: true;
|
|
394
|
-
} & {
|
|
395
|
-
readonly default: "";
|
|
396
|
-
};
|
|
397
|
-
rules: {
|
|
398
|
-
readonly type: import("vue").PropType<unknown>;
|
|
399
|
-
readonly required: false;
|
|
400
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
-
__epPropKey: true;
|
|
402
|
-
};
|
|
403
|
-
error: StringConstructor;
|
|
404
|
-
validateStatus: {
|
|
405
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
406
|
-
readonly required: false;
|
|
407
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
|
-
__epPropKey: true;
|
|
409
|
-
};
|
|
410
|
-
for: StringConstructor;
|
|
411
|
-
inlineMessage: {
|
|
412
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
413
|
-
readonly required: false;
|
|
414
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
-
__epPropKey: true;
|
|
416
|
-
} & {
|
|
417
|
-
readonly default: "";
|
|
418
|
-
};
|
|
419
|
-
showMessage: {
|
|
420
|
-
readonly type: import("vue").PropType<boolean>;
|
|
421
|
-
readonly required: false;
|
|
422
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
423
|
-
__epPropKey: true;
|
|
424
|
-
} & {
|
|
425
|
-
readonly default: true;
|
|
426
|
-
};
|
|
427
|
-
emptyValues: ArrayConstructor;
|
|
428
|
-
valueOnClear: {
|
|
429
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
430
|
-
readonly required: false;
|
|
431
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
432
|
-
__epPropKey: true;
|
|
433
|
-
} & {
|
|
434
|
-
readonly default: undefined;
|
|
435
|
-
};
|
|
436
|
-
size: {
|
|
437
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
438
|
-
readonly required: false;
|
|
439
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
|
-
__epPropKey: true;
|
|
441
|
-
};
|
|
442
|
-
placeholder: StringConstructor;
|
|
443
|
-
disabled: BooleanConstructor;
|
|
444
|
-
clearable: BooleanConstructor;
|
|
445
|
-
clearIcon: {
|
|
446
|
-
readonly type: import("vue").PropType<unknown>;
|
|
447
|
-
readonly required: false;
|
|
448
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
-
__epPropKey: true;
|
|
450
|
-
};
|
|
451
|
-
filterable: BooleanConstructor;
|
|
452
|
-
filterMethod: {
|
|
453
|
-
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
454
|
-
readonly required: false;
|
|
455
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
456
|
-
__epPropKey: true;
|
|
457
|
-
} & {
|
|
458
|
-
readonly default: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
459
|
-
};
|
|
460
|
-
separator: {
|
|
461
|
-
readonly type: import("vue").PropType<string>;
|
|
462
|
-
readonly required: false;
|
|
463
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
464
|
-
__epPropKey: true;
|
|
465
|
-
} & {
|
|
466
|
-
readonly default: string;
|
|
467
|
-
};
|
|
468
|
-
showAllLevels: {
|
|
469
|
-
readonly type: import("vue").PropType<boolean>;
|
|
470
|
-
readonly required: false;
|
|
471
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
472
|
-
__epPropKey: true;
|
|
473
|
-
} & {
|
|
474
|
-
readonly default: boolean;
|
|
475
|
-
};
|
|
476
|
-
collapseTags: BooleanConstructor;
|
|
477
|
-
maxCollapseTags: {
|
|
478
|
-
readonly type: import("vue").PropType<number>;
|
|
479
|
-
readonly required: false;
|
|
480
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
|
-
__epPropKey: true;
|
|
482
|
-
} & {
|
|
483
|
-
readonly default: number;
|
|
484
|
-
};
|
|
485
|
-
collapseTagsTooltip: BooleanConstructor;
|
|
486
|
-
maxCollapseTagsTooltipHeight: {
|
|
487
|
-
readonly type: import("vue").PropType<string | number>;
|
|
488
|
-
readonly required: false;
|
|
489
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
490
|
-
__epPropKey: true;
|
|
491
|
-
};
|
|
492
|
-
debounce: {
|
|
493
|
-
readonly type: import("vue").PropType<number>;
|
|
494
|
-
readonly required: false;
|
|
495
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
496
|
-
__epPropKey: true;
|
|
497
|
-
} & {
|
|
498
|
-
readonly default: number;
|
|
499
|
-
};
|
|
500
|
-
beforeFilter: {
|
|
501
|
-
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
502
|
-
readonly required: false;
|
|
503
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
504
|
-
__epPropKey: true;
|
|
505
|
-
} & {
|
|
506
|
-
readonly default: () => true;
|
|
507
|
-
};
|
|
508
|
-
placement: {
|
|
509
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
510
|
-
readonly required: false;
|
|
511
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
512
|
-
__epPropKey: true;
|
|
513
|
-
} & {
|
|
514
|
-
readonly default: string;
|
|
515
|
-
};
|
|
516
|
-
fallbackPlacements: {
|
|
517
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
518
|
-
readonly required: false;
|
|
519
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
520
|
-
__epPropKey: true;
|
|
521
|
-
} & {
|
|
522
|
-
readonly default: string[];
|
|
523
|
-
};
|
|
524
|
-
popperClass: {
|
|
525
|
-
readonly type: import("vue").PropType<string | {
|
|
526
|
-
[x: string]: boolean;
|
|
527
|
-
} | (string | {
|
|
528
|
-
[x: string]: boolean;
|
|
529
|
-
} | (string | {
|
|
530
|
-
[x: string]: boolean;
|
|
531
|
-
} | (string | {
|
|
532
|
-
[x: string]: boolean;
|
|
533
|
-
} | (string | {
|
|
534
|
-
[x: string]: boolean;
|
|
535
|
-
} | (string | {
|
|
536
|
-
[x: string]: boolean;
|
|
537
|
-
} | (string | {
|
|
538
|
-
[x: string]: boolean;
|
|
539
|
-
} | (string | {
|
|
540
|
-
[x: string]: boolean;
|
|
541
|
-
} | (string | {
|
|
542
|
-
[x: string]: boolean;
|
|
543
|
-
} | (string | {
|
|
544
|
-
[x: string]: boolean;
|
|
545
|
-
} | (string | any[] | {
|
|
546
|
-
[x: string]: boolean;
|
|
547
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
548
|
-
readonly required: false;
|
|
549
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
550
|
-
__epPropKey: true;
|
|
551
|
-
};
|
|
552
|
-
popperStyle: {
|
|
553
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
554
|
-
readonly required: false;
|
|
555
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
556
|
-
__epPropKey: true;
|
|
557
|
-
};
|
|
558
|
-
teleported: {
|
|
559
|
-
readonly type: import("vue").PropType<boolean>;
|
|
560
|
-
readonly required: false;
|
|
561
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
|
-
__epPropKey: true;
|
|
563
|
-
} & {
|
|
564
|
-
readonly default: true;
|
|
565
|
-
};
|
|
566
|
-
effect: {
|
|
567
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
568
|
-
readonly required: false;
|
|
569
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
570
|
-
__epPropKey: true;
|
|
571
|
-
} & {
|
|
572
|
-
readonly default: string;
|
|
573
|
-
};
|
|
574
|
-
tagType: {
|
|
575
|
-
default: string;
|
|
576
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
577
|
-
required: false;
|
|
578
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
579
|
-
__epPropKey: true;
|
|
580
|
-
};
|
|
581
|
-
tagEffect: {
|
|
582
|
-
default: string;
|
|
583
|
-
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
584
|
-
required: false;
|
|
585
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
-
__epPropKey: true;
|
|
587
|
-
};
|
|
588
|
-
validateEvent: {
|
|
589
|
-
readonly type: import("vue").PropType<boolean>;
|
|
590
|
-
readonly required: false;
|
|
591
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
592
|
-
__epPropKey: true;
|
|
593
|
-
} & {
|
|
594
|
-
readonly default: boolean;
|
|
595
|
-
};
|
|
596
|
-
persistent: {
|
|
597
|
-
readonly type: import("vue").PropType<boolean>;
|
|
598
|
-
readonly required: false;
|
|
599
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
-
__epPropKey: true;
|
|
601
|
-
} & {
|
|
602
|
-
readonly default: boolean;
|
|
603
|
-
};
|
|
604
|
-
showCheckedStrategy: {
|
|
605
|
-
readonly type: import("vue").PropType<string>;
|
|
606
|
-
readonly required: false;
|
|
607
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
608
|
-
__epPropKey: true;
|
|
609
|
-
} & {
|
|
610
|
-
readonly default: string;
|
|
611
|
-
};
|
|
612
|
-
checkOnClickNode: BooleanConstructor;
|
|
613
|
-
showPrefix: {
|
|
614
|
-
readonly type: import("vue").PropType<boolean>;
|
|
615
|
-
readonly required: false;
|
|
616
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
617
|
-
__epPropKey: true;
|
|
618
|
-
} & {
|
|
619
|
-
readonly default: boolean;
|
|
620
|
-
};
|
|
621
|
-
modelValue: {
|
|
622
|
-
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
623
|
-
readonly required: false;
|
|
624
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
625
|
-
__epPropKey: true;
|
|
626
|
-
};
|
|
627
|
-
options: {
|
|
628
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
629
|
-
readonly required: false;
|
|
630
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
631
|
-
__epPropKey: true;
|
|
632
|
-
} & {
|
|
633
|
-
readonly default: () => import("element-plus").CascaderOption[];
|
|
634
|
-
};
|
|
635
|
-
props: {
|
|
636
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
637
|
-
readonly required: false;
|
|
638
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
|
-
__epPropKey: true;
|
|
640
|
-
} & {
|
|
641
|
-
readonly default: () => import("element-plus").CascaderProps;
|
|
642
|
-
};
|
|
643
|
-
}>> & Readonly<{
|
|
644
|
-
onFocus?: (evt: FocusEvent) => any;
|
|
645
|
-
onClear?: () => any;
|
|
646
|
-
"onUpdate:modelValue"?: (value: import("element-plus").CascaderValue) => any;
|
|
647
|
-
onChange?: (value: import("element-plus").CascaderValue) => any;
|
|
648
|
-
onBlur?: (evt: FocusEvent) => any;
|
|
649
|
-
onVisibleChange?: (val: boolean) => any;
|
|
650
|
-
onExpandChange?: (val: import("element-plus").CascaderValue) => any;
|
|
651
|
-
onRemoveTag?: (val: (string | number)[] | (string | number)) => any;
|
|
652
|
-
}> & {}>;
|
|
653
|
-
emit: ((event: "focus", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "update:modelValue", value: import("element-plus").CascaderValue) => void) & ((event: "change", value: import("element-plus").CascaderValue) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "visibleChange", val: boolean) => void) & ((event: "expandChange", val: import("element-plus").CascaderValue) => void) & ((event: "removeTag", val: (string | number)[] | (string | number)) => void);
|
|
654
|
-
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
655
|
-
popupShow: import("vue").Ref<boolean, boolean>;
|
|
656
|
-
fieldValue: import("vue").Ref<string, string>;
|
|
657
|
-
cascaderValue: import("vue").Ref<string, string>;
|
|
658
|
-
options: import("vue").ComputedRef<import("element-plus").CascaderOption[]>;
|
|
659
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
660
|
-
handleFinish: ({ selectedOptions }: {
|
|
661
|
-
selectedOptions: any;
|
|
662
|
-
}) => void;
|
|
663
|
-
preInput: () => void;
|
|
664
|
-
readonly VkfFormItem: {
|
|
665
|
-
new (...args: any[]): any;
|
|
666
|
-
__isFragment?: never;
|
|
667
|
-
__isTeleport?: never;
|
|
668
|
-
__isSuspense?: never;
|
|
669
|
-
} & 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, {
|
|
670
|
-
[x: string]: any;
|
|
671
|
-
[x: symbol]: any;
|
|
672
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
673
|
-
install(app: import("vue").App): void;
|
|
275
|
+
showCheckedStrategy: {
|
|
276
|
+
type: import("vue").PropType<"parent" | "child">;
|
|
277
|
+
default: string;
|
|
674
278
|
};
|
|
675
|
-
readonly Cascader: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
676
|
-
title: StringConstructor;
|
|
677
|
-
options: {
|
|
678
|
-
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
679
|
-
default: () => never[];
|
|
680
|
-
};
|
|
681
|
-
closeable: {
|
|
682
|
-
type: BooleanConstructor;
|
|
683
|
-
default: true;
|
|
684
|
-
};
|
|
685
|
-
swipeable: {
|
|
686
|
-
type: BooleanConstructor;
|
|
687
|
-
default: true;
|
|
688
|
-
};
|
|
689
|
-
closeIcon: {
|
|
690
|
-
type: import("vue").PropType<string>;
|
|
691
|
-
default: string;
|
|
692
|
-
};
|
|
693
|
-
showHeader: {
|
|
694
|
-
type: BooleanConstructor;
|
|
695
|
-
default: true;
|
|
696
|
-
};
|
|
697
|
-
modelValue: (NumberConstructor | StringConstructor)[];
|
|
698
|
-
fieldNames: import("vue").PropType<import("vant").CascaderFieldNames>;
|
|
699
|
-
placeholder: StringConstructor;
|
|
700
|
-
activeColor: StringConstructor;
|
|
701
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "close" | "clickTab" | "finish")[], "update:modelValue" | "change" | "close" | "clickTab" | "finish", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
702
|
-
title: StringConstructor;
|
|
703
|
-
options: {
|
|
704
|
-
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
705
|
-
default: () => never[];
|
|
706
|
-
};
|
|
707
|
-
closeable: {
|
|
708
|
-
type: BooleanConstructor;
|
|
709
|
-
default: true;
|
|
710
|
-
};
|
|
711
|
-
swipeable: {
|
|
712
|
-
type: BooleanConstructor;
|
|
713
|
-
default: true;
|
|
714
|
-
};
|
|
715
|
-
closeIcon: {
|
|
716
|
-
type: import("vue").PropType<string>;
|
|
717
|
-
default: string;
|
|
718
|
-
};
|
|
719
|
-
showHeader: {
|
|
720
|
-
type: BooleanConstructor;
|
|
721
|
-
default: true;
|
|
722
|
-
};
|
|
723
|
-
modelValue: (NumberConstructor | StringConstructor)[];
|
|
724
|
-
fieldNames: import("vue").PropType<import("vant").CascaderFieldNames>;
|
|
725
|
-
placeholder: StringConstructor;
|
|
726
|
-
activeColor: StringConstructor;
|
|
727
|
-
}>> & Readonly<{
|
|
728
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
729
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
730
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
731
|
-
onClickTab?: ((...args: any[]) => any) | undefined;
|
|
732
|
-
onFinish?: ((...args: any[]) => any) | undefined;
|
|
733
|
-
}>, {
|
|
734
|
-
closeIcon: string;
|
|
735
|
-
closeable: boolean;
|
|
736
|
-
options: import("vant").CascaderOption[];
|
|
737
|
-
swipeable: boolean;
|
|
738
|
-
showHeader: boolean;
|
|
739
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
740
|
-
readonly Popup: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
741
|
-
show: BooleanConstructor;
|
|
742
|
-
zIndex: (NumberConstructor | StringConstructor)[];
|
|
743
|
-
overlay: {
|
|
744
|
-
type: BooleanConstructor;
|
|
745
|
-
default: true;
|
|
746
|
-
};
|
|
747
|
-
duration: (NumberConstructor | StringConstructor)[];
|
|
748
|
-
teleport: import("vue").PropType<import("vue").TeleportProps["to"]>;
|
|
749
|
-
lockScroll: {
|
|
750
|
-
type: BooleanConstructor;
|
|
751
|
-
default: true;
|
|
752
|
-
};
|
|
753
|
-
lazyRender: {
|
|
754
|
-
type: BooleanConstructor;
|
|
755
|
-
default: true;
|
|
756
|
-
};
|
|
757
|
-
beforeClose: import("vue").PropType<import("vant/lib/utils").Interceptor>;
|
|
758
|
-
overlayProps: import("vue").PropType<Partial<import("vant").OverlayProps>>;
|
|
759
|
-
overlayStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
760
|
-
overlayClass: import("vue").PropType<unknown>;
|
|
761
|
-
transitionAppear: BooleanConstructor;
|
|
762
|
-
closeOnClickOverlay: {
|
|
763
|
-
type: BooleanConstructor;
|
|
764
|
-
default: true;
|
|
765
|
-
};
|
|
766
|
-
} & {
|
|
767
|
-
round: BooleanConstructor;
|
|
768
|
-
position: {
|
|
769
|
-
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
770
|
-
default: import("vant").PopupPosition;
|
|
771
|
-
};
|
|
772
|
-
closeIcon: {
|
|
773
|
-
type: import("vue").PropType<string>;
|
|
774
|
-
default: string;
|
|
775
|
-
};
|
|
776
|
-
closeable: BooleanConstructor;
|
|
777
|
-
transition: StringConstructor;
|
|
778
|
-
iconPrefix: StringConstructor;
|
|
779
|
-
closeOnPopstate: BooleanConstructor;
|
|
780
|
-
closeIconPosition: {
|
|
781
|
-
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
782
|
-
default: import("vant").PopupCloseIconPosition;
|
|
783
|
-
};
|
|
784
|
-
destroyOnClose: BooleanConstructor;
|
|
785
|
-
safeAreaInsetTop: BooleanConstructor;
|
|
786
|
-
safeAreaInsetBottom: BooleanConstructor;
|
|
787
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("open" | "keydown" | "close" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon")[], "open" | "keydown" | "close" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
788
|
-
show: BooleanConstructor;
|
|
789
|
-
zIndex: (NumberConstructor | StringConstructor)[];
|
|
790
|
-
overlay: {
|
|
791
|
-
type: BooleanConstructor;
|
|
792
|
-
default: true;
|
|
793
|
-
};
|
|
794
|
-
duration: (NumberConstructor | StringConstructor)[];
|
|
795
|
-
teleport: import("vue").PropType<import("vue").TeleportProps["to"]>;
|
|
796
|
-
lockScroll: {
|
|
797
|
-
type: BooleanConstructor;
|
|
798
|
-
default: true;
|
|
799
|
-
};
|
|
800
|
-
lazyRender: {
|
|
801
|
-
type: BooleanConstructor;
|
|
802
|
-
default: true;
|
|
803
|
-
};
|
|
804
|
-
beforeClose: import("vue").PropType<import("vant/lib/utils").Interceptor>;
|
|
805
|
-
overlayProps: import("vue").PropType<Partial<import("vant").OverlayProps>>;
|
|
806
|
-
overlayStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
807
|
-
overlayClass: import("vue").PropType<unknown>;
|
|
808
|
-
transitionAppear: BooleanConstructor;
|
|
809
|
-
closeOnClickOverlay: {
|
|
810
|
-
type: BooleanConstructor;
|
|
811
|
-
default: true;
|
|
812
|
-
};
|
|
813
|
-
} & {
|
|
814
|
-
round: BooleanConstructor;
|
|
815
|
-
position: {
|
|
816
|
-
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
817
|
-
default: import("vant").PopupPosition;
|
|
818
|
-
};
|
|
819
|
-
closeIcon: {
|
|
820
|
-
type: import("vue").PropType<string>;
|
|
821
|
-
default: string;
|
|
822
|
-
};
|
|
823
|
-
closeable: BooleanConstructor;
|
|
824
|
-
transition: StringConstructor;
|
|
825
|
-
iconPrefix: StringConstructor;
|
|
826
|
-
closeOnPopstate: BooleanConstructor;
|
|
827
|
-
closeIconPosition: {
|
|
828
|
-
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
829
|
-
default: import("vant").PopupCloseIconPosition;
|
|
830
|
-
};
|
|
831
|
-
destroyOnClose: BooleanConstructor;
|
|
832
|
-
safeAreaInsetTop: BooleanConstructor;
|
|
833
|
-
safeAreaInsetBottom: BooleanConstructor;
|
|
834
|
-
}>> & Readonly<{
|
|
835
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
836
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
837
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
838
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
839
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
840
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
841
|
-
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
842
|
-
onClickCloseIcon?: ((...args: any[]) => any) | undefined;
|
|
843
|
-
}>, {
|
|
844
|
-
position: import("vant").PopupPosition;
|
|
845
|
-
round: boolean;
|
|
846
|
-
overlay: boolean;
|
|
847
|
-
show: boolean;
|
|
848
|
-
safeAreaInsetBottom: boolean;
|
|
849
|
-
lockScroll: boolean;
|
|
850
|
-
lazyRender: boolean;
|
|
851
|
-
transitionAppear: boolean;
|
|
852
|
-
closeOnClickOverlay: boolean;
|
|
853
|
-
closeIcon: string;
|
|
854
|
-
closeable: boolean;
|
|
855
|
-
closeOnPopstate: boolean;
|
|
856
|
-
closeIconPosition: import("vant").PopupCloseIconPosition;
|
|
857
|
-
destroyOnClose: boolean;
|
|
858
|
-
safeAreaInsetTop: boolean;
|
|
859
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
860
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
861
|
-
"update:modelValue": (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
862
|
-
change: (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
863
|
-
focus: (evt: FocusEvent) => boolean;
|
|
864
|
-
blur: (evt: FocusEvent) => boolean;
|
|
865
|
-
clear: () => boolean;
|
|
866
|
-
visibleChange: (val: boolean) => boolean;
|
|
867
|
-
expandChange: (val: import("element-plus").CascaderValue) => boolean;
|
|
868
|
-
removeTag: (val: import("element-plus").CascaderNode["valueByOption"]) => boolean;
|
|
869
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
870
279
|
optionsUrl: {
|
|
871
280
|
type: StringConstructor;
|
|
872
281
|
default: string;
|
|
873
282
|
};
|
|
874
283
|
readonly: {
|
|
875
284
|
type: BooleanConstructor;
|
|
876
|
-
default:
|
|
285
|
+
default: undefined;
|
|
877
286
|
};
|
|
878
287
|
cascaderSlots: {
|
|
879
288
|
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
880
289
|
default: () => {};
|
|
881
290
|
};
|
|
882
291
|
cascaderRef: {
|
|
883
|
-
type: import("vue").PropType<
|
|
292
|
+
type: import("vue").PropType<import("@vunk/shared").AnyFunc>;
|
|
884
293
|
required: boolean;
|
|
885
294
|
};
|
|
886
|
-
required:
|
|
887
|
-
readonly type: import("vue").PropType<boolean>;
|
|
888
|
-
readonly required: false;
|
|
889
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
890
|
-
__epPropKey: true;
|
|
891
|
-
} & {
|
|
892
|
-
readonly default: undefined;
|
|
893
|
-
};
|
|
295
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
894
296
|
formItemSize: {
|
|
895
297
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
896
298
|
default: "default" | "small" | "large";
|
|
897
299
|
};
|
|
898
300
|
formItemSlots: {
|
|
899
|
-
type: import("vue").PropType<import("
|
|
900
|
-
default:
|
|
301
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
302
|
+
default: undefined;
|
|
901
303
|
};
|
|
902
304
|
elRef: {
|
|
903
305
|
type: import("vue").PropType<any>;
|
|
@@ -909,165 +311,89 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
909
311
|
};
|
|
910
312
|
formItemTip: {
|
|
911
313
|
type: StringConstructor;
|
|
912
|
-
default:
|
|
314
|
+
default: undefined;
|
|
913
315
|
};
|
|
914
|
-
formItemTipClass:
|
|
316
|
+
formItemTipClass: null;
|
|
915
317
|
labelTip: {
|
|
916
318
|
type: StringConstructor;
|
|
917
|
-
default:
|
|
319
|
+
default: undefined;
|
|
918
320
|
};
|
|
919
321
|
information: {
|
|
920
322
|
type: BooleanConstructor;
|
|
921
323
|
default: boolean;
|
|
922
324
|
};
|
|
923
|
-
prop:
|
|
924
|
-
defaultModelValue:
|
|
325
|
+
prop: null;
|
|
326
|
+
defaultModelValue: null;
|
|
925
327
|
label: StringConstructor;
|
|
926
328
|
labelWidth: {
|
|
927
|
-
readonly type: import("vue").PropType<
|
|
928
|
-
readonly required: false;
|
|
929
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
930
|
-
__epPropKey: true;
|
|
931
|
-
} & {
|
|
932
|
-
readonly default: "";
|
|
933
|
-
};
|
|
934
|
-
labelPosition: {
|
|
935
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
329
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
936
330
|
readonly required: false;
|
|
937
331
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
938
332
|
__epPropKey: true;
|
|
939
|
-
} & {
|
|
940
|
-
readonly default: "";
|
|
941
333
|
};
|
|
334
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
942
335
|
rules: {
|
|
943
|
-
readonly type: import("vue").PropType<unknown
|
|
336
|
+
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>>;
|
|
944
337
|
readonly required: false;
|
|
945
338
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
946
339
|
__epPropKey: true;
|
|
947
340
|
};
|
|
948
341
|
error: StringConstructor;
|
|
949
342
|
validateStatus: {
|
|
950
|
-
readonly type: import("vue").PropType<"" | "
|
|
343
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
951
344
|
readonly required: false;
|
|
952
345
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
953
346
|
__epPropKey: true;
|
|
954
347
|
};
|
|
955
348
|
for: StringConstructor;
|
|
956
|
-
inlineMessage:
|
|
957
|
-
|
|
958
|
-
readonly required: false;
|
|
959
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
960
|
-
__epPropKey: true;
|
|
961
|
-
} & {
|
|
962
|
-
readonly default: "";
|
|
963
|
-
};
|
|
964
|
-
showMessage: {
|
|
965
|
-
readonly type: import("vue").PropType<boolean>;
|
|
966
|
-
readonly required: false;
|
|
967
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
968
|
-
__epPropKey: true;
|
|
969
|
-
} & {
|
|
970
|
-
readonly default: true;
|
|
971
|
-
};
|
|
349
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
350
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
972
351
|
emptyValues: ArrayConstructor;
|
|
973
|
-
valueOnClear:
|
|
974
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
975
|
-
readonly required: false;
|
|
976
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
977
|
-
__epPropKey: true;
|
|
978
|
-
} & {
|
|
979
|
-
readonly default: undefined;
|
|
980
|
-
};
|
|
352
|
+
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>;
|
|
981
353
|
size: {
|
|
982
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
354
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
983
355
|
readonly required: false;
|
|
984
356
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
985
357
|
__epPropKey: true;
|
|
986
358
|
};
|
|
987
359
|
placeholder: StringConstructor;
|
|
988
|
-
disabled: BooleanConstructor
|
|
360
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
989
361
|
clearable: BooleanConstructor;
|
|
990
|
-
clearIcon: {
|
|
991
|
-
readonly type: import("vue").PropType<unknown>;
|
|
992
|
-
readonly required: false;
|
|
993
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
994
|
-
__epPropKey: true;
|
|
995
|
-
};
|
|
362
|
+
clearIcon: 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)) | 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>;
|
|
996
363
|
filterable: BooleanConstructor;
|
|
997
|
-
filterMethod: {
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
readonly
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1009
|
-
__epPropKey: true;
|
|
1010
|
-
} & {
|
|
1011
|
-
readonly default: string;
|
|
1012
|
-
};
|
|
1013
|
-
showAllLevels: {
|
|
1014
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1015
|
-
readonly required: false;
|
|
1016
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1017
|
-
__epPropKey: true;
|
|
1018
|
-
} & {
|
|
1019
|
-
readonly default: boolean;
|
|
1020
|
-
};
|
|
364
|
+
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) | {
|
|
365
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
366
|
+
new (): any;
|
|
367
|
+
readonly prototype: any;
|
|
368
|
+
} | (((new (...args: any[]) => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | (() => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | {
|
|
369
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
370
|
+
new (): any;
|
|
371
|
+
readonly prototype: any;
|
|
372
|
+
}) | null)[], unknown, unknown, (node: import("element-plus").CascaderNode, keyword: string) => boolean, boolean>;
|
|
373
|
+
separator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
374
|
+
showAllLevels: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1021
375
|
collapseTags: BooleanConstructor;
|
|
1022
|
-
maxCollapseTags:
|
|
1023
|
-
readonly type: import("vue").PropType<number>;
|
|
1024
|
-
readonly required: false;
|
|
1025
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1026
|
-
__epPropKey: true;
|
|
1027
|
-
} & {
|
|
1028
|
-
readonly default: number;
|
|
1029
|
-
};
|
|
376
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1030
377
|
collapseTagsTooltip: BooleanConstructor;
|
|
1031
378
|
maxCollapseTagsTooltipHeight: {
|
|
1032
|
-
readonly type: import("vue").PropType<
|
|
379
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
1033
380
|
readonly required: false;
|
|
1034
381
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1035
382
|
__epPropKey: true;
|
|
1036
383
|
};
|
|
1037
|
-
debounce:
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1049
|
-
__epPropKey: true;
|
|
1050
|
-
} & {
|
|
1051
|
-
readonly default: () => true;
|
|
1052
|
-
};
|
|
1053
|
-
placement: {
|
|
1054
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1055
|
-
readonly required: false;
|
|
1056
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1057
|
-
__epPropKey: true;
|
|
1058
|
-
} & {
|
|
1059
|
-
readonly default: string;
|
|
1060
|
-
};
|
|
1061
|
-
fallbackPlacements: {
|
|
1062
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1063
|
-
readonly required: false;
|
|
1064
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1065
|
-
__epPropKey: true;
|
|
1066
|
-
} & {
|
|
1067
|
-
readonly default: string[];
|
|
1068
|
-
};
|
|
384
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
385
|
+
beforeFilter: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
386
|
+
(): (value: string) => boolean | Promise<any>;
|
|
387
|
+
new (): any;
|
|
388
|
+
readonly prototype: any;
|
|
389
|
+
} | (((new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
390
|
+
(): (value: string) => boolean | Promise<any>;
|
|
391
|
+
new (): any;
|
|
392
|
+
readonly prototype: any;
|
|
393
|
+
}) | null)[], unknown, unknown, () => true, boolean>;
|
|
394
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | (((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
1069
395
|
popperClass: {
|
|
1070
|
-
readonly type: import("vue").PropType<string | {
|
|
396
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1071
397
|
[x: string]: boolean;
|
|
1072
398
|
} | (string | {
|
|
1073
399
|
[x: string]: boolean;
|
|
@@ -1087,155 +413,173 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1087
413
|
[x: string]: boolean;
|
|
1088
414
|
} | (string | {
|
|
1089
415
|
[x: string]: boolean;
|
|
1090
|
-
} | (string |
|
|
416
|
+
} | (string | {
|
|
1091
417
|
[x: string]: boolean;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
418
|
+
} | (string | {
|
|
419
|
+
[x: string]: boolean;
|
|
420
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => 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 | {
|
|
431
|
+
[x: string]: boolean;
|
|
432
|
+
} | (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
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => 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 | {
|
|
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
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
469
|
+
[x: string]: boolean;
|
|
470
|
+
} | (string | {
|
|
471
|
+
[x: string]: boolean;
|
|
472
|
+
} | (string | {
|
|
473
|
+
[x: string]: boolean;
|
|
474
|
+
} | (string | {
|
|
475
|
+
[x: string]: boolean;
|
|
476
|
+
} | (string | {
|
|
477
|
+
[x: string]: boolean;
|
|
478
|
+
} | (string | {
|
|
479
|
+
[x: string]: boolean;
|
|
480
|
+
} | (string | {
|
|
481
|
+
[x: string]: boolean;
|
|
482
|
+
} | (string | {
|
|
483
|
+
[x: string]: boolean;
|
|
484
|
+
} | (string | {
|
|
485
|
+
[x: string]: boolean;
|
|
486
|
+
} | (string | {
|
|
487
|
+
[x: string]: boolean;
|
|
488
|
+
} | (string | {
|
|
489
|
+
[x: string]: boolean;
|
|
490
|
+
} | (string | {
|
|
491
|
+
[x: string]: boolean;
|
|
492
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
1113
493
|
readonly required: false;
|
|
1114
494
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1115
495
|
__epPropKey: true;
|
|
1116
|
-
} & {
|
|
1117
|
-
readonly default: string;
|
|
1118
496
|
};
|
|
497
|
+
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>;
|
|
498
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
499
|
+
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>;
|
|
1119
500
|
tagType: {
|
|
1120
501
|
default: string;
|
|
1121
|
-
type: import("vue").PropType<"
|
|
502
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
1122
503
|
required: false;
|
|
1123
504
|
validator: ((val: unknown) => boolean) | undefined;
|
|
1124
505
|
__epPropKey: true;
|
|
1125
506
|
};
|
|
1126
507
|
tagEffect: {
|
|
1127
508
|
default: string;
|
|
1128
|
-
type: import("vue").PropType<"dark" | "light" | "plain"
|
|
509
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
1129
510
|
required: false;
|
|
1130
511
|
validator: ((val: unknown) => boolean) | undefined;
|
|
1131
512
|
__epPropKey: true;
|
|
1132
513
|
};
|
|
1133
|
-
validateEvent:
|
|
1134
|
-
|
|
1135
|
-
readonly required: false;
|
|
1136
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1137
|
-
__epPropKey: true;
|
|
1138
|
-
} & {
|
|
1139
|
-
readonly default: boolean;
|
|
1140
|
-
};
|
|
1141
|
-
persistent: {
|
|
1142
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1143
|
-
readonly required: false;
|
|
1144
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1145
|
-
__epPropKey: true;
|
|
1146
|
-
} & {
|
|
1147
|
-
readonly default: boolean;
|
|
1148
|
-
};
|
|
1149
|
-
showCheckedStrategy: {
|
|
1150
|
-
readonly type: import("vue").PropType<string>;
|
|
1151
|
-
readonly required: false;
|
|
1152
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1153
|
-
__epPropKey: true;
|
|
1154
|
-
} & {
|
|
1155
|
-
readonly default: string;
|
|
1156
|
-
};
|
|
514
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
515
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1157
516
|
checkOnClickNode: BooleanConstructor;
|
|
1158
|
-
showPrefix:
|
|
1159
|
-
|
|
1160
|
-
readonly required: false;
|
|
1161
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1162
|
-
__epPropKey: true;
|
|
1163
|
-
} & {
|
|
1164
|
-
readonly default: boolean;
|
|
1165
|
-
};
|
|
517
|
+
showPrefix: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
518
|
+
fitInputWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<(BooleanConstructor | NumberConstructor)[], unknown, unknown, boolean, boolean>;
|
|
1166
519
|
modelValue: {
|
|
1167
|
-
readonly type: import("vue").PropType<(string | number)[] | (
|
|
1168
|
-
readonly required: false;
|
|
1169
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1170
|
-
__epPropKey: true;
|
|
1171
|
-
};
|
|
1172
|
-
options: {
|
|
1173
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
520
|
+
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>>;
|
|
1174
521
|
readonly required: false;
|
|
1175
522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1176
523
|
__epPropKey: true;
|
|
1177
|
-
} & {
|
|
1178
|
-
readonly default: () => import("element-plus").CascaderOption[];
|
|
1179
|
-
};
|
|
1180
|
-
props: {
|
|
1181
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
1182
|
-
readonly required: false;
|
|
1183
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1184
|
-
__epPropKey: true;
|
|
1185
|
-
} & {
|
|
1186
|
-
readonly default: () => import("element-plus").CascaderProps;
|
|
1187
524
|
};
|
|
525
|
+
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>;
|
|
526
|
+
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>;
|
|
527
|
+
virtualScroll: BooleanConstructor;
|
|
528
|
+
itemSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 34, boolean>;
|
|
529
|
+
height: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 204, boolean>;
|
|
1188
530
|
}>> & Readonly<{
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
onVisibleChange?: (val: boolean) => any;
|
|
1195
|
-
onExpandChange?: (val: import("element-plus").CascaderValue) => any;
|
|
1196
|
-
onRemoveTag?: (val: (
|
|
531
|
+
onClear?: (() => any) | undefined;
|
|
532
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
533
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
534
|
+
"onUpdate:modelValue"?: ((value: import("element-plus").CascaderValue | null | undefined) => any) | undefined;
|
|
535
|
+
onChange?: ((value: import("element-plus").CascaderValue | null | undefined) => any) | undefined;
|
|
536
|
+
onVisibleChange?: ((val: boolean) => any) | undefined;
|
|
537
|
+
onExpandChange?: ((val: import("element-plus").CascaderValue) => any) | undefined;
|
|
538
|
+
onRemoveTag?: ((val: import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue) => any) | undefined;
|
|
1197
539
|
}>, {
|
|
1198
|
-
required:
|
|
540
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1199
541
|
formItemSize: "default" | "small" | "large";
|
|
1200
|
-
formItemSlots: import("
|
|
542
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
1201
543
|
inline: boolean;
|
|
1202
544
|
readonly: boolean;
|
|
1203
545
|
formItemTip: string;
|
|
1204
|
-
formItemTipClass: any;
|
|
1205
546
|
labelTip: string;
|
|
1206
547
|
information: boolean;
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
inlineMessage: string | boolean;
|
|
1212
|
-
showMessage: boolean;
|
|
1213
|
-
disabled: boolean;
|
|
1214
|
-
persistent: boolean;
|
|
1215
|
-
teleported: boolean;
|
|
1216
|
-
effect: import("element-plus").PopperEffect;
|
|
1217
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
1218
|
-
placement: import("element-plus").Placement;
|
|
1219
|
-
props: import("element-plus").CascaderProps;
|
|
548
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
549
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
550
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
551
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1220
552
|
clearable: boolean;
|
|
1221
|
-
|
|
553
|
+
clearIcon: 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) | null)[], unknown, unknown>;
|
|
554
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
555
|
+
props: import("element-plus").CascaderProps;
|
|
1222
556
|
options: import("element-plus").CascaderOption[];
|
|
1223
|
-
|
|
1224
|
-
valueOnClear: string | number | boolean | Function
|
|
557
|
+
optionsUrl: string;
|
|
558
|
+
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>;
|
|
559
|
+
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>;
|
|
1225
560
|
filterable: boolean;
|
|
561
|
+
popperStyle: import("vue").StyleValue;
|
|
562
|
+
debounce: number;
|
|
563
|
+
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
1226
564
|
collapseTags: boolean;
|
|
1227
565
|
collapseTagsTooltip: boolean;
|
|
1228
566
|
maxCollapseTags: number;
|
|
1229
|
-
|
|
1230
|
-
|
|
567
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
568
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
569
|
+
fitInputWidth: import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | NumberConstructor)[], unknown, unknown>;
|
|
570
|
+
tagType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
571
|
+
tagEffect: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>;
|
|
572
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
573
|
+
showCheckedStrategy: "parent" | "child";
|
|
574
|
+
cascaderSlots: import("@vunk/shared").NormalObject;
|
|
1231
575
|
separator: string;
|
|
1232
|
-
showAllLevels:
|
|
1233
|
-
debounce: number;
|
|
576
|
+
showAllLevels: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1234
577
|
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
1235
|
-
showCheckedStrategy: string;
|
|
1236
578
|
checkOnClickNode: boolean;
|
|
1237
|
-
showPrefix:
|
|
1238
|
-
|
|
1239
|
-
|
|
579
|
+
showPrefix: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
580
|
+
virtualScroll: boolean;
|
|
581
|
+
itemSize: number;
|
|
582
|
+
height: number;
|
|
1240
583
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
584
|
+
declare const _default: typeof __VLS_export;
|
|
1241
585
|
export default _default;
|