@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,5 +1,7 @@
|
|
|
1
1
|
import { UploadFile } from 'element-plus';
|
|
2
|
-
declare const _default:
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
5
|
disabled: BooleanConstructor;
|
|
4
6
|
dialog: BooleanConstructor;
|
|
5
7
|
upload: {
|
|
@@ -35,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
37
|
}>, {
|
|
36
38
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
37
39
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
38
|
-
type: import("vue").ComputedRef<"" | "
|
|
40
|
+
type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
39
41
|
disabled: import("vue").ComputedRef<boolean>;
|
|
40
42
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
41
43
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -43,14 +45,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
45
|
}, import("vue").PublicProps, {
|
|
44
46
|
text: boolean;
|
|
45
47
|
disabled: boolean;
|
|
46
|
-
type: ""
|
|
48
|
+
type: import("element-plus").ButtonType;
|
|
47
49
|
round: boolean;
|
|
48
50
|
dashed: boolean;
|
|
49
|
-
nativeType: "
|
|
51
|
+
nativeType: import("element-plus").ButtonNativeType;
|
|
50
52
|
loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
|
|
51
53
|
plain: boolean;
|
|
52
54
|
autoInsertSpace: boolean;
|
|
53
|
-
tag: string | import("vue").Component
|
|
55
|
+
tag: string | import("vue").Component;
|
|
54
56
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
55
57
|
P: {};
|
|
56
58
|
B: {};
|
|
@@ -63,30 +65,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
65
|
}>, {
|
|
64
66
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
65
67
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
66
|
-
type: import("vue").ComputedRef<"" | "
|
|
68
|
+
type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
67
69
|
disabled: import("vue").ComputedRef<boolean>;
|
|
68
70
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
69
71
|
}, {}, {}, {}, {
|
|
70
72
|
text: boolean;
|
|
71
73
|
disabled: boolean;
|
|
72
|
-
type: ""
|
|
74
|
+
type: import("element-plus").ButtonType;
|
|
73
75
|
round: boolean;
|
|
74
76
|
dashed: boolean;
|
|
75
|
-
nativeType: "
|
|
77
|
+
nativeType: import("element-plus").ButtonNativeType;
|
|
76
78
|
loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
|
|
77
79
|
plain: boolean;
|
|
78
80
|
autoInsertSpace: boolean;
|
|
79
|
-
tag: string | import("vue").Component
|
|
81
|
+
tag: string | import("vue").Component;
|
|
80
82
|
}>;
|
|
81
|
-
__isFragment?:
|
|
82
|
-
__isTeleport?:
|
|
83
|
-
__isSuspense?:
|
|
83
|
+
__isFragment?: never;
|
|
84
|
+
__isTeleport?: never;
|
|
85
|
+
__isSuspense?: never;
|
|
84
86
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").ButtonProps> & Readonly<{
|
|
85
87
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
86
88
|
}>, {
|
|
87
89
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
88
90
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
89
|
-
type: import("vue").ComputedRef<"" | "
|
|
91
|
+
type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
90
92
|
disabled: import("vue").ComputedRef<boolean>;
|
|
91
93
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
92
94
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -94,21 +96,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
96
|
}, string, {
|
|
95
97
|
text: boolean;
|
|
96
98
|
disabled: boolean;
|
|
97
|
-
type: ""
|
|
99
|
+
type: import("element-plus").ButtonType;
|
|
98
100
|
round: boolean;
|
|
99
101
|
dashed: boolean;
|
|
100
|
-
nativeType: "
|
|
102
|
+
nativeType: import("element-plus").ButtonNativeType;
|
|
101
103
|
loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
|
|
102
104
|
plain: boolean;
|
|
103
105
|
autoInsertSpace: boolean;
|
|
104
|
-
tag: string | import("vue").Component
|
|
106
|
+
tag: string | import("vue").Component;
|
|
105
107
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
106
108
|
$slots: {
|
|
107
|
-
loading?: (
|
|
109
|
+
loading?: (props: {}) => any;
|
|
108
110
|
} & {
|
|
109
|
-
icon?: (
|
|
111
|
+
icon?: (props: {}) => any;
|
|
110
112
|
} & {
|
|
111
|
-
default?: (
|
|
113
|
+
default?: (props: {}) => any;
|
|
112
114
|
};
|
|
113
115
|
}) & import("vue").ObjectPlugin & {
|
|
114
116
|
setPropsDefaults: (defaults: {
|
|
@@ -117,17 +119,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
119
|
readonly type?: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text" | (() => "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text") | undefined;
|
|
118
120
|
readonly icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
119
121
|
new (...args: any[]): any;
|
|
120
|
-
__isFragment?:
|
|
121
|
-
__isTeleport?:
|
|
122
|
-
__isSuspense?:
|
|
122
|
+
__isFragment?: never;
|
|
123
|
+
__isTeleport?: never;
|
|
124
|
+
__isSuspense?: never;
|
|
123
125
|
} | (() => (import("element-plus/es/utils/index.mjs").IconPropType | undefined) & {}) | undefined;
|
|
124
126
|
readonly nativeType?: "reset" | "submit" | "button" | (() => "reset" | "submit" | "button") | undefined;
|
|
125
127
|
readonly loading?: boolean | (() => boolean) | undefined;
|
|
126
128
|
readonly loadingIcon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
127
129
|
new (...args: any[]): any;
|
|
128
|
-
__isFragment?:
|
|
129
|
-
__isTeleport?:
|
|
130
|
-
__isSuspense?:
|
|
130
|
+
__isFragment?: never;
|
|
131
|
+
__isTeleport?: never;
|
|
132
|
+
__isSuspense?: never;
|
|
131
133
|
} | (() => (import("element-plus/es/utils/index.mjs").IconPropType | undefined) & {}) | undefined;
|
|
132
134
|
readonly plain?: boolean | (() => boolean) | undefined;
|
|
133
135
|
readonly text?: boolean | (() => boolean) | undefined;
|
|
@@ -142,15 +144,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
142
144
|
readonly autoInsertSpace?: boolean | (() => boolean) | undefined;
|
|
143
145
|
readonly tag?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
144
146
|
new (...args: any[]): any;
|
|
145
|
-
__isFragment?:
|
|
146
|
-
__isTeleport?:
|
|
147
|
-
__isSuspense?:
|
|
147
|
+
__isFragment?: never;
|
|
148
|
+
__isTeleport?: never;
|
|
149
|
+
__isSuspense?: never;
|
|
148
150
|
} | (() => (string | import("vue").Component | undefined) & {}) | undefined;
|
|
149
151
|
}) => void;
|
|
150
152
|
} & {
|
|
151
153
|
ButtonGroup: {
|
|
152
154
|
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, {
|
|
153
|
-
type: "" | "
|
|
155
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
154
156
|
direction: "horizontal" | "vertical";
|
|
155
157
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
156
158
|
P: {};
|
|
@@ -160,18 +162,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
162
|
M: {};
|
|
161
163
|
Defaults: {};
|
|
162
164
|
}, Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
163
|
-
type: "" | "
|
|
165
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
164
166
|
direction: "horizontal" | "vertical";
|
|
165
167
|
}>;
|
|
166
|
-
__isFragment?:
|
|
167
|
-
__isTeleport?:
|
|
168
|
-
__isSuspense?:
|
|
168
|
+
__isFragment?: never;
|
|
169
|
+
__isTeleport?: never;
|
|
170
|
+
__isSuspense?: never;
|
|
169
171
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
170
|
-
type: "" | "
|
|
172
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
171
173
|
direction: "horizontal" | "vertical";
|
|
172
174
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
173
175
|
$slots: {
|
|
174
|
-
default?: (
|
|
176
|
+
default?: (props: {}) => any;
|
|
175
177
|
};
|
|
176
178
|
});
|
|
177
179
|
};
|
|
@@ -184,17 +186,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
184
186
|
M: {};
|
|
185
187
|
Defaults: {};
|
|
186
188
|
}, Readonly<import("element-plus").IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
187
|
-
__isFragment?:
|
|
188
|
-
__isTeleport?:
|
|
189
|
-
__isSuspense?:
|
|
189
|
+
__isFragment?: never;
|
|
190
|
+
__isTeleport?: never;
|
|
191
|
+
__isSuspense?: never;
|
|
190
192
|
} & 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 () => {
|
|
191
193
|
$slots: {
|
|
192
|
-
default?: (
|
|
194
|
+
default?: (props: {}) => any;
|
|
193
195
|
};
|
|
194
196
|
})>;
|
|
195
197
|
ElButtonGroup: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
196
198
|
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, {
|
|
197
|
-
type: "" | "
|
|
199
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
198
200
|
direction: "horizontal" | "vertical";
|
|
199
201
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
200
202
|
P: {};
|
|
@@ -204,41 +206,41 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
206
|
M: {};
|
|
205
207
|
Defaults: {};
|
|
206
208
|
}, Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
207
|
-
type: "" | "
|
|
209
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
208
210
|
direction: "horizontal" | "vertical";
|
|
209
211
|
}>;
|
|
210
|
-
__isFragment?:
|
|
211
|
-
__isTeleport?:
|
|
212
|
-
__isSuspense?:
|
|
212
|
+
__isFragment?: never;
|
|
213
|
+
__isTeleport?: never;
|
|
214
|
+
__isSuspense?: never;
|
|
213
215
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
214
|
-
type: "" | "
|
|
216
|
+
type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
|
|
215
217
|
direction: "horizontal" | "vertical";
|
|
216
218
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
217
219
|
$slots: {
|
|
218
|
-
default?: (
|
|
220
|
+
default?: (props: {}) => any;
|
|
219
221
|
};
|
|
220
222
|
})>;
|
|
221
223
|
Upload: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
224
|
Edit: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
223
225
|
ElUpload: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
224
226
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").UploadProps> & Readonly<{}>, {
|
|
225
|
-
abort: (file?: UploadFile
|
|
227
|
+
abort: (file?: UploadFile) => void;
|
|
226
228
|
submit: () => void;
|
|
227
|
-
clearFiles: (states?: import("element-plus").UploadStatus[]
|
|
229
|
+
clearFiles: (states?: import("element-plus").UploadStatus[]) => void;
|
|
228
230
|
handleStart: (rawFile: import("element-plus").UploadRawFile) => void;
|
|
229
|
-
handleRemove: (file: import("element-plus").UploadRawFile
|
|
231
|
+
handleRemove: (file: UploadFile | import("element-plus").UploadRawFile) => void;
|
|
230
232
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
231
233
|
disabled: boolean;
|
|
232
234
|
name: string;
|
|
233
|
-
onChange:
|
|
234
|
-
onError:
|
|
235
|
-
onProgress:
|
|
236
|
-
data: import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus
|
|
237
|
-
beforeUpload:
|
|
238
|
-
onRemove:
|
|
239
|
-
onPreview: (
|
|
240
|
-
onSuccess:
|
|
241
|
-
onExceed:
|
|
235
|
+
onChange: import("element-plus").UploadHooks["onChange"];
|
|
236
|
+
onError: import("element-plus").UploadHooks["onError"];
|
|
237
|
+
onProgress: import("element-plus").UploadHooks["onProgress"];
|
|
238
|
+
data: import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus").UploadData> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus").UploadData>);
|
|
239
|
+
beforeUpload: import("element-plus").UploadHooks["beforeUpload"];
|
|
240
|
+
onRemove: import("element-plus").UploadHooks["onRemove"];
|
|
241
|
+
onPreview: import("element-plus").UploadHooks["onPreview"];
|
|
242
|
+
onSuccess: import("element-plus").UploadHooks["onSuccess"];
|
|
243
|
+
onExceed: import("element-plus").UploadHooks["onExceed"];
|
|
242
244
|
action: string;
|
|
243
245
|
method: string;
|
|
244
246
|
showFileList: boolean;
|
|
@@ -255,23 +257,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
255
257
|
M: {};
|
|
256
258
|
Defaults: {};
|
|
257
259
|
}, Readonly<import("element-plus").UploadProps> & Readonly<{}>, {
|
|
258
|
-
abort: (file?: UploadFile
|
|
260
|
+
abort: (file?: UploadFile) => void;
|
|
259
261
|
submit: () => void;
|
|
260
|
-
clearFiles: (states?: import("element-plus").UploadStatus[]
|
|
262
|
+
clearFiles: (states?: import("element-plus").UploadStatus[]) => void;
|
|
261
263
|
handleStart: (rawFile: import("element-plus").UploadRawFile) => void;
|
|
262
|
-
handleRemove: (file: import("element-plus").UploadRawFile
|
|
264
|
+
handleRemove: (file: UploadFile | import("element-plus").UploadRawFile) => void;
|
|
263
265
|
}, {}, {}, {}, {
|
|
264
266
|
disabled: boolean;
|
|
265
267
|
name: string;
|
|
266
|
-
onChange:
|
|
267
|
-
onError:
|
|
268
|
-
onProgress:
|
|
269
|
-
data: import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus
|
|
270
|
-
beforeUpload:
|
|
271
|
-
onRemove:
|
|
272
|
-
onPreview: (
|
|
273
|
-
onSuccess:
|
|
274
|
-
onExceed:
|
|
268
|
+
onChange: import("element-plus").UploadHooks["onChange"];
|
|
269
|
+
onError: import("element-plus").UploadHooks["onError"];
|
|
270
|
+
onProgress: import("element-plus").UploadHooks["onProgress"];
|
|
271
|
+
data: import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus").UploadData> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus").UploadData>);
|
|
272
|
+
beforeUpload: import("element-plus").UploadHooks["beforeUpload"];
|
|
273
|
+
onRemove: import("element-plus").UploadHooks["onRemove"];
|
|
274
|
+
onPreview: import("element-plus").UploadHooks["onPreview"];
|
|
275
|
+
onSuccess: import("element-plus").UploadHooks["onSuccess"];
|
|
276
|
+
onExceed: import("element-plus").UploadHooks["onExceed"];
|
|
275
277
|
action: string;
|
|
276
278
|
method: string;
|
|
277
279
|
showFileList: boolean;
|
|
@@ -281,27 +283,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
281
283
|
listType: import("element-plus").ListType;
|
|
282
284
|
httpRequest: import("element-plus").UploadRequestHandler;
|
|
283
285
|
}>;
|
|
284
|
-
__isFragment?:
|
|
285
|
-
__isTeleport?:
|
|
286
|
-
__isSuspense?:
|
|
286
|
+
__isFragment?: never;
|
|
287
|
+
__isTeleport?: never;
|
|
288
|
+
__isSuspense?: never;
|
|
287
289
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").UploadProps> & Readonly<{}>, {
|
|
288
|
-
abort: (file?: UploadFile
|
|
290
|
+
abort: (file?: UploadFile) => void;
|
|
289
291
|
submit: () => void;
|
|
290
|
-
clearFiles: (states?: import("element-plus").UploadStatus[]
|
|
292
|
+
clearFiles: (states?: import("element-plus").UploadStatus[]) => void;
|
|
291
293
|
handleStart: (rawFile: import("element-plus").UploadRawFile) => void;
|
|
292
|
-
handleRemove: (file: import("element-plus").UploadRawFile
|
|
294
|
+
handleRemove: (file: UploadFile | import("element-plus").UploadRawFile) => void;
|
|
293
295
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
294
296
|
disabled: boolean;
|
|
295
297
|
name: string;
|
|
296
|
-
onChange:
|
|
297
|
-
onError:
|
|
298
|
-
onProgress:
|
|
299
|
-
data: import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus
|
|
300
|
-
beforeUpload:
|
|
301
|
-
onRemove:
|
|
302
|
-
onPreview: (
|
|
303
|
-
onSuccess:
|
|
304
|
-
onExceed:
|
|
298
|
+
onChange: import("element-plus").UploadHooks["onChange"];
|
|
299
|
+
onError: import("element-plus").UploadHooks["onError"];
|
|
300
|
+
onProgress: import("element-plus").UploadHooks["onProgress"];
|
|
301
|
+
data: import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus").UploadData> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils/typescript.mjs").Awaitable<import("element-plus").UploadData>);
|
|
302
|
+
beforeUpload: import("element-plus").UploadHooks["beforeUpload"];
|
|
303
|
+
onRemove: import("element-plus").UploadHooks["onRemove"];
|
|
304
|
+
onPreview: import("element-plus").UploadHooks["onPreview"];
|
|
305
|
+
onSuccess: import("element-plus").UploadHooks["onSuccess"];
|
|
306
|
+
onExceed: import("element-plus").UploadHooks["onExceed"];
|
|
305
307
|
action: string;
|
|
306
308
|
method: string;
|
|
307
309
|
showFileList: boolean;
|
|
@@ -312,29 +314,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
312
314
|
httpRequest: import("element-plus").UploadRequestHandler;
|
|
313
315
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
314
316
|
$slots: {
|
|
315
|
-
file?: (
|
|
317
|
+
file?: (props: {
|
|
316
318
|
file: UploadFile;
|
|
317
319
|
index: number;
|
|
318
|
-
}) => any
|
|
320
|
+
}) => any;
|
|
319
321
|
} & {
|
|
320
|
-
trigger?: (
|
|
322
|
+
trigger?: (props: {}) => any;
|
|
321
323
|
} & {
|
|
322
|
-
default?: (
|
|
324
|
+
default?: (props: {}) => any;
|
|
323
325
|
} & {
|
|
324
|
-
trigger?: (
|
|
326
|
+
trigger?: (props: {}) => any;
|
|
325
327
|
} & {
|
|
326
|
-
default?: (
|
|
328
|
+
default?: (props: {}) => any;
|
|
327
329
|
} & {
|
|
328
|
-
default?: (
|
|
330
|
+
default?: (props: {}) => any;
|
|
329
331
|
} & {
|
|
330
|
-
tip?: (
|
|
332
|
+
tip?: (props: {}) => any;
|
|
331
333
|
} & {
|
|
332
|
-
file?: (
|
|
334
|
+
file?: (props: {
|
|
333
335
|
file: UploadFile;
|
|
334
336
|
index: number;
|
|
335
|
-
}) => any
|
|
337
|
+
}) => any;
|
|
336
338
|
};
|
|
337
339
|
})>;
|
|
338
340
|
MapLocation: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
339
341
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
340
|
-
export default _default;
|