@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,6 +1,8 @@
|
|
|
1
1
|
import { ElOption } from 'element-plus';
|
|
2
|
-
declare const _default:
|
|
3
|
-
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
+
modelValue: null;
|
|
4
6
|
props: {
|
|
5
7
|
type: import("vue").PropType<{
|
|
6
8
|
label?: string;
|
|
@@ -12,13 +14,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
14
|
};
|
|
13
15
|
options: {
|
|
14
16
|
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<typeof ElOption>[]>;
|
|
15
|
-
default: () =>
|
|
17
|
+
default: () => never[];
|
|
16
18
|
};
|
|
17
19
|
selectSlots: {
|
|
18
|
-
type: import("vue").PropType<import("./types").SelectSlots>;
|
|
19
|
-
default:
|
|
20
|
+
type: import("vue").PropType<import("./types.ts").SelectSlots>;
|
|
21
|
+
default: undefined;
|
|
20
22
|
};
|
|
21
|
-
selectRef:
|
|
23
|
+
selectRef: null;
|
|
22
24
|
optionsUrl: {
|
|
23
25
|
type: StringConstructor;
|
|
24
26
|
default: string;
|
|
@@ -27,74 +29,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
29
|
type: BooleanConstructor;
|
|
28
30
|
default: boolean;
|
|
29
31
|
};
|
|
30
|
-
slots:
|
|
32
|
+
slots: null;
|
|
31
33
|
optionChildrenProp: {
|
|
32
34
|
type: StringConstructor;
|
|
33
35
|
default: string;
|
|
34
36
|
};
|
|
35
37
|
ariaLabel: StringConstructor;
|
|
36
38
|
emptyValues: ArrayConstructor;
|
|
37
|
-
valueOnClear:
|
|
38
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
39
|
-
readonly required: false;
|
|
40
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
-
__epPropKey: true;
|
|
42
|
-
} & {
|
|
43
|
-
readonly default: undefined;
|
|
44
|
-
};
|
|
39
|
+
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>;
|
|
45
40
|
name: StringConstructor;
|
|
46
41
|
id: StringConstructor;
|
|
47
|
-
autocomplete:
|
|
48
|
-
readonly type: import("vue").PropType<string>;
|
|
49
|
-
readonly required: false;
|
|
50
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
-
__epPropKey: true;
|
|
52
|
-
} & {
|
|
53
|
-
readonly default: string;
|
|
54
|
-
};
|
|
42
|
+
autocomplete: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
55
43
|
automaticDropdown: BooleanConstructor;
|
|
56
44
|
size: {
|
|
57
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
58
|
-
readonly required: false;
|
|
59
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
-
__epPropKey: true;
|
|
61
|
-
};
|
|
62
|
-
effect: {
|
|
63
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
45
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
64
46
|
readonly required: false;
|
|
65
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
48
|
__epPropKey: true;
|
|
67
|
-
} & {
|
|
68
|
-
readonly default: string;
|
|
69
49
|
};
|
|
70
|
-
|
|
50
|
+
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>;
|
|
51
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
71
52
|
clearable: BooleanConstructor;
|
|
72
53
|
filterable: BooleanConstructor;
|
|
73
54
|
allowCreate: BooleanConstructor;
|
|
74
55
|
loading: BooleanConstructor;
|
|
75
|
-
popperClass:
|
|
76
|
-
readonly type: import("vue").PropType<string>;
|
|
77
|
-
readonly required: false;
|
|
78
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
|
-
__epPropKey: true;
|
|
80
|
-
} & {
|
|
81
|
-
readonly default: string;
|
|
82
|
-
};
|
|
56
|
+
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
83
57
|
popperStyle: {
|
|
84
|
-
readonly type: import("vue").PropType<string | import("vue").CSSProperties
|
|
85
|
-
readonly required: false;
|
|
86
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
-
__epPropKey: true;
|
|
88
|
-
};
|
|
89
|
-
popperOptions: {
|
|
90
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
58
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | (((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties)) | null)[], unknown, unknown>>;
|
|
91
59
|
readonly required: false;
|
|
92
60
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
61
|
__epPropKey: true;
|
|
94
|
-
} & {
|
|
95
|
-
readonly default: () => Partial<import("element-plus").Options>;
|
|
96
62
|
};
|
|
63
|
+
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | (((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>)) | null)[], unknown, unknown, () => Partial<import("element-plus").Options>, boolean>;
|
|
97
64
|
remote: BooleanConstructor;
|
|
65
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
98
66
|
loadingText: StringConstructor;
|
|
99
67
|
noMatchText: StringConstructor;
|
|
100
68
|
noDataText: StringConstructor;
|
|
@@ -111,14 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
79
|
__epPropKey: true;
|
|
112
80
|
};
|
|
113
81
|
multiple: BooleanConstructor;
|
|
114
|
-
multipleLimit:
|
|
115
|
-
readonly type: import("vue").PropType<number>;
|
|
116
|
-
readonly required: false;
|
|
117
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
-
__epPropKey: true;
|
|
119
|
-
} & {
|
|
120
|
-
readonly default: number;
|
|
121
|
-
};
|
|
82
|
+
multipleLimit: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
122
83
|
placeholder: {
|
|
123
84
|
readonly type: import("vue").PropType<string>;
|
|
124
85
|
readonly required: false;
|
|
@@ -126,145 +87,52 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
87
|
__epPropKey: true;
|
|
127
88
|
};
|
|
128
89
|
defaultFirstOption: BooleanConstructor;
|
|
129
|
-
reserveKeyword:
|
|
130
|
-
|
|
131
|
-
readonly required: false;
|
|
132
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
|
-
__epPropKey: true;
|
|
134
|
-
} & {
|
|
135
|
-
readonly default: boolean;
|
|
136
|
-
};
|
|
137
|
-
valueKey: {
|
|
138
|
-
readonly type: import("vue").PropType<string>;
|
|
139
|
-
readonly required: false;
|
|
140
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
|
-
__epPropKey: true;
|
|
142
|
-
} & {
|
|
143
|
-
readonly default: string;
|
|
144
|
-
};
|
|
90
|
+
reserveKeyword: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
91
|
+
valueKey: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
145
92
|
collapseTags: BooleanConstructor;
|
|
146
93
|
collapseTagsTooltip: BooleanConstructor;
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
} & {
|
|
153
|
-
readonly default: number;
|
|
154
|
-
};
|
|
155
|
-
teleported: {
|
|
156
|
-
readonly type: import("vue").PropType<boolean>;
|
|
157
|
-
readonly required: false;
|
|
158
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
|
-
__epPropKey: true;
|
|
160
|
-
} & {
|
|
161
|
-
readonly default: true;
|
|
162
|
-
};
|
|
163
|
-
persistent: {
|
|
164
|
-
readonly type: import("vue").PropType<boolean>;
|
|
165
|
-
readonly required: false;
|
|
166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
|
-
__epPropKey: true;
|
|
168
|
-
} & {
|
|
169
|
-
readonly default: boolean;
|
|
170
|
-
};
|
|
171
|
-
clearIcon: {
|
|
172
|
-
readonly type: import("vue").PropType<unknown>;
|
|
173
|
-
readonly required: false;
|
|
174
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
|
-
__epPropKey: true;
|
|
176
|
-
};
|
|
94
|
+
tagTooltip: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").TagTooltipProps) | (() => import("element-plus").TagTooltipProps) | (((new (...args: any[]) => import("element-plus").TagTooltipProps) | (() => import("element-plus").TagTooltipProps)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
95
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
96
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
97
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
98
|
+
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>;
|
|
177
99
|
fitInputWidth: BooleanConstructor;
|
|
178
|
-
suffixIcon: {
|
|
179
|
-
readonly type: import("vue").PropType<unknown>;
|
|
180
|
-
readonly required: false;
|
|
181
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
-
__epPropKey: true;
|
|
183
|
-
};
|
|
100
|
+
suffixIcon: 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>;
|
|
184
101
|
tagType: {
|
|
185
102
|
default: string;
|
|
186
|
-
type: import("vue").PropType<"
|
|
103
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
187
104
|
required: false;
|
|
188
105
|
validator: ((val: unknown) => boolean) | undefined;
|
|
189
106
|
__epPropKey: true;
|
|
190
107
|
};
|
|
191
108
|
tagEffect: {
|
|
192
109
|
default: string;
|
|
193
|
-
type: import("vue").PropType<"dark" | "light" | "plain"
|
|
110
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
194
111
|
required: false;
|
|
195
112
|
validator: ((val: unknown) => boolean) | undefined;
|
|
196
113
|
__epPropKey: true;
|
|
197
114
|
};
|
|
198
|
-
validateEvent:
|
|
199
|
-
readonly type: import("vue").PropType<boolean>;
|
|
200
|
-
readonly required: false;
|
|
201
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
|
-
__epPropKey: true;
|
|
203
|
-
} & {
|
|
204
|
-
readonly default: boolean;
|
|
205
|
-
};
|
|
115
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
206
116
|
remoteShowSuffix: BooleanConstructor;
|
|
207
|
-
showArrow:
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
} & {
|
|
213
|
-
readonly default: boolean;
|
|
214
|
-
};
|
|
215
|
-
offset: {
|
|
216
|
-
readonly type: import("vue").PropType<number>;
|
|
217
|
-
readonly required: false;
|
|
218
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
|
-
__epPropKey: true;
|
|
220
|
-
} & {
|
|
221
|
-
readonly default: number;
|
|
222
|
-
};
|
|
223
|
-
placement: {
|
|
224
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
225
|
-
readonly required: false;
|
|
226
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
227
|
-
__epPropKey: true;
|
|
228
|
-
} & {
|
|
229
|
-
readonly default: string;
|
|
230
|
-
};
|
|
231
|
-
fallbackPlacements: {
|
|
232
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
233
|
-
readonly required: false;
|
|
234
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
|
-
__epPropKey: true;
|
|
236
|
-
} & {
|
|
237
|
-
readonly default: string[];
|
|
238
|
-
};
|
|
239
|
-
tabindex: {
|
|
240
|
-
readonly type: import("vue").PropType<string | number>;
|
|
241
|
-
readonly required: false;
|
|
242
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
243
|
-
__epPropKey: true;
|
|
244
|
-
} & {
|
|
245
|
-
readonly default: number;
|
|
246
|
-
};
|
|
117
|
+
showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
118
|
+
offset: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
119
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, string, boolean>;
|
|
120
|
+
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>;
|
|
121
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
247
122
|
appendTo: {
|
|
248
|
-
readonly type: import("vue").PropType<string | HTMLElement
|
|
123
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
249
124
|
readonly required: false;
|
|
250
125
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
126
|
__epPropKey: true;
|
|
252
127
|
};
|
|
253
|
-
required:
|
|
254
|
-
readonly type: import("vue").PropType<boolean>;
|
|
255
|
-
readonly required: false;
|
|
256
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
257
|
-
__epPropKey: true;
|
|
258
|
-
} & {
|
|
259
|
-
readonly default: undefined;
|
|
260
|
-
};
|
|
128
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
261
129
|
formItemSize: {
|
|
262
130
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
263
131
|
default: "default" | "small" | "large";
|
|
264
132
|
};
|
|
265
133
|
formItemSlots: {
|
|
266
|
-
type: import("vue").PropType<import("
|
|
267
|
-
default:
|
|
134
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
135
|
+
default: undefined;
|
|
268
136
|
};
|
|
269
137
|
elRef: {
|
|
270
138
|
type: import("vue").PropType<any>;
|
|
@@ -276,235 +144,85 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
276
144
|
};
|
|
277
145
|
readonly: {
|
|
278
146
|
type: BooleanConstructor;
|
|
279
|
-
default:
|
|
147
|
+
default: undefined;
|
|
280
148
|
};
|
|
281
149
|
formItemTip: {
|
|
282
150
|
type: StringConstructor;
|
|
283
|
-
default:
|
|
151
|
+
default: undefined;
|
|
284
152
|
};
|
|
285
|
-
formItemTipClass:
|
|
153
|
+
formItemTipClass: null;
|
|
286
154
|
labelTip: {
|
|
287
155
|
type: StringConstructor;
|
|
288
|
-
default:
|
|
156
|
+
default: undefined;
|
|
289
157
|
};
|
|
290
158
|
information: {
|
|
291
159
|
type: BooleanConstructor;
|
|
292
160
|
default: boolean;
|
|
293
161
|
};
|
|
294
|
-
prop:
|
|
295
|
-
defaultModelValue:
|
|
162
|
+
prop: null;
|
|
163
|
+
defaultModelValue: null;
|
|
296
164
|
label: StringConstructor;
|
|
297
165
|
labelWidth: {
|
|
298
|
-
readonly type: import("vue").PropType<
|
|
299
|
-
readonly required: false;
|
|
300
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
301
|
-
__epPropKey: true;
|
|
302
|
-
} & {
|
|
303
|
-
readonly default: "";
|
|
304
|
-
};
|
|
305
|
-
labelPosition: {
|
|
306
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
166
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
307
167
|
readonly required: false;
|
|
308
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
309
169
|
__epPropKey: true;
|
|
310
|
-
} & {
|
|
311
|
-
readonly default: "";
|
|
312
170
|
};
|
|
171
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
313
172
|
rules: {
|
|
314
|
-
readonly type: import("vue").PropType<unknown
|
|
173
|
+
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>>;
|
|
315
174
|
readonly required: false;
|
|
316
175
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
176
|
__epPropKey: true;
|
|
318
177
|
};
|
|
319
178
|
error: StringConstructor;
|
|
320
179
|
validateStatus: {
|
|
321
|
-
readonly type: import("vue").PropType<"" | "
|
|
180
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
322
181
|
readonly required: false;
|
|
323
182
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
183
|
__epPropKey: true;
|
|
325
184
|
};
|
|
326
185
|
for: StringConstructor;
|
|
327
|
-
inlineMessage:
|
|
328
|
-
|
|
329
|
-
readonly required: false;
|
|
330
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
|
-
__epPropKey: true;
|
|
332
|
-
} & {
|
|
333
|
-
readonly default: "";
|
|
334
|
-
};
|
|
335
|
-
showMessage: {
|
|
336
|
-
readonly type: import("vue").PropType<boolean>;
|
|
337
|
-
readonly required: false;
|
|
338
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
339
|
-
__epPropKey: true;
|
|
340
|
-
} & {
|
|
341
|
-
readonly default: true;
|
|
342
|
-
};
|
|
186
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
187
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
343
188
|
}>, {
|
|
344
189
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
345
190
|
selectBindProps: import("vue").ComputedRef<{
|
|
346
|
-
size: "" | "default" | "small" | "large";
|
|
347
|
-
|
|
348
|
-
id: string;
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
placement: import("element-plus").Placement;
|
|
359
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
360
|
-
name: string;
|
|
191
|
+
size: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
192
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown>;
|
|
193
|
+
id: string | undefined;
|
|
194
|
+
autocomplete: string;
|
|
195
|
+
placeholder: string | undefined;
|
|
196
|
+
clearable: boolean;
|
|
197
|
+
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>;
|
|
198
|
+
suffixIcon: 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>;
|
|
199
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
200
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
201
|
+
ariaLabel: string | undefined;
|
|
202
|
+
name: string | undefined;
|
|
361
203
|
props: {
|
|
362
204
|
label?: string;
|
|
363
205
|
value?: string;
|
|
364
206
|
disabled?: string;
|
|
365
207
|
options?: string;
|
|
366
208
|
};
|
|
367
|
-
clearable: boolean;
|
|
368
|
-
multiple: boolean;
|
|
369
|
-
placeholder: string;
|
|
370
|
-
filterMethod: (query: string) => void;
|
|
371
209
|
loading: boolean;
|
|
372
|
-
options: import("@vunk/shared").VueComponentPropsType<{
|
|
373
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
374
|
-
value: {
|
|
375
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
376
|
-
readonly required: true;
|
|
377
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
378
|
-
__epPropKey: true;
|
|
379
|
-
};
|
|
380
|
-
label: {
|
|
381
|
-
readonly type: import("vue").PropType<string | number>;
|
|
382
|
-
readonly required: false;
|
|
383
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
|
-
__epPropKey: true;
|
|
385
|
-
};
|
|
386
|
-
created: BooleanConstructor;
|
|
387
|
-
disabled: BooleanConstructor;
|
|
388
|
-
}>>, {
|
|
389
|
-
ns: {
|
|
390
|
-
namespace: import("vue").ComputedRef<string>;
|
|
391
|
-
b: (blockSuffix?: string) => string;
|
|
392
|
-
e: (element?: string) => string;
|
|
393
|
-
m: (modifier?: string) => string;
|
|
394
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
395
|
-
em: (element?: string, modifier?: string) => string;
|
|
396
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
397
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
398
|
-
is: {
|
|
399
|
-
(name: string, state: boolean | undefined): string;
|
|
400
|
-
(name: string): string;
|
|
401
|
-
};
|
|
402
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
403
|
-
cssVarName: (name: string) => string;
|
|
404
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
405
|
-
cssVarBlockName: (name: string) => string;
|
|
406
|
-
};
|
|
407
|
-
id: import("vue").Ref<string>;
|
|
408
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
409
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
410
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
411
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
412
|
-
select: import("element-plus").SelectContext;
|
|
413
|
-
visible: import("vue").Ref<boolean>;
|
|
414
|
-
hover: import("vue").Ref<boolean>;
|
|
415
|
-
states: {
|
|
416
|
-
index: number;
|
|
417
|
-
groupDisabled: boolean;
|
|
418
|
-
visible: boolean;
|
|
419
|
-
hover: boolean;
|
|
420
|
-
};
|
|
421
|
-
hoverItem: () => void;
|
|
422
|
-
updateOption: (query: string) => void;
|
|
423
|
-
selectOptionClick: () => void;
|
|
424
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
425
|
-
disabled: boolean;
|
|
426
|
-
created: boolean;
|
|
427
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
428
|
-
P: {};
|
|
429
|
-
B: {};
|
|
430
|
-
D: {};
|
|
431
|
-
C: {};
|
|
432
|
-
M: {};
|
|
433
|
-
Defaults: {};
|
|
434
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
435
|
-
value: {
|
|
436
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
437
|
-
readonly required: true;
|
|
438
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
-
__epPropKey: true;
|
|
440
|
-
};
|
|
441
|
-
label: {
|
|
442
|
-
readonly type: import("vue").PropType<string | number>;
|
|
443
|
-
readonly required: false;
|
|
444
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
-
__epPropKey: true;
|
|
446
|
-
};
|
|
447
|
-
created: BooleanConstructor;
|
|
448
|
-
disabled: BooleanConstructor;
|
|
449
|
-
}>>, {
|
|
450
|
-
ns: {
|
|
451
|
-
namespace: import("vue").ComputedRef<string>;
|
|
452
|
-
b: (blockSuffix?: string) => string;
|
|
453
|
-
e: (element?: string) => string;
|
|
454
|
-
m: (modifier?: string) => string;
|
|
455
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
456
|
-
em: (element?: string, modifier?: string) => string;
|
|
457
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
458
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
459
|
-
is: {
|
|
460
|
-
(name: string, state: boolean | undefined): string;
|
|
461
|
-
(name: string): string;
|
|
462
|
-
};
|
|
463
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
464
|
-
cssVarName: (name: string) => string;
|
|
465
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
466
|
-
cssVarBlockName: (name: string) => string;
|
|
467
|
-
};
|
|
468
|
-
id: import("vue").Ref<string>;
|
|
469
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
470
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
471
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
472
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
473
|
-
select: import("element-plus").SelectContext;
|
|
474
|
-
visible: import("vue").Ref<boolean>;
|
|
475
|
-
hover: import("vue").Ref<boolean>;
|
|
476
|
-
states: {
|
|
477
|
-
index: number;
|
|
478
|
-
groupDisabled: boolean;
|
|
479
|
-
visible: boolean;
|
|
480
|
-
hover: boolean;
|
|
481
|
-
};
|
|
482
|
-
hoverItem: () => void;
|
|
483
|
-
updateOption: (query: string) => void;
|
|
484
|
-
selectOptionClick: () => void;
|
|
485
|
-
}, {}, {}, {}, {
|
|
486
|
-
disabled: boolean;
|
|
487
|
-
created: boolean;
|
|
488
|
-
}>;
|
|
489
|
-
__isFragment?: never;
|
|
490
|
-
__isTeleport?: never;
|
|
491
|
-
__isSuspense?: never;
|
|
492
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
210
|
+
options: import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
493
211
|
value: {
|
|
494
|
-
readonly type: import("vue").PropType<
|
|
212
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
495
213
|
readonly required: true;
|
|
496
214
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
497
215
|
__epPropKey: true;
|
|
498
216
|
};
|
|
499
217
|
label: {
|
|
500
|
-
readonly type: import("vue").PropType<
|
|
218
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
501
219
|
readonly required: false;
|
|
502
220
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
503
221
|
__epPropKey: true;
|
|
504
222
|
};
|
|
505
223
|
created: BooleanConstructor;
|
|
506
224
|
disabled: BooleanConstructor;
|
|
507
|
-
}
|
|
225
|
+
}>, {
|
|
508
226
|
ns: {
|
|
509
227
|
namespace: import("vue").ComputedRef<string>;
|
|
510
228
|
b: (blockSuffix?: string) => string;
|
|
@@ -523,199 +241,106 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
523
241
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
524
242
|
cssVarBlockName: (name: string) => string;
|
|
525
243
|
};
|
|
526
|
-
id: import("vue").Ref<string>;
|
|
244
|
+
id: import("vue").Ref<string, string>;
|
|
527
245
|
containerKls: import("vue").ComputedRef<string[]>;
|
|
528
|
-
currentLabel: import("vue").ComputedRef<boolean | (
|
|
246
|
+
currentLabel: import("vue").ComputedRef<boolean | import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
529
247
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
530
248
|
isDisabled: import("vue").ComputedRef<boolean>;
|
|
531
249
|
select: import("element-plus").SelectContext;
|
|
532
|
-
visible: import("vue").Ref<boolean>;
|
|
533
|
-
hover: import("vue").Ref<boolean>;
|
|
250
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
251
|
+
hover: import("vue").Ref<boolean, boolean>;
|
|
534
252
|
states: {
|
|
535
253
|
index: number;
|
|
536
254
|
groupDisabled: boolean;
|
|
537
255
|
visible: boolean;
|
|
538
256
|
hover: boolean;
|
|
539
257
|
};
|
|
258
|
+
mouseMoveEventName: "mousemove" | null;
|
|
540
259
|
hoverItem: () => void;
|
|
260
|
+
handleMousedown: (event: MouseEvent) => void;
|
|
541
261
|
updateOption: (query: string) => void;
|
|
542
262
|
selectOptionClick: () => void;
|
|
543
|
-
},
|
|
263
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
|
+
value: {
|
|
265
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
266
|
+
readonly required: true;
|
|
267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
+
__epPropKey: true;
|
|
269
|
+
};
|
|
270
|
+
label: {
|
|
271
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
272
|
+
readonly required: false;
|
|
273
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
+
__epPropKey: true;
|
|
275
|
+
};
|
|
276
|
+
created: BooleanConstructor;
|
|
277
|
+
disabled: BooleanConstructor;
|
|
278
|
+
}>> & Readonly<{}>, {
|
|
544
279
|
disabled: boolean;
|
|
545
280
|
created: boolean;
|
|
546
|
-
}, {},
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
suffixIcon: unknown;
|
|
550
|
-
tabindex: string | number;
|
|
551
|
-
validateEvent: boolean;
|
|
552
|
-
emptyValues: unknown[];
|
|
553
|
-
valueOnClear: string | number | boolean | Function;
|
|
281
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>>[];
|
|
282
|
+
emptyValues: unknown[] | undefined;
|
|
283
|
+
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> | undefined;
|
|
554
284
|
automaticDropdown: boolean;
|
|
285
|
+
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>;
|
|
555
286
|
filterable: boolean;
|
|
556
287
|
allowCreate: boolean;
|
|
288
|
+
popperClass: string;
|
|
289
|
+
popperStyle: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | null)[], unknown, unknown> | undefined;
|
|
290
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
557
291
|
remote: boolean;
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
292
|
+
debounce: number;
|
|
293
|
+
loadingText: string | undefined;
|
|
294
|
+
noMatchText: string | undefined;
|
|
295
|
+
noDataText: string | undefined;
|
|
296
|
+
remoteMethod: ((query: string) => void) | undefined;
|
|
297
|
+
filterMethod: ((query: string) => void) | undefined;
|
|
298
|
+
multiple: boolean;
|
|
562
299
|
multipleLimit: number;
|
|
563
300
|
defaultFirstOption: boolean;
|
|
564
|
-
reserveKeyword:
|
|
301
|
+
reserveKeyword: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
565
302
|
valueKey: string;
|
|
566
303
|
collapseTags: boolean;
|
|
567
304
|
collapseTagsTooltip: boolean;
|
|
305
|
+
tagTooltip: import("element-plus").TagTooltipProps;
|
|
568
306
|
maxCollapseTags: number;
|
|
307
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
308
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
569
309
|
fitInputWidth: boolean;
|
|
570
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger"
|
|
571
|
-
tagEffect: "
|
|
310
|
+
tagType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
311
|
+
tagEffect: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>;
|
|
572
312
|
remoteShowSuffix: boolean;
|
|
313
|
+
showArrow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
314
|
+
offset: number;
|
|
315
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
316
|
+
appendTo: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | null)[], unknown, unknown> | undefined;
|
|
573
317
|
}>;
|
|
574
318
|
selectOnEmits: {
|
|
575
|
-
focus: (visible: boolean) => void;
|
|
576
319
|
clear: (visible: boolean) => void;
|
|
577
|
-
|
|
320
|
+
focus: (visible: boolean) => void;
|
|
578
321
|
blur: (visible: boolean) => void;
|
|
322
|
+
change: (visible: boolean) => void;
|
|
579
323
|
"popup-scroll": (visible: boolean) => void;
|
|
324
|
+
"end-reached": (visible: boolean) => void;
|
|
580
325
|
"remove-tag": (visible: boolean) => void;
|
|
581
326
|
"visible-change": (visible: boolean) => void;
|
|
582
327
|
};
|
|
583
|
-
selectOptions: import("vue").ComputedRef<(import("@vunk/shared").VueComponentPropsType<{
|
|
584
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
585
|
-
value: {
|
|
586
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
587
|
-
readonly required: true;
|
|
588
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
589
|
-
__epPropKey: true;
|
|
590
|
-
};
|
|
591
|
-
label: {
|
|
592
|
-
readonly type: import("vue").PropType<string | number>;
|
|
593
|
-
readonly required: false;
|
|
594
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
595
|
-
__epPropKey: true;
|
|
596
|
-
};
|
|
597
|
-
created: BooleanConstructor;
|
|
598
|
-
disabled: BooleanConstructor;
|
|
599
|
-
}>>, {
|
|
600
|
-
ns: {
|
|
601
|
-
namespace: import("vue").ComputedRef<string>;
|
|
602
|
-
b: (blockSuffix?: string) => string;
|
|
603
|
-
e: (element?: string) => string;
|
|
604
|
-
m: (modifier?: string) => string;
|
|
605
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
606
|
-
em: (element?: string, modifier?: string) => string;
|
|
607
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
608
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
609
|
-
is: {
|
|
610
|
-
(name: string, state: boolean | undefined): string;
|
|
611
|
-
(name: string): string;
|
|
612
|
-
};
|
|
613
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
614
|
-
cssVarName: (name: string) => string;
|
|
615
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
616
|
-
cssVarBlockName: (name: string) => string;
|
|
617
|
-
};
|
|
618
|
-
id: import("vue").Ref<string>;
|
|
619
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
620
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
621
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
622
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
623
|
-
select: import("element-plus").SelectContext;
|
|
624
|
-
visible: import("vue").Ref<boolean>;
|
|
625
|
-
hover: import("vue").Ref<boolean>;
|
|
626
|
-
states: {
|
|
627
|
-
index: number;
|
|
628
|
-
groupDisabled: boolean;
|
|
629
|
-
visible: boolean;
|
|
630
|
-
hover: boolean;
|
|
631
|
-
};
|
|
632
|
-
hoverItem: () => void;
|
|
633
|
-
updateOption: (query: string) => void;
|
|
634
|
-
selectOptionClick: () => void;
|
|
635
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
636
|
-
disabled: boolean;
|
|
637
|
-
created: boolean;
|
|
638
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
639
|
-
P: {};
|
|
640
|
-
B: {};
|
|
641
|
-
D: {};
|
|
642
|
-
C: {};
|
|
643
|
-
M: {};
|
|
644
|
-
Defaults: {};
|
|
645
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
646
|
-
value: {
|
|
647
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
648
|
-
readonly required: true;
|
|
649
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
650
|
-
__epPropKey: true;
|
|
651
|
-
};
|
|
652
|
-
label: {
|
|
653
|
-
readonly type: import("vue").PropType<string | number>;
|
|
654
|
-
readonly required: false;
|
|
655
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
656
|
-
__epPropKey: true;
|
|
657
|
-
};
|
|
658
|
-
created: BooleanConstructor;
|
|
659
|
-
disabled: BooleanConstructor;
|
|
660
|
-
}>>, {
|
|
661
|
-
ns: {
|
|
662
|
-
namespace: import("vue").ComputedRef<string>;
|
|
663
|
-
b: (blockSuffix?: string) => string;
|
|
664
|
-
e: (element?: string) => string;
|
|
665
|
-
m: (modifier?: string) => string;
|
|
666
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
667
|
-
em: (element?: string, modifier?: string) => string;
|
|
668
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
669
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
670
|
-
is: {
|
|
671
|
-
(name: string, state: boolean | undefined): string;
|
|
672
|
-
(name: string): string;
|
|
673
|
-
};
|
|
674
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
675
|
-
cssVarName: (name: string) => string;
|
|
676
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
677
|
-
cssVarBlockName: (name: string) => string;
|
|
678
|
-
};
|
|
679
|
-
id: import("vue").Ref<string>;
|
|
680
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
681
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
682
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
683
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
684
|
-
select: import("element-plus").SelectContext;
|
|
685
|
-
visible: import("vue").Ref<boolean>;
|
|
686
|
-
hover: import("vue").Ref<boolean>;
|
|
687
|
-
states: {
|
|
688
|
-
index: number;
|
|
689
|
-
groupDisabled: boolean;
|
|
690
|
-
visible: boolean;
|
|
691
|
-
hover: boolean;
|
|
692
|
-
};
|
|
693
|
-
hoverItem: () => void;
|
|
694
|
-
updateOption: (query: string) => void;
|
|
695
|
-
selectOptionClick: () => void;
|
|
696
|
-
}, {}, {}, {}, {
|
|
697
|
-
disabled: boolean;
|
|
698
|
-
created: boolean;
|
|
699
|
-
}>;
|
|
700
|
-
__isFragment?: never;
|
|
701
|
-
__isTeleport?: never;
|
|
702
|
-
__isSuspense?: never;
|
|
703
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
328
|
+
selectOptions: import("vue").ComputedRef<(import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
704
329
|
value: {
|
|
705
|
-
readonly type: import("vue").PropType<
|
|
330
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
706
331
|
readonly required: true;
|
|
707
332
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
333
|
__epPropKey: true;
|
|
709
334
|
};
|
|
710
335
|
label: {
|
|
711
|
-
readonly type: import("vue").PropType<
|
|
336
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
712
337
|
readonly required: false;
|
|
713
338
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
714
339
|
__epPropKey: true;
|
|
715
340
|
};
|
|
716
341
|
created: BooleanConstructor;
|
|
717
342
|
disabled: BooleanConstructor;
|
|
718
|
-
}
|
|
343
|
+
}>, {
|
|
719
344
|
ns: {
|
|
720
345
|
namespace: import("vue").ComputedRef<string>;
|
|
721
346
|
b: (blockSuffix?: string) => string;
|
|
@@ -734,46 +359,67 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
734
359
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
735
360
|
cssVarBlockName: (name: string) => string;
|
|
736
361
|
};
|
|
737
|
-
id: import("vue").Ref<string>;
|
|
362
|
+
id: import("vue").Ref<string, string>;
|
|
738
363
|
containerKls: import("vue").ComputedRef<string[]>;
|
|
739
|
-
currentLabel: import("vue").ComputedRef<boolean | (
|
|
364
|
+
currentLabel: import("vue").ComputedRef<boolean | import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
740
365
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
741
366
|
isDisabled: import("vue").ComputedRef<boolean>;
|
|
742
367
|
select: import("element-plus").SelectContext;
|
|
743
|
-
visible: import("vue").Ref<boolean>;
|
|
744
|
-
hover: import("vue").Ref<boolean>;
|
|
368
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
369
|
+
hover: import("vue").Ref<boolean, boolean>;
|
|
745
370
|
states: {
|
|
746
371
|
index: number;
|
|
747
372
|
groupDisabled: boolean;
|
|
748
373
|
visible: boolean;
|
|
749
374
|
hover: boolean;
|
|
750
375
|
};
|
|
376
|
+
mouseMoveEventName: "mousemove" | null;
|
|
751
377
|
hoverItem: () => void;
|
|
378
|
+
handleMousedown: (event: MouseEvent) => void;
|
|
752
379
|
updateOption: (query: string) => void;
|
|
753
380
|
selectOptionClick: () => void;
|
|
754
|
-
},
|
|
381
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
382
|
+
value: {
|
|
383
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
384
|
+
readonly required: true;
|
|
385
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
|
+
__epPropKey: true;
|
|
387
|
+
};
|
|
388
|
+
label: {
|
|
389
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
390
|
+
readonly required: false;
|
|
391
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
392
|
+
__epPropKey: true;
|
|
393
|
+
};
|
|
394
|
+
created: BooleanConstructor;
|
|
395
|
+
disabled: BooleanConstructor;
|
|
396
|
+
}>> & Readonly<{}>, {
|
|
755
397
|
disabled: boolean;
|
|
756
398
|
created: boolean;
|
|
757
|
-
}, {},
|
|
399
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>> & {
|
|
758
400
|
key: any;
|
|
759
401
|
})[]>;
|
|
760
402
|
reshow: import("vue").Ref<boolean, boolean>;
|
|
761
403
|
readonly: import("vue").ComputedRef<boolean>;
|
|
762
404
|
theModelValue: import("vue").WritableComputedRef<any, any>;
|
|
405
|
+
selectRefResolve: (e: any) => void;
|
|
406
|
+
isRtl: import("vue").ComputedRef<boolean>;
|
|
407
|
+
thePropperClass: import("vue").ComputedRef<string>;
|
|
763
408
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
764
|
-
'update:modelValue':
|
|
765
|
-
change: (val: import("element-plus").SelectProps["modelValue"]) => boolean;
|
|
766
|
-
|
|
409
|
+
'update:modelValue': null;
|
|
410
|
+
change: (val: import("element-plus").SelectProps["modelValue"] | any) => boolean;
|
|
411
|
+
'popup-scroll': ({ scrollTop, scrollLeft }: {
|
|
767
412
|
scrollTop: number;
|
|
768
413
|
scrollLeft: number;
|
|
769
414
|
}) => boolean;
|
|
770
|
-
|
|
771
|
-
|
|
415
|
+
'end-reached': (direction: import("element-plus").ScrollbarDirection) => boolean;
|
|
416
|
+
'remove-tag': (val: unknown) => boolean;
|
|
417
|
+
'visible-change': (visible: boolean) => boolean;
|
|
772
418
|
focus: (evt: FocusEvent) => boolean;
|
|
773
419
|
blur: (evt: FocusEvent) => boolean;
|
|
774
420
|
clear: () => boolean;
|
|
775
421
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
776
|
-
modelValue:
|
|
422
|
+
modelValue: null;
|
|
777
423
|
props: {
|
|
778
424
|
type: import("vue").PropType<{
|
|
779
425
|
label?: string;
|
|
@@ -785,13 +431,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
785
431
|
};
|
|
786
432
|
options: {
|
|
787
433
|
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<typeof ElOption>[]>;
|
|
788
|
-
default: () =>
|
|
434
|
+
default: () => never[];
|
|
789
435
|
};
|
|
790
436
|
selectSlots: {
|
|
791
|
-
type: import("vue").PropType<import("./types").SelectSlots>;
|
|
792
|
-
default:
|
|
437
|
+
type: import("vue").PropType<import("./types.ts").SelectSlots>;
|
|
438
|
+
default: undefined;
|
|
793
439
|
};
|
|
794
|
-
selectRef:
|
|
440
|
+
selectRef: null;
|
|
795
441
|
optionsUrl: {
|
|
796
442
|
type: StringConstructor;
|
|
797
443
|
default: string;
|
|
@@ -800,74 +446,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
800
446
|
type: BooleanConstructor;
|
|
801
447
|
default: boolean;
|
|
802
448
|
};
|
|
803
|
-
slots:
|
|
449
|
+
slots: null;
|
|
804
450
|
optionChildrenProp: {
|
|
805
451
|
type: StringConstructor;
|
|
806
452
|
default: string;
|
|
807
453
|
};
|
|
808
454
|
ariaLabel: StringConstructor;
|
|
809
455
|
emptyValues: ArrayConstructor;
|
|
810
|
-
valueOnClear:
|
|
811
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
812
|
-
readonly required: false;
|
|
813
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
814
|
-
__epPropKey: true;
|
|
815
|
-
} & {
|
|
816
|
-
readonly default: undefined;
|
|
817
|
-
};
|
|
456
|
+
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>;
|
|
818
457
|
name: StringConstructor;
|
|
819
458
|
id: StringConstructor;
|
|
820
|
-
autocomplete:
|
|
821
|
-
readonly type: import("vue").PropType<string>;
|
|
822
|
-
readonly required: false;
|
|
823
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
-
__epPropKey: true;
|
|
825
|
-
} & {
|
|
826
|
-
readonly default: string;
|
|
827
|
-
};
|
|
459
|
+
autocomplete: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
828
460
|
automaticDropdown: BooleanConstructor;
|
|
829
461
|
size: {
|
|
830
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
831
|
-
readonly required: false;
|
|
832
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
833
|
-
__epPropKey: true;
|
|
834
|
-
};
|
|
835
|
-
effect: {
|
|
836
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
462
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
837
463
|
readonly required: false;
|
|
838
464
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
465
|
__epPropKey: true;
|
|
840
|
-
} & {
|
|
841
|
-
readonly default: string;
|
|
842
466
|
};
|
|
843
|
-
|
|
467
|
+
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>;
|
|
468
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
844
469
|
clearable: BooleanConstructor;
|
|
845
470
|
filterable: BooleanConstructor;
|
|
846
471
|
allowCreate: BooleanConstructor;
|
|
847
472
|
loading: BooleanConstructor;
|
|
848
|
-
popperClass:
|
|
849
|
-
readonly type: import("vue").PropType<string>;
|
|
850
|
-
readonly required: false;
|
|
851
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
852
|
-
__epPropKey: true;
|
|
853
|
-
} & {
|
|
854
|
-
readonly default: string;
|
|
855
|
-
};
|
|
473
|
+
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
856
474
|
popperStyle: {
|
|
857
|
-
readonly type: import("vue").PropType<string | import("vue").CSSProperties
|
|
475
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | (((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties)) | null)[], unknown, unknown>>;
|
|
858
476
|
readonly required: false;
|
|
859
477
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
860
478
|
__epPropKey: true;
|
|
861
479
|
};
|
|
862
|
-
popperOptions:
|
|
863
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
864
|
-
readonly required: false;
|
|
865
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
866
|
-
__epPropKey: true;
|
|
867
|
-
} & {
|
|
868
|
-
readonly default: () => Partial<import("element-plus").Options>;
|
|
869
|
-
};
|
|
480
|
+
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | (((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>)) | null)[], unknown, unknown, () => Partial<import("element-plus").Options>, boolean>;
|
|
870
481
|
remote: BooleanConstructor;
|
|
482
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
871
483
|
loadingText: StringConstructor;
|
|
872
484
|
noMatchText: StringConstructor;
|
|
873
485
|
noDataText: StringConstructor;
|
|
@@ -884,14 +496,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
884
496
|
__epPropKey: true;
|
|
885
497
|
};
|
|
886
498
|
multiple: BooleanConstructor;
|
|
887
|
-
multipleLimit:
|
|
888
|
-
readonly type: import("vue").PropType<number>;
|
|
889
|
-
readonly required: false;
|
|
890
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
891
|
-
__epPropKey: true;
|
|
892
|
-
} & {
|
|
893
|
-
readonly default: number;
|
|
894
|
-
};
|
|
499
|
+
multipleLimit: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
895
500
|
placeholder: {
|
|
896
501
|
readonly type: import("vue").PropType<string>;
|
|
897
502
|
readonly required: false;
|
|
@@ -899,145 +504,52 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
899
504
|
__epPropKey: true;
|
|
900
505
|
};
|
|
901
506
|
defaultFirstOption: BooleanConstructor;
|
|
902
|
-
reserveKeyword:
|
|
903
|
-
|
|
904
|
-
readonly required: false;
|
|
905
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
906
|
-
__epPropKey: true;
|
|
907
|
-
} & {
|
|
908
|
-
readonly default: boolean;
|
|
909
|
-
};
|
|
910
|
-
valueKey: {
|
|
911
|
-
readonly type: import("vue").PropType<string>;
|
|
912
|
-
readonly required: false;
|
|
913
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
914
|
-
__epPropKey: true;
|
|
915
|
-
} & {
|
|
916
|
-
readonly default: string;
|
|
917
|
-
};
|
|
507
|
+
reserveKeyword: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
508
|
+
valueKey: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
918
509
|
collapseTags: BooleanConstructor;
|
|
919
510
|
collapseTagsTooltip: BooleanConstructor;
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
} & {
|
|
926
|
-
readonly default: number;
|
|
927
|
-
};
|
|
928
|
-
teleported: {
|
|
929
|
-
readonly type: import("vue").PropType<boolean>;
|
|
930
|
-
readonly required: false;
|
|
931
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
932
|
-
__epPropKey: true;
|
|
933
|
-
} & {
|
|
934
|
-
readonly default: true;
|
|
935
|
-
};
|
|
936
|
-
persistent: {
|
|
937
|
-
readonly type: import("vue").PropType<boolean>;
|
|
938
|
-
readonly required: false;
|
|
939
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
940
|
-
__epPropKey: true;
|
|
941
|
-
} & {
|
|
942
|
-
readonly default: boolean;
|
|
943
|
-
};
|
|
944
|
-
clearIcon: {
|
|
945
|
-
readonly type: import("vue").PropType<unknown>;
|
|
946
|
-
readonly required: false;
|
|
947
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
|
-
__epPropKey: true;
|
|
949
|
-
};
|
|
511
|
+
tagTooltip: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").TagTooltipProps) | (() => import("element-plus").TagTooltipProps) | (((new (...args: any[]) => import("element-plus").TagTooltipProps) | (() => import("element-plus").TagTooltipProps)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
512
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
513
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
514
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
515
|
+
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>;
|
|
950
516
|
fitInputWidth: BooleanConstructor;
|
|
951
|
-
suffixIcon: {
|
|
952
|
-
readonly type: import("vue").PropType<unknown>;
|
|
953
|
-
readonly required: false;
|
|
954
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
955
|
-
__epPropKey: true;
|
|
956
|
-
};
|
|
517
|
+
suffixIcon: 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>;
|
|
957
518
|
tagType: {
|
|
958
519
|
default: string;
|
|
959
|
-
type: import("vue").PropType<"
|
|
520
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
960
521
|
required: false;
|
|
961
522
|
validator: ((val: unknown) => boolean) | undefined;
|
|
962
523
|
__epPropKey: true;
|
|
963
524
|
};
|
|
964
525
|
tagEffect: {
|
|
965
526
|
default: string;
|
|
966
|
-
type: import("vue").PropType<"dark" | "light" | "plain"
|
|
527
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
967
528
|
required: false;
|
|
968
529
|
validator: ((val: unknown) => boolean) | undefined;
|
|
969
530
|
__epPropKey: true;
|
|
970
531
|
};
|
|
971
|
-
validateEvent:
|
|
972
|
-
readonly type: import("vue").PropType<boolean>;
|
|
973
|
-
readonly required: false;
|
|
974
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
975
|
-
__epPropKey: true;
|
|
976
|
-
} & {
|
|
977
|
-
readonly default: boolean;
|
|
978
|
-
};
|
|
532
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
979
533
|
remoteShowSuffix: BooleanConstructor;
|
|
980
|
-
showArrow:
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
} & {
|
|
986
|
-
readonly default: boolean;
|
|
987
|
-
};
|
|
988
|
-
offset: {
|
|
989
|
-
readonly type: import("vue").PropType<number>;
|
|
990
|
-
readonly required: false;
|
|
991
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
|
-
__epPropKey: true;
|
|
993
|
-
} & {
|
|
994
|
-
readonly default: number;
|
|
995
|
-
};
|
|
996
|
-
placement: {
|
|
997
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
998
|
-
readonly required: false;
|
|
999
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1000
|
-
__epPropKey: true;
|
|
1001
|
-
} & {
|
|
1002
|
-
readonly default: string;
|
|
1003
|
-
};
|
|
1004
|
-
fallbackPlacements: {
|
|
1005
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1006
|
-
readonly required: false;
|
|
1007
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1008
|
-
__epPropKey: true;
|
|
1009
|
-
} & {
|
|
1010
|
-
readonly default: string[];
|
|
1011
|
-
};
|
|
1012
|
-
tabindex: {
|
|
1013
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1014
|
-
readonly required: false;
|
|
1015
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1016
|
-
__epPropKey: true;
|
|
1017
|
-
} & {
|
|
1018
|
-
readonly default: number;
|
|
1019
|
-
};
|
|
534
|
+
showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
535
|
+
offset: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
536
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, string, boolean>;
|
|
537
|
+
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>;
|
|
538
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
1020
539
|
appendTo: {
|
|
1021
|
-
readonly type: import("vue").PropType<string | HTMLElement
|
|
540
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
1022
541
|
readonly required: false;
|
|
1023
542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1024
543
|
__epPropKey: true;
|
|
1025
544
|
};
|
|
1026
|
-
required:
|
|
1027
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1028
|
-
readonly required: false;
|
|
1029
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1030
|
-
__epPropKey: true;
|
|
1031
|
-
} & {
|
|
1032
|
-
readonly default: undefined;
|
|
1033
|
-
};
|
|
545
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1034
546
|
formItemSize: {
|
|
1035
547
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
1036
548
|
default: "default" | "small" | "large";
|
|
1037
549
|
};
|
|
1038
550
|
formItemSlots: {
|
|
1039
|
-
type: import("vue").PropType<import("
|
|
1040
|
-
default:
|
|
551
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
552
|
+
default: undefined;
|
|
1041
553
|
};
|
|
1042
554
|
elRef: {
|
|
1043
555
|
type: import("vue").PropType<any>;
|
|
@@ -1049,256 +561,103 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1049
561
|
};
|
|
1050
562
|
readonly: {
|
|
1051
563
|
type: BooleanConstructor;
|
|
1052
|
-
default:
|
|
564
|
+
default: undefined;
|
|
1053
565
|
};
|
|
1054
566
|
formItemTip: {
|
|
1055
567
|
type: StringConstructor;
|
|
1056
|
-
default:
|
|
568
|
+
default: undefined;
|
|
1057
569
|
};
|
|
1058
|
-
formItemTipClass:
|
|
570
|
+
formItemTipClass: null;
|
|
1059
571
|
labelTip: {
|
|
1060
572
|
type: StringConstructor;
|
|
1061
|
-
default:
|
|
573
|
+
default: undefined;
|
|
1062
574
|
};
|
|
1063
575
|
information: {
|
|
1064
576
|
type: BooleanConstructor;
|
|
1065
577
|
default: boolean;
|
|
1066
578
|
};
|
|
1067
|
-
prop:
|
|
1068
|
-
defaultModelValue:
|
|
579
|
+
prop: null;
|
|
580
|
+
defaultModelValue: null;
|
|
1069
581
|
label: StringConstructor;
|
|
1070
582
|
labelWidth: {
|
|
1071
|
-
readonly type: import("vue").PropType<
|
|
583
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1072
584
|
readonly required: false;
|
|
1073
585
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1074
586
|
__epPropKey: true;
|
|
1075
|
-
} & {
|
|
1076
|
-
readonly default: "";
|
|
1077
|
-
};
|
|
1078
|
-
labelPosition: {
|
|
1079
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
1080
|
-
readonly required: false;
|
|
1081
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1082
|
-
__epPropKey: true;
|
|
1083
|
-
} & {
|
|
1084
|
-
readonly default: "";
|
|
1085
587
|
};
|
|
588
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
1086
589
|
rules: {
|
|
1087
|
-
readonly type: import("vue").PropType<unknown
|
|
590
|
+
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>>;
|
|
1088
591
|
readonly required: false;
|
|
1089
592
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1090
593
|
__epPropKey: true;
|
|
1091
594
|
};
|
|
1092
595
|
error: StringConstructor;
|
|
1093
596
|
validateStatus: {
|
|
1094
|
-
readonly type: import("vue").PropType<"" | "
|
|
597
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
1095
598
|
readonly required: false;
|
|
1096
599
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1097
600
|
__epPropKey: true;
|
|
1098
601
|
};
|
|
1099
602
|
for: StringConstructor;
|
|
1100
|
-
inlineMessage:
|
|
1101
|
-
|
|
1102
|
-
readonly required: false;
|
|
1103
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1104
|
-
__epPropKey: true;
|
|
1105
|
-
} & {
|
|
1106
|
-
readonly default: "";
|
|
1107
|
-
};
|
|
1108
|
-
showMessage: {
|
|
1109
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1110
|
-
readonly required: false;
|
|
1111
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1112
|
-
__epPropKey: true;
|
|
1113
|
-
} & {
|
|
1114
|
-
readonly default: true;
|
|
1115
|
-
};
|
|
603
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
604
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1116
605
|
}>> & Readonly<{
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
"onPopup-scroll"?: (args_0: {
|
|
606
|
+
onClear?: (() => any) | undefined;
|
|
607
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
608
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
609
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
610
|
+
onChange?: ((val: any) => any) | undefined;
|
|
611
|
+
"onPopup-scroll"?: ((args_0: {
|
|
1123
612
|
scrollTop: number;
|
|
1124
613
|
scrollLeft: number;
|
|
1125
|
-
}) => any;
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
614
|
+
}) => any) | undefined;
|
|
615
|
+
"onEnd-reached"?: ((direction: import("element-plus").ScrollbarDirection) => any) | undefined;
|
|
616
|
+
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
617
|
+
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
1128
618
|
}>, {
|
|
1129
|
-
required:
|
|
619
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1130
620
|
formItemSize: "default" | "small" | "large";
|
|
1131
|
-
formItemSlots: import("
|
|
621
|
+
formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
|
|
1132
622
|
inline: boolean;
|
|
1133
623
|
readonly: boolean;
|
|
1134
624
|
formItemTip: string;
|
|
1135
|
-
formItemTipClass: any;
|
|
1136
625
|
labelTip: string;
|
|
1137
626
|
information: boolean;
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
popperClass: string;
|
|
1150
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
1151
|
-
offset: number;
|
|
1152
|
-
placement: import("element-plus").Placement;
|
|
1153
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
1154
|
-
slots: any;
|
|
627
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
628
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
629
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
630
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown>;
|
|
631
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
632
|
+
autocomplete: string;
|
|
633
|
+
clearable: boolean;
|
|
634
|
+
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>;
|
|
635
|
+
suffixIcon: 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>;
|
|
636
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
637
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1155
638
|
props: {
|
|
1156
639
|
label?: string;
|
|
1157
640
|
value?: string;
|
|
1158
641
|
disabled?: string;
|
|
1159
642
|
options?: string;
|
|
1160
643
|
};
|
|
1161
|
-
modelValue: any;
|
|
1162
|
-
clearable: boolean;
|
|
1163
|
-
multiple: boolean;
|
|
1164
|
-
stringify: boolean;
|
|
1165
644
|
loading: boolean;
|
|
1166
|
-
options: import("@vunk/shared").VueComponentPropsType<{
|
|
1167
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1168
|
-
value: {
|
|
1169
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
1170
|
-
readonly required: true;
|
|
1171
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1172
|
-
__epPropKey: true;
|
|
1173
|
-
};
|
|
1174
|
-
label: {
|
|
1175
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1176
|
-
readonly required: false;
|
|
1177
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1178
|
-
__epPropKey: true;
|
|
1179
|
-
};
|
|
1180
|
-
created: BooleanConstructor;
|
|
1181
|
-
disabled: BooleanConstructor;
|
|
1182
|
-
}>>, {
|
|
1183
|
-
ns: {
|
|
1184
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1185
|
-
b: (blockSuffix?: string) => string;
|
|
1186
|
-
e: (element?: string) => string;
|
|
1187
|
-
m: (modifier?: string) => string;
|
|
1188
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1189
|
-
em: (element?: string, modifier?: string) => string;
|
|
1190
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1191
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1192
|
-
is: {
|
|
1193
|
-
(name: string, state: boolean | undefined): string;
|
|
1194
|
-
(name: string): string;
|
|
1195
|
-
};
|
|
1196
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1197
|
-
cssVarName: (name: string) => string;
|
|
1198
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1199
|
-
cssVarBlockName: (name: string) => string;
|
|
1200
|
-
};
|
|
1201
|
-
id: import("vue").Ref<string>;
|
|
1202
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
1203
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
1204
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
1205
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1206
|
-
select: import("element-plus").SelectContext;
|
|
1207
|
-
visible: import("vue").Ref<boolean>;
|
|
1208
|
-
hover: import("vue").Ref<boolean>;
|
|
1209
|
-
states: {
|
|
1210
|
-
index: number;
|
|
1211
|
-
groupDisabled: boolean;
|
|
1212
|
-
visible: boolean;
|
|
1213
|
-
hover: boolean;
|
|
1214
|
-
};
|
|
1215
|
-
hoverItem: () => void;
|
|
1216
|
-
updateOption: (query: string) => void;
|
|
1217
|
-
selectOptionClick: () => void;
|
|
1218
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1219
|
-
disabled: boolean;
|
|
1220
|
-
created: boolean;
|
|
1221
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1222
|
-
P: {};
|
|
1223
|
-
B: {};
|
|
1224
|
-
D: {};
|
|
1225
|
-
C: {};
|
|
1226
|
-
M: {};
|
|
1227
|
-
Defaults: {};
|
|
1228
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1229
|
-
value: {
|
|
1230
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
1231
|
-
readonly required: true;
|
|
1232
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1233
|
-
__epPropKey: true;
|
|
1234
|
-
};
|
|
1235
|
-
label: {
|
|
1236
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1237
|
-
readonly required: false;
|
|
1238
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1239
|
-
__epPropKey: true;
|
|
1240
|
-
};
|
|
1241
|
-
created: BooleanConstructor;
|
|
1242
|
-
disabled: BooleanConstructor;
|
|
1243
|
-
}>>, {
|
|
1244
|
-
ns: {
|
|
1245
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1246
|
-
b: (blockSuffix?: string) => string;
|
|
1247
|
-
e: (element?: string) => string;
|
|
1248
|
-
m: (modifier?: string) => string;
|
|
1249
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1250
|
-
em: (element?: string, modifier?: string) => string;
|
|
1251
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1252
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1253
|
-
is: {
|
|
1254
|
-
(name: string, state: boolean | undefined): string;
|
|
1255
|
-
(name: string): string;
|
|
1256
|
-
};
|
|
1257
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1258
|
-
cssVarName: (name: string) => string;
|
|
1259
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1260
|
-
cssVarBlockName: (name: string) => string;
|
|
1261
|
-
};
|
|
1262
|
-
id: import("vue").Ref<string>;
|
|
1263
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
1264
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
1265
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
1266
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1267
|
-
select: import("element-plus").SelectContext;
|
|
1268
|
-
visible: import("vue").Ref<boolean>;
|
|
1269
|
-
hover: import("vue").Ref<boolean>;
|
|
1270
|
-
states: {
|
|
1271
|
-
index: number;
|
|
1272
|
-
groupDisabled: boolean;
|
|
1273
|
-
visible: boolean;
|
|
1274
|
-
hover: boolean;
|
|
1275
|
-
};
|
|
1276
|
-
hoverItem: () => void;
|
|
1277
|
-
updateOption: (query: string) => void;
|
|
1278
|
-
selectOptionClick: () => void;
|
|
1279
|
-
}, {}, {}, {}, {
|
|
1280
|
-
disabled: boolean;
|
|
1281
|
-
created: boolean;
|
|
1282
|
-
}>;
|
|
1283
|
-
__isFragment?: never;
|
|
1284
|
-
__isTeleport?: never;
|
|
1285
|
-
__isSuspense?: never;
|
|
1286
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
645
|
+
options: import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1287
646
|
value: {
|
|
1288
|
-
readonly type: import("vue").PropType<
|
|
647
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
1289
648
|
readonly required: true;
|
|
1290
649
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1291
650
|
__epPropKey: true;
|
|
1292
651
|
};
|
|
1293
652
|
label: {
|
|
1294
|
-
readonly type: import("vue").PropType<
|
|
653
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
1295
654
|
readonly required: false;
|
|
1296
655
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1297
656
|
__epPropKey: true;
|
|
1298
657
|
};
|
|
1299
658
|
created: BooleanConstructor;
|
|
1300
659
|
disabled: BooleanConstructor;
|
|
1301
|
-
}
|
|
660
|
+
}>, {
|
|
1302
661
|
ns: {
|
|
1303
662
|
namespace: import("vue").ComputedRef<string>;
|
|
1304
663
|
b: (blockSuffix?: string) => string;
|
|
@@ -1317,199 +676,242 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1317
676
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1318
677
|
cssVarBlockName: (name: string) => string;
|
|
1319
678
|
};
|
|
1320
|
-
id: import("vue").Ref<string>;
|
|
679
|
+
id: import("vue").Ref<string, string>;
|
|
1321
680
|
containerKls: import("vue").ComputedRef<string[]>;
|
|
1322
|
-
currentLabel: import("vue").ComputedRef<boolean | (
|
|
681
|
+
currentLabel: import("vue").ComputedRef<boolean | import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
1323
682
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
1324
683
|
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1325
684
|
select: import("element-plus").SelectContext;
|
|
1326
|
-
visible: import("vue").Ref<boolean>;
|
|
1327
|
-
hover: import("vue").Ref<boolean>;
|
|
685
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
686
|
+
hover: import("vue").Ref<boolean, boolean>;
|
|
1328
687
|
states: {
|
|
1329
688
|
index: number;
|
|
1330
689
|
groupDisabled: boolean;
|
|
1331
690
|
visible: boolean;
|
|
1332
691
|
hover: boolean;
|
|
1333
692
|
};
|
|
693
|
+
mouseMoveEventName: "mousemove" | null;
|
|
1334
694
|
hoverItem: () => void;
|
|
695
|
+
handleMousedown: (event: MouseEvent) => void;
|
|
1335
696
|
updateOption: (query: string) => void;
|
|
1336
697
|
selectOptionClick: () => void;
|
|
1337
|
-
},
|
|
698
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
699
|
+
value: {
|
|
700
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
701
|
+
readonly required: true;
|
|
702
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
703
|
+
__epPropKey: true;
|
|
704
|
+
};
|
|
705
|
+
label: {
|
|
706
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
707
|
+
readonly required: false;
|
|
708
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
|
+
__epPropKey: true;
|
|
710
|
+
};
|
|
711
|
+
created: BooleanConstructor;
|
|
712
|
+
disabled: BooleanConstructor;
|
|
713
|
+
}>> & Readonly<{}>, {
|
|
1338
714
|
disabled: boolean;
|
|
1339
715
|
created: boolean;
|
|
1340
|
-
}, {},
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
716
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>>[];
|
|
717
|
+
selectSlots: Partial<Record<import("./types.ts").SelectSlotsType, import("@vunk/shared").AnyFunc>>;
|
|
718
|
+
optionsUrl: string;
|
|
719
|
+
stringify: boolean;
|
|
720
|
+
optionChildrenProp: string;
|
|
721
|
+
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>;
|
|
1345
722
|
automaticDropdown: boolean;
|
|
723
|
+
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>;
|
|
1346
724
|
filterable: boolean;
|
|
1347
725
|
allowCreate: boolean;
|
|
726
|
+
popperClass: string;
|
|
727
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
1348
728
|
remote: boolean;
|
|
729
|
+
debounce: number;
|
|
730
|
+
multiple: boolean;
|
|
1349
731
|
multipleLimit: number;
|
|
1350
732
|
defaultFirstOption: boolean;
|
|
1351
|
-
reserveKeyword:
|
|
733
|
+
reserveKeyword: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1352
734
|
valueKey: string;
|
|
1353
735
|
collapseTags: boolean;
|
|
1354
736
|
collapseTagsTooltip: boolean;
|
|
737
|
+
tagTooltip: import("element-plus").TagTooltipProps;
|
|
1355
738
|
maxCollapseTags: number;
|
|
739
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
740
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1356
741
|
fitInputWidth: boolean;
|
|
1357
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger"
|
|
1358
|
-
tagEffect: "
|
|
742
|
+
tagType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
743
|
+
tagEffect: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>;
|
|
1359
744
|
remoteShowSuffix: boolean;
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
optionChildrenProp: string;
|
|
745
|
+
showArrow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
746
|
+
offset: number;
|
|
747
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
1364
748
|
}, {}, {
|
|
1365
|
-
VkfFormItem: {
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
749
|
+
VkfFormItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<Omit<{
|
|
750
|
+
formItemSize: {
|
|
751
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
752
|
+
default: "default" | "small" | "large";
|
|
753
|
+
};
|
|
754
|
+
formItemSlots: {
|
|
755
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
756
|
+
default: undefined;
|
|
757
|
+
};
|
|
758
|
+
elRef: {
|
|
759
|
+
type: import("vue").PropType<any>;
|
|
760
|
+
required: boolean;
|
|
761
|
+
};
|
|
762
|
+
inline: {
|
|
763
|
+
type: BooleanConstructor;
|
|
764
|
+
default: boolean;
|
|
765
|
+
};
|
|
766
|
+
readonly: {
|
|
767
|
+
type: BooleanConstructor;
|
|
768
|
+
default: undefined;
|
|
769
|
+
};
|
|
770
|
+
formItemTip: {
|
|
771
|
+
type: StringConstructor;
|
|
772
|
+
default: undefined;
|
|
773
|
+
};
|
|
774
|
+
formItemTipClass: null;
|
|
775
|
+
labelTip: {
|
|
776
|
+
type: StringConstructor;
|
|
777
|
+
default: undefined;
|
|
778
|
+
};
|
|
779
|
+
information: {
|
|
780
|
+
type: BooleanConstructor;
|
|
781
|
+
default: boolean;
|
|
782
|
+
};
|
|
783
|
+
prop: null;
|
|
784
|
+
defaultModelValue: null;
|
|
785
|
+
label: StringConstructor;
|
|
786
|
+
labelWidth: {
|
|
787
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
788
|
+
readonly required: false;
|
|
789
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
790
|
+
__epPropKey: true;
|
|
791
|
+
};
|
|
792
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
793
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
794
|
+
rules: {
|
|
795
|
+
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>>;
|
|
796
|
+
readonly required: false;
|
|
797
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
798
|
+
__epPropKey: true;
|
|
799
|
+
};
|
|
800
|
+
error: StringConstructor;
|
|
801
|
+
validateStatus: {
|
|
802
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
803
|
+
readonly required: false;
|
|
804
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
805
|
+
__epPropKey: true;
|
|
806
|
+
};
|
|
807
|
+
for: StringConstructor;
|
|
808
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
809
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
810
|
+
size: {
|
|
811
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
812
|
+
readonly required: false;
|
|
813
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
814
|
+
__epPropKey: true;
|
|
815
|
+
};
|
|
816
|
+
}, "size">>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
817
|
+
[key: string]: any;
|
|
818
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
819
|
+
formItemSize: {
|
|
820
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
821
|
+
default: "default" | "small" | "large";
|
|
822
|
+
};
|
|
823
|
+
formItemSlots: {
|
|
824
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
825
|
+
default: undefined;
|
|
826
|
+
};
|
|
827
|
+
elRef: {
|
|
828
|
+
type: import("vue").PropType<any>;
|
|
829
|
+
required: boolean;
|
|
830
|
+
};
|
|
831
|
+
inline: {
|
|
832
|
+
type: BooleanConstructor;
|
|
833
|
+
default: boolean;
|
|
834
|
+
};
|
|
835
|
+
readonly: {
|
|
836
|
+
type: BooleanConstructor;
|
|
837
|
+
default: undefined;
|
|
838
|
+
};
|
|
839
|
+
formItemTip: {
|
|
840
|
+
type: StringConstructor;
|
|
841
|
+
default: undefined;
|
|
842
|
+
};
|
|
843
|
+
formItemTipClass: null;
|
|
844
|
+
labelTip: {
|
|
845
|
+
type: StringConstructor;
|
|
846
|
+
default: undefined;
|
|
847
|
+
};
|
|
848
|
+
information: {
|
|
849
|
+
type: BooleanConstructor;
|
|
850
|
+
default: boolean;
|
|
851
|
+
};
|
|
852
|
+
prop: null;
|
|
853
|
+
defaultModelValue: null;
|
|
854
|
+
label: StringConstructor;
|
|
855
|
+
labelWidth: {
|
|
856
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
857
|
+
readonly required: false;
|
|
858
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
859
|
+
__epPropKey: true;
|
|
860
|
+
};
|
|
861
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
862
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
863
|
+
rules: {
|
|
864
|
+
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>>;
|
|
865
|
+
readonly required: false;
|
|
866
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
867
|
+
__epPropKey: true;
|
|
868
|
+
};
|
|
869
|
+
error: StringConstructor;
|
|
870
|
+
validateStatus: {
|
|
871
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
872
|
+
readonly required: false;
|
|
873
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
|
+
__epPropKey: true;
|
|
875
|
+
};
|
|
876
|
+
for: StringConstructor;
|
|
877
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
878
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
879
|
+
size: {
|
|
880
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
881
|
+
readonly required: false;
|
|
882
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
883
|
+
__epPropKey: true;
|
|
884
|
+
};
|
|
885
|
+
}, "size">>> & Readonly<{}>, {
|
|
886
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
887
|
+
formItemSize: "default" | "small" | "large";
|
|
888
|
+
formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
|
|
889
|
+
inline: boolean;
|
|
890
|
+
readonly: boolean;
|
|
891
|
+
formItemTip: string;
|
|
892
|
+
labelTip: string;
|
|
893
|
+
information: boolean;
|
|
894
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
895
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
896
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
897
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1376
898
|
ElSelect: never;
|
|
1377
|
-
ElOption: {
|
|
1378
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1379
|
-
value: {
|
|
1380
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
1381
|
-
readonly required: true;
|
|
1382
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1383
|
-
__epPropKey: true;
|
|
1384
|
-
};
|
|
1385
|
-
label: {
|
|
1386
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1387
|
-
readonly required: false;
|
|
1388
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1389
|
-
__epPropKey: true;
|
|
1390
|
-
};
|
|
1391
|
-
created: BooleanConstructor;
|
|
1392
|
-
disabled: BooleanConstructor;
|
|
1393
|
-
}>>, {
|
|
1394
|
-
ns: {
|
|
1395
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1396
|
-
b: (blockSuffix?: string) => string;
|
|
1397
|
-
e: (element?: string) => string;
|
|
1398
|
-
m: (modifier?: string) => string;
|
|
1399
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1400
|
-
em: (element?: string, modifier?: string) => string;
|
|
1401
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1402
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1403
|
-
is: {
|
|
1404
|
-
(name: string, state: boolean | undefined): string;
|
|
1405
|
-
(name: string): string;
|
|
1406
|
-
};
|
|
1407
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1408
|
-
cssVarName: (name: string) => string;
|
|
1409
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1410
|
-
cssVarBlockName: (name: string) => string;
|
|
1411
|
-
};
|
|
1412
|
-
id: import("vue").Ref<string>;
|
|
1413
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
1414
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
1415
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
1416
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1417
|
-
select: import("element-plus").SelectContext;
|
|
1418
|
-
visible: import("vue").Ref<boolean>;
|
|
1419
|
-
hover: import("vue").Ref<boolean>;
|
|
1420
|
-
states: {
|
|
1421
|
-
index: number;
|
|
1422
|
-
groupDisabled: boolean;
|
|
1423
|
-
visible: boolean;
|
|
1424
|
-
hover: boolean;
|
|
1425
|
-
};
|
|
1426
|
-
hoverItem: () => void;
|
|
1427
|
-
updateOption: (query: string) => void;
|
|
1428
|
-
selectOptionClick: () => void;
|
|
1429
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1430
|
-
disabled: boolean;
|
|
1431
|
-
created: boolean;
|
|
1432
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1433
|
-
P: {};
|
|
1434
|
-
B: {};
|
|
1435
|
-
D: {};
|
|
1436
|
-
C: {};
|
|
1437
|
-
M: {};
|
|
1438
|
-
Defaults: {};
|
|
1439
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1440
|
-
value: {
|
|
1441
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
1442
|
-
readonly required: true;
|
|
1443
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1444
|
-
__epPropKey: true;
|
|
1445
|
-
};
|
|
1446
|
-
label: {
|
|
1447
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1448
|
-
readonly required: false;
|
|
1449
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1450
|
-
__epPropKey: true;
|
|
1451
|
-
};
|
|
1452
|
-
created: BooleanConstructor;
|
|
1453
|
-
disabled: BooleanConstructor;
|
|
1454
|
-
}>>, {
|
|
1455
|
-
ns: {
|
|
1456
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1457
|
-
b: (blockSuffix?: string) => string;
|
|
1458
|
-
e: (element?: string) => string;
|
|
1459
|
-
m: (modifier?: string) => string;
|
|
1460
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1461
|
-
em: (element?: string, modifier?: string) => string;
|
|
1462
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1463
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1464
|
-
is: {
|
|
1465
|
-
(name: string, state: boolean | undefined): string;
|
|
1466
|
-
(name: string): string;
|
|
1467
|
-
};
|
|
1468
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1469
|
-
cssVarName: (name: string) => string;
|
|
1470
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1471
|
-
cssVarBlockName: (name: string) => string;
|
|
1472
|
-
};
|
|
1473
|
-
id: import("vue").Ref<string>;
|
|
1474
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
1475
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
1476
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
1477
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1478
|
-
select: import("element-plus").SelectContext;
|
|
1479
|
-
visible: import("vue").Ref<boolean>;
|
|
1480
|
-
hover: import("vue").Ref<boolean>;
|
|
1481
|
-
states: {
|
|
1482
|
-
index: number;
|
|
1483
|
-
groupDisabled: boolean;
|
|
1484
|
-
visible: boolean;
|
|
1485
|
-
hover: boolean;
|
|
1486
|
-
};
|
|
1487
|
-
hoverItem: () => void;
|
|
1488
|
-
updateOption: (query: string) => void;
|
|
1489
|
-
selectOptionClick: () => void;
|
|
1490
|
-
}, {}, {}, {}, {
|
|
1491
|
-
disabled: boolean;
|
|
1492
|
-
created: boolean;
|
|
1493
|
-
}>;
|
|
1494
|
-
__isFragment?: never;
|
|
1495
|
-
__isTeleport?: never;
|
|
1496
|
-
__isSuspense?: never;
|
|
1497
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
899
|
+
ElOption: import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1498
900
|
value: {
|
|
1499
|
-
readonly type: import("vue").PropType<
|
|
901
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
1500
902
|
readonly required: true;
|
|
1501
903
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1502
904
|
__epPropKey: true;
|
|
1503
905
|
};
|
|
1504
906
|
label: {
|
|
1505
|
-
readonly type: import("vue").PropType<
|
|
907
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
1506
908
|
readonly required: false;
|
|
1507
909
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1508
910
|
__epPropKey: true;
|
|
1509
911
|
};
|
|
1510
912
|
created: BooleanConstructor;
|
|
1511
913
|
disabled: BooleanConstructor;
|
|
1512
|
-
}
|
|
914
|
+
}>, {
|
|
1513
915
|
ns: {
|
|
1514
916
|
namespace: import("vue").ComputedRef<string>;
|
|
1515
917
|
b: (blockSuffix?: string) => string;
|
|
@@ -1528,27 +930,44 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1528
930
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1529
931
|
cssVarBlockName: (name: string) => string;
|
|
1530
932
|
};
|
|
1531
|
-
id: import("vue").Ref<string>;
|
|
933
|
+
id: import("vue").Ref<string, string>;
|
|
1532
934
|
containerKls: import("vue").ComputedRef<string[]>;
|
|
1533
|
-
currentLabel: import("vue").ComputedRef<boolean | (
|
|
935
|
+
currentLabel: import("vue").ComputedRef<boolean | import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
1534
936
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
1535
937
|
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1536
938
|
select: import("element-plus").SelectContext;
|
|
1537
|
-
visible: import("vue").Ref<boolean>;
|
|
1538
|
-
hover: import("vue").Ref<boolean>;
|
|
939
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
940
|
+
hover: import("vue").Ref<boolean, boolean>;
|
|
1539
941
|
states: {
|
|
1540
942
|
index: number;
|
|
1541
943
|
groupDisabled: boolean;
|
|
1542
944
|
visible: boolean;
|
|
1543
945
|
hover: boolean;
|
|
1544
946
|
};
|
|
947
|
+
mouseMoveEventName: "mousemove" | null;
|
|
1545
948
|
hoverItem: () => void;
|
|
949
|
+
handleMousedown: (event: MouseEvent) => void;
|
|
1546
950
|
updateOption: (query: string) => void;
|
|
1547
951
|
selectOptionClick: () => void;
|
|
1548
|
-
},
|
|
952
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
953
|
+
value: {
|
|
954
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
955
|
+
readonly required: true;
|
|
956
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
957
|
+
__epPropKey: true;
|
|
958
|
+
};
|
|
959
|
+
label: {
|
|
960
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
961
|
+
readonly required: false;
|
|
962
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
963
|
+
__epPropKey: true;
|
|
964
|
+
};
|
|
965
|
+
created: BooleanConstructor;
|
|
966
|
+
disabled: BooleanConstructor;
|
|
967
|
+
}>> & Readonly<{}>, {
|
|
1549
968
|
disabled: boolean;
|
|
1550
969
|
created: boolean;
|
|
1551
|
-
}, {},
|
|
970
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1552
971
|
Options: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1553
972
|
data: {
|
|
1554
973
|
type: import("vue").PropType<import("@vunk/shared").NormalObject[]>;
|
|
@@ -1570,7 +989,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1570
989
|
type: StringConstructor;
|
|
1571
990
|
default: string;
|
|
1572
991
|
};
|
|
1573
|
-
}>, () => JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
992
|
+
}>, () => import("vue/jsx-runtime").JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1574
993
|
data: {
|
|
1575
994
|
type: import("vue").PropType<import("@vunk/shared").NormalObject[]>;
|
|
1576
995
|
required: true;
|
|
@@ -1598,4 +1017,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1598
1017
|
disabledProp: string;
|
|
1599
1018
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1600
1019
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1601
|
-
export default _default;
|