@vunk/form 2.18.2 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +54 -951
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +448 -1016
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1072
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +41 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -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 +1 -901
- package/components/input-array/src/index.vue.d.ts +43 -730
- 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 +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +209 -109
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +151 -420
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +65 -258
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +1776 -24
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +79 -411
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -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 +207 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
export declare const props: {
|
|
2
|
+
placement: {
|
|
3
|
+
type: import("vue").PropType<import("element-plus").Placement>;
|
|
4
|
+
};
|
|
5
|
+
showCheckedStrategy: {
|
|
6
|
+
type: import("vue").PropType<"parent" | "child">;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
2
9
|
optionsUrl: {
|
|
3
10
|
type: StringConstructor;
|
|
4
11
|
default: string;
|
|
5
12
|
};
|
|
6
13
|
readonly: {
|
|
7
14
|
type: BooleanConstructor;
|
|
8
|
-
default:
|
|
15
|
+
default: undefined;
|
|
9
16
|
};
|
|
10
17
|
cascaderSlots: {
|
|
11
18
|
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
12
19
|
default: () => {};
|
|
13
20
|
};
|
|
14
21
|
cascaderRef: {
|
|
15
|
-
type: import("vue").PropType<
|
|
22
|
+
type: import("vue").PropType<import("@vunk/shared").AnyFunc>;
|
|
16
23
|
required: boolean;
|
|
17
24
|
};
|
|
18
|
-
required:
|
|
19
|
-
readonly type: import("vue").PropType<boolean>;
|
|
20
|
-
readonly required: false;
|
|
21
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
-
__epPropKey: true;
|
|
23
|
-
} & {
|
|
24
|
-
readonly default: undefined;
|
|
25
|
-
};
|
|
25
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
26
26
|
formItemSize: {
|
|
27
27
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
28
28
|
default: "default" | "small" | "large";
|
|
29
29
|
};
|
|
30
30
|
formItemSlots: {
|
|
31
|
-
type: import("vue").PropType<import("
|
|
32
|
-
default:
|
|
31
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
32
|
+
default: undefined;
|
|
33
33
|
};
|
|
34
34
|
elRef: {
|
|
35
35
|
type: import("vue").PropType<any>;
|
|
@@ -41,165 +41,89 @@ export declare const props: {
|
|
|
41
41
|
};
|
|
42
42
|
formItemTip: {
|
|
43
43
|
type: StringConstructor;
|
|
44
|
-
default:
|
|
44
|
+
default: undefined;
|
|
45
45
|
};
|
|
46
|
-
formItemTipClass:
|
|
46
|
+
formItemTipClass: null;
|
|
47
47
|
labelTip: {
|
|
48
48
|
type: StringConstructor;
|
|
49
|
-
default:
|
|
49
|
+
default: undefined;
|
|
50
50
|
};
|
|
51
51
|
information: {
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
-
prop:
|
|
56
|
-
defaultModelValue:
|
|
55
|
+
prop: null;
|
|
56
|
+
defaultModelValue: null;
|
|
57
57
|
label: StringConstructor;
|
|
58
58
|
labelWidth: {
|
|
59
|
-
readonly type: import("vue").PropType<
|
|
59
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
60
60
|
readonly required: false;
|
|
61
61
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
62
|
__epPropKey: true;
|
|
63
|
-
} & {
|
|
64
|
-
readonly default: "";
|
|
65
|
-
};
|
|
66
|
-
labelPosition: {
|
|
67
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
68
|
-
readonly required: false;
|
|
69
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
-
__epPropKey: true;
|
|
71
|
-
} & {
|
|
72
|
-
readonly default: "";
|
|
73
63
|
};
|
|
64
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
74
65
|
rules: {
|
|
75
|
-
readonly type: import("vue").PropType<unknown
|
|
66
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | null)[], unknown, unknown>>;
|
|
76
67
|
readonly required: false;
|
|
77
68
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
69
|
__epPropKey: true;
|
|
79
70
|
};
|
|
80
71
|
error: StringConstructor;
|
|
81
72
|
validateStatus: {
|
|
82
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
73
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
83
74
|
readonly required: false;
|
|
84
75
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
76
|
__epPropKey: true;
|
|
86
77
|
};
|
|
87
78
|
for: StringConstructor;
|
|
88
|
-
inlineMessage:
|
|
89
|
-
|
|
90
|
-
readonly required: false;
|
|
91
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
-
__epPropKey: true;
|
|
93
|
-
} & {
|
|
94
|
-
readonly default: "";
|
|
95
|
-
};
|
|
96
|
-
showMessage: {
|
|
97
|
-
readonly type: import("vue").PropType<boolean>;
|
|
98
|
-
readonly required: false;
|
|
99
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
-
__epPropKey: true;
|
|
101
|
-
} & {
|
|
102
|
-
readonly default: true;
|
|
103
|
-
};
|
|
79
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
80
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
104
81
|
emptyValues: ArrayConstructor;
|
|
105
|
-
valueOnClear:
|
|
106
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
107
|
-
readonly required: false;
|
|
108
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
|
-
__epPropKey: true;
|
|
110
|
-
} & {
|
|
111
|
-
readonly default: undefined;
|
|
112
|
-
};
|
|
82
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
|
|
113
83
|
size: {
|
|
114
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
84
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
115
85
|
readonly required: false;
|
|
116
86
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
87
|
__epPropKey: true;
|
|
118
88
|
};
|
|
119
89
|
placeholder: StringConstructor;
|
|
120
|
-
disabled: BooleanConstructor
|
|
90
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
121
91
|
clearable: BooleanConstructor;
|
|
122
|
-
clearIcon: {
|
|
123
|
-
readonly type: import("vue").PropType<unknown>;
|
|
124
|
-
readonly required: false;
|
|
125
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
|
-
__epPropKey: true;
|
|
127
|
-
};
|
|
92
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
128
93
|
filterable: BooleanConstructor;
|
|
129
|
-
filterMethod: {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
readonly
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
|
-
__epPropKey: true;
|
|
142
|
-
} & {
|
|
143
|
-
readonly default: string;
|
|
144
|
-
};
|
|
145
|
-
showAllLevels: {
|
|
146
|
-
readonly type: import("vue").PropType<boolean>;
|
|
147
|
-
readonly required: false;
|
|
148
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
|
-
__epPropKey: true;
|
|
150
|
-
} & {
|
|
151
|
-
readonly default: boolean;
|
|
152
|
-
};
|
|
94
|
+
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) | {
|
|
95
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
96
|
+
new (): any;
|
|
97
|
+
readonly prototype: any;
|
|
98
|
+
} | ((new (...args: any[]) => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | (() => (node: import("element-plus").CascaderNode, keyword: string) => boolean) | {
|
|
99
|
+
(): (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
100
|
+
new (): any;
|
|
101
|
+
readonly prototype: any;
|
|
102
|
+
} | null)[], unknown, unknown, (node: import("element-plus").CascaderNode, keyword: string) => boolean, boolean>;
|
|
103
|
+
separator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
104
|
+
showAllLevels: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
153
105
|
collapseTags: BooleanConstructor;
|
|
154
|
-
maxCollapseTags:
|
|
155
|
-
readonly type: import("vue").PropType<number>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
} & {
|
|
160
|
-
readonly default: number;
|
|
161
|
-
};
|
|
106
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
162
107
|
collapseTagsTooltip: BooleanConstructor;
|
|
163
108
|
maxCollapseTagsTooltipHeight: {
|
|
164
|
-
readonly type: import("vue").PropType<
|
|
109
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
165
110
|
readonly required: false;
|
|
166
111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
112
|
__epPropKey: true;
|
|
168
113
|
};
|
|
169
|
-
debounce:
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
|
-
__epPropKey: true;
|
|
182
|
-
} & {
|
|
183
|
-
readonly default: () => true;
|
|
184
|
-
};
|
|
185
|
-
placement: {
|
|
186
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
187
|
-
readonly required: false;
|
|
188
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
189
|
-
__epPropKey: true;
|
|
190
|
-
} & {
|
|
191
|
-
readonly default: string;
|
|
192
|
-
};
|
|
193
|
-
fallbackPlacements: {
|
|
194
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
195
|
-
readonly required: false;
|
|
196
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
|
-
__epPropKey: true;
|
|
198
|
-
} & {
|
|
199
|
-
readonly default: string[];
|
|
200
|
-
};
|
|
114
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
115
|
+
beforeFilter: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
116
|
+
(): (value: string) => boolean | Promise<any>;
|
|
117
|
+
new (): any;
|
|
118
|
+
readonly prototype: any;
|
|
119
|
+
} | ((new (...args: any[]) => (value: string) => boolean | Promise<any>) | (() => (value: string) => boolean | Promise<any>) | {
|
|
120
|
+
(): (value: string) => boolean | Promise<any>;
|
|
121
|
+
new (): any;
|
|
122
|
+
readonly prototype: any;
|
|
123
|
+
} | null)[], unknown, unknown, () => true, boolean>;
|
|
124
|
+
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>;
|
|
201
125
|
popperClass: {
|
|
202
|
-
readonly type: import("vue").PropType<string | {
|
|
126
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
203
127
|
[x: string]: boolean;
|
|
204
128
|
} | (string | {
|
|
205
129
|
[x: string]: boolean;
|
|
@@ -221,102 +145,110 @@ export declare const props: {
|
|
|
221
145
|
[x: string]: boolean;
|
|
222
146
|
} | (string | any[] | {
|
|
223
147
|
[x: string]: boolean;
|
|
224
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
148
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
149
|
+
[x: string]: boolean;
|
|
150
|
+
} | (string | {
|
|
151
|
+
[x: string]: boolean;
|
|
152
|
+
} | (string | {
|
|
153
|
+
[x: string]: boolean;
|
|
154
|
+
} | (string | {
|
|
155
|
+
[x: string]: boolean;
|
|
156
|
+
} | (string | {
|
|
157
|
+
[x: string]: boolean;
|
|
158
|
+
} | (string | {
|
|
159
|
+
[x: string]: boolean;
|
|
160
|
+
} | (string | {
|
|
161
|
+
[x: string]: boolean;
|
|
162
|
+
} | (string | {
|
|
163
|
+
[x: string]: boolean;
|
|
164
|
+
} | (string | {
|
|
165
|
+
[x: string]: boolean;
|
|
166
|
+
} | (string | {
|
|
167
|
+
[x: string]: boolean;
|
|
168
|
+
} | (string | any[] | {
|
|
169
|
+
[x: string]: boolean;
|
|
170
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
171
|
+
[x: string]: boolean;
|
|
172
|
+
} | (string | {
|
|
173
|
+
[x: string]: boolean;
|
|
174
|
+
} | (string | {
|
|
175
|
+
[x: string]: boolean;
|
|
176
|
+
} | (string | {
|
|
177
|
+
[x: string]: boolean;
|
|
178
|
+
} | (string | {
|
|
179
|
+
[x: string]: boolean;
|
|
180
|
+
} | (string | {
|
|
181
|
+
[x: string]: boolean;
|
|
182
|
+
} | (string | {
|
|
183
|
+
[x: string]: boolean;
|
|
184
|
+
} | (string | {
|
|
185
|
+
[x: string]: boolean;
|
|
186
|
+
} | (string | {
|
|
187
|
+
[x: string]: boolean;
|
|
188
|
+
} | (string | {
|
|
189
|
+
[x: string]: boolean;
|
|
190
|
+
} | (string | any[] | {
|
|
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
|
+
} | (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 | any[] | {
|
|
213
|
+
[x: string]: boolean;
|
|
214
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
245
215
|
readonly required: false;
|
|
246
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
217
|
__epPropKey: true;
|
|
248
|
-
} & {
|
|
249
|
-
readonly default: string;
|
|
250
218
|
};
|
|
219
|
+
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>;
|
|
220
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
221
|
+
effect: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | null)[], unknown, unknown, string, boolean>;
|
|
251
222
|
tagType: {
|
|
252
223
|
default: string;
|
|
253
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger"
|
|
224
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>>;
|
|
254
225
|
required: false;
|
|
255
226
|
validator: ((val: unknown) => boolean) | undefined;
|
|
256
227
|
__epPropKey: true;
|
|
257
228
|
};
|
|
258
229
|
tagEffect: {
|
|
259
230
|
default: string;
|
|
260
|
-
type: import("vue").PropType<"
|
|
231
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
261
232
|
required: false;
|
|
262
233
|
validator: ((val: unknown) => boolean) | undefined;
|
|
263
234
|
__epPropKey: true;
|
|
264
235
|
};
|
|
265
|
-
validateEvent:
|
|
266
|
-
|
|
267
|
-
readonly required: false;
|
|
268
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
-
__epPropKey: true;
|
|
270
|
-
} & {
|
|
271
|
-
readonly default: boolean;
|
|
272
|
-
};
|
|
273
|
-
persistent: {
|
|
274
|
-
readonly type: import("vue").PropType<boolean>;
|
|
275
|
-
readonly required: false;
|
|
276
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
|
-
__epPropKey: true;
|
|
278
|
-
} & {
|
|
279
|
-
readonly default: boolean;
|
|
280
|
-
};
|
|
281
|
-
showCheckedStrategy: {
|
|
282
|
-
readonly type: import("vue").PropType<string>;
|
|
283
|
-
readonly required: false;
|
|
284
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
|
-
__epPropKey: true;
|
|
286
|
-
} & {
|
|
287
|
-
readonly default: string;
|
|
288
|
-
};
|
|
236
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
237
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
289
238
|
checkOnClickNode: BooleanConstructor;
|
|
290
|
-
showPrefix:
|
|
291
|
-
|
|
292
|
-
readonly required: false;
|
|
293
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
-
__epPropKey: true;
|
|
295
|
-
} & {
|
|
296
|
-
readonly default: boolean;
|
|
297
|
-
};
|
|
239
|
+
showPrefix: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
240
|
+
fitInputWidth: import("element-plus/es/utils/index.mjs").EpPropFinalized<(BooleanConstructor | NumberConstructor)[], unknown, unknown, boolean, boolean>;
|
|
298
241
|
modelValue: {
|
|
299
|
-
readonly type: import("vue").PropType<(string | number)[] | (
|
|
300
|
-
readonly required: false;
|
|
301
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
-
__epPropKey: true;
|
|
303
|
-
};
|
|
304
|
-
options: {
|
|
305
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
306
|
-
readonly required: false;
|
|
307
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
308
|
-
__epPropKey: true;
|
|
309
|
-
} & {
|
|
310
|
-
readonly default: () => import("element-plus").CascaderOption[];
|
|
311
|
-
};
|
|
312
|
-
props: {
|
|
313
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
242
|
+
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>>;
|
|
314
243
|
readonly required: false;
|
|
315
244
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
316
245
|
__epPropKey: true;
|
|
317
|
-
} & {
|
|
318
|
-
readonly default: () => import("element-plus").CascaderProps;
|
|
319
246
|
};
|
|
247
|
+
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>;
|
|
248
|
+
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>;
|
|
249
|
+
virtualScroll: BooleanConstructor;
|
|
250
|
+
itemSize: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 34, boolean>;
|
|
251
|
+
height: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 204, boolean>;
|
|
320
252
|
};
|
|
321
253
|
export declare const emits: {
|
|
322
254
|
"update:modelValue": (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
@@ -326,5 +258,5 @@ export declare const emits: {
|
|
|
326
258
|
clear: () => boolean;
|
|
327
259
|
visibleChange: (val: boolean) => boolean;
|
|
328
260
|
expandChange: (val: import("element-plus").CascaderValue) => boolean;
|
|
329
|
-
removeTag: (val: import("element-plus").
|
|
261
|
+
removeTag: (val: import("element-plus").CascaderNodeValue | import("element-plus").CascaderNodePathValue) => boolean;
|
|
330
262
|
};
|