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