@vunk/form 2.14.0 → 2.14.1
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/api-tables-select/index.d.ts +4 -0
- package/components/api-tables-select/src/ctx.d.ts +374 -0
- package/components/api-tables-select/src/index.vue.d.ts +1335 -0
- package/components/api-tables-select/src/types.d.ts +19 -0
- package/components/button/index.d.ts +4 -0
- package/components/button/src/ctx.d.ts +185 -0
- package/components/button/src/index.vue.d.ts +813 -0
- package/components/button/src/types.d.ts +13 -0
- package/components/card-input-collection/index.d.ts +4 -0
- package/components/card-input-collection/src/ctx.d.ts +114 -0
- package/components/card-input-collection/src/index.vue.d.ts +1029 -0
- package/components/card-input-collection/src/types.d.ts +10 -0
- package/components/cascader/index.d.ts +6 -0
- package/components/cascader/src/ctx.d.ts +285 -0
- package/components/cascader/src/index.vue.d.ts +627 -0
- package/components/cascader/src/types.d.ts +19 -0
- package/components/cascader/src/use.d.ts +5 -0
- package/components/checkbox/index.d.ts +5 -0
- package/components/checkbox/src/ctx.d.ts +146 -0
- package/components/checkbox/src/index.vue.d.ts +1353 -0
- package/components/checkbox/src/types.d.ts +8 -0
- package/components/color-picker/index.d.ts +4 -0
- package/components/color-picker/src/ctx.d.ts +164 -0
- package/components/color-picker/src/index.vue.d.ts +366 -0
- package/components/color-picker/src/types.d.ts +7 -0
- package/components/date-picker/index.d.ts +5 -0
- package/components/date-picker/src/ctx.d.ts +321 -0
- package/components/date-picker/src/index.vue.d.ts +1423 -0
- package/components/date-picker/src/types.d.ts +20 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/src/ctx.d.ts +329 -0
- package/components/date-picker-range/src/index.vue.d.ts +720 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/dialog-input-collection/index.d.ts +4 -0
- package/components/dialog-input-collection/src/ctx.d.ts +140 -0
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +1782 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +3100 -0
- package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
- package/components/dialog-input-collection/src/types.d.ts +28 -0
- package/components/download-plus/index.d.ts +4 -0
- package/components/download-plus/src/api.d.ts +13 -0
- package/components/download-plus/src/const.d.ts +9 -0
- package/components/download-plus/src/ctx.d.ts +124 -0
- package/components/download-plus/src/index.vue.d.ts +1453 -0
- package/components/download-plus/src/types.d.ts +17 -0
- package/components/editable-text/index.d.ts +4 -0
- package/components/editable-text/src/ctx.d.ts +127 -0
- package/components/editable-text/src/index.vue.d.ts +3385 -0
- package/components/editable-text/src/types.d.ts +1 -0
- package/components/esri-input-geojson/index.d.ts +6 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +1179 -0
- package/components/esri-input-geojson/src/const.d.ts +12 -0
- package/components/esri-input-geojson/src/ctx.d.ts +344 -0
- package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +1471 -0
- package/components/esri-input-geojson/src/types.d.ts +22 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
- package/components/fieldset/index.d.ts +4 -0
- package/components/fieldset/src/ctx.d.ts +12 -0
- package/components/fieldset/src/index.vue.d.ts +23 -0
- package/components/fieldset/src/types.d.ts +1 -0
- package/components/fieldset/src/use.d.ts +5 -0
- package/components/form/index.d.ts +5 -0
- package/components/form/src/ctx.d.ts +139 -0
- package/components/form/src/index.vue.d.ts +1182 -0
- package/components/form/src/types.d.ts +25 -0
- package/components/form/src/utils.d.ts +15 -0
- package/components/form-item/index.d.ts +5 -0
- package/components/form-item/src/core.vue.d.ts +1847 -0
- package/components/form-item/src/ctx.d.ts +102 -0
- package/components/form-item/src/index.vue.d.ts +211 -0
- package/components/form-item/src/types.d.ts +10 -0
- package/components/form-item-renderer/index.d.ts +4 -0
- package/components/form-item-renderer/src/core.vue.d.ts +38 -0
- package/components/form-item-renderer/src/ctx.d.ts +16 -0
- package/components/form-item-renderer/src/index.vue.d.ts +93 -0
- package/components/form-item-renderer/src/types.d.ts +5 -0
- package/components/form-item-renderer/src/utils.d.ts +5 -0
- package/components/form-item-renderer-template/index.d.ts +4 -0
- package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
- package/components/form-item-renderer-template/src/types.d.ts +55 -0
- package/components/forms-provider/index.d.ts +6 -0
- package/components/forms-provider/src/core.d.ts +6 -0
- package/components/forms-provider/src/index.vue.d.ts +2 -0
- package/components/forms-provider/src/segment.vue.d.ts +9 -0
- package/components/forms-provider/src/types.d.ts +10 -0
- package/components/forms-provider/src/view.vue.d.ts +7 -0
- package/components/information/index.d.ts +4 -0
- package/components/information/src/ctx.d.ts +13 -0
- package/components/information/src/index.vue.d.ts +23 -0
- package/components/information/src/types.d.ts +3 -0
- package/components/information-collection/index.d.ts +4 -0
- package/components/information-collection/src/ctx.d.ts +142 -0
- package/components/information-collection/src/index.vue.d.ts +293 -0
- package/components/information-collection/src/types.d.ts +6 -0
- package/components/information-renderer/index.d.ts +73 -0
- package/components/information-tag/index.d.ts +4 -0
- package/components/information-tag/src/ctx.d.ts +64 -0
- package/components/information-tag/src/index.vue.d.ts +134 -0
- package/components/information-tag/src/types.d.ts +1 -0
- package/components/information-templates-default/index.d.ts +4 -0
- package/components/information-templates-default/src/ctx.d.ts +2 -0
- package/components/information-templates-default/src/index.vue.d.ts +2 -0
- package/components/information-templates-default/src/types.d.ts +1 -0
- package/components/input/index.d.ts +5 -0
- package/components/input/src/ctx.d.ts +273 -0
- package/components/input/src/index.vue.d.ts +1234 -0
- package/components/input/src/types.d.ts +13 -0
- package/components/input-array/index.d.ts +5 -0
- package/components/input-array/src/ctx.d.ts +129 -0
- package/components/input-array/src/form-template.vue.d.ts +867 -0
- package/components/input-array/src/index.vue.d.ts +855 -0
- package/components/input-array/src/types.d.ts +7 -0
- package/components/input-collection/index.d.ts +4 -0
- package/components/input-collection/src/ctx.d.ts +132 -0
- package/components/input-collection/src/index.vue.d.ts +1127 -0
- package/components/input-collection/src/types.d.ts +29 -0
- package/components/input-link/index.d.ts +4 -0
- package/components/input-link/src/ctx.d.ts +277 -0
- package/components/input-link/src/index.vue.d.ts +587 -0
- package/components/input-link/src/types.d.ts +7 -0
- package/components/input-number/index.d.ts +4 -0
- package/components/input-number/src/ctx.d.ts +211 -0
- package/components/input-number/src/index.vue.d.ts +852 -0
- package/components/input-number/src/types.d.ts +12 -0
- package/components/input-tag/index.d.ts +5 -0
- package/components/input-tag/src/ctx.d.ts +227 -0
- package/components/input-tag/src/index.vue.d.ts +947 -0
- package/components/input-tag/src/types.d.ts +22 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/src/ctx.d.ts +110 -0
- package/components/monaco-editor/src/index.vue.d.ts +294 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/index.d.ts +4 -0
- package/components/radio/src/ctx.d.ts +157 -0
- package/components/radio/src/index.vue.d.ts +1302 -0
- package/components/radio/src/types.d.ts +8 -0
- package/components/renderer-data/index.d.ts +4 -0
- package/components/renderer-data/src/ctx.d.ts +12 -0
- package/components/renderer-data/src/index.vue.d.ts +20 -0
- package/components/renderer-data/src/types.d.ts +1 -0
- package/components/select/index.d.ts +5 -0
- package/components/select/src/ctx.d.ts +220 -0
- package/components/select/src/index.vue.d.ts +1034 -0
- package/components/select/src/types.d.ts +11 -0
- package/components/slider/index.d.ts +4 -0
- package/components/slider/src/ctx.d.ts +248 -0
- package/components/slider/src/index.vue.d.ts +579 -0
- package/components/slider/src/types.d.ts +7 -0
- package/components/switch/index.d.ts +4 -0
- package/components/switch/src/ctx.d.ts +203 -0
- package/components/switch/src/index.vue.d.ts +886 -0
- package/components/switch/src/types.d.ts +8 -0
- package/components/tables-select/index.d.ts +5 -0
- package/components/tables-select/src/ctx.d.ts +420 -0
- package/components/tables-select/src/index.vue.d.ts +5411 -0
- package/components/tables-select/src/types.d.ts +9 -0
- package/components/template-instances-provider/index.d.ts +3 -0
- package/components/template-instances-provider/src/index.vue.d.ts +6 -0
- package/components/templates-default/index.d.ts +4 -0
- package/components/templates-default/src/ctx.d.ts +19 -0
- package/components/templates-default/src/index.vue.d.ts +187 -0
- package/components/templates-default/src/types.d.ts +55 -0
- package/components/templates-element-plus/index.d.ts +4 -0
- package/components/templates-element-plus/src/ctx.d.ts +9 -0
- package/components/templates-element-plus/src/index.vue.d.ts +301 -0
- package/components/templates-element-plus/src/types.d.ts +13 -0
- package/components/templates-esri/index.d.ts +4 -0
- package/components/templates-esri/src/ctx.d.ts +11 -0
- package/components/templates-esri/src/index.vue.d.ts +43 -0
- package/components/templates-esri/src/types.d.ts +2 -0
- package/components/templates-layout/index.d.ts +4 -0
- package/components/templates-layout/src/ctx.d.ts +9 -0
- package/components/templates-layout/src/index.vue.d.ts +446 -0
- package/components/templates-layout/src/types.d.ts +32 -0
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +43 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.d.ts +5 -0
- package/components/upload/src/ctx.d.ts +289 -0
- package/components/upload/src/file.vue.d.ts +492 -0
- package/components/upload/src/index.vue.d.ts +1926 -0
- package/components/upload/src/types.d.ts +13 -0
- package/components/upload-plus/index.d.ts +6 -0
- package/components/upload-plus/src/api.d.ts +38 -0
- package/components/upload-plus/src/const.d.ts +9 -0
- package/components/upload-plus/src/ctx.d.ts +143 -0
- package/components/upload-plus/src/index.vue.d.ts +1770 -0
- package/components/upload-plus/src/types.d.ts +32 -0
- package/components/van-cascader/index.d.ts +4 -0
- package/components/van-cascader/src/ctx.d.ts +272 -0
- package/components/van-cascader/src/index.vue.d.ts +2093 -0
- package/components/van-cascader/src/types.d.ts +1 -0
- package/components/var-datetime-picker/index.d.ts +4 -0
- package/components/var-datetime-picker/src/const.d.ts +10 -0
- package/components/var-datetime-picker/src/ctx.d.ts +107 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +1485 -0
- package/components/var-datetime-picker/src/types.d.ts +22 -0
- package/components/vditor/index.d.ts +4 -0
- package/components/vditor/src/ctx.d.ts +117 -0
- package/components/vditor/src/index.vue.d.ts +409 -0
- package/components/vditor/src/types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
import { UploadFile } from 'element-plus';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
import { Func } from '@vunk/core';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
+
listType: {
|
|
6
|
+
type: PropType<"picture" | "picture-card" | "text">;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
file: {
|
|
10
|
+
type: PropType<UploadFile>;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
disabled: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
onPreview: {
|
|
18
|
+
type: PropType<Func<UploadFile>>;
|
|
19
|
+
default: () => () => void;
|
|
20
|
+
};
|
|
21
|
+
onDownload: {
|
|
22
|
+
type: PropType<Func<UploadFile>>;
|
|
23
|
+
default: any;
|
|
24
|
+
};
|
|
25
|
+
preview: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>, {
|
|
30
|
+
handleRemove: (file?: UploadFile) => void;
|
|
31
|
+
t: import("element-plus").Translator;
|
|
32
|
+
nsIcon: {
|
|
33
|
+
namespace: import("vue").ComputedRef<string>;
|
|
34
|
+
b: (blockSuffix?: string) => string;
|
|
35
|
+
e: (element?: string) => string;
|
|
36
|
+
m: (modifier?: string) => string;
|
|
37
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
38
|
+
em: (element?: string, modifier?: string) => string;
|
|
39
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
40
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
41
|
+
is: {
|
|
42
|
+
(name: string, state: boolean | undefined): string;
|
|
43
|
+
(name: string): string;
|
|
44
|
+
};
|
|
45
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
46
|
+
cssVarName: (name: string) => string;
|
|
47
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
48
|
+
cssVarBlockName: (name: string) => string;
|
|
49
|
+
};
|
|
50
|
+
nsUpload: {
|
|
51
|
+
namespace: import("vue").ComputedRef<string>;
|
|
52
|
+
b: (blockSuffix?: string) => string;
|
|
53
|
+
e: (element?: string) => string;
|
|
54
|
+
m: (modifier?: string) => string;
|
|
55
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
56
|
+
em: (element?: string, modifier?: string) => string;
|
|
57
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
58
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
59
|
+
is: {
|
|
60
|
+
(name: string, state: boolean | undefined): string;
|
|
61
|
+
(name: string): string;
|
|
62
|
+
};
|
|
63
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
64
|
+
cssVarName: (name: string) => string;
|
|
65
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
66
|
+
cssVarBlockName: (name: string) => string;
|
|
67
|
+
};
|
|
68
|
+
handleDownload: (file?: UploadFile) => void;
|
|
69
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
70
|
+
remove: (e: UploadFile) => UploadFile;
|
|
71
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
|
+
listType: {
|
|
73
|
+
type: PropType<"picture" | "picture-card" | "text">;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
file: {
|
|
77
|
+
type: PropType<UploadFile>;
|
|
78
|
+
default: () => {};
|
|
79
|
+
};
|
|
80
|
+
disabled: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
onPreview: {
|
|
85
|
+
type: PropType<Func<UploadFile>>;
|
|
86
|
+
default: () => () => void;
|
|
87
|
+
};
|
|
88
|
+
onDownload: {
|
|
89
|
+
type: PropType<Func<UploadFile>>;
|
|
90
|
+
default: any;
|
|
91
|
+
};
|
|
92
|
+
preview: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
}>> & Readonly<{
|
|
97
|
+
onRemove?: (e: UploadFile) => any;
|
|
98
|
+
}>, {
|
|
99
|
+
disabled: boolean;
|
|
100
|
+
onPreview: (arg: UploadFile) => any;
|
|
101
|
+
listType: "text" | "picture" | "picture-card";
|
|
102
|
+
file: UploadFile;
|
|
103
|
+
preview: boolean;
|
|
104
|
+
onDownload: (arg: UploadFile) => any;
|
|
105
|
+
}, {}, {
|
|
106
|
+
ElProgress: {
|
|
107
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
readonly type: {
|
|
109
|
+
readonly type: PropType<"circle" | "line" | "dashboard">;
|
|
110
|
+
readonly required: false;
|
|
111
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
+
__epPropKey: true;
|
|
113
|
+
} & {
|
|
114
|
+
readonly default: "line";
|
|
115
|
+
};
|
|
116
|
+
readonly percentage: {
|
|
117
|
+
readonly type: PropType<number>;
|
|
118
|
+
readonly required: false;
|
|
119
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
|
+
__epPropKey: true;
|
|
121
|
+
} & {
|
|
122
|
+
readonly default: 0;
|
|
123
|
+
};
|
|
124
|
+
readonly status: {
|
|
125
|
+
readonly type: PropType<"" | "success" | "warning" | "exception">;
|
|
126
|
+
readonly required: false;
|
|
127
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
+
__epPropKey: true;
|
|
129
|
+
} & {
|
|
130
|
+
readonly default: "";
|
|
131
|
+
};
|
|
132
|
+
readonly indeterminate: BooleanConstructor;
|
|
133
|
+
readonly duration: {
|
|
134
|
+
readonly type: PropType<number>;
|
|
135
|
+
readonly required: false;
|
|
136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
|
+
__epPropKey: true;
|
|
138
|
+
} & {
|
|
139
|
+
readonly default: 3;
|
|
140
|
+
};
|
|
141
|
+
readonly strokeWidth: {
|
|
142
|
+
readonly type: PropType<number>;
|
|
143
|
+
readonly required: false;
|
|
144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
145
|
+
__epPropKey: true;
|
|
146
|
+
} & {
|
|
147
|
+
readonly default: 6;
|
|
148
|
+
};
|
|
149
|
+
readonly strokeLinecap: {
|
|
150
|
+
readonly type: PropType<NonNullable<"inherit" | "round" | "square" | "butt">>;
|
|
151
|
+
readonly required: false;
|
|
152
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
|
+
__epPropKey: true;
|
|
154
|
+
} & {
|
|
155
|
+
readonly default: "round";
|
|
156
|
+
};
|
|
157
|
+
readonly textInside: BooleanConstructor;
|
|
158
|
+
readonly width: {
|
|
159
|
+
readonly type: PropType<number>;
|
|
160
|
+
readonly required: false;
|
|
161
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
|
+
__epPropKey: true;
|
|
163
|
+
} & {
|
|
164
|
+
readonly default: 126;
|
|
165
|
+
};
|
|
166
|
+
readonly showText: {
|
|
167
|
+
readonly type: PropType<boolean>;
|
|
168
|
+
readonly required: false;
|
|
169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
|
+
__epPropKey: true;
|
|
171
|
+
} & {
|
|
172
|
+
readonly default: true;
|
|
173
|
+
};
|
|
174
|
+
readonly color: {
|
|
175
|
+
readonly type: PropType<string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]>;
|
|
176
|
+
readonly required: false;
|
|
177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
+
__epPropKey: true;
|
|
179
|
+
} & {
|
|
180
|
+
readonly default: "";
|
|
181
|
+
};
|
|
182
|
+
readonly striped: BooleanConstructor;
|
|
183
|
+
readonly stripedFlow: BooleanConstructor;
|
|
184
|
+
readonly format: {
|
|
185
|
+
readonly type: PropType<import("element-plus").ProgressFn>;
|
|
186
|
+
readonly required: false;
|
|
187
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
|
+
__epPropKey: true;
|
|
189
|
+
} & {
|
|
190
|
+
readonly default: (percentage: number) => string;
|
|
191
|
+
};
|
|
192
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
193
|
+
readonly width: number;
|
|
194
|
+
readonly color: string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[];
|
|
195
|
+
readonly strokeLinecap: NonNullable<"inherit" | "round" | "square" | "butt">;
|
|
196
|
+
readonly strokeWidth: number;
|
|
197
|
+
readonly type: "circle" | "line" | "dashboard";
|
|
198
|
+
readonly format: import("element-plus").ProgressFn;
|
|
199
|
+
readonly duration: number;
|
|
200
|
+
readonly indeterminate: boolean;
|
|
201
|
+
readonly percentage: number;
|
|
202
|
+
readonly status: "" | "success" | "warning" | "exception";
|
|
203
|
+
readonly showText: boolean;
|
|
204
|
+
readonly textInside: boolean;
|
|
205
|
+
readonly striped: boolean;
|
|
206
|
+
readonly stripedFlow: boolean;
|
|
207
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
208
|
+
P: {};
|
|
209
|
+
B: {};
|
|
210
|
+
D: {};
|
|
211
|
+
C: {};
|
|
212
|
+
M: {};
|
|
213
|
+
Defaults: {};
|
|
214
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
215
|
+
readonly type: {
|
|
216
|
+
readonly type: PropType<"circle" | "line" | "dashboard">;
|
|
217
|
+
readonly required: false;
|
|
218
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
|
+
__epPropKey: true;
|
|
220
|
+
} & {
|
|
221
|
+
readonly default: "line";
|
|
222
|
+
};
|
|
223
|
+
readonly percentage: {
|
|
224
|
+
readonly type: PropType<number>;
|
|
225
|
+
readonly required: false;
|
|
226
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
227
|
+
__epPropKey: true;
|
|
228
|
+
} & {
|
|
229
|
+
readonly default: 0;
|
|
230
|
+
};
|
|
231
|
+
readonly status: {
|
|
232
|
+
readonly type: PropType<"" | "success" | "warning" | "exception">;
|
|
233
|
+
readonly required: false;
|
|
234
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
|
+
__epPropKey: true;
|
|
236
|
+
} & {
|
|
237
|
+
readonly default: "";
|
|
238
|
+
};
|
|
239
|
+
readonly indeterminate: BooleanConstructor;
|
|
240
|
+
readonly duration: {
|
|
241
|
+
readonly type: PropType<number>;
|
|
242
|
+
readonly required: false;
|
|
243
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
+
__epPropKey: true;
|
|
245
|
+
} & {
|
|
246
|
+
readonly default: 3;
|
|
247
|
+
};
|
|
248
|
+
readonly strokeWidth: {
|
|
249
|
+
readonly type: PropType<number>;
|
|
250
|
+
readonly required: false;
|
|
251
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
252
|
+
__epPropKey: true;
|
|
253
|
+
} & {
|
|
254
|
+
readonly default: 6;
|
|
255
|
+
};
|
|
256
|
+
readonly strokeLinecap: {
|
|
257
|
+
readonly type: PropType<NonNullable<"inherit" | "round" | "square" | "butt">>;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
} & {
|
|
262
|
+
readonly default: "round";
|
|
263
|
+
};
|
|
264
|
+
readonly textInside: BooleanConstructor;
|
|
265
|
+
readonly width: {
|
|
266
|
+
readonly type: PropType<number>;
|
|
267
|
+
readonly required: false;
|
|
268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
+
__epPropKey: true;
|
|
270
|
+
} & {
|
|
271
|
+
readonly default: 126;
|
|
272
|
+
};
|
|
273
|
+
readonly showText: {
|
|
274
|
+
readonly type: PropType<boolean>;
|
|
275
|
+
readonly required: false;
|
|
276
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
|
+
__epPropKey: true;
|
|
278
|
+
} & {
|
|
279
|
+
readonly default: true;
|
|
280
|
+
};
|
|
281
|
+
readonly color: {
|
|
282
|
+
readonly type: PropType<string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]>;
|
|
283
|
+
readonly required: false;
|
|
284
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
|
+
__epPropKey: true;
|
|
286
|
+
} & {
|
|
287
|
+
readonly default: "";
|
|
288
|
+
};
|
|
289
|
+
readonly striped: BooleanConstructor;
|
|
290
|
+
readonly stripedFlow: BooleanConstructor;
|
|
291
|
+
readonly format: {
|
|
292
|
+
readonly type: PropType<import("element-plus").ProgressFn>;
|
|
293
|
+
readonly required: false;
|
|
294
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
295
|
+
__epPropKey: true;
|
|
296
|
+
} & {
|
|
297
|
+
readonly default: (percentage: number) => string;
|
|
298
|
+
};
|
|
299
|
+
}>>, {}, {}, {}, {}, {
|
|
300
|
+
readonly width: number;
|
|
301
|
+
readonly color: string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[];
|
|
302
|
+
readonly strokeLinecap: NonNullable<"inherit" | "round" | "square" | "butt">;
|
|
303
|
+
readonly strokeWidth: number;
|
|
304
|
+
readonly type: "circle" | "line" | "dashboard";
|
|
305
|
+
readonly format: import("element-plus").ProgressFn;
|
|
306
|
+
readonly duration: number;
|
|
307
|
+
readonly indeterminate: boolean;
|
|
308
|
+
readonly percentage: number;
|
|
309
|
+
readonly status: "" | "success" | "warning" | "exception";
|
|
310
|
+
readonly showText: boolean;
|
|
311
|
+
readonly textInside: boolean;
|
|
312
|
+
readonly striped: boolean;
|
|
313
|
+
readonly stripedFlow: boolean;
|
|
314
|
+
}>;
|
|
315
|
+
__isFragment?: never;
|
|
316
|
+
__isTeleport?: never;
|
|
317
|
+
__isSuspense?: never;
|
|
318
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
319
|
+
readonly type: {
|
|
320
|
+
readonly type: PropType<"circle" | "line" | "dashboard">;
|
|
321
|
+
readonly required: false;
|
|
322
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
|
+
__epPropKey: true;
|
|
324
|
+
} & {
|
|
325
|
+
readonly default: "line";
|
|
326
|
+
};
|
|
327
|
+
readonly percentage: {
|
|
328
|
+
readonly type: PropType<number>;
|
|
329
|
+
readonly required: false;
|
|
330
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
|
+
__epPropKey: true;
|
|
332
|
+
} & {
|
|
333
|
+
readonly default: 0;
|
|
334
|
+
};
|
|
335
|
+
readonly status: {
|
|
336
|
+
readonly type: PropType<"" | "success" | "warning" | "exception">;
|
|
337
|
+
readonly required: false;
|
|
338
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
339
|
+
__epPropKey: true;
|
|
340
|
+
} & {
|
|
341
|
+
readonly default: "";
|
|
342
|
+
};
|
|
343
|
+
readonly indeterminate: BooleanConstructor;
|
|
344
|
+
readonly duration: {
|
|
345
|
+
readonly type: PropType<number>;
|
|
346
|
+
readonly required: false;
|
|
347
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
+
__epPropKey: true;
|
|
349
|
+
} & {
|
|
350
|
+
readonly default: 3;
|
|
351
|
+
};
|
|
352
|
+
readonly strokeWidth: {
|
|
353
|
+
readonly type: PropType<number>;
|
|
354
|
+
readonly required: false;
|
|
355
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
356
|
+
__epPropKey: true;
|
|
357
|
+
} & {
|
|
358
|
+
readonly default: 6;
|
|
359
|
+
};
|
|
360
|
+
readonly strokeLinecap: {
|
|
361
|
+
readonly type: PropType<NonNullable<"inherit" | "round" | "square" | "butt">>;
|
|
362
|
+
readonly required: false;
|
|
363
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
364
|
+
__epPropKey: true;
|
|
365
|
+
} & {
|
|
366
|
+
readonly default: "round";
|
|
367
|
+
};
|
|
368
|
+
readonly textInside: BooleanConstructor;
|
|
369
|
+
readonly width: {
|
|
370
|
+
readonly type: PropType<number>;
|
|
371
|
+
readonly required: false;
|
|
372
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
|
+
__epPropKey: true;
|
|
374
|
+
} & {
|
|
375
|
+
readonly default: 126;
|
|
376
|
+
};
|
|
377
|
+
readonly showText: {
|
|
378
|
+
readonly type: PropType<boolean>;
|
|
379
|
+
readonly required: false;
|
|
380
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
+
__epPropKey: true;
|
|
382
|
+
} & {
|
|
383
|
+
readonly default: true;
|
|
384
|
+
};
|
|
385
|
+
readonly color: {
|
|
386
|
+
readonly type: PropType<string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]>;
|
|
387
|
+
readonly required: false;
|
|
388
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
389
|
+
__epPropKey: true;
|
|
390
|
+
} & {
|
|
391
|
+
readonly default: "";
|
|
392
|
+
};
|
|
393
|
+
readonly striped: BooleanConstructor;
|
|
394
|
+
readonly stripedFlow: BooleanConstructor;
|
|
395
|
+
readonly format: {
|
|
396
|
+
readonly type: PropType<import("element-plus").ProgressFn>;
|
|
397
|
+
readonly required: false;
|
|
398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
+
__epPropKey: true;
|
|
400
|
+
} & {
|
|
401
|
+
readonly default: (percentage: number) => string;
|
|
402
|
+
};
|
|
403
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
404
|
+
readonly width: number;
|
|
405
|
+
readonly color: string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[];
|
|
406
|
+
readonly strokeLinecap: NonNullable<"inherit" | "round" | "square" | "butt">;
|
|
407
|
+
readonly strokeWidth: number;
|
|
408
|
+
readonly type: "circle" | "line" | "dashboard";
|
|
409
|
+
readonly format: import("element-plus").ProgressFn;
|
|
410
|
+
readonly duration: number;
|
|
411
|
+
readonly indeterminate: boolean;
|
|
412
|
+
readonly percentage: number;
|
|
413
|
+
readonly status: "" | "success" | "warning" | "exception";
|
|
414
|
+
readonly showText: boolean;
|
|
415
|
+
readonly textInside: boolean;
|
|
416
|
+
readonly striped: boolean;
|
|
417
|
+
readonly stripedFlow: boolean;
|
|
418
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
419
|
+
$slots: {
|
|
420
|
+
default?(_: {
|
|
421
|
+
percentage: number;
|
|
422
|
+
}): any;
|
|
423
|
+
default?(_: {
|
|
424
|
+
percentage: number;
|
|
425
|
+
}): any;
|
|
426
|
+
};
|
|
427
|
+
}) & import("vue").Plugin;
|
|
428
|
+
ElIcon: {
|
|
429
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
430
|
+
readonly size: {
|
|
431
|
+
readonly type: PropType<string | number>;
|
|
432
|
+
readonly required: false;
|
|
433
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
|
+
__epPropKey: true;
|
|
435
|
+
};
|
|
436
|
+
readonly color: {
|
|
437
|
+
readonly type: PropType<string>;
|
|
438
|
+
readonly required: false;
|
|
439
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
|
+
__epPropKey: true;
|
|
441
|
+
};
|
|
442
|
+
}>>, {}, 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, {
|
|
443
|
+
P: {};
|
|
444
|
+
B: {};
|
|
445
|
+
D: {};
|
|
446
|
+
C: {};
|
|
447
|
+
M: {};
|
|
448
|
+
Defaults: {};
|
|
449
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
450
|
+
readonly size: {
|
|
451
|
+
readonly type: PropType<string | number>;
|
|
452
|
+
readonly required: false;
|
|
453
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
454
|
+
__epPropKey: true;
|
|
455
|
+
};
|
|
456
|
+
readonly color: {
|
|
457
|
+
readonly type: PropType<string>;
|
|
458
|
+
readonly required: false;
|
|
459
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
460
|
+
__epPropKey: true;
|
|
461
|
+
};
|
|
462
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
463
|
+
__isFragment?: never;
|
|
464
|
+
__isTeleport?: never;
|
|
465
|
+
__isSuspense?: never;
|
|
466
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
467
|
+
readonly size: {
|
|
468
|
+
readonly type: PropType<string | number>;
|
|
469
|
+
readonly required: false;
|
|
470
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
|
+
__epPropKey: true;
|
|
472
|
+
};
|
|
473
|
+
readonly color: {
|
|
474
|
+
readonly type: PropType<string>;
|
|
475
|
+
readonly required: false;
|
|
476
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
477
|
+
__epPropKey: true;
|
|
478
|
+
};
|
|
479
|
+
}>>, {}, 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 () => {
|
|
480
|
+
$slots: {
|
|
481
|
+
default?(_: {}): any;
|
|
482
|
+
};
|
|
483
|
+
}) & import("vue").Plugin;
|
|
484
|
+
Check: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
485
|
+
ZoomIn: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
486
|
+
Delete: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
487
|
+
Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
488
|
+
CircleCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
489
|
+
Document: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
490
|
+
Download: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
491
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
492
|
+
export default _default;
|