@vunk/form 1.1.64 → 1.1.66
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/component.d.ts +1 -1
- package/components/button/index.css +1 -0
- package/components/button/index.d.ts +1 -1
- package/components/button/index.js +43 -57
- package/components/button/src/ctx.d.ts +13 -13
- package/components/button/src/ctx.js +1 -39
- package/components/button/src/index.css +1 -0
- package/components/button/src/index.vue.d.ts +37 -73
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.css +1 -0
- package/components/cascader/index.d.ts +1 -1
- package/components/cascader/index.js +34 -49
- package/components/cascader/src/ctx.d.ts +15 -15
- package/components/cascader/src/ctx.js +1 -38
- package/components/cascader/src/index.css +1 -0
- package/components/cascader/src/index.vue.d.ts +45 -70
- package/components/cascader/src/use.d.ts +1 -1
- package/components/cascader/src/use.js +1 -28
- package/components/checkbox/index.css +1 -0
- package/components/checkbox/index.d.ts +1 -1
- package/components/checkbox/index.js +48 -53
- package/components/checkbox/src/ctx.d.ts +14 -14
- package/components/checkbox/src/ctx.js +1 -46
- package/components/checkbox/src/index.css +1 -0
- package/components/checkbox/src/index.vue.d.ts +43 -63
- package/components/color-picker/index.css +1 -0
- package/components/color-picker/index.d.ts +1 -1
- package/components/color-picker/index.js +38 -42
- package/components/color-picker/src/ctx.d.ts +15 -13
- package/components/color-picker/src/ctx.js +1 -23
- package/components/color-picker/src/index.css +1 -0
- package/components/color-picker/src/index.vue.d.ts +36 -65
- package/components/date-picker/index.css +1 -0
- package/components/date-picker/index.d.ts +1 -1
- package/components/date-picker/index.js +42 -55
- package/components/date-picker/src/ctx.d.ts +41 -34
- package/components/date-picker/src/ctx.js +1 -31
- package/components/date-picker/src/index.css +1 -0
- package/components/date-picker/src/index.vue.d.ts +122 -133
- package/components/date-picker/src/types.d.ts +9 -9
- package/components/date-picker/src/types.js +1 -11
- package/components/esri-input-geojson/index.css +8 -6
- package/components/esri-input-geojson/index.d.ts +1 -1
- package/components/esri-input-geojson/index.js +417 -535
- package/components/esri-input-geojson/src/append.vue.d.ts +7 -7
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/const.js +1 -33
- package/components/esri-input-geojson/src/ctx.d.ts +44 -35
- package/components/esri-input-geojson/src/ctx.js +1 -128
- package/components/esri-input-geojson/src/default-view.vue.d.ts +9 -9
- package/components/esri-input-geojson/src/index.css +1 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +142 -119
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +23 -22
- package/components/form/index.css +1 -0
- package/components/form/index.d.ts +1 -1
- package/components/form/index.js +57 -87
- package/components/form/src/ctx.d.ts +176 -204
- package/components/form/src/ctx.js +1 -61
- package/components/form/src/index.css +1 -0
- package/components/form/src/index.vue.d.ts +515 -601
- package/components/form/src/types.d.ts +3 -3
- package/components/form/src/utils.d.ts +1 -1
- package/components/form/src/utils.js +1 -55
- package/components/form-item/index.css +1 -0
- package/components/form-item/index.d.ts +1 -1
- package/components/form-item/index.js +22 -50
- package/components/form-item/src/ctx.d.ts +9 -9
- package/components/form-item/src/ctx.js +1 -53
- package/components/form-item/src/index.css +1 -0
- package/components/form-item/src/index.vue.d.ts +26 -26
- package/components/form-item/src/types.d.ts +1 -1
- package/components/form-item-renderer/index.css +1 -0
- package/components/form-item-renderer/index.d.ts +1 -1
- package/components/form-item-renderer/index.js +10 -18
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/ctx.js +1 -16
- package/components/form-item-renderer/src/index.css +1 -0
- package/components/form-item-renderer/src/index.vue.d.ts +9 -9
- package/components/form-item-renderer/src/symbols.js +1 -3
- package/components/form-item-renderer-template/index.css +1 -0
- package/components/form-item-renderer-template/index.d.ts +1 -1
- package/components/form-item-renderer-template/index.js +6 -13
- package/components/form-item-renderer-template/src/ctx.js +1 -9
- package/components/form-item-renderer-template/src/index.css +1 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +2 -2
- package/components/geoinput/index.css +1 -0
- package/components/geoinput/index.d.ts +1 -1
- package/components/geoinput/index.js +45 -43
- package/components/geoinput/src/ctx.d.ts +42 -28
- package/components/geoinput/src/ctx.js +1 -39
- package/components/geoinput/src/index.css +1 -0
- package/components/geoinput/src/index.vue.d.ts +111 -223
- package/components/geoinput/src/types.d.ts +3 -3
- package/components/geoinput-read/index.css +1 -0
- package/components/geoinput-read/index.d.ts +1 -1
- package/components/geoinput-read/index.js +120 -160
- package/components/geoinput-read/src/append.vue.d.ts +4 -4
- package/components/geoinput-read/src/core.vue.d.ts +130 -104
- package/components/geoinput-read/src/ctx.d.ts +42 -30
- package/components/geoinput-read/src/ctx.js +1 -66
- package/components/geoinput-read/src/index.css +1 -0
- package/components/geoinput-read/src/index.vue.d.ts +108 -151
- package/components/geoinput-read/src/types.d.ts +1 -1
- package/components/geoinput-update/index.css +9 -7
- package/components/geoinput-update/index.d.ts +1 -1
- package/components/geoinput-update/index.js +335 -366
- package/components/geoinput-update/src/append.vue.d.ts +5 -5
- package/components/geoinput-update/src/ctx.d.ts +38 -28
- package/components/geoinput-update/src/ctx.js +1 -85
- package/components/geoinput-update/src/index.css +1 -0
- package/components/geoinput-update/src/index.vue.d.ts +120 -98
- package/components/geoinput-update/src/types.d.ts +2 -2
- package/components/input/index.css +1 -0
- package/components/input/index.d.ts +1 -1
- package/components/input/index.js +43 -60
- package/components/input/src/ctx.d.ts +31 -25
- package/components/input/src/ctx.js +1 -46
- package/components/input/src/index.css +1 -0
- package/components/input/src/index.vue.d.ts +94 -110
- package/components/input/src/types.d.ts +2 -2
- package/components/input-link/index.css +1 -0
- package/components/input-link/index.d.ts +1 -1
- package/components/input-link/index.js +71 -92
- package/components/input-link/src/ctx.d.ts +26 -20
- package/components/input-link/src/ctx.js +1 -66
- package/components/input-link/src/index.css +1 -0
- package/components/input-link/src/index.vue.d.ts +72 -116
- package/components/input-number/index.css +1 -0
- package/components/input-number/index.d.ts +1 -1
- package/components/input-number/index.js +37 -45
- package/components/input-number/src/ctx.d.ts +15 -15
- package/components/input-number/src/ctx.js +1 -38
- package/components/input-number/src/index.css +1 -0
- package/components/input-number/src/index.vue.d.ts +42 -65
- package/components/input-number/src/types.d.ts +1 -1
- package/components/radio/index.css +1 -0
- package/components/radio/index.d.ts +1 -1
- package/components/radio/index.js +45 -50
- package/components/radio/src/ctx.d.ts +11 -11
- package/components/radio/src/ctx.js +1 -39
- package/components/radio/src/index.css +1 -0
- package/components/radio/src/index.vue.d.ts +41 -60
- package/components/radio/src/types.d.ts +1 -1
- package/components/select/index.css +1 -0
- package/components/select/index.d.ts +1 -1
- package/components/select/index.js +59 -64
- package/components/select/src/ctx.d.ts +39 -41
- package/components/select/src/ctx.js +1 -40
- package/components/select/src/index.css +1 -0
- package/components/select/src/index.vue.d.ts +130 -162
- package/components/select/src/types.d.ts +2 -2
- package/components/slider/index.css +1 -0
- package/components/slider/index.d.ts +1 -1
- package/components/slider/index.js +33 -50
- package/components/slider/src/ctx.d.ts +18 -18
- package/components/slider/src/ctx.js +1 -29
- package/components/slider/src/index.css +1 -0
- package/components/slider/src/index.vue.d.ts +62 -81
- package/components/switch/index.css +1 -0
- package/components/switch/index.d.ts +1 -1
- package/components/switch/index.js +33 -50
- package/components/switch/src/ctx.d.ts +22 -22
- package/components/switch/src/ctx.js +1 -31
- package/components/switch/src/index.css +1 -0
- package/components/switch/src/index.vue.d.ts +65 -83
- package/components/switch/src/types.d.ts +1 -1
- package/components/templates-default/index.css +1 -0
- package/components/templates-default/index.d.ts +1 -1
- package/components/templates-default/index.js +243 -172
- package/components/templates-default/src/ctx.d.ts +1 -1
- package/components/templates-default/src/ctx.js +1 -18
- package/components/templates-default/src/index.css +1 -0
- package/components/templates-default/src/index.vue.d.ts +9 -9
- package/components/templates-default/src/types.d.ts +16 -16
- package/components/templates-element-plus/index.css +1 -0
- package/components/templates-element-plus/index.d.ts +1 -1
- package/components/templates-element-plus/index.js +66 -36
- package/components/templates-element-plus/src/ctx.js +1 -9
- package/components/templates-element-plus/src/index.css +1 -0
- package/components/templates-element-plus/src/index.vue.d.ts +7 -7
- package/components/templates-element-plus/src/types.d.ts +1 -1
- package/components/templates-esri/index.css +1 -0
- package/components/templates-esri/index.d.ts +1 -1
- package/components/templates-esri/index.js +25 -24
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/ctx.js +1 -11
- package/components/templates-esri/src/index.css +1 -0
- package/components/templates-esri/src/index.vue.d.ts +6 -6
- package/components/templates-esri/src/types.d.ts +1 -1
- package/components/templates-layout/index.css +1 -0
- package/components/templates-layout/index.d.ts +1 -1
- package/components/templates-layout/index.js +96 -63
- package/components/templates-layout/src/ctx.js +1 -9
- package/components/templates-layout/src/index.css +1 -0
- package/components/templates-layout/src/index.vue.d.ts +7 -7
- package/components/templates-layout/src/types.d.ts +3 -3
- package/components/templates-mapbox/index.css +1 -0
- package/components/templates-mapbox/index.d.ts +1 -1
- package/components/templates-mapbox/index.js +25 -24
- package/components/templates-mapbox/src/ctx.d.ts +1 -1
- package/components/templates-mapbox/src/ctx.js +1 -11
- package/components/templates-mapbox/src/index.css +1 -0
- package/components/templates-mapbox/src/index.vue.d.ts +6 -6
- package/components/templates-mapbox/src/types.d.ts +1 -1
- package/components/upload/index.css +11 -9
- package/components/upload/index.d.ts +1 -1
- package/components/upload/index.js +264 -289
- package/components/upload/src/ctx.d.ts +21 -16
- package/components/upload/src/ctx.js +1 -45
- package/components/upload/src/file.vue.d.ts +19 -19
- package/components/upload/src/index.css +1 -0
- package/components/upload/src/index.vue.d.ts +54 -62
- package/components/upload-plus/index.css +1 -0
- package/components/upload-plus/index.d.ts +1 -1
- package/components/upload-plus/index.js +912 -9540
- package/components/upload-plus/src/api.d.ts +3 -3
- package/components/upload-plus/src/api.js +21 -18114
- package/components/upload-plus/src/const.js +1 -12
- package/components/upload-plus/src/ctx.d.ts +13 -13
- package/components/upload-plus/src/ctx.js +1 -58
- package/components/upload-plus/src/index.css +1 -0
- package/components/upload-plus/src/index.vue.d.ts +31 -48
- package/components/upload-plus/src/types.d.ts +1 -1
- package/components/van-cascader/index.css +1 -0
- package/components/van-cascader/index.d.ts +1 -1
- package/components/van-cascader/index.js +47 -55
- package/components/van-cascader/src/ctx.d.ts +13 -13
- package/components/van-cascader/src/ctx.js +1 -22
- package/components/van-cascader/src/index.css +1 -0
- package/components/van-cascader/src/index.vue.d.ts +40 -57
- package/components/var-datetime-picker/index.css +1 -0
- package/components/var-datetime-picker/index.d.ts +1 -1
- package/components/var-datetime-picker/index.js +137 -168
- package/components/var-datetime-picker/src/const.js +1 -91
- package/components/var-datetime-picker/src/ctx.d.ts +10 -10
- package/components/var-datetime-picker/src/ctx.js +1 -43
- package/components/var-datetime-picker/src/index.css +1 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +26 -42
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/index.css +1 -0
- package/components/vditor/index.d.ts +1 -1
- package/components/vditor/index.js +22 -17
- package/components/vditor/src/ctx.js +1 -15
- package/components/vditor/src/index.css +1 -0
- package/components/vditor/src/index.vue.d.ts +4 -3
- package/components/vditor/src/types.d.ts +1 -1
- package/composables/index.css +1 -0
- package/composables/index.js +1 -104
- package/composables/useForm.d.ts +2 -2
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +127 -20
- package/index.esm.js +1 -44
- package/package.json +1 -1
- package/shared/const/index.css +1 -0
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.js +1 -56
- package/shared/element-plus/ctx.d.ts +28 -26
- package/shared/element-plus/index.css +1 -0
- package/shared/element-plus/index.js +1 -220
- package/shared/element-plus/instances.d.ts +45 -38
- package/shared/form/index.css +1 -0
- package/shared/form/index.js +1 -30
- package/shared/helper/index.css +1 -0
- package/shared/helper/index.js +1 -9
- package/shared/index.css +1 -0
- package/shared/index.js +1 -56
- package/shared/infer-prop/index.css +1 -0
- package/shared/infer-prop/index.d.ts +1 -1
- package/shared/infer-prop/index.js +1 -34
- package/shared/progress-it/index.css +1 -0
- package/shared/progress-it/index.d.ts +4 -4
- package/shared/progress-it/index.js +1 -57
- package/shared/rules/index.css +1 -0
- package/shared/rules/index.js +1 -32
- package/shared/types/form/index.css +1 -0
- package/shared/types/index.css +1 -0
- package/shared/types/source/index.css +1 -0
- package/shared/types/source/index.d.ts +2 -2
- package/shared/types/source-manager/index.css +1 -0
- package/shared/upload/index.css +1 -0
- package/shared/upload/index.js +1 -767
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<import("@vunk/core").VueComponentPropsType<import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4
4
|
value: {
|
|
5
5
|
required: true;
|
|
6
|
-
type: (BooleanConstructor |
|
|
6
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
7
7
|
};
|
|
8
8
|
label: (StringConstructor | NumberConstructor)[];
|
|
9
9
|
created: BooleanConstructor;
|
|
@@ -11,15 +11,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
}, {
|
|
12
12
|
ns: {
|
|
13
13
|
namespace: import("vue").ComputedRef<string>;
|
|
14
|
-
b: (blockSuffix?: string
|
|
15
|
-
e: (element?: string
|
|
16
|
-
m: (modifier?: string
|
|
17
|
-
be: (blockSuffix?: string
|
|
18
|
-
em: (element?: string
|
|
19
|
-
bm: (blockSuffix?: string
|
|
20
|
-
bem: (blockSuffix?: string
|
|
14
|
+
b: (blockSuffix?: string) => string;
|
|
15
|
+
e: (element?: string) => string;
|
|
16
|
+
m: (modifier?: string) => string;
|
|
17
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
18
|
+
em: (element?: string, modifier?: string) => string;
|
|
19
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
20
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
21
21
|
is: {
|
|
22
|
-
(name: string, state: boolean
|
|
22
|
+
(name: string, state: boolean): string;
|
|
23
23
|
(name: string): string;
|
|
24
24
|
};
|
|
25
25
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
@@ -27,15 +27,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
28
28
|
cssVarBlockName: (name: string) => string;
|
|
29
29
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
hover: boolean;
|
|
33
|
-
})[]>;
|
|
30
|
+
id: import("vue").Ref<string>;
|
|
31
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
34
32
|
currentLabel: import("vue").ComputedRef<any>;
|
|
35
33
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
36
34
|
isDisabled: import("vue").ComputedRef<any>;
|
|
37
|
-
select: import("element-plus").SelectContext
|
|
35
|
+
select: import("element-plus").SelectContext;
|
|
38
36
|
hoverItem: () => void;
|
|
37
|
+
updateOption: (query: string) => void;
|
|
39
38
|
visible: import("vue").Ref<boolean>;
|
|
40
39
|
hover: import("vue").Ref<boolean>;
|
|
41
40
|
selectOptionClick: () => void;
|
|
@@ -43,13 +42,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
42
|
index: number;
|
|
44
43
|
groupDisabled: boolean;
|
|
45
44
|
visible: boolean;
|
|
46
|
-
hitState: boolean;
|
|
47
45
|
hover: boolean;
|
|
48
46
|
};
|
|
49
47
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
48
|
value: {
|
|
51
49
|
required: true;
|
|
52
|
-
type: (BooleanConstructor |
|
|
50
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
53
51
|
};
|
|
54
52
|
label: (StringConstructor | NumberConstructor)[];
|
|
55
53
|
created: BooleanConstructor;
|
|
@@ -57,23 +55,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
55
|
}>>, {
|
|
58
56
|
disabled: boolean;
|
|
59
57
|
created: boolean;
|
|
60
|
-
}>>>[]>;
|
|
61
|
-
default: () =>
|
|
58
|
+
}, {}>>>[]>;
|
|
59
|
+
default: () => any[];
|
|
62
60
|
};
|
|
63
61
|
selectSlots: {
|
|
64
62
|
type: import("vue").PropType<import("./types").SelectSlots>;
|
|
65
|
-
default:
|
|
63
|
+
default: any;
|
|
66
64
|
};
|
|
67
65
|
optionsUrl: {
|
|
68
66
|
type: StringConstructor;
|
|
69
67
|
default: string;
|
|
70
68
|
};
|
|
71
|
-
defaultModelValue:
|
|
69
|
+
defaultModelValue: any;
|
|
72
70
|
name: StringConstructor;
|
|
73
71
|
id: StringConstructor;
|
|
74
72
|
modelValue: {
|
|
75
|
-
type: (BooleanConstructor |
|
|
76
|
-
default:
|
|
73
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
74
|
+
default: any;
|
|
77
75
|
};
|
|
78
76
|
autocomplete: {
|
|
79
77
|
type: StringConstructor;
|
|
@@ -130,7 +128,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
128
|
default: boolean;
|
|
131
129
|
};
|
|
132
130
|
clearIcon: {
|
|
133
|
-
type: import("vue").PropType<string | import("vue").Component
|
|
131
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
134
132
|
default: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
135
133
|
};
|
|
136
134
|
fitInputWidth: {
|
|
@@ -138,36 +136,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
136
|
default: boolean;
|
|
139
137
|
};
|
|
140
138
|
suffixIcon: {
|
|
141
|
-
type: import("vue").PropType<string | import("vue").Component
|
|
139
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
142
140
|
default: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
143
141
|
};
|
|
144
142
|
tagType: {
|
|
145
143
|
default: string;
|
|
146
|
-
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
144
|
+
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
147
145
|
required: false;
|
|
148
|
-
validator: (
|
|
146
|
+
validator: (val: unknown) => boolean;
|
|
149
147
|
__epPropKey: true;
|
|
150
148
|
};
|
|
151
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
152
149
|
label: StringConstructor;
|
|
153
150
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
154
151
|
prop: {
|
|
155
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
152
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
156
153
|
readonly required: false;
|
|
157
|
-
readonly validator: (
|
|
154
|
+
readonly validator: (val: unknown) => boolean;
|
|
158
155
|
__epPropKey: true;
|
|
159
156
|
};
|
|
157
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
160
158
|
rules: {
|
|
161
|
-
readonly type: import("vue").PropType<
|
|
159
|
+
readonly type: import("vue").PropType<unknown>;
|
|
162
160
|
readonly required: false;
|
|
163
|
-
readonly validator: (
|
|
161
|
+
readonly validator: (val: unknown) => boolean;
|
|
164
162
|
__epPropKey: true;
|
|
165
163
|
};
|
|
166
164
|
error: StringConstructor;
|
|
167
165
|
validateStatus: {
|
|
168
166
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
169
167
|
readonly required: false;
|
|
170
|
-
readonly validator: (
|
|
168
|
+
readonly validator: (val: unknown) => boolean;
|
|
171
169
|
__epPropKey: true;
|
|
172
170
|
};
|
|
173
171
|
for: StringConstructor;
|
|
@@ -179,7 +177,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
177
|
};
|
|
180
178
|
formItemSlots: {
|
|
181
179
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
182
|
-
default:
|
|
180
|
+
default: any;
|
|
183
181
|
};
|
|
184
182
|
elRef: {
|
|
185
183
|
type: import("vue").PropType<any>;
|
|
@@ -191,51 +189,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
191
189
|
};
|
|
192
190
|
readonly: {
|
|
193
191
|
type: BooleanConstructor;
|
|
194
|
-
default:
|
|
192
|
+
default: any;
|
|
195
193
|
};
|
|
196
194
|
labelPosition: {
|
|
197
195
|
type: import("vue").PropType<"right">;
|
|
198
196
|
default: string;
|
|
199
197
|
};
|
|
200
198
|
}, {
|
|
201
|
-
formItemBindProps: import("vue").ComputedRef<{
|
|
202
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
203
|
-
label: string | undefined;
|
|
204
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
205
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown> | undefined;
|
|
206
|
-
rules: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown> | undefined;
|
|
207
|
-
error: string | undefined;
|
|
208
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
209
|
-
for: string | undefined;
|
|
210
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
211
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
212
|
-
formItemSize: "default" | "small" | "large";
|
|
213
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots | undefined;
|
|
214
|
-
elRef: any;
|
|
215
|
-
inline: boolean;
|
|
216
|
-
readonly: boolean | undefined;
|
|
217
|
-
labelPosition: "right";
|
|
218
|
-
}>;
|
|
199
|
+
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
219
200
|
selectBindProps: import("vue").ComputedRef<{
|
|
220
|
-
size: "" | "default" | "small" | "large"
|
|
221
|
-
name: string
|
|
201
|
+
size: "" | "default" | "small" | "large";
|
|
202
|
+
name: string;
|
|
222
203
|
loading: boolean;
|
|
223
|
-
id: string
|
|
204
|
+
id: string;
|
|
224
205
|
autocomplete: string;
|
|
225
|
-
placeholder: string
|
|
206
|
+
placeholder: string;
|
|
226
207
|
clearable: boolean;
|
|
227
|
-
suffixIcon:
|
|
208
|
+
suffixIcon: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
228
209
|
automaticDropdown: boolean;
|
|
229
210
|
effect: string;
|
|
230
211
|
filterable: boolean;
|
|
231
212
|
allowCreate: boolean;
|
|
232
213
|
popperClass: string;
|
|
233
214
|
remote: boolean;
|
|
234
|
-
loadingText: string
|
|
235
|
-
noMatchText: string
|
|
236
|
-
noDataText: string
|
|
237
|
-
remoteMethod: Function
|
|
238
|
-
filterMethod: Function
|
|
215
|
+
loadingText: string;
|
|
216
|
+
noMatchText: string;
|
|
217
|
+
noDataText: string;
|
|
218
|
+
remoteMethod: Function;
|
|
219
|
+
filterMethod: Function;
|
|
239
220
|
multiple: boolean;
|
|
240
221
|
multipleLimit: number;
|
|
241
222
|
defaultFirstOption: boolean;
|
|
@@ -245,23 +226,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
226
|
collapseTagsTooltip: boolean;
|
|
246
227
|
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
247
228
|
persistent: boolean;
|
|
248
|
-
clearIcon:
|
|
229
|
+
clearIcon: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
249
230
|
fitInputWidth: boolean;
|
|
250
|
-
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
231
|
+
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
251
232
|
}>;
|
|
252
|
-
selectOnEmits: {
|
|
253
|
-
"update:modelValue": (...e: any[]) => void;
|
|
254
|
-
change: (...e: any[]) => void;
|
|
255
|
-
focus: (...e: any[]) => void;
|
|
256
|
-
blur: (...e: any[]) => void;
|
|
257
|
-
clear: (...e: any[]) => void;
|
|
258
|
-
"visible-change": (...e: any[]) => void;
|
|
259
|
-
"remove-tag": (...e: any[]) => void;
|
|
260
|
-
};
|
|
233
|
+
selectOnEmits: {};
|
|
261
234
|
selectOptions: import("vue").ComputedRef<(import("@vunk/core").VueComponentPropsType<import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
262
235
|
value: {
|
|
263
236
|
required: true;
|
|
264
|
-
type: (BooleanConstructor |
|
|
237
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
265
238
|
};
|
|
266
239
|
label: (StringConstructor | NumberConstructor)[];
|
|
267
240
|
created: BooleanConstructor;
|
|
@@ -269,15 +242,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
242
|
}, {
|
|
270
243
|
ns: {
|
|
271
244
|
namespace: import("vue").ComputedRef<string>;
|
|
272
|
-
b: (blockSuffix?: string
|
|
273
|
-
e: (element?: string
|
|
274
|
-
m: (modifier?: string
|
|
275
|
-
be: (blockSuffix?: string
|
|
276
|
-
em: (element?: string
|
|
277
|
-
bm: (blockSuffix?: string
|
|
278
|
-
bem: (blockSuffix?: string
|
|
245
|
+
b: (blockSuffix?: string) => string;
|
|
246
|
+
e: (element?: string) => string;
|
|
247
|
+
m: (modifier?: string) => string;
|
|
248
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
249
|
+
em: (element?: string, modifier?: string) => string;
|
|
250
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
251
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
279
252
|
is: {
|
|
280
|
-
(name: string, state: boolean
|
|
253
|
+
(name: string, state: boolean): string;
|
|
281
254
|
(name: string): string;
|
|
282
255
|
};
|
|
283
256
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
@@ -285,15 +258,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
285
258
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
286
259
|
cssVarBlockName: (name: string) => string;
|
|
287
260
|
};
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
hover: boolean;
|
|
291
|
-
})[]>;
|
|
261
|
+
id: import("vue").Ref<string>;
|
|
262
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
292
263
|
currentLabel: import("vue").ComputedRef<any>;
|
|
293
264
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
294
265
|
isDisabled: import("vue").ComputedRef<any>;
|
|
295
|
-
select: import("element-plus").SelectContext
|
|
266
|
+
select: import("element-plus").SelectContext;
|
|
296
267
|
hoverItem: () => void;
|
|
268
|
+
updateOption: (query: string) => void;
|
|
297
269
|
visible: import("vue").Ref<boolean>;
|
|
298
270
|
hover: import("vue").Ref<boolean>;
|
|
299
271
|
selectOptionClick: () => void;
|
|
@@ -301,13 +273,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
273
|
index: number;
|
|
302
274
|
groupDisabled: boolean;
|
|
303
275
|
visible: boolean;
|
|
304
|
-
hitState: boolean;
|
|
305
276
|
hover: boolean;
|
|
306
277
|
};
|
|
307
278
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
308
279
|
value: {
|
|
309
280
|
required: true;
|
|
310
|
-
type: (BooleanConstructor |
|
|
281
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
311
282
|
};
|
|
312
283
|
label: (StringConstructor | NumberConstructor)[];
|
|
313
284
|
created: BooleanConstructor;
|
|
@@ -315,25 +286,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
315
286
|
}>>, {
|
|
316
287
|
disabled: boolean;
|
|
317
288
|
created: boolean;
|
|
318
|
-
}>>> & {
|
|
289
|
+
}, {}>>> & {
|
|
319
290
|
key: any;
|
|
320
291
|
})[]>;
|
|
321
292
|
reshow: import("vue").Ref<boolean>;
|
|
322
293
|
readonly: import("vue").ComputedRef<boolean>;
|
|
323
294
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
324
|
-
'update:modelValue':
|
|
325
|
-
change:
|
|
326
|
-
'remove-tag':
|
|
327
|
-
clear:
|
|
328
|
-
'visible-change':
|
|
329
|
-
focus:
|
|
330
|
-
blur:
|
|
331
|
-
}, string, import("vue").
|
|
295
|
+
'update:modelValue': any;
|
|
296
|
+
change: any;
|
|
297
|
+
'remove-tag': any;
|
|
298
|
+
clear: any;
|
|
299
|
+
'visible-change': any;
|
|
300
|
+
focus: any;
|
|
301
|
+
blur: any;
|
|
302
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
332
303
|
options: {
|
|
333
304
|
type: import("vue").PropType<import("@vunk/core").VueComponentPropsType<import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
334
305
|
value: {
|
|
335
306
|
required: true;
|
|
336
|
-
type: (BooleanConstructor |
|
|
307
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
337
308
|
};
|
|
338
309
|
label: (StringConstructor | NumberConstructor)[];
|
|
339
310
|
created: BooleanConstructor;
|
|
@@ -341,15 +312,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
341
312
|
}, {
|
|
342
313
|
ns: {
|
|
343
314
|
namespace: import("vue").ComputedRef<string>;
|
|
344
|
-
b: (blockSuffix?: string
|
|
345
|
-
e: (element?: string
|
|
346
|
-
m: (modifier?: string
|
|
347
|
-
be: (blockSuffix?: string
|
|
348
|
-
em: (element?: string
|
|
349
|
-
bm: (blockSuffix?: string
|
|
350
|
-
bem: (blockSuffix?: string
|
|
315
|
+
b: (blockSuffix?: string) => string;
|
|
316
|
+
e: (element?: string) => string;
|
|
317
|
+
m: (modifier?: string) => string;
|
|
318
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
319
|
+
em: (element?: string, modifier?: string) => string;
|
|
320
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
321
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
351
322
|
is: {
|
|
352
|
-
(name: string, state: boolean
|
|
323
|
+
(name: string, state: boolean): string;
|
|
353
324
|
(name: string): string;
|
|
354
325
|
};
|
|
355
326
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
@@ -357,15 +328,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
357
328
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
358
329
|
cssVarBlockName: (name: string) => string;
|
|
359
330
|
};
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
hover: boolean;
|
|
363
|
-
})[]>;
|
|
331
|
+
id: import("vue").Ref<string>;
|
|
332
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
364
333
|
currentLabel: import("vue").ComputedRef<any>;
|
|
365
334
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
366
335
|
isDisabled: import("vue").ComputedRef<any>;
|
|
367
|
-
select: import("element-plus").SelectContext
|
|
336
|
+
select: import("element-plus").SelectContext;
|
|
368
337
|
hoverItem: () => void;
|
|
338
|
+
updateOption: (query: string) => void;
|
|
369
339
|
visible: import("vue").Ref<boolean>;
|
|
370
340
|
hover: import("vue").Ref<boolean>;
|
|
371
341
|
selectOptionClick: () => void;
|
|
@@ -373,13 +343,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
373
343
|
index: number;
|
|
374
344
|
groupDisabled: boolean;
|
|
375
345
|
visible: boolean;
|
|
376
|
-
hitState: boolean;
|
|
377
346
|
hover: boolean;
|
|
378
347
|
};
|
|
379
348
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
380
349
|
value: {
|
|
381
350
|
required: true;
|
|
382
|
-
type: (BooleanConstructor |
|
|
351
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
383
352
|
};
|
|
384
353
|
label: (StringConstructor | NumberConstructor)[];
|
|
385
354
|
created: BooleanConstructor;
|
|
@@ -387,23 +356,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
387
356
|
}>>, {
|
|
388
357
|
disabled: boolean;
|
|
389
358
|
created: boolean;
|
|
390
|
-
}>>>[]>;
|
|
391
|
-
default: () =>
|
|
359
|
+
}, {}>>>[]>;
|
|
360
|
+
default: () => any[];
|
|
392
361
|
};
|
|
393
362
|
selectSlots: {
|
|
394
363
|
type: import("vue").PropType<import("./types").SelectSlots>;
|
|
395
|
-
default:
|
|
364
|
+
default: any;
|
|
396
365
|
};
|
|
397
366
|
optionsUrl: {
|
|
398
367
|
type: StringConstructor;
|
|
399
368
|
default: string;
|
|
400
369
|
};
|
|
401
|
-
defaultModelValue:
|
|
370
|
+
defaultModelValue: any;
|
|
402
371
|
name: StringConstructor;
|
|
403
372
|
id: StringConstructor;
|
|
404
373
|
modelValue: {
|
|
405
|
-
type: (BooleanConstructor |
|
|
406
|
-
default:
|
|
374
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
375
|
+
default: any;
|
|
407
376
|
};
|
|
408
377
|
autocomplete: {
|
|
409
378
|
type: StringConstructor;
|
|
@@ -460,7 +429,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
460
429
|
default: boolean;
|
|
461
430
|
};
|
|
462
431
|
clearIcon: {
|
|
463
|
-
type: import("vue").PropType<string | import("vue").Component
|
|
432
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
464
433
|
default: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
465
434
|
};
|
|
466
435
|
fitInputWidth: {
|
|
@@ -468,36 +437,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
468
437
|
default: boolean;
|
|
469
438
|
};
|
|
470
439
|
suffixIcon: {
|
|
471
|
-
type: import("vue").PropType<string | import("vue").Component
|
|
440
|
+
type: import("vue").PropType<string | import("vue").Component>;
|
|
472
441
|
default: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
473
442
|
};
|
|
474
443
|
tagType: {
|
|
475
444
|
default: string;
|
|
476
|
-
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
445
|
+
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
477
446
|
required: false;
|
|
478
|
-
validator: (
|
|
447
|
+
validator: (val: unknown) => boolean;
|
|
479
448
|
__epPropKey: true;
|
|
480
449
|
};
|
|
481
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
482
450
|
label: StringConstructor;
|
|
483
451
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
484
452
|
prop: {
|
|
485
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
453
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
486
454
|
readonly required: false;
|
|
487
|
-
readonly validator: (
|
|
455
|
+
readonly validator: (val: unknown) => boolean;
|
|
488
456
|
__epPropKey: true;
|
|
489
457
|
};
|
|
458
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
490
459
|
rules: {
|
|
491
|
-
readonly type: import("vue").PropType<
|
|
460
|
+
readonly type: import("vue").PropType<unknown>;
|
|
492
461
|
readonly required: false;
|
|
493
|
-
readonly validator: (
|
|
462
|
+
readonly validator: (val: unknown) => boolean;
|
|
494
463
|
__epPropKey: true;
|
|
495
464
|
};
|
|
496
465
|
error: StringConstructor;
|
|
497
466
|
validateStatus: {
|
|
498
467
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
499
468
|
readonly required: false;
|
|
500
|
-
readonly validator: (
|
|
469
|
+
readonly validator: (val: unknown) => boolean;
|
|
501
470
|
__epPropKey: true;
|
|
502
471
|
};
|
|
503
472
|
for: StringConstructor;
|
|
@@ -509,7 +478,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
509
478
|
};
|
|
510
479
|
formItemSlots: {
|
|
511
480
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
512
|
-
default:
|
|
481
|
+
default: any;
|
|
513
482
|
};
|
|
514
483
|
elRef: {
|
|
515
484
|
type: import("vue").PropType<any>;
|
|
@@ -521,23 +490,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
521
490
|
};
|
|
522
491
|
readonly: {
|
|
523
492
|
type: BooleanConstructor;
|
|
524
|
-
default:
|
|
493
|
+
default: any;
|
|
525
494
|
};
|
|
526
495
|
labelPosition: {
|
|
527
496
|
type: import("vue").PropType<"right">;
|
|
528
497
|
default: string;
|
|
529
498
|
};
|
|
530
499
|
}>> & {
|
|
531
|
-
onChange?: (
|
|
532
|
-
"onUpdate:modelValue"?: (
|
|
533
|
-
onFocus?: (
|
|
534
|
-
onBlur?: (
|
|
535
|
-
onClear?: (
|
|
536
|
-
"onVisible-change"?: (
|
|
537
|
-
"onRemove-tag"?: (
|
|
500
|
+
onChange?: (...args: any[] | unknown[]) => any;
|
|
501
|
+
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
502
|
+
onFocus?: (...args: any[] | unknown[]) => any;
|
|
503
|
+
onBlur?: (...args: any[] | unknown[]) => any;
|
|
504
|
+
onClear?: (...args: any[] | unknown[]) => any;
|
|
505
|
+
"onVisible-change"?: (...args: any[] | unknown[]) => any;
|
|
506
|
+
"onRemove-tag"?: (...args: any[] | unknown[]) => any;
|
|
538
507
|
}, {
|
|
539
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
540
508
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
509
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
541
510
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
542
511
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
543
512
|
formItemSize: "default" | "small" | "large";
|
|
@@ -550,7 +519,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
550
519
|
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
551
520
|
autocomplete: string;
|
|
552
521
|
clearable: boolean;
|
|
553
|
-
suffixIcon:
|
|
522
|
+
suffixIcon: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
523
|
+
defaultModelValue: any;
|
|
554
524
|
automaticDropdown: boolean;
|
|
555
525
|
effect: string;
|
|
556
526
|
filterable: boolean;
|
|
@@ -566,13 +536,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
566
536
|
collapseTagsTooltip: boolean;
|
|
567
537
|
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
568
538
|
persistent: boolean;
|
|
569
|
-
clearIcon:
|
|
539
|
+
clearIcon: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
570
540
|
fitInputWidth: boolean;
|
|
571
|
-
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
541
|
+
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
572
542
|
options: import("@vunk/core").VueComponentPropsType<import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
573
543
|
value: {
|
|
574
544
|
required: true;
|
|
575
|
-
type: (BooleanConstructor |
|
|
545
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
576
546
|
};
|
|
577
547
|
label: (StringConstructor | NumberConstructor)[];
|
|
578
548
|
created: BooleanConstructor;
|
|
@@ -580,15 +550,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
580
550
|
}, {
|
|
581
551
|
ns: {
|
|
582
552
|
namespace: import("vue").ComputedRef<string>;
|
|
583
|
-
b: (blockSuffix?: string
|
|
584
|
-
e: (element?: string
|
|
585
|
-
m: (modifier?: string
|
|
586
|
-
be: (blockSuffix?: string
|
|
587
|
-
em: (element?: string
|
|
588
|
-
bm: (blockSuffix?: string
|
|
589
|
-
bem: (blockSuffix?: string
|
|
553
|
+
b: (blockSuffix?: string) => string;
|
|
554
|
+
e: (element?: string) => string;
|
|
555
|
+
m: (modifier?: string) => string;
|
|
556
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
557
|
+
em: (element?: string, modifier?: string) => string;
|
|
558
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
559
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
590
560
|
is: {
|
|
591
|
-
(name: string, state: boolean
|
|
561
|
+
(name: string, state: boolean): string;
|
|
592
562
|
(name: string): string;
|
|
593
563
|
};
|
|
594
564
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
@@ -596,15 +566,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
596
566
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
597
567
|
cssVarBlockName: (name: string) => string;
|
|
598
568
|
};
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
hover: boolean;
|
|
602
|
-
})[]>;
|
|
569
|
+
id: import("vue").Ref<string>;
|
|
570
|
+
containerKls: import("vue").ComputedRef<string[]>;
|
|
603
571
|
currentLabel: import("vue").ComputedRef<any>;
|
|
604
572
|
itemSelected: import("vue").ComputedRef<boolean>;
|
|
605
573
|
isDisabled: import("vue").ComputedRef<any>;
|
|
606
|
-
select: import("element-plus").SelectContext
|
|
574
|
+
select: import("element-plus").SelectContext;
|
|
607
575
|
hoverItem: () => void;
|
|
576
|
+
updateOption: (query: string) => void;
|
|
608
577
|
visible: import("vue").Ref<boolean>;
|
|
609
578
|
hover: import("vue").Ref<boolean>;
|
|
610
579
|
selectOptionClick: () => void;
|
|
@@ -612,13 +581,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
612
581
|
index: number;
|
|
613
582
|
groupDisabled: boolean;
|
|
614
583
|
visible: boolean;
|
|
615
|
-
hitState: boolean;
|
|
616
584
|
hover: boolean;
|
|
617
585
|
};
|
|
618
586
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
619
587
|
value: {
|
|
620
588
|
required: true;
|
|
621
|
-
type: (BooleanConstructor |
|
|
589
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
622
590
|
};
|
|
623
591
|
label: (StringConstructor | NumberConstructor)[];
|
|
624
592
|
created: BooleanConstructor;
|
|
@@ -626,8 +594,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
626
594
|
}>>, {
|
|
627
595
|
disabled: boolean;
|
|
628
596
|
created: boolean;
|
|
629
|
-
}>>>[];
|
|
630
|
-
selectSlots:
|
|
597
|
+
}, {}>>>[];
|
|
598
|
+
selectSlots: any;
|
|
631
599
|
optionsUrl: string;
|
|
632
|
-
}>;
|
|
600
|
+
}, {}>;
|
|
633
601
|
export default _default;
|