@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,8 +1,11 @@
|
|
|
1
|
+
import type { Func } from '@vunk/core';
|
|
1
2
|
import type { UploadFile } from 'element-plus';
|
|
2
3
|
import type { PropType } from 'vue';
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
7
|
listType: {
|
|
5
|
-
type: PropType<"
|
|
8
|
+
type: PropType<"picture" | "picture-card" | "text">;
|
|
6
9
|
default: string;
|
|
7
10
|
};
|
|
8
11
|
file: {
|
|
@@ -14,11 +17,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14
17
|
default: boolean;
|
|
15
18
|
};
|
|
16
19
|
onPreview: {
|
|
17
|
-
type: PropType<
|
|
20
|
+
type: PropType<Func<UploadFile>>;
|
|
18
21
|
default: () => () => void;
|
|
19
22
|
};
|
|
20
23
|
onDownload: {
|
|
21
|
-
type: PropType<
|
|
24
|
+
type: PropType<Func<UploadFile>>;
|
|
22
25
|
default: undefined;
|
|
23
26
|
};
|
|
24
27
|
preview: {
|
|
@@ -33,13 +36,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
36
|
handleRemove: (file?: UploadFile) => void;
|
|
34
37
|
nsIcon: {
|
|
35
38
|
namespace: import("vue").ComputedRef<string>;
|
|
36
|
-
b: (blockSuffix?: string
|
|
37
|
-
e: (element?: string
|
|
38
|
-
m: (modifier?: string
|
|
39
|
-
be: (blockSuffix?: string
|
|
40
|
-
em: (element?: string
|
|
41
|
-
bm: (blockSuffix?: string
|
|
42
|
-
bem: (blockSuffix?: string
|
|
39
|
+
b: (blockSuffix?: string) => string;
|
|
40
|
+
e: (element?: string) => string;
|
|
41
|
+
m: (modifier?: string) => string;
|
|
42
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
43
|
+
em: (element?: string, modifier?: string) => string;
|
|
44
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
45
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
43
46
|
is: {
|
|
44
47
|
(name: string, state: boolean | undefined): string;
|
|
45
48
|
(name: string): string;
|
|
@@ -51,13 +54,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
54
|
};
|
|
52
55
|
nsUpload: {
|
|
53
56
|
namespace: import("vue").ComputedRef<string>;
|
|
54
|
-
b: (blockSuffix?: string
|
|
55
|
-
e: (element?: string
|
|
56
|
-
m: (modifier?: string
|
|
57
|
-
be: (blockSuffix?: string
|
|
58
|
-
em: (element?: string
|
|
59
|
-
bm: (blockSuffix?: string
|
|
60
|
-
bem: (blockSuffix?: string
|
|
57
|
+
b: (blockSuffix?: string) => string;
|
|
58
|
+
e: (element?: string) => string;
|
|
59
|
+
m: (modifier?: string) => string;
|
|
60
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
61
|
+
em: (element?: string, modifier?: string) => string;
|
|
62
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
63
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
61
64
|
is: {
|
|
62
65
|
(name: string, state: boolean | undefined): string;
|
|
63
66
|
(name: string): string;
|
|
@@ -76,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
79
|
remove: (e: UploadFile) => UploadFile;
|
|
77
80
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
81
|
listType: {
|
|
79
|
-
type: PropType<"
|
|
82
|
+
type: PropType<"picture" | "picture-card" | "text">;
|
|
80
83
|
default: string;
|
|
81
84
|
};
|
|
82
85
|
file: {
|
|
@@ -88,11 +91,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
88
91
|
default: boolean;
|
|
89
92
|
};
|
|
90
93
|
onPreview: {
|
|
91
|
-
type: PropType<
|
|
94
|
+
type: PropType<Func<UploadFile>>;
|
|
92
95
|
default: () => () => void;
|
|
93
96
|
};
|
|
94
97
|
onDownload: {
|
|
95
|
-
type: PropType<
|
|
98
|
+
type: PropType<Func<UploadFile>>;
|
|
96
99
|
default: undefined;
|
|
97
100
|
};
|
|
98
101
|
preview: {
|
|
@@ -119,11 +122,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
119
122
|
type: "line" | "circle" | "dashboard";
|
|
120
123
|
color: string | import("element-plus").ProgressColor[] | import("element-plus").ProgressFn;
|
|
121
124
|
width: number;
|
|
122
|
-
strokeLinecap: NonNullable<"
|
|
125
|
+
strokeLinecap: NonNullable<import("vue").SVGAttributes["stroke-linecap"]>;
|
|
123
126
|
strokeWidth: number;
|
|
124
127
|
format: import("element-plus").ProgressFn;
|
|
125
128
|
percentage: number;
|
|
126
|
-
status: "" | "success" | "
|
|
129
|
+
status: "" | "success" | "exception" | "warning";
|
|
127
130
|
duration: number;
|
|
128
131
|
showText: boolean;
|
|
129
132
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -137,37 +140,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
137
140
|
type: "line" | "circle" | "dashboard";
|
|
138
141
|
color: string | import("element-plus").ProgressColor[] | import("element-plus").ProgressFn;
|
|
139
142
|
width: number;
|
|
140
|
-
strokeLinecap: NonNullable<"
|
|
143
|
+
strokeLinecap: NonNullable<import("vue").SVGAttributes["stroke-linecap"]>;
|
|
141
144
|
strokeWidth: number;
|
|
142
145
|
format: import("element-plus").ProgressFn;
|
|
143
146
|
percentage: number;
|
|
144
|
-
status: "" | "success" | "
|
|
147
|
+
status: "" | "success" | "exception" | "warning";
|
|
145
148
|
duration: number;
|
|
146
149
|
showText: boolean;
|
|
147
150
|
}>;
|
|
148
|
-
__isFragment?:
|
|
149
|
-
__isTeleport?:
|
|
150
|
-
__isSuspense?:
|
|
151
|
+
__isFragment?: never;
|
|
152
|
+
__isTeleport?: never;
|
|
153
|
+
__isSuspense?: never;
|
|
151
154
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").ProgressProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
152
155
|
type: "line" | "circle" | "dashboard";
|
|
153
156
|
color: string | import("element-plus").ProgressColor[] | import("element-plus").ProgressFn;
|
|
154
157
|
width: number;
|
|
155
|
-
strokeLinecap: NonNullable<"
|
|
158
|
+
strokeLinecap: NonNullable<import("vue").SVGAttributes["stroke-linecap"]>;
|
|
156
159
|
strokeWidth: number;
|
|
157
160
|
format: import("element-plus").ProgressFn;
|
|
158
161
|
percentage: number;
|
|
159
|
-
status: "" | "success" | "
|
|
162
|
+
status: "" | "success" | "exception" | "warning";
|
|
160
163
|
duration: number;
|
|
161
164
|
showText: boolean;
|
|
162
165
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
163
166
|
$slots: {
|
|
164
|
-
default?: (
|
|
167
|
+
default?: (props: {
|
|
165
168
|
percentage: number;
|
|
166
|
-
}) => any
|
|
169
|
+
}) => any;
|
|
167
170
|
} & {
|
|
168
|
-
default?: (
|
|
171
|
+
default?: (props: {
|
|
169
172
|
percentage: number;
|
|
170
|
-
}) => any
|
|
173
|
+
}) => any;
|
|
171
174
|
};
|
|
172
175
|
})>;
|
|
173
176
|
ElIcon: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
@@ -179,12 +182,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
179
182
|
M: {};
|
|
180
183
|
Defaults: {};
|
|
181
184
|
}, Readonly<import("element-plus").IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
182
|
-
__isFragment?:
|
|
183
|
-
__isTeleport?:
|
|
184
|
-
__isSuspense?:
|
|
185
|
+
__isFragment?: never;
|
|
186
|
+
__isTeleport?: never;
|
|
187
|
+
__isSuspense?: never;
|
|
185
188
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").IconProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
186
189
|
$slots: {
|
|
187
|
-
default?: (
|
|
190
|
+
default?: (props: {}) => any;
|
|
188
191
|
};
|
|
189
192
|
})>;
|
|
190
193
|
Check: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -200,7 +203,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
200
203
|
}>, {
|
|
201
204
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
202
205
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
203
|
-
type: import("vue").ComputedRef<"" | "
|
|
206
|
+
type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
204
207
|
disabled: import("vue").ComputedRef<boolean>;
|
|
205
208
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
206
209
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -208,14 +211,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
208
211
|
}, import("vue").PublicProps, {
|
|
209
212
|
text: boolean;
|
|
210
213
|
disabled: boolean;
|
|
211
|
-
type: ""
|
|
214
|
+
type: import("element-plus").ButtonType;
|
|
212
215
|
round: boolean;
|
|
213
216
|
dashed: boolean;
|
|
214
|
-
nativeType: "
|
|
217
|
+
nativeType: import("element-plus").ButtonNativeType;
|
|
215
218
|
loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
|
|
216
219
|
plain: boolean;
|
|
217
220
|
autoInsertSpace: boolean;
|
|
218
|
-
tag: string | import("vue").Component
|
|
221
|
+
tag: string | import("vue").Component;
|
|
219
222
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
220
223
|
P: {};
|
|
221
224
|
B: {};
|
|
@@ -228,30 +231,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
228
231
|
}>, {
|
|
229
232
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
230
233
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
231
|
-
type: import("vue").ComputedRef<"" | "
|
|
234
|
+
type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
232
235
|
disabled: import("vue").ComputedRef<boolean>;
|
|
233
236
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
234
237
|
}, {}, {}, {}, {
|
|
235
238
|
text: boolean;
|
|
236
239
|
disabled: boolean;
|
|
237
|
-
type: ""
|
|
240
|
+
type: import("element-plus").ButtonType;
|
|
238
241
|
round: boolean;
|
|
239
242
|
dashed: boolean;
|
|
240
|
-
nativeType: "
|
|
243
|
+
nativeType: import("element-plus").ButtonNativeType;
|
|
241
244
|
loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
|
|
242
245
|
plain: boolean;
|
|
243
246
|
autoInsertSpace: boolean;
|
|
244
|
-
tag: string | import("vue").Component
|
|
247
|
+
tag: string | import("vue").Component;
|
|
245
248
|
}>;
|
|
246
|
-
__isFragment?:
|
|
247
|
-
__isTeleport?:
|
|
248
|
-
__isSuspense?:
|
|
249
|
+
__isFragment?: never;
|
|
250
|
+
__isTeleport?: never;
|
|
251
|
+
__isSuspense?: never;
|
|
249
252
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").ButtonProps> & Readonly<{
|
|
250
253
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
251
254
|
}>, {
|
|
252
255
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
253
256
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
254
|
-
type: import("vue").ComputedRef<"" | "
|
|
257
|
+
type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
255
258
|
disabled: import("vue").ComputedRef<boolean>;
|
|
256
259
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
257
260
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -259,21 +262,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
259
262
|
}, string, {
|
|
260
263
|
text: boolean;
|
|
261
264
|
disabled: boolean;
|
|
262
|
-
type: ""
|
|
265
|
+
type: import("element-plus").ButtonType;
|
|
263
266
|
round: boolean;
|
|
264
267
|
dashed: boolean;
|
|
265
|
-
nativeType: "
|
|
268
|
+
nativeType: import("element-plus").ButtonNativeType;
|
|
266
269
|
loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
|
|
267
270
|
plain: boolean;
|
|
268
271
|
autoInsertSpace: boolean;
|
|
269
|
-
tag: string | import("vue").Component
|
|
272
|
+
tag: string | import("vue").Component;
|
|
270
273
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
271
274
|
$slots: {
|
|
272
|
-
loading?: (
|
|
275
|
+
loading?: (props: {}) => any;
|
|
273
276
|
} & {
|
|
274
|
-
icon?: (
|
|
277
|
+
icon?: (props: {}) => any;
|
|
275
278
|
} & {
|
|
276
|
-
default?: (
|
|
279
|
+
default?: (props: {}) => any;
|
|
277
280
|
};
|
|
278
281
|
}) & import("vue").ObjectPlugin & {
|
|
279
282
|
setPropsDefaults: (defaults: {
|
|
@@ -282,17 +285,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
282
285
|
readonly type?: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text" | (() => "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text") | undefined;
|
|
283
286
|
readonly icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
284
287
|
new (...args: any[]): any;
|
|
285
|
-
__isFragment?:
|
|
286
|
-
__isTeleport?:
|
|
287
|
-
__isSuspense?:
|
|
288
|
+
__isFragment?: never;
|
|
289
|
+
__isTeleport?: never;
|
|
290
|
+
__isSuspense?: never;
|
|
288
291
|
} | (() => (import("element-plus/es/utils/index.mjs").IconPropType | undefined) & {}) | undefined;
|
|
289
292
|
readonly nativeType?: "reset" | "submit" | "button" | (() => "reset" | "submit" | "button") | undefined;
|
|
290
293
|
readonly loading?: boolean | (() => boolean) | undefined;
|
|
291
294
|
readonly loadingIcon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
292
295
|
new (...args: any[]): any;
|
|
293
|
-
__isFragment?:
|
|
294
|
-
__isTeleport?:
|
|
295
|
-
__isSuspense?:
|
|
296
|
+
__isFragment?: never;
|
|
297
|
+
__isTeleport?: never;
|
|
298
|
+
__isSuspense?: never;
|
|
296
299
|
} | (() => (import("element-plus/es/utils/index.mjs").IconPropType | undefined) & {}) | undefined;
|
|
297
300
|
readonly plain?: boolean | (() => boolean) | undefined;
|
|
298
301
|
readonly text?: boolean | (() => boolean) | undefined;
|
|
@@ -307,15 +310,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
307
310
|
readonly autoInsertSpace?: boolean | (() => boolean) | undefined;
|
|
308
311
|
readonly tag?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
309
312
|
new (...args: any[]): any;
|
|
310
|
-
__isFragment?:
|
|
311
|
-
__isTeleport?:
|
|
312
|
-
__isSuspense?:
|
|
313
|
+
__isFragment?: never;
|
|
314
|
+
__isTeleport?: never;
|
|
315
|
+
__isSuspense?: never;
|
|
313
316
|
} | (() => (string | import("vue").Component | undefined) & {}) | undefined;
|
|
314
317
|
}) => void;
|
|
315
318
|
} & {
|
|
316
319
|
ButtonGroup: {
|
|
317
320
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
318
|
-
type: "" | "
|
|
321
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
319
322
|
direction: "horizontal" | "vertical";
|
|
320
323
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
321
324
|
P: {};
|
|
@@ -325,20 +328,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
325
328
|
M: {};
|
|
326
329
|
Defaults: {};
|
|
327
330
|
}, Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
328
|
-
type: "" | "
|
|
331
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
329
332
|
direction: "horizontal" | "vertical";
|
|
330
333
|
}>;
|
|
331
|
-
__isFragment?:
|
|
332
|
-
__isTeleport?:
|
|
333
|
-
__isSuspense?:
|
|
334
|
+
__isFragment?: never;
|
|
335
|
+
__isTeleport?: never;
|
|
336
|
+
__isSuspense?: never;
|
|
334
337
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
335
|
-
type: "" | "
|
|
338
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
336
339
|
direction: "horizontal" | "vertical";
|
|
337
340
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
338
341
|
$slots: {
|
|
339
|
-
default?: (
|
|
342
|
+
default?: (props: {}) => any;
|
|
340
343
|
};
|
|
341
344
|
});
|
|
342
345
|
};
|
|
343
346
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
344
|
-
export default _default;
|