@vunk/form 2.18.2 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +54 -951
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +448 -1016
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1072
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +41 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -901
- package/components/input-array/src/index.vue.d.ts +43 -730
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- package/components/input-collection/src/core.vue.d.ts +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +209 -109
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +151 -420
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +65 -258
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +1776 -24
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +79 -411
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +207 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,23 +1,94 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
modelValue:
|
|
2
|
+
modelValue: null;
|
|
3
3
|
props: {
|
|
4
4
|
type: import("vue").PropType<{
|
|
5
|
-
label?: string;
|
|
6
|
-
value?: string;
|
|
7
|
-
disabled?: string;
|
|
8
|
-
options?: string;
|
|
5
|
+
label?: string | undefined;
|
|
6
|
+
value?: string | undefined;
|
|
7
|
+
disabled?: string | undefined;
|
|
8
|
+
options?: string | undefined;
|
|
9
9
|
}>;
|
|
10
10
|
default: () => {};
|
|
11
11
|
};
|
|
12
12
|
options: {
|
|
13
|
-
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<
|
|
14
|
-
|
|
13
|
+
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
|
+
value: {
|
|
15
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
16
|
+
readonly required: true;
|
|
17
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
+
__epPropKey: true;
|
|
19
|
+
};
|
|
20
|
+
label: {
|
|
21
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
22
|
+
readonly required: false;
|
|
23
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
+
__epPropKey: true;
|
|
25
|
+
};
|
|
26
|
+
created: BooleanConstructor;
|
|
27
|
+
disabled: BooleanConstructor;
|
|
28
|
+
}>, {
|
|
29
|
+
ns: {
|
|
30
|
+
namespace: import("vue").ComputedRef<string>;
|
|
31
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
32
|
+
e: (element?: string | undefined) => string;
|
|
33
|
+
m: (modifier?: string | undefined) => string;
|
|
34
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
35
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
36
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
37
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
38
|
+
is: {
|
|
39
|
+
(name: string, state: boolean | undefined): string;
|
|
40
|
+
(name: string): string;
|
|
41
|
+
};
|
|
42
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
43
|
+
cssVarName: (name: string) => string;
|
|
44
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
45
|
+
cssVarBlockName: (name: string) => string;
|
|
46
|
+
};
|
|
47
|
+
id: import("vue").Ref<string, string>;
|
|
48
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
49
|
+
currentLabel: import("vue").ComputedRef<boolean | import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
50
|
+
itemSelected: import("vue").ComputedRef<boolean>;
|
|
51
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
52
|
+
select: import("element-plus").SelectContext;
|
|
53
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
54
|
+
hover: import("vue").Ref<boolean, boolean>;
|
|
55
|
+
states: {
|
|
56
|
+
index: number;
|
|
57
|
+
groupDisabled: boolean;
|
|
58
|
+
visible: boolean;
|
|
59
|
+
hover: boolean;
|
|
60
|
+
};
|
|
61
|
+
mouseMoveEventName: "mousemove" | null;
|
|
62
|
+
hoverItem: () => void;
|
|
63
|
+
handleMousedown: (event: MouseEvent) => void;
|
|
64
|
+
updateOption: (query: string) => void;
|
|
65
|
+
selectOptionClick: () => void;
|
|
66
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
+
value: {
|
|
68
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
69
|
+
readonly required: true;
|
|
70
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
|
+
__epPropKey: true;
|
|
72
|
+
};
|
|
73
|
+
label: {
|
|
74
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
75
|
+
readonly required: false;
|
|
76
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
|
+
__epPropKey: true;
|
|
78
|
+
};
|
|
79
|
+
created: BooleanConstructor;
|
|
80
|
+
disabled: BooleanConstructor;
|
|
81
|
+
}>> & Readonly<{}>, {
|
|
82
|
+
disabled: boolean;
|
|
83
|
+
created: boolean;
|
|
84
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>>[]>;
|
|
85
|
+
default: () => never[];
|
|
15
86
|
};
|
|
16
87
|
selectSlots: {
|
|
17
|
-
type: import("vue").PropType<import("./types").
|
|
18
|
-
default:
|
|
88
|
+
type: import("vue").PropType<Partial<Record<import("./types.ts").SelectSlotsType, import("@vunk/shared").AnyFunc>>>;
|
|
89
|
+
default: undefined;
|
|
19
90
|
};
|
|
20
|
-
selectRef:
|
|
91
|
+
selectRef: null;
|
|
21
92
|
optionsUrl: {
|
|
22
93
|
type: StringConstructor;
|
|
23
94
|
default: string;
|
|
@@ -26,74 +97,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
97
|
type: BooleanConstructor;
|
|
27
98
|
default: boolean;
|
|
28
99
|
};
|
|
29
|
-
slots:
|
|
100
|
+
slots: null;
|
|
30
101
|
optionChildrenProp: {
|
|
31
102
|
type: StringConstructor;
|
|
32
103
|
default: string;
|
|
33
104
|
};
|
|
34
105
|
ariaLabel: StringConstructor;
|
|
35
106
|
emptyValues: ArrayConstructor;
|
|
36
|
-
valueOnClear:
|
|
37
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
38
|
-
readonly required: false;
|
|
39
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
|
-
__epPropKey: true;
|
|
41
|
-
} & {
|
|
42
|
-
readonly default: undefined;
|
|
43
|
-
};
|
|
107
|
+
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>;
|
|
44
108
|
name: StringConstructor;
|
|
45
109
|
id: StringConstructor;
|
|
46
|
-
autocomplete:
|
|
47
|
-
readonly type: import("vue").PropType<string>;
|
|
48
|
-
readonly required: false;
|
|
49
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
-
__epPropKey: true;
|
|
51
|
-
} & {
|
|
52
|
-
readonly default: string;
|
|
53
|
-
};
|
|
110
|
+
autocomplete: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
54
111
|
automaticDropdown: BooleanConstructor;
|
|
55
112
|
size: {
|
|
56
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
57
|
-
readonly required: false;
|
|
58
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
-
__epPropKey: true;
|
|
60
|
-
};
|
|
61
|
-
effect: {
|
|
62
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
113
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
63
114
|
readonly required: false;
|
|
64
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
116
|
__epPropKey: true;
|
|
66
|
-
} & {
|
|
67
|
-
readonly default: string;
|
|
68
117
|
};
|
|
69
|
-
|
|
118
|
+
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>;
|
|
119
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
70
120
|
clearable: BooleanConstructor;
|
|
71
121
|
filterable: BooleanConstructor;
|
|
72
122
|
allowCreate: BooleanConstructor;
|
|
73
123
|
loading: BooleanConstructor;
|
|
74
|
-
popperClass:
|
|
75
|
-
readonly type: import("vue").PropType<string>;
|
|
76
|
-
readonly required: false;
|
|
77
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
-
__epPropKey: true;
|
|
79
|
-
} & {
|
|
80
|
-
readonly default: string;
|
|
81
|
-
};
|
|
124
|
+
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
82
125
|
popperStyle: {
|
|
83
|
-
readonly type: import("vue").PropType<string | import("vue").CSSProperties
|
|
84
|
-
readonly required: false;
|
|
85
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
|
-
__epPropKey: true;
|
|
87
|
-
};
|
|
88
|
-
popperOptions: {
|
|
89
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
126
|
+
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>>;
|
|
90
127
|
readonly required: false;
|
|
91
128
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
129
|
__epPropKey: true;
|
|
93
|
-
} & {
|
|
94
|
-
readonly default: () => Partial<import("element-plus").Options>;
|
|
95
130
|
};
|
|
131
|
+
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>;
|
|
96
132
|
remote: BooleanConstructor;
|
|
133
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
97
134
|
loadingText: StringConstructor;
|
|
98
135
|
noMatchText: StringConstructor;
|
|
99
136
|
noDataText: StringConstructor;
|
|
@@ -110,14 +147,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
110
147
|
__epPropKey: true;
|
|
111
148
|
};
|
|
112
149
|
multiple: BooleanConstructor;
|
|
113
|
-
multipleLimit:
|
|
114
|
-
readonly type: import("vue").PropType<number>;
|
|
115
|
-
readonly required: false;
|
|
116
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
-
__epPropKey: true;
|
|
118
|
-
} & {
|
|
119
|
-
readonly default: number;
|
|
120
|
-
};
|
|
150
|
+
multipleLimit: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
121
151
|
placeholder: {
|
|
122
152
|
readonly type: import("vue").PropType<string>;
|
|
123
153
|
readonly required: false;
|
|
@@ -125,145 +155,52 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
155
|
__epPropKey: true;
|
|
126
156
|
};
|
|
127
157
|
defaultFirstOption: BooleanConstructor;
|
|
128
|
-
reserveKeyword:
|
|
129
|
-
|
|
130
|
-
readonly required: false;
|
|
131
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
|
-
__epPropKey: true;
|
|
133
|
-
} & {
|
|
134
|
-
readonly default: boolean;
|
|
135
|
-
};
|
|
136
|
-
valueKey: {
|
|
137
|
-
readonly type: import("vue").PropType<string>;
|
|
138
|
-
readonly required: false;
|
|
139
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
-
__epPropKey: true;
|
|
141
|
-
} & {
|
|
142
|
-
readonly default: string;
|
|
143
|
-
};
|
|
158
|
+
reserveKeyword: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
159
|
+
valueKey: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
144
160
|
collapseTags: BooleanConstructor;
|
|
145
161
|
collapseTagsTooltip: BooleanConstructor;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
} & {
|
|
152
|
-
readonly default: number;
|
|
153
|
-
};
|
|
154
|
-
teleported: {
|
|
155
|
-
readonly type: import("vue").PropType<boolean>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
} & {
|
|
160
|
-
readonly default: true;
|
|
161
|
-
};
|
|
162
|
-
persistent: {
|
|
163
|
-
readonly type: import("vue").PropType<boolean>;
|
|
164
|
-
readonly required: false;
|
|
165
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
|
-
__epPropKey: true;
|
|
167
|
-
} & {
|
|
168
|
-
readonly default: boolean;
|
|
169
|
-
};
|
|
170
|
-
clearIcon: {
|
|
171
|
-
readonly type: import("vue").PropType<unknown>;
|
|
172
|
-
readonly required: false;
|
|
173
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
174
|
-
__epPropKey: true;
|
|
175
|
-
};
|
|
162
|
+
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>;
|
|
163
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
164
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
166
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
176
167
|
fitInputWidth: BooleanConstructor;
|
|
177
|
-
suffixIcon: {
|
|
178
|
-
readonly type: import("vue").PropType<unknown>;
|
|
179
|
-
readonly required: false;
|
|
180
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
|
-
__epPropKey: true;
|
|
182
|
-
};
|
|
168
|
+
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
183
169
|
tagType: {
|
|
184
170
|
default: string;
|
|
185
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger"
|
|
171
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>>;
|
|
186
172
|
required: false;
|
|
187
173
|
validator: ((val: unknown) => boolean) | undefined;
|
|
188
174
|
__epPropKey: true;
|
|
189
175
|
};
|
|
190
176
|
tagEffect: {
|
|
191
177
|
default: string;
|
|
192
|
-
type: import("vue").PropType<"
|
|
178
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
193
179
|
required: false;
|
|
194
180
|
validator: ((val: unknown) => boolean) | undefined;
|
|
195
181
|
__epPropKey: true;
|
|
196
182
|
};
|
|
197
|
-
validateEvent:
|
|
198
|
-
readonly type: import("vue").PropType<boolean>;
|
|
199
|
-
readonly required: false;
|
|
200
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
|
-
__epPropKey: true;
|
|
202
|
-
} & {
|
|
203
|
-
readonly default: boolean;
|
|
204
|
-
};
|
|
183
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
205
184
|
remoteShowSuffix: BooleanConstructor;
|
|
206
|
-
showArrow:
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
} & {
|
|
212
|
-
readonly default: boolean;
|
|
213
|
-
};
|
|
214
|
-
offset: {
|
|
215
|
-
readonly type: import("vue").PropType<number>;
|
|
216
|
-
readonly required: false;
|
|
217
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
|
-
__epPropKey: true;
|
|
219
|
-
} & {
|
|
220
|
-
readonly default: number;
|
|
221
|
-
};
|
|
222
|
-
placement: {
|
|
223
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
224
|
-
readonly required: false;
|
|
225
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
-
__epPropKey: true;
|
|
227
|
-
} & {
|
|
228
|
-
readonly default: string;
|
|
229
|
-
};
|
|
230
|
-
fallbackPlacements: {
|
|
231
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
232
|
-
readonly required: false;
|
|
233
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
234
|
-
__epPropKey: true;
|
|
235
|
-
} & {
|
|
236
|
-
readonly default: string[];
|
|
237
|
-
};
|
|
238
|
-
tabindex: {
|
|
239
|
-
readonly type: import("vue").PropType<string | number>;
|
|
240
|
-
readonly required: false;
|
|
241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
242
|
-
__epPropKey: true;
|
|
243
|
-
} & {
|
|
244
|
-
readonly default: number;
|
|
245
|
-
};
|
|
185
|
+
showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
186
|
+
offset: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
187
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "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>;
|
|
188
|
+
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>;
|
|
189
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
246
190
|
appendTo: {
|
|
247
|
-
readonly type: import("vue").PropType<string | HTMLElement
|
|
191
|
+
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>>;
|
|
248
192
|
readonly required: false;
|
|
249
193
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
250
194
|
__epPropKey: true;
|
|
251
195
|
};
|
|
252
|
-
required:
|
|
253
|
-
readonly type: import("vue").PropType<boolean>;
|
|
254
|
-
readonly required: false;
|
|
255
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
256
|
-
__epPropKey: true;
|
|
257
|
-
} & {
|
|
258
|
-
readonly default: undefined;
|
|
259
|
-
};
|
|
196
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
260
197
|
formItemSize: {
|
|
261
198
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
262
199
|
default: "default" | "small" | "large";
|
|
263
200
|
};
|
|
264
201
|
formItemSlots: {
|
|
265
|
-
type: import("vue").PropType<import("
|
|
266
|
-
default:
|
|
202
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
203
|
+
default: undefined;
|
|
267
204
|
};
|
|
268
205
|
elRef: {
|
|
269
206
|
type: import("vue").PropType<any>;
|
|
@@ -275,104 +212,153 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
275
212
|
};
|
|
276
213
|
readonly: {
|
|
277
214
|
type: BooleanConstructor;
|
|
278
|
-
default:
|
|
215
|
+
default: undefined;
|
|
279
216
|
};
|
|
280
217
|
formItemTip: {
|
|
281
218
|
type: StringConstructor;
|
|
282
|
-
default:
|
|
219
|
+
default: undefined;
|
|
283
220
|
};
|
|
284
|
-
formItemTipClass:
|
|
221
|
+
formItemTipClass: null;
|
|
285
222
|
labelTip: {
|
|
286
223
|
type: StringConstructor;
|
|
287
|
-
default:
|
|
224
|
+
default: undefined;
|
|
288
225
|
};
|
|
289
226
|
information: {
|
|
290
227
|
type: BooleanConstructor;
|
|
291
228
|
default: boolean;
|
|
292
229
|
};
|
|
293
|
-
prop:
|
|
294
|
-
defaultModelValue:
|
|
230
|
+
prop: null;
|
|
231
|
+
defaultModelValue: null;
|
|
295
232
|
label: StringConstructor;
|
|
296
233
|
labelWidth: {
|
|
297
|
-
readonly type: import("vue").PropType<
|
|
298
|
-
readonly required: false;
|
|
299
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
|
-
__epPropKey: true;
|
|
301
|
-
} & {
|
|
302
|
-
readonly default: "";
|
|
303
|
-
};
|
|
304
|
-
labelPosition: {
|
|
305
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
234
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
306
235
|
readonly required: false;
|
|
307
236
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
308
237
|
__epPropKey: true;
|
|
309
|
-
} & {
|
|
310
|
-
readonly default: "";
|
|
311
238
|
};
|
|
239
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
312
240
|
rules: {
|
|
313
|
-
readonly type: import("vue").PropType<unknown
|
|
241
|
+
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>>;
|
|
314
242
|
readonly required: false;
|
|
315
243
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
316
244
|
__epPropKey: true;
|
|
317
245
|
};
|
|
318
246
|
error: StringConstructor;
|
|
319
247
|
validateStatus: {
|
|
320
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
248
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
321
249
|
readonly required: false;
|
|
322
250
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
251
|
__epPropKey: true;
|
|
324
252
|
};
|
|
325
253
|
for: StringConstructor;
|
|
326
|
-
inlineMessage:
|
|
327
|
-
|
|
328
|
-
readonly required: false;
|
|
329
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
330
|
-
__epPropKey: true;
|
|
331
|
-
} & {
|
|
332
|
-
readonly default: "";
|
|
333
|
-
};
|
|
334
|
-
showMessage: {
|
|
335
|
-
readonly type: import("vue").PropType<boolean>;
|
|
336
|
-
readonly required: false;
|
|
337
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
338
|
-
__epPropKey: true;
|
|
339
|
-
} & {
|
|
340
|
-
readonly default: true;
|
|
341
|
-
};
|
|
254
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
255
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
342
256
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
343
257
|
[key: string]: any;
|
|
344
258
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
345
|
-
'update:modelValue':
|
|
346
|
-
change: (val:
|
|
347
|
-
|
|
259
|
+
'update:modelValue': null;
|
|
260
|
+
change: (val: any) => boolean;
|
|
261
|
+
'popup-scroll': ({ scrollTop, scrollLeft }: {
|
|
348
262
|
scrollTop: number;
|
|
349
263
|
scrollLeft: number;
|
|
350
264
|
}) => boolean;
|
|
351
|
-
|
|
352
|
-
|
|
265
|
+
'end-reached': (direction: import("element-plus").ScrollbarDirection) => boolean;
|
|
266
|
+
'remove-tag': (val: unknown) => boolean;
|
|
267
|
+
'visible-change': (visible: boolean) => boolean;
|
|
353
268
|
focus: (evt: FocusEvent) => boolean;
|
|
354
269
|
blur: (evt: FocusEvent) => boolean;
|
|
355
270
|
clear: () => boolean;
|
|
356
271
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
357
|
-
modelValue:
|
|
272
|
+
modelValue: null;
|
|
358
273
|
props: {
|
|
359
274
|
type: import("vue").PropType<{
|
|
360
|
-
label?: string;
|
|
361
|
-
value?: string;
|
|
362
|
-
disabled?: string;
|
|
363
|
-
options?: string;
|
|
275
|
+
label?: string | undefined;
|
|
276
|
+
value?: string | undefined;
|
|
277
|
+
disabled?: string | undefined;
|
|
278
|
+
options?: string | undefined;
|
|
364
279
|
}>;
|
|
365
280
|
default: () => {};
|
|
366
281
|
};
|
|
367
282
|
options: {
|
|
368
|
-
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<
|
|
369
|
-
|
|
283
|
+
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
284
|
+
value: {
|
|
285
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
286
|
+
readonly required: true;
|
|
287
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
|
+
__epPropKey: true;
|
|
289
|
+
};
|
|
290
|
+
label: {
|
|
291
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
292
|
+
readonly required: false;
|
|
293
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
+
__epPropKey: true;
|
|
295
|
+
};
|
|
296
|
+
created: BooleanConstructor;
|
|
297
|
+
disabled: BooleanConstructor;
|
|
298
|
+
}>, {
|
|
299
|
+
ns: {
|
|
300
|
+
namespace: import("vue").ComputedRef<string>;
|
|
301
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
302
|
+
e: (element?: string | undefined) => string;
|
|
303
|
+
m: (modifier?: string | undefined) => string;
|
|
304
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
305
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
306
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
307
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
308
|
+
is: {
|
|
309
|
+
(name: string, state: boolean | undefined): string;
|
|
310
|
+
(name: string): string;
|
|
311
|
+
};
|
|
312
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
313
|
+
cssVarName: (name: string) => string;
|
|
314
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
315
|
+
cssVarBlockName: (name: string) => string;
|
|
316
|
+
};
|
|
317
|
+
id: import("vue").Ref<string, string>;
|
|
318
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
319
|
+
currentLabel: import("vue").ComputedRef<boolean | import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
320
|
+
itemSelected: import("vue").ComputedRef<boolean>;
|
|
321
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
322
|
+
select: import("element-plus").SelectContext;
|
|
323
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
324
|
+
hover: import("vue").Ref<boolean, boolean>;
|
|
325
|
+
states: {
|
|
326
|
+
index: number;
|
|
327
|
+
groupDisabled: boolean;
|
|
328
|
+
visible: boolean;
|
|
329
|
+
hover: boolean;
|
|
330
|
+
};
|
|
331
|
+
mouseMoveEventName: "mousemove" | null;
|
|
332
|
+
hoverItem: () => void;
|
|
333
|
+
handleMousedown: (event: MouseEvent) => void;
|
|
334
|
+
updateOption: (query: string) => void;
|
|
335
|
+
selectOptionClick: () => void;
|
|
336
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
337
|
+
value: {
|
|
338
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
339
|
+
readonly required: true;
|
|
340
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
+
__epPropKey: true;
|
|
342
|
+
};
|
|
343
|
+
label: {
|
|
344
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
345
|
+
readonly required: false;
|
|
346
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
347
|
+
__epPropKey: true;
|
|
348
|
+
};
|
|
349
|
+
created: BooleanConstructor;
|
|
350
|
+
disabled: BooleanConstructor;
|
|
351
|
+
}>> & Readonly<{}>, {
|
|
352
|
+
disabled: boolean;
|
|
353
|
+
created: boolean;
|
|
354
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>>[]>;
|
|
355
|
+
default: () => never[];
|
|
370
356
|
};
|
|
371
357
|
selectSlots: {
|
|
372
|
-
type: import("vue").PropType<import("./types").
|
|
373
|
-
default:
|
|
358
|
+
type: import("vue").PropType<Partial<Record<import("./types.ts").SelectSlotsType, import("@vunk/shared").AnyFunc>>>;
|
|
359
|
+
default: undefined;
|
|
374
360
|
};
|
|
375
|
-
selectRef:
|
|
361
|
+
selectRef: null;
|
|
376
362
|
optionsUrl: {
|
|
377
363
|
type: StringConstructor;
|
|
378
364
|
default: string;
|
|
@@ -381,74 +367,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
381
367
|
type: BooleanConstructor;
|
|
382
368
|
default: boolean;
|
|
383
369
|
};
|
|
384
|
-
slots:
|
|
370
|
+
slots: null;
|
|
385
371
|
optionChildrenProp: {
|
|
386
372
|
type: StringConstructor;
|
|
387
373
|
default: string;
|
|
388
374
|
};
|
|
389
375
|
ariaLabel: StringConstructor;
|
|
390
376
|
emptyValues: ArrayConstructor;
|
|
391
|
-
valueOnClear:
|
|
392
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
393
|
-
readonly required: false;
|
|
394
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
395
|
-
__epPropKey: true;
|
|
396
|
-
} & {
|
|
397
|
-
readonly default: undefined;
|
|
398
|
-
};
|
|
377
|
+
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>;
|
|
399
378
|
name: StringConstructor;
|
|
400
379
|
id: StringConstructor;
|
|
401
|
-
autocomplete:
|
|
402
|
-
readonly type: import("vue").PropType<string>;
|
|
403
|
-
readonly required: false;
|
|
404
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
|
-
__epPropKey: true;
|
|
406
|
-
} & {
|
|
407
|
-
readonly default: string;
|
|
408
|
-
};
|
|
380
|
+
autocomplete: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
409
381
|
automaticDropdown: BooleanConstructor;
|
|
410
382
|
size: {
|
|
411
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
383
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
412
384
|
readonly required: false;
|
|
413
385
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
414
386
|
__epPropKey: true;
|
|
415
387
|
};
|
|
416
|
-
effect:
|
|
417
|
-
|
|
418
|
-
readonly required: false;
|
|
419
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
420
|
-
__epPropKey: true;
|
|
421
|
-
} & {
|
|
422
|
-
readonly default: string;
|
|
423
|
-
};
|
|
424
|
-
disabled: BooleanConstructor;
|
|
388
|
+
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>;
|
|
389
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
425
390
|
clearable: BooleanConstructor;
|
|
426
391
|
filterable: BooleanConstructor;
|
|
427
392
|
allowCreate: BooleanConstructor;
|
|
428
393
|
loading: BooleanConstructor;
|
|
429
|
-
popperClass:
|
|
430
|
-
readonly type: import("vue").PropType<string>;
|
|
431
|
-
readonly required: false;
|
|
432
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
-
__epPropKey: true;
|
|
434
|
-
} & {
|
|
435
|
-
readonly default: string;
|
|
436
|
-
};
|
|
394
|
+
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
437
395
|
popperStyle: {
|
|
438
|
-
readonly type: import("vue").PropType<string | import("vue").CSSProperties
|
|
396
|
+
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>>;
|
|
439
397
|
readonly required: false;
|
|
440
398
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
399
|
__epPropKey: true;
|
|
442
400
|
};
|
|
443
|
-
popperOptions:
|
|
444
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
445
|
-
readonly required: false;
|
|
446
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
447
|
-
__epPropKey: true;
|
|
448
|
-
} & {
|
|
449
|
-
readonly default: () => Partial<import("element-plus").Options>;
|
|
450
|
-
};
|
|
401
|
+
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>;
|
|
451
402
|
remote: BooleanConstructor;
|
|
403
|
+
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
452
404
|
loadingText: StringConstructor;
|
|
453
405
|
noMatchText: StringConstructor;
|
|
454
406
|
noDataText: StringConstructor;
|
|
@@ -465,14 +417,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
465
417
|
__epPropKey: true;
|
|
466
418
|
};
|
|
467
419
|
multiple: BooleanConstructor;
|
|
468
|
-
multipleLimit:
|
|
469
|
-
readonly type: import("vue").PropType<number>;
|
|
470
|
-
readonly required: false;
|
|
471
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
472
|
-
__epPropKey: true;
|
|
473
|
-
} & {
|
|
474
|
-
readonly default: number;
|
|
475
|
-
};
|
|
420
|
+
multipleLimit: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
476
421
|
placeholder: {
|
|
477
422
|
readonly type: import("vue").PropType<string>;
|
|
478
423
|
readonly required: false;
|
|
@@ -480,145 +425,52 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
480
425
|
__epPropKey: true;
|
|
481
426
|
};
|
|
482
427
|
defaultFirstOption: BooleanConstructor;
|
|
483
|
-
reserveKeyword:
|
|
484
|
-
|
|
485
|
-
readonly required: false;
|
|
486
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
|
-
__epPropKey: true;
|
|
488
|
-
} & {
|
|
489
|
-
readonly default: boolean;
|
|
490
|
-
};
|
|
491
|
-
valueKey: {
|
|
492
|
-
readonly type: import("vue").PropType<string>;
|
|
493
|
-
readonly required: false;
|
|
494
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
495
|
-
__epPropKey: true;
|
|
496
|
-
} & {
|
|
497
|
-
readonly default: string;
|
|
498
|
-
};
|
|
428
|
+
reserveKeyword: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
429
|
+
valueKey: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
499
430
|
collapseTags: BooleanConstructor;
|
|
500
431
|
collapseTagsTooltip: BooleanConstructor;
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
} & {
|
|
507
|
-
readonly default: number;
|
|
508
|
-
};
|
|
509
|
-
teleported: {
|
|
510
|
-
readonly type: import("vue").PropType<boolean>;
|
|
511
|
-
readonly required: false;
|
|
512
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
513
|
-
__epPropKey: true;
|
|
514
|
-
} & {
|
|
515
|
-
readonly default: true;
|
|
516
|
-
};
|
|
517
|
-
persistent: {
|
|
518
|
-
readonly type: import("vue").PropType<boolean>;
|
|
519
|
-
readonly required: false;
|
|
520
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
521
|
-
__epPropKey: true;
|
|
522
|
-
} & {
|
|
523
|
-
readonly default: boolean;
|
|
524
|
-
};
|
|
525
|
-
clearIcon: {
|
|
526
|
-
readonly type: import("vue").PropType<unknown>;
|
|
527
|
-
readonly required: false;
|
|
528
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
|
-
__epPropKey: true;
|
|
530
|
-
};
|
|
432
|
+
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>;
|
|
433
|
+
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
434
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
435
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
436
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
531
437
|
fitInputWidth: BooleanConstructor;
|
|
532
|
-
suffixIcon: {
|
|
533
|
-
readonly type: import("vue").PropType<unknown>;
|
|
534
|
-
readonly required: false;
|
|
535
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
536
|
-
__epPropKey: true;
|
|
537
|
-
};
|
|
438
|
+
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
538
439
|
tagType: {
|
|
539
440
|
default: string;
|
|
540
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger"
|
|
441
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>>;
|
|
541
442
|
required: false;
|
|
542
443
|
validator: ((val: unknown) => boolean) | undefined;
|
|
543
444
|
__epPropKey: true;
|
|
544
445
|
};
|
|
545
446
|
tagEffect: {
|
|
546
447
|
default: string;
|
|
547
|
-
type: import("vue").PropType<"
|
|
448
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
548
449
|
required: false;
|
|
549
450
|
validator: ((val: unknown) => boolean) | undefined;
|
|
550
451
|
__epPropKey: true;
|
|
551
452
|
};
|
|
552
|
-
validateEvent:
|
|
553
|
-
readonly type: import("vue").PropType<boolean>;
|
|
554
|
-
readonly required: false;
|
|
555
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
556
|
-
__epPropKey: true;
|
|
557
|
-
} & {
|
|
558
|
-
readonly default: boolean;
|
|
559
|
-
};
|
|
453
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
560
454
|
remoteShowSuffix: BooleanConstructor;
|
|
561
|
-
showArrow:
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
} & {
|
|
567
|
-
readonly default: boolean;
|
|
568
|
-
};
|
|
569
|
-
offset: {
|
|
570
|
-
readonly type: import("vue").PropType<number>;
|
|
571
|
-
readonly required: false;
|
|
572
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
573
|
-
__epPropKey: true;
|
|
574
|
-
} & {
|
|
575
|
-
readonly default: number;
|
|
576
|
-
};
|
|
577
|
-
placement: {
|
|
578
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
579
|
-
readonly required: false;
|
|
580
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
581
|
-
__epPropKey: true;
|
|
582
|
-
} & {
|
|
583
|
-
readonly default: string;
|
|
584
|
-
};
|
|
585
|
-
fallbackPlacements: {
|
|
586
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
587
|
-
readonly required: false;
|
|
588
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
589
|
-
__epPropKey: true;
|
|
590
|
-
} & {
|
|
591
|
-
readonly default: string[];
|
|
592
|
-
};
|
|
593
|
-
tabindex: {
|
|
594
|
-
readonly type: import("vue").PropType<string | number>;
|
|
595
|
-
readonly required: false;
|
|
596
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
597
|
-
__epPropKey: true;
|
|
598
|
-
} & {
|
|
599
|
-
readonly default: number;
|
|
600
|
-
};
|
|
455
|
+
showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
456
|
+
offset: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
457
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "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>;
|
|
458
|
+
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>;
|
|
459
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
601
460
|
appendTo: {
|
|
602
|
-
readonly type: import("vue").PropType<string | HTMLElement
|
|
603
|
-
readonly required: false;
|
|
604
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
605
|
-
__epPropKey: true;
|
|
606
|
-
};
|
|
607
|
-
required: {
|
|
608
|
-
readonly type: import("vue").PropType<boolean>;
|
|
461
|
+
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>>;
|
|
609
462
|
readonly required: false;
|
|
610
463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
611
464
|
__epPropKey: true;
|
|
612
|
-
} & {
|
|
613
|
-
readonly default: undefined;
|
|
614
465
|
};
|
|
466
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
615
467
|
formItemSize: {
|
|
616
468
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
617
469
|
default: "default" | "small" | "large";
|
|
618
470
|
};
|
|
619
471
|
formItemSlots: {
|
|
620
|
-
type: import("vue").PropType<import("
|
|
621
|
-
default:
|
|
472
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
473
|
+
default: undefined;
|
|
622
474
|
};
|
|
623
475
|
elRef: {
|
|
624
476
|
type: import("vue").PropType<any>;
|
|
@@ -630,265 +482,112 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
630
482
|
};
|
|
631
483
|
readonly: {
|
|
632
484
|
type: BooleanConstructor;
|
|
633
|
-
default:
|
|
485
|
+
default: undefined;
|
|
634
486
|
};
|
|
635
487
|
formItemTip: {
|
|
636
488
|
type: StringConstructor;
|
|
637
|
-
default:
|
|
489
|
+
default: undefined;
|
|
638
490
|
};
|
|
639
|
-
formItemTipClass:
|
|
491
|
+
formItemTipClass: null;
|
|
640
492
|
labelTip: {
|
|
641
493
|
type: StringConstructor;
|
|
642
|
-
default:
|
|
494
|
+
default: undefined;
|
|
643
495
|
};
|
|
644
496
|
information: {
|
|
645
497
|
type: BooleanConstructor;
|
|
646
498
|
default: boolean;
|
|
647
499
|
};
|
|
648
|
-
prop:
|
|
649
|
-
defaultModelValue:
|
|
500
|
+
prop: null;
|
|
501
|
+
defaultModelValue: null;
|
|
650
502
|
label: StringConstructor;
|
|
651
503
|
labelWidth: {
|
|
652
|
-
readonly type: import("vue").PropType<
|
|
653
|
-
readonly required: false;
|
|
654
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
655
|
-
__epPropKey: true;
|
|
656
|
-
} & {
|
|
657
|
-
readonly default: "";
|
|
658
|
-
};
|
|
659
|
-
labelPosition: {
|
|
660
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
504
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
661
505
|
readonly required: false;
|
|
662
506
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
663
507
|
__epPropKey: true;
|
|
664
|
-
} & {
|
|
665
|
-
readonly default: "";
|
|
666
508
|
};
|
|
509
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
667
510
|
rules: {
|
|
668
|
-
readonly type: import("vue").PropType<unknown
|
|
511
|
+
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>>;
|
|
669
512
|
readonly required: false;
|
|
670
513
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
671
514
|
__epPropKey: true;
|
|
672
515
|
};
|
|
673
516
|
error: StringConstructor;
|
|
674
517
|
validateStatus: {
|
|
675
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
518
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
676
519
|
readonly required: false;
|
|
677
520
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
521
|
__epPropKey: true;
|
|
679
522
|
};
|
|
680
523
|
for: StringConstructor;
|
|
681
|
-
inlineMessage:
|
|
682
|
-
|
|
683
|
-
readonly required: false;
|
|
684
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
|
-
__epPropKey: true;
|
|
686
|
-
} & {
|
|
687
|
-
readonly default: "";
|
|
688
|
-
};
|
|
689
|
-
showMessage: {
|
|
690
|
-
readonly type: import("vue").PropType<boolean>;
|
|
691
|
-
readonly required: false;
|
|
692
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
693
|
-
__epPropKey: true;
|
|
694
|
-
} & {
|
|
695
|
-
readonly default: true;
|
|
696
|
-
};
|
|
524
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
525
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
697
526
|
}>> & Readonly<{
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
"onPopup-scroll"?: (args_0: {
|
|
527
|
+
onClear?: (() => any) | undefined;
|
|
528
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
529
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
530
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
531
|
+
onChange?: ((val: any) => any) | undefined;
|
|
532
|
+
"onPopup-scroll"?: ((args_0: {
|
|
704
533
|
scrollTop: number;
|
|
705
534
|
scrollLeft: number;
|
|
706
|
-
}) => any;
|
|
707
|
-
"
|
|
708
|
-
"
|
|
535
|
+
}) => any) | undefined;
|
|
536
|
+
"onEnd-reached"?: ((direction: import("element-plus").ScrollbarDirection) => any) | undefined;
|
|
537
|
+
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
538
|
+
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
709
539
|
}>, {
|
|
710
|
-
required:
|
|
540
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
711
541
|
formItemSize: "default" | "small" | "large";
|
|
712
|
-
formItemSlots: import("
|
|
542
|
+
formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
|
|
713
543
|
inline: boolean;
|
|
714
544
|
readonly: boolean;
|
|
715
545
|
formItemTip: string;
|
|
716
|
-
formItemTipClass: any;
|
|
717
546
|
labelTip: string;
|
|
718
547
|
information: boolean;
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
popperClass: string;
|
|
731
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
732
|
-
offset: number;
|
|
733
|
-
placement: import("element-plus").Placement;
|
|
734
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
735
|
-
slots: any;
|
|
548
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
549
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
550
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
551
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "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>;
|
|
552
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
|
+
autocomplete: string;
|
|
554
|
+
clearable: boolean;
|
|
555
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>;
|
|
556
|
+
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>;
|
|
557
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
558
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
736
559
|
props: {
|
|
737
|
-
label?: string;
|
|
738
|
-
value?: string;
|
|
739
|
-
disabled?: string;
|
|
740
|
-
options?: string;
|
|
560
|
+
label?: string | undefined;
|
|
561
|
+
value?: string | undefined;
|
|
562
|
+
disabled?: string | undefined;
|
|
563
|
+
options?: string | undefined;
|
|
741
564
|
};
|
|
742
|
-
modelValue: any;
|
|
743
|
-
clearable: boolean;
|
|
744
|
-
multiple: boolean;
|
|
745
|
-
stringify: boolean;
|
|
746
565
|
loading: boolean;
|
|
747
|
-
options: import("@vunk/shared").VueComponentPropsType<{
|
|
748
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
749
|
-
value: {
|
|
750
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
751
|
-
readonly required: true;
|
|
752
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
753
|
-
__epPropKey: true;
|
|
754
|
-
};
|
|
755
|
-
label: {
|
|
756
|
-
readonly type: import("vue").PropType<string | number>;
|
|
757
|
-
readonly required: false;
|
|
758
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
759
|
-
__epPropKey: true;
|
|
760
|
-
};
|
|
761
|
-
created: BooleanConstructor;
|
|
762
|
-
disabled: BooleanConstructor;
|
|
763
|
-
}>>, {
|
|
764
|
-
ns: {
|
|
765
|
-
namespace: import("vue").ComputedRef<string>;
|
|
766
|
-
b: (blockSuffix?: string) => string;
|
|
767
|
-
e: (element?: string) => string;
|
|
768
|
-
m: (modifier?: string) => string;
|
|
769
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
770
|
-
em: (element?: string, modifier?: string) => string;
|
|
771
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
772
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
773
|
-
is: {
|
|
774
|
-
(name: string, state: boolean | undefined): string;
|
|
775
|
-
(name: string): string;
|
|
776
|
-
};
|
|
777
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
778
|
-
cssVarName: (name: string) => string;
|
|
779
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
780
|
-
cssVarBlockName: (name: string) => string;
|
|
781
|
-
};
|
|
782
|
-
id: import("vue").Ref<string>;
|
|
783
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
784
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
785
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
786
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
787
|
-
select: import("element-plus").SelectContext;
|
|
788
|
-
visible: import("vue").Ref<boolean>;
|
|
789
|
-
hover: import("vue").Ref<boolean>;
|
|
790
|
-
states: {
|
|
791
|
-
index: number;
|
|
792
|
-
groupDisabled: boolean;
|
|
793
|
-
visible: boolean;
|
|
794
|
-
hover: boolean;
|
|
795
|
-
};
|
|
796
|
-
hoverItem: () => void;
|
|
797
|
-
updateOption: (query: string) => void;
|
|
798
|
-
selectOptionClick: () => void;
|
|
799
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
800
|
-
disabled: boolean;
|
|
801
|
-
created: boolean;
|
|
802
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
803
|
-
P: {};
|
|
804
|
-
B: {};
|
|
805
|
-
D: {};
|
|
806
|
-
C: {};
|
|
807
|
-
M: {};
|
|
808
|
-
Defaults: {};
|
|
809
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
810
|
-
value: {
|
|
811
|
-
readonly type: import("vue").PropType<string | number | boolean | Record<string, any>>;
|
|
812
|
-
readonly required: true;
|
|
813
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
814
|
-
__epPropKey: true;
|
|
815
|
-
};
|
|
816
|
-
label: {
|
|
817
|
-
readonly type: import("vue").PropType<string | number>;
|
|
818
|
-
readonly required: false;
|
|
819
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
820
|
-
__epPropKey: true;
|
|
821
|
-
};
|
|
822
|
-
created: BooleanConstructor;
|
|
823
|
-
disabled: BooleanConstructor;
|
|
824
|
-
}>>, {
|
|
825
|
-
ns: {
|
|
826
|
-
namespace: import("vue").ComputedRef<string>;
|
|
827
|
-
b: (blockSuffix?: string) => string;
|
|
828
|
-
e: (element?: string) => string;
|
|
829
|
-
m: (modifier?: string) => string;
|
|
830
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
831
|
-
em: (element?: string, modifier?: string) => string;
|
|
832
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
833
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
834
|
-
is: {
|
|
835
|
-
(name: string, state: boolean | undefined): string;
|
|
836
|
-
(name: string): string;
|
|
837
|
-
};
|
|
838
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
839
|
-
cssVarName: (name: string) => string;
|
|
840
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
841
|
-
cssVarBlockName: (name: string) => string;
|
|
842
|
-
};
|
|
843
|
-
id: import("vue").Ref<string>;
|
|
844
|
-
containerKls: import("vue").ComputedRef<string[]>;
|
|
845
|
-
currentLabel: import("vue").ComputedRef<boolean | (string | number)>;
|
|
846
|
-
itemSelected: import("vue").ComputedRef<boolean>;
|
|
847
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
848
|
-
select: import("element-plus").SelectContext;
|
|
849
|
-
visible: import("vue").Ref<boolean>;
|
|
850
|
-
hover: import("vue").Ref<boolean>;
|
|
851
|
-
states: {
|
|
852
|
-
index: number;
|
|
853
|
-
groupDisabled: boolean;
|
|
854
|
-
visible: boolean;
|
|
855
|
-
hover: boolean;
|
|
856
|
-
};
|
|
857
|
-
hoverItem: () => void;
|
|
858
|
-
updateOption: (query: string) => void;
|
|
859
|
-
selectOptionClick: () => void;
|
|
860
|
-
}, {}, {}, {}, {
|
|
861
|
-
disabled: boolean;
|
|
862
|
-
created: boolean;
|
|
863
|
-
}>;
|
|
864
|
-
__isFragment?: never;
|
|
865
|
-
__isTeleport?: never;
|
|
866
|
-
__isSuspense?: never;
|
|
867
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
566
|
+
options: import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
868
567
|
value: {
|
|
869
|
-
readonly type: import("vue").PropType<
|
|
568
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
870
569
|
readonly required: true;
|
|
871
570
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
872
571
|
__epPropKey: true;
|
|
873
572
|
};
|
|
874
573
|
label: {
|
|
875
|
-
readonly type: import("vue").PropType<
|
|
574
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
876
575
|
readonly required: false;
|
|
877
576
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
878
577
|
__epPropKey: true;
|
|
879
578
|
};
|
|
880
579
|
created: BooleanConstructor;
|
|
881
580
|
disabled: BooleanConstructor;
|
|
882
|
-
}
|
|
581
|
+
}>, {
|
|
883
582
|
ns: {
|
|
884
583
|
namespace: import("vue").ComputedRef<string>;
|
|
885
|
-
b: (blockSuffix?: string) => string;
|
|
886
|
-
e: (element?: string) => string;
|
|
887
|
-
m: (modifier?: string) => string;
|
|
888
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
889
|
-
em: (element?: string, modifier?: string) => string;
|
|
890
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
891
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
584
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
585
|
+
e: (element?: string | undefined) => string;
|
|
586
|
+
m: (modifier?: string | undefined) => string;
|
|
587
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
588
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
589
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
590
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
892
591
|
is: {
|
|
893
592
|
(name: string, state: boolean | undefined): string;
|
|
894
593
|
(name: string): string;
|
|
@@ -898,49 +597,74 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
898
597
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
899
598
|
cssVarBlockName: (name: string) => string;
|
|
900
599
|
};
|
|
901
|
-
id: import("vue").Ref<string>;
|
|
600
|
+
id: import("vue").Ref<string, string>;
|
|
902
601
|
containerKls: import("vue").ComputedRef<string[]>;
|
|
903
|
-
currentLabel: import("vue").ComputedRef<boolean | (
|
|
602
|
+
currentLabel: import("vue").ComputedRef<boolean | import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
904
603
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
905
604
|
isDisabled: import("vue").ComputedRef<boolean>;
|
|
906
605
|
select: import("element-plus").SelectContext;
|
|
907
|
-
visible: import("vue").Ref<boolean>;
|
|
908
|
-
hover: import("vue").Ref<boolean>;
|
|
606
|
+
visible: import("vue").Ref<boolean, boolean>;
|
|
607
|
+
hover: import("vue").Ref<boolean, boolean>;
|
|
909
608
|
states: {
|
|
910
609
|
index: number;
|
|
911
610
|
groupDisabled: boolean;
|
|
912
611
|
visible: boolean;
|
|
913
612
|
hover: boolean;
|
|
914
613
|
};
|
|
614
|
+
mouseMoveEventName: "mousemove" | null;
|
|
915
615
|
hoverItem: () => void;
|
|
616
|
+
handleMousedown: (event: MouseEvent) => void;
|
|
916
617
|
updateOption: (query: string) => void;
|
|
917
618
|
selectOptionClick: () => void;
|
|
918
|
-
},
|
|
619
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
620
|
+
value: {
|
|
621
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
622
|
+
readonly required: true;
|
|
623
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
624
|
+
__epPropKey: true;
|
|
625
|
+
};
|
|
626
|
+
label: {
|
|
627
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
628
|
+
readonly required: false;
|
|
629
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
630
|
+
__epPropKey: true;
|
|
631
|
+
};
|
|
632
|
+
created: BooleanConstructor;
|
|
633
|
+
disabled: BooleanConstructor;
|
|
634
|
+
}>> & Readonly<{}>, {
|
|
919
635
|
disabled: boolean;
|
|
920
636
|
created: boolean;
|
|
921
|
-
}, {},
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
637
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>>[];
|
|
638
|
+
selectSlots: Partial<Record<import("./types.ts").SelectSlotsType, import("@vunk/shared").AnyFunc>>;
|
|
639
|
+
optionsUrl: string;
|
|
640
|
+
stringify: boolean;
|
|
641
|
+
optionChildrenProp: string;
|
|
642
|
+
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>;
|
|
926
643
|
automaticDropdown: boolean;
|
|
644
|
+
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>;
|
|
927
645
|
filterable: boolean;
|
|
928
646
|
allowCreate: boolean;
|
|
647
|
+
popperClass: string;
|
|
648
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
929
649
|
remote: boolean;
|
|
650
|
+
debounce: number;
|
|
651
|
+
multiple: boolean;
|
|
930
652
|
multipleLimit: number;
|
|
931
653
|
defaultFirstOption: boolean;
|
|
932
|
-
reserveKeyword:
|
|
654
|
+
reserveKeyword: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
933
655
|
valueKey: string;
|
|
934
656
|
collapseTags: boolean;
|
|
935
657
|
collapseTagsTooltip: boolean;
|
|
658
|
+
tagTooltip: import("element-plus").TagTooltipProps;
|
|
936
659
|
maxCollapseTags: number;
|
|
660
|
+
teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
661
|
+
persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
937
662
|
fitInputWidth: boolean;
|
|
938
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger"
|
|
939
|
-
tagEffect: "
|
|
663
|
+
tagType: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
664
|
+
tagEffect: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>;
|
|
940
665
|
remoteShowSuffix: boolean;
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
optionChildrenProp: string;
|
|
666
|
+
showArrow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
667
|
+
offset: number;
|
|
668
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
945
669
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
946
670
|
export default _default;
|