@vunk/form 2.19.0 → 2.19.2
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-CHgC5LLL.mjs +9 -0
- package/components/api-tables-select/index.cjs +1 -1
- package/components/api-tables-select/index.mjs +1 -1
- package/components/api-tables-select/src/ctx.d.ts +16 -22
- package/components/api-tables-select/src/index.vue.d.ts +39 -43
- package/components/button/index.cjs +1 -1
- package/components/button/index.mjs +2 -3
- package/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +64 -63
- package/components/card-input-collection/index.cjs +1 -1
- package/components/card-input-collection/index.mjs +9 -9
- package/components/card-input-collection/src/core.vue.d.ts +12 -8
- package/components/card-input-collection/src/ctx.d.ts +2 -2
- package/components/card-input-collection/src/index.vue.d.ts +7 -6
- package/components/cascader/src/ctx.d.ts +33 -25
- package/components/cascader/src/index.vue.d.ts +67 -50
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -1
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +19 -19
- package/components/checkbox/src/index.vue.d.ts +128 -127
- package/components/cloneDeep-DE0l40hv.mjs +486 -0
- package/components/cloneDeep-DaYwfXwD.js +1 -0
- package/components/color-picker/src/ctx.d.ts +22 -14
- package/components/color-picker/src/index.vue.d.ts +52 -32
- package/components/date-picker/src/ctx.d.ts +32 -24
- package/components/date-picker/src/index.vue.d.ts +68 -51
- package/components/date-picker-range/index.cjs +1 -1
- package/components/date-picker-range/index.mjs +1 -1
- package/components/date-picker-range/src/ctx.d.ts +23 -15
- package/components/date-picker-range/src/index.vue.d.ts +131 -98
- package/components/debounce-CliSPkvP.js +1 -0
- package/components/debounce-DIph5ENi.mjs +85 -0
- package/components/dialog/src/ctx.d.ts +5 -5
- package/components/dialog/src/index.vue.d.ts +18 -16
- package/components/dialog-input-collection/index.cjs +1 -1
- package/components/dialog-input-collection/index.mjs +11 -11
- package/components/dialog-input-collection/src/ctx.d.ts +4 -3
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +12 -8
- package/components/dialog-input-collection/src/index.vue.d.ts +13 -11
- package/components/dialog-input-collection/src/layout.vue.d.ts +8 -4
- package/components/download-plus/index.cjs +1 -1
- package/components/download-plus/index.mjs +24 -25
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +4 -3
- package/components/download-plus/src/index.vue.d.ts +81 -78
- package/components/editable-text/index.cjs +1 -1
- package/components/editable-text/index.mjs +1 -1
- package/components/editable-text/src/ctx.d.ts +2 -6
- package/components/editable-text/src/index.vue.d.ts +14 -10
- package/components/el-slider/index.cjs +1 -1
- package/components/el-slider/index.mjs +5 -5
- package/components/el-slider/src/button.vue.d.ts +2 -1
- package/components/el-slider/src/composables/index.cjs +1 -1
- package/components/el-slider/src/composables/index.mjs +1 -1
- package/components/el-slider/src/composables/use-slide.d.ts +1 -1
- package/components/el-slider/src/composables/use-slider-button.d.ts +1 -1
- package/components/el-slider/src/composables/use-watch.d.ts +1 -1
- package/components/el-slider/src/slider-core.vue.d.ts +7 -6
- package/components/el-slider/src/slider.d.ts +2 -1
- package/components/esri-input-geojson/index.cjs +1 -1
- package/components/esri-input-geojson/index.mjs +42 -57
- package/components/esri-input-geojson/src/append.vue.d.ts +97 -96
- package/components/esri-input-geojson/src/ctx.d.ts +21 -22
- package/components/esri-input-geojson/src/default-view.vue.d.ts +7 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +593 -186
- package/components/esri-input-geojson/src/types.d.ts +0 -1
- package/components/esri-input-geojson/src/viewer.vue.d.ts +406 -40
- package/components/fieldset/index.cjs +1 -1
- package/components/fieldset/index.mjs +3 -5
- package/components/fieldset/src/index.vue.d.ts +3 -2
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +68 -67
- package/components/form-item/index.cjs +1 -1
- package/components/form-item/index.mjs +7 -8
- package/components/form-item/src/core.vue.d.ts +12 -10
- package/components/form-item/src/ctx.d.ts +6 -4
- package/components/form-item/src/index.vue.d.ts +7 -6
- package/components/form-item-renderer/index.mjs +2 -3
- package/components/form-item-renderer/src/core.vue.d.ts +3 -2
- package/components/form-item-renderer/src/index.vue.d.ts +7 -5
- package/components/form-item-renderer-template/index.mjs +1 -2
- package/components/form-item-renderer-template/src/index.vue.d.ts +3 -2
- package/components/forms-provider/src/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +7 -3
- package/components/forms-provider/src/view.vue.d.ts +11 -7
- package/components/index-BCZuzyeO.mjs +317 -0
- package/components/index-BNPcMpOO.js +1 -0
- package/components/index-DJv1MwwH.mjs +14 -0
- package/components/information/src/index.vue.d.ts +3 -2
- package/components/information-collection/src/ctx.d.ts +17 -11
- package/components/information-collection/src/index.vue.d.ts +36 -27
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-tag/src/ctx.d.ts +4 -3
- package/components/information-tag/src/index.vue.d.ts +12 -11
- package/components/information-templates-default/src/index.vue.d.ts +2 -1
- package/components/input/index.cjs +1 -1
- package/components/input/index.mjs +1 -1
- package/components/input/src/ctx.d.ts +20 -20
- package/components/input/src/index.vue.d.ts +70 -69
- package/components/input-array/index.cjs +1 -1
- package/components/input-array/index.mjs +2 -2
- package/components/input-array/src/ctx.d.ts +2 -2
- package/components/input-array/src/form-template.vue.d.ts +2 -1
- package/components/input-array/src/index.vue.d.ts +6 -5
- package/components/input-collection/index.cjs +1 -1
- package/components/input-collection/index.mjs +2 -2
- package/components/input-collection/src/core.vue.d.ts +17 -15
- package/components/input-collection/src/ctx.d.ts +4 -4
- package/components/input-collection/src/index.vue.d.ts +13 -12
- package/components/input-file/src/index.vue.d.ts +51 -50
- package/components/input-file/src/template.vue.d.ts +2 -1
- package/components/input-link/index.cjs +1 -1
- package/components/input-link/index.mjs +2 -2
- package/components/input-link/src/ctx.d.ts +19 -21
- package/components/input-link/src/index.vue.d.ts +111 -110
- package/components/input-number/index.cjs +1 -1
- package/components/input-number/index.mjs +1 -1
- package/components/input-number/src/ctx.d.ts +5 -5
- package/components/input-number/src/index.vue.d.ts +39 -38
- package/components/input-tag/index.cjs +1 -1
- package/components/input-tag/index.mjs +1 -1
- package/components/input-tag/src/ctx.d.ts +10 -10
- package/components/input-tag/src/index.vue.d.ts +48 -47
- package/components/isObject-DQpnfMRp.mjs +34 -0
- package/components/monaco-editor/index.cjs +1 -1
- package/components/monaco-editor/index.mjs +1 -1
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +17 -16
- package/components/radio/index.cjs +1 -1
- package/components/radio/index.mjs +3 -3
- package/components/radio/src/ctx.d.ts +3 -3
- package/components/radio/src/index.vue.d.ts +32 -31
- package/components/radio/src/option.vue.d.ts +12 -10
- package/components/radio/src/wraper.vue.d.ts +9 -8
- package/components/renderer-data/src/index.vue.d.ts +3 -2
- package/components/select/index.cjs +1 -1
- package/components/select/index.mjs +1 -1
- package/components/select/src/core.vue.d.ts +99 -239
- package/components/select/src/ctx.d.ts +23 -95
- package/components/select/src/index.vue.d.ts +76 -75
- package/components/select/src/options.vue.d.ts +3 -2
- package/components/slider/src/ctx.d.ts +10 -10
- package/components/slider/src/index.vue.d.ts +29 -25
- package/components/style.css +1 -1
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +24 -20
- package/components/tables-select/index.mjs +1 -2
- package/components/tables-select/src/ctx.d.ts +27 -43
- package/components/tables-select/src/index.vue.d.ts +57 -71
- package/components/template-instances-provider/src/index.vue.d.ts +3 -2
- package/components/templates-default/index.cjs +1 -1
- package/components/templates-default/index.mjs +1 -1
- package/components/templates-default/src/ctx.d.ts +3 -5
- package/components/templates-default/src/index.vue.d.ts +778 -727
- package/components/templates-element-plus/index.cjs +1 -1
- package/components/templates-element-plus/index.mjs +4 -4
- package/components/templates-element-plus/src/index.vue.d.ts +27 -26
- package/components/templates-esri/index.cjs +1 -1
- package/components/templates-esri/index.mjs +1 -1
- package/components/templates-esri/src/index.vue.d.ts +600 -193
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +4 -4
- package/components/templates-layout/src/index.vue.d.ts +14 -13
- package/components/templates-variant/index.cjs +1 -1
- package/components/templates-variant/index.mjs +1 -1
- package/components/templates-variant/src/index.vue.d.ts +132 -99
- package/components/time-picker/src/ctx.d.ts +31 -23
- package/components/time-picker/src/index.vue.d.ts +66 -49
- package/components/upload/index.cjs +1 -1
- package/components/upload/index.mjs +46 -46
- package/components/upload/src/ctx.d.ts +24 -22
- package/components/upload/src/file.vue.d.ts +75 -73
- package/components/upload/src/index.vue.d.ts +188 -187
- package/components/upload/src/wraper.vue.d.ts +48 -47
- package/components/upload-plus/index.cjs +7 -7
- package/components/upload-plus/index.mjs +1911 -1937
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +2 -5
- package/components/upload-plus/src/index.vue.d.ts +6 -5
- package/components/use-watch-Bfrz9pv_.js +1 -0
- package/components/use-watch-t49wP7jy.mjs +414 -0
- package/components/van-cascader/src/ctx.d.ts +33 -25
- package/components/van-cascader/src/index.vue.d.ts +67 -50
- package/components/var-datetime-picker/index.cjs +1 -1
- package/components/var-datetime-picker/index.mjs +19 -21
- package/components/var-datetime-picker/src/ctx.d.ts +4 -3
- package/components/var-datetime-picker/src/index.vue.d.ts +144 -179
- package/components/vditor/index.cjs +1 -1
- package/components/vditor/index.mjs +1 -1
- package/components/vditor/src/ctx.d.ts +2 -3
- package/components/vditor/src/index.vue.d.ts +19 -19
- package/composables/index.mjs +3 -5
- package/composables/useSourceManager.d.ts +2 -2
- package/index.css +1 -1
- package/package.json +1 -1
- package/shared/element-plus/instances.d.ts +60 -43
- package/components/cloneDeep.cjs +0 -1
- package/components/debounce.cjs +0 -1
- package/components/index2.cjs +0 -1
- package/components/use-watch.cjs +0 -1
- /package/components/{_plugin-vue_export-helper.cjs → _plugin-vue_export-helper-BHFhmbuH.js} +0 -0
- /package/components/{index.cjs → index-DSyxYMB0.js} +0 -0
- /package/components/{isObject.cjs → isObject-fAvOGw_H.js} +0 -0
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
4
|
modelValue: null;
|
|
3
5
|
props: {
|
|
4
6
|
type: import("vue").PropType<{
|
|
5
|
-
label?: string
|
|
6
|
-
value?: string
|
|
7
|
-
disabled?: string
|
|
8
|
-
options?: string
|
|
7
|
+
label?: string;
|
|
8
|
+
value?: string;
|
|
9
|
+
disabled?: string;
|
|
10
|
+
options?: string;
|
|
9
11
|
}>;
|
|
10
12
|
default: () => {};
|
|
11
13
|
};
|
|
12
14
|
options: {
|
|
13
15
|
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
16
|
value: {
|
|
15
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(
|
|
17
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
16
18
|
readonly required: true;
|
|
17
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
20
|
__epPropKey: true;
|
|
@@ -28,13 +30,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
30
|
}>, {
|
|
29
31
|
ns: {
|
|
30
32
|
namespace: import("vue").ComputedRef<string>;
|
|
31
|
-
b: (blockSuffix?: string
|
|
32
|
-
e: (element?: string
|
|
33
|
-
m: (modifier?: string
|
|
34
|
-
be: (blockSuffix?: string
|
|
35
|
-
em: (element?: string
|
|
36
|
-
bm: (blockSuffix?: string
|
|
37
|
-
bem: (blockSuffix?: string
|
|
33
|
+
b: (blockSuffix?: string) => string;
|
|
34
|
+
e: (element?: string) => string;
|
|
35
|
+
m: (modifier?: string) => string;
|
|
36
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
37
|
+
em: (element?: string, modifier?: string) => string;
|
|
38
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
39
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
38
40
|
is: {
|
|
39
41
|
(name: string, state: boolean | undefined): string;
|
|
40
42
|
(name: string): string;
|
|
@@ -65,7 +67,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
67
|
selectOptionClick: () => void;
|
|
66
68
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
69
|
value: {
|
|
68
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(
|
|
70
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
69
71
|
readonly required: true;
|
|
70
72
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
73
|
__epPropKey: true;
|
|
@@ -85,7 +87,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
87
|
default: () => never[];
|
|
86
88
|
};
|
|
87
89
|
selectSlots: {
|
|
88
|
-
type: import("vue").PropType<
|
|
90
|
+
type: import("vue").PropType<import("./types.ts").SelectSlots>;
|
|
89
91
|
default: undefined;
|
|
90
92
|
};
|
|
91
93
|
selectRef: null;
|
|
@@ -104,7 +106,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
104
106
|
};
|
|
105
107
|
ariaLabel: StringConstructor;
|
|
106
108
|
emptyValues: ArrayConstructor;
|
|
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>;
|
|
109
|
+
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>;
|
|
108
110
|
name: StringConstructor;
|
|
109
111
|
id: StringConstructor;
|
|
110
112
|
autocomplete: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -115,7 +117,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
115
117
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
118
|
__epPropKey: true;
|
|
117
119
|
};
|
|
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>;
|
|
120
|
+
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
121
|
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
120
122
|
clearable: BooleanConstructor;
|
|
121
123
|
filterable: BooleanConstructor;
|
|
@@ -123,12 +125,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
123
125
|
loading: BooleanConstructor;
|
|
124
126
|
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
125
127
|
popperStyle: {
|
|
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>>;
|
|
128
|
+
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>>;
|
|
127
129
|
readonly required: false;
|
|
128
130
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
131
|
__epPropKey: true;
|
|
130
132
|
};
|
|
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>;
|
|
133
|
+
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>;
|
|
132
134
|
remote: BooleanConstructor;
|
|
133
135
|
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
134
136
|
loadingText: StringConstructor;
|
|
@@ -159,23 +161,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
159
161
|
valueKey: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
160
162
|
collapseTags: BooleanConstructor;
|
|
161
163
|
collapseTagsTooltip: BooleanConstructor;
|
|
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>;
|
|
164
|
+
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
165
|
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
164
166
|
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
167
|
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
|
|
168
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
167
169
|
fitInputWidth: BooleanConstructor;
|
|
168
|
-
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
170
|
+
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
169
171
|
tagType: {
|
|
170
172
|
default: string;
|
|
171
|
-
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
173
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
172
174
|
required: false;
|
|
173
175
|
validator: ((val: unknown) => boolean) | undefined;
|
|
174
176
|
__epPropKey: true;
|
|
175
177
|
};
|
|
176
178
|
tagEffect: {
|
|
177
179
|
default: string;
|
|
178
|
-
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
180
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
179
181
|
required: false;
|
|
180
182
|
validator: ((val: unknown) => boolean) | undefined;
|
|
181
183
|
__epPropKey: true;
|
|
@@ -184,11 +186,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
184
186
|
remoteShowSuffix: BooleanConstructor;
|
|
185
187
|
showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
186
188
|
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" | "
|
|
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
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, string, boolean>;
|
|
190
|
+
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
191
|
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
190
192
|
appendTo: {
|
|
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>>;
|
|
193
|
+
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>>;
|
|
192
194
|
readonly required: false;
|
|
193
195
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
196
|
__epPropKey: true;
|
|
@@ -238,14 +240,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
238
240
|
};
|
|
239
241
|
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
240
242
|
rules: {
|
|
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>>;
|
|
243
|
+
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>>;
|
|
242
244
|
readonly required: false;
|
|
243
245
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
246
|
__epPropKey: true;
|
|
245
247
|
};
|
|
246
248
|
error: StringConstructor;
|
|
247
249
|
validateStatus: {
|
|
248
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "
|
|
250
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
249
251
|
readonly required: false;
|
|
250
252
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
253
|
__epPropKey: true;
|
|
@@ -257,7 +259,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
257
259
|
[key: string]: any;
|
|
258
260
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
259
261
|
'update:modelValue': null;
|
|
260
|
-
change: (val: any) => boolean;
|
|
262
|
+
change: (val: import("element-plus").SelectProps["modelValue"] | any) => boolean;
|
|
261
263
|
'popup-scroll': ({ scrollTop, scrollLeft }: {
|
|
262
264
|
scrollTop: number;
|
|
263
265
|
scrollLeft: number;
|
|
@@ -272,17 +274,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
272
274
|
modelValue: null;
|
|
273
275
|
props: {
|
|
274
276
|
type: import("vue").PropType<{
|
|
275
|
-
label?: string
|
|
276
|
-
value?: string
|
|
277
|
-
disabled?: string
|
|
278
|
-
options?: string
|
|
277
|
+
label?: string;
|
|
278
|
+
value?: string;
|
|
279
|
+
disabled?: string;
|
|
280
|
+
options?: string;
|
|
279
281
|
}>;
|
|
280
282
|
default: () => {};
|
|
281
283
|
};
|
|
282
284
|
options: {
|
|
283
285
|
type: import("vue").PropType<import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
284
286
|
value: {
|
|
285
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(
|
|
287
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
286
288
|
readonly required: true;
|
|
287
289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
290
|
__epPropKey: true;
|
|
@@ -298,13 +300,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
298
300
|
}>, {
|
|
299
301
|
ns: {
|
|
300
302
|
namespace: import("vue").ComputedRef<string>;
|
|
301
|
-
b: (blockSuffix?: string
|
|
302
|
-
e: (element?: string
|
|
303
|
-
m: (modifier?: string
|
|
304
|
-
be: (blockSuffix?: string
|
|
305
|
-
em: (element?: string
|
|
306
|
-
bm: (blockSuffix?: string
|
|
307
|
-
bem: (blockSuffix?: string
|
|
303
|
+
b: (blockSuffix?: string) => string;
|
|
304
|
+
e: (element?: string) => string;
|
|
305
|
+
m: (modifier?: string) => string;
|
|
306
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
307
|
+
em: (element?: string, modifier?: string) => string;
|
|
308
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
309
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
308
310
|
is: {
|
|
309
311
|
(name: string, state: boolean | undefined): string;
|
|
310
312
|
(name: string): string;
|
|
@@ -335,7 +337,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
335
337
|
selectOptionClick: () => void;
|
|
336
338
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
337
339
|
value: {
|
|
338
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(
|
|
340
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
339
341
|
readonly required: true;
|
|
340
342
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
343
|
__epPropKey: true;
|
|
@@ -355,7 +357,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
355
357
|
default: () => never[];
|
|
356
358
|
};
|
|
357
359
|
selectSlots: {
|
|
358
|
-
type: import("vue").PropType<
|
|
360
|
+
type: import("vue").PropType<import("./types.ts").SelectSlots>;
|
|
359
361
|
default: undefined;
|
|
360
362
|
};
|
|
361
363
|
selectRef: null;
|
|
@@ -374,7 +376,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
374
376
|
};
|
|
375
377
|
ariaLabel: StringConstructor;
|
|
376
378
|
emptyValues: ArrayConstructor;
|
|
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>;
|
|
379
|
+
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>;
|
|
378
380
|
name: StringConstructor;
|
|
379
381
|
id: StringConstructor;
|
|
380
382
|
autocomplete: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -385,7 +387,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
385
387
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
388
|
__epPropKey: true;
|
|
387
389
|
};
|
|
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>;
|
|
390
|
+
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
391
|
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
390
392
|
clearable: BooleanConstructor;
|
|
391
393
|
filterable: BooleanConstructor;
|
|
@@ -393,12 +395,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
393
395
|
loading: BooleanConstructor;
|
|
394
396
|
popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
395
397
|
popperStyle: {
|
|
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>>;
|
|
398
|
+
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>>;
|
|
397
399
|
readonly required: false;
|
|
398
400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
401
|
__epPropKey: true;
|
|
400
402
|
};
|
|
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>;
|
|
403
|
+
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>;
|
|
402
404
|
remote: BooleanConstructor;
|
|
403
405
|
debounce: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
404
406
|
loadingText: StringConstructor;
|
|
@@ -429,23 +431,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
429
431
|
valueKey: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
430
432
|
collapseTags: BooleanConstructor;
|
|
431
433
|
collapseTagsTooltip: BooleanConstructor;
|
|
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>;
|
|
434
|
+
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
435
|
maxCollapseTags: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
434
436
|
teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
435
437
|
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
|
|
438
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
437
439
|
fitInputWidth: BooleanConstructor;
|
|
438
|
-
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
440
|
+
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
439
441
|
tagType: {
|
|
440
442
|
default: string;
|
|
441
|
-
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
443
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
442
444
|
required: false;
|
|
443
445
|
validator: ((val: unknown) => boolean) | undefined;
|
|
444
446
|
__epPropKey: true;
|
|
445
447
|
};
|
|
446
448
|
tagEffect: {
|
|
447
449
|
default: string;
|
|
448
|
-
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "
|
|
450
|
+
type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
449
451
|
required: false;
|
|
450
452
|
validator: ((val: unknown) => boolean) | undefined;
|
|
451
453
|
__epPropKey: true;
|
|
@@ -454,11 +456,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
454
456
|
remoteShowSuffix: BooleanConstructor;
|
|
455
457
|
showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
456
458
|
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" | "
|
|
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
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, string, boolean>;
|
|
460
|
+
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
461
|
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
460
462
|
appendTo: {
|
|
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>>;
|
|
463
|
+
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>>;
|
|
462
464
|
readonly required: false;
|
|
463
465
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
464
466
|
__epPropKey: true;
|
|
@@ -508,14 +510,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
508
510
|
};
|
|
509
511
|
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
510
512
|
rules: {
|
|
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>>;
|
|
513
|
+
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>>;
|
|
512
514
|
readonly required: false;
|
|
513
515
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
514
516
|
__epPropKey: true;
|
|
515
517
|
};
|
|
516
518
|
error: StringConstructor;
|
|
517
519
|
validateStatus: {
|
|
518
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "
|
|
520
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
519
521
|
readonly required: false;
|
|
520
522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
521
523
|
__epPropKey: true;
|
|
@@ -548,24 +550,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
548
550
|
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
549
551
|
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
550
552
|
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" | "
|
|
553
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown>;
|
|
552
554
|
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
555
|
autocomplete: string;
|
|
554
556
|
clearable: boolean;
|
|
555
|
-
clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
556
|
-
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
557
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown>;
|
|
558
|
+
suffixIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown>;
|
|
557
559
|
tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
558
560
|
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
559
561
|
props: {
|
|
560
|
-
label?: string
|
|
561
|
-
value?: string
|
|
562
|
-
disabled?: string
|
|
563
|
-
options?: string
|
|
562
|
+
label?: string;
|
|
563
|
+
value?: string;
|
|
564
|
+
disabled?: string;
|
|
565
|
+
options?: string;
|
|
564
566
|
};
|
|
565
567
|
loading: boolean;
|
|
566
568
|
options: import("@vunk/shared").VueComponentPropsType<import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
567
569
|
value: {
|
|
568
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(
|
|
570
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
569
571
|
readonly required: true;
|
|
570
572
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
571
573
|
__epPropKey: true;
|
|
@@ -581,13 +583,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
581
583
|
}>, {
|
|
582
584
|
ns: {
|
|
583
585
|
namespace: import("vue").ComputedRef<string>;
|
|
584
|
-
b: (blockSuffix?: string
|
|
585
|
-
e: (element?: string
|
|
586
|
-
m: (modifier?: string
|
|
587
|
-
be: (blockSuffix?: string
|
|
588
|
-
em: (element?: string
|
|
589
|
-
bm: (blockSuffix?: string
|
|
590
|
-
bem: (blockSuffix?: string
|
|
586
|
+
b: (blockSuffix?: string) => string;
|
|
587
|
+
e: (element?: string) => string;
|
|
588
|
+
m: (modifier?: string) => string;
|
|
589
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
590
|
+
em: (element?: string, modifier?: string) => string;
|
|
591
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
592
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
591
593
|
is: {
|
|
592
594
|
(name: string, state: boolean | undefined): string;
|
|
593
595
|
(name: string): string;
|
|
@@ -618,7 +620,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
618
620
|
selectOptionClick: () => void;
|
|
619
621
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
620
622
|
value: {
|
|
621
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(
|
|
623
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>>;
|
|
622
624
|
readonly required: true;
|
|
623
625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
624
626
|
__epPropKey: true;
|
|
@@ -667,4 +669,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
667
669
|
offset: number;
|
|
668
670
|
fallbackPlacements: import("element-plus").Placement[];
|
|
669
671
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
670
|
-
export default _default;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { NormalObject } from '@vunk/shared';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
6
|
data: {
|
|
5
7
|
type: PropType<NormalObject[]>;
|
|
6
8
|
required: true;
|
|
@@ -48,4 +50,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
50
|
valueProp: string;
|
|
49
51
|
disabledProp: string;
|
|
50
52
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
|
-
export default _default;
|
|
@@ -4,7 +4,7 @@ export declare const props: {
|
|
|
4
4
|
id: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
5
5
|
min: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6
6
|
max: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
7
|
-
step: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => number | "mark") | (() => number | "mark") | ((new (...args: any[]) => number | "mark") | (() => number | "mark") | null)[], unknown, unknown, 1, boolean>;
|
|
7
|
+
step: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => number | "mark") | (() => number | "mark") | (((new (...args: any[]) => number | "mark") | (() => number | "mark")) | null)[], unknown, unknown, 1, boolean>;
|
|
8
8
|
showInput: BooleanConstructor;
|
|
9
9
|
showInputControls: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10
10
|
size: {
|
|
@@ -21,15 +21,15 @@ export declare const props: {
|
|
|
21
21
|
};
|
|
22
22
|
showStops: BooleanConstructor;
|
|
23
23
|
showTooltip: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
24
|
-
formatTooltip: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (val: number) =>
|
|
25
|
-
(): (val: number) =>
|
|
24
|
+
formatTooltip: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (val: number) => number | string) | (() => (val: number) => number | string) | {
|
|
25
|
+
(): (val: number) => number | string;
|
|
26
26
|
new (): any;
|
|
27
27
|
readonly prototype: any;
|
|
28
|
-
} | ((new (...args: any[]) => (val: number) =>
|
|
29
|
-
(): (val: number) =>
|
|
28
|
+
} | (((new (...args: any[]) => (val: number) => number | string) | (() => (val: number) => number | string) | {
|
|
29
|
+
(): (val: number) => number | string;
|
|
30
30
|
new (): any;
|
|
31
31
|
readonly prototype: any;
|
|
32
|
-
} | null)[], unknown, unknown, undefined, boolean>;
|
|
32
|
+
}) | null)[], unknown, unknown, undefined, boolean>;
|
|
33
33
|
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
34
34
|
range: BooleanConstructor;
|
|
35
35
|
vertical: BooleanConstructor;
|
|
@@ -40,11 +40,11 @@ export declare const props: {
|
|
|
40
40
|
(): (val: number) => string;
|
|
41
41
|
new (): any;
|
|
42
42
|
readonly prototype: any;
|
|
43
|
-
} | ((new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | {
|
|
43
|
+
} | (((new (...args: any[]) => (val: number) => string) | (() => (val: number) => string) | {
|
|
44
44
|
(): (val: number) => string;
|
|
45
45
|
new (): any;
|
|
46
46
|
readonly prototype: any;
|
|
47
|
-
} | null)[], unknown, unknown, undefined, boolean>;
|
|
47
|
+
}) | null)[], unknown, unknown, undefined, boolean>;
|
|
48
48
|
tooltipClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
49
49
|
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "top", boolean>;
|
|
50
50
|
marks: {
|
|
@@ -114,14 +114,14 @@ export declare const props: {
|
|
|
114
114
|
};
|
|
115
115
|
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
116
116
|
rules: {
|
|
117
|
-
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>>;
|
|
117
|
+
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>>;
|
|
118
118
|
readonly required: false;
|
|
119
119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
120
|
__epPropKey: true;
|
|
121
121
|
};
|
|
122
122
|
error: StringConstructor;
|
|
123
123
|
validateStatus: {
|
|
124
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "
|
|
124
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
125
125
|
readonly required: false;
|
|
126
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
127
|
__epPropKey: true;
|