@vunk/form 1.3.0 → 1.3.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/button/index.d.ts +4 -0
- package/components/button/src/ctx.d.ts +96 -0
- package/components/button/src/index.vue.d.ts +495 -0
- package/components/button/src/types.d.ts +13 -0
- package/components/cascader/index.d.ts +6 -0
- package/components/cascader/src/ctx.d.ts +120 -0
- package/components/cascader/src/index.vue.d.ts +13955 -0
- package/components/cascader/src/types.d.ts +7 -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 +89 -0
- package/components/checkbox/src/index.vue.d.ts +1099 -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 +80 -0
- package/components/color-picker/src/index.vue.d.ts +11135 -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 +158 -0
- package/components/date-picker/src/index.vue.d.ts +590 -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 +177 -0
- package/components/date-picker-range/src/index.vue.d.ts +410 -0
- package/components/date-picker-range/src/types.d.ts +12 -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 +84 -0
- package/components/download-plus/src/index.vue.d.ts +1020 -0
- package/components/download-plus/src/types.d.ts +17 -0
- package/components/esri-input-geojson/index.d.ts +6 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +2259 -0
- package/components/esri-input-geojson/src/const.d.ts +12 -0
- package/components/esri-input-geojson/src/ctx.d.ts +223 -0
- package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +1249 -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/form/index.d.ts +5 -0
- package/components/form/src/ctx.d.ts +84 -0
- package/components/form/src/index.vue.d.ts +789 -0
- package/components/form/src/types.d.ts +12 -0
- package/components/form/src/utils.d.ts +15 -0
- package/components/form-item/index.d.ts +5 -0
- package/components/form-item/src/ctx.d.ts +62 -0
- package/components/form-item/src/index.vue.d.ts +320 -0
- package/components/form-item/src/types.d.ts +6 -0
- package/components/form-item-renderer/index.d.ts +5 -0
- package/components/form-item-renderer/src/ctx.d.ts +16 -0
- package/components/form-item-renderer/src/index.vue.d.ts +38 -0
- package/components/form-item-renderer/src/symbols.d.ts +2 -0
- package/components/form-item-renderer/src/types.d.ts +7 -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 +1 -0
- package/components/geoinput/index.d.ts +4 -0
- package/components/geoinput/src/ctx.d.ts +228 -0
- package/components/geoinput/src/index.vue.d.ts +519 -0
- package/components/geoinput/src/types.d.ts +12 -0
- package/components/geoinput-read/index.d.ts +5 -0
- package/components/geoinput-read/src/append.vue.d.ts +383 -0
- package/components/geoinput-read/src/core.vue.d.ts +644 -0
- package/components/geoinput-read/src/ctx.d.ts +199 -0
- package/components/geoinput-read/src/index.vue.d.ts +1169 -0
- package/components/geoinput-read/src/types.d.ts +3 -0
- package/components/geoinput-update/index.d.ts +5 -0
- package/components/geoinput-update/src/append.vue.d.ts +2246 -0
- package/components/geoinput-update/src/ctx.d.ts +207 -0
- package/components/geoinput-update/src/index.vue.d.ts +1302 -0
- package/components/geoinput-update/src/types.d.ts +6 -0
- package/components/input/index.d.ts +5 -0
- package/components/input/src/ctx.d.ts +148 -0
- package/components/input/src/index.vue.d.ts +809 -0
- package/components/input/src/types.d.ts +13 -0
- package/components/input-link/index.d.ts +4 -0
- package/components/input-link/src/ctx.d.ts +179 -0
- package/components/input-link/src/index.vue.d.ts +385 -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 +90 -0
- package/components/input-number/src/index.vue.d.ts +1783 -0
- package/components/input-number/src/types.d.ts +8 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/src/ctx.d.ts +70 -0
- package/components/monaco-editor/src/index.vue.d.ts +209 -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 +82 -0
- package/components/radio/src/index.vue.d.ts +629 -0
- package/components/radio/src/types.d.ts +8 -0
- package/components/select/index.d.ts +4 -0
- package/components/select/src/ctx.d.ts +156 -0
- package/components/select/src/index.vue.d.ts +13405 -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 +127 -0
- package/components/slider/src/index.vue.d.ts +341 -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 +114 -0
- package/components/switch/src/index.vue.d.ts +584 -0
- package/components/switch/src/types.d.ts +8 -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 +198 -0
- package/components/templates-default/src/types.d.ts +53 -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 +206 -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 +161 -0
- package/components/templates-layout/src/types.d.ts +32 -0
- package/components/templates-mapbox/index.d.ts +4 -0
- package/components/templates-mapbox/src/ctx.d.ts +11 -0
- package/components/templates-mapbox/src/index.vue.d.ts +43 -0
- package/components/templates-mapbox/src/types.d.ts +3 -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 +180 -0
- package/components/upload/src/file.vue.d.ts +363 -0
- package/components/upload/src/index.vue.d.ts +2784 -0
- package/components/upload/src/types.d.ts +7 -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 +103 -0
- package/components/upload-plus/src/index.vue.d.ts +1077 -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 +118 -0
- package/components/van-cascader/src/index.vue.d.ts +13312 -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 +67 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +771 -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 +77 -0
- package/components/vditor/src/index.vue.d.ts +324 -0
- package/components/vditor/src/types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,363 @@
|
|
|
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 | undefined) => string;
|
|
36
|
+
m: (modifier?: string | undefined) => string;
|
|
37
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
38
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
39
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
40
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => 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 | undefined) => string;
|
|
54
|
+
m: (modifier?: string | undefined) => string;
|
|
55
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
56
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
57
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
58
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => 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
|
+
file: UploadFile;
|
|
101
|
+
onPreview: (arg: UploadFile) => any;
|
|
102
|
+
listType: "text" | "picture" | "picture-card";
|
|
103
|
+
onDownload: (arg: UploadFile) => any;
|
|
104
|
+
preview: boolean;
|
|
105
|
+
}, {}, {
|
|
106
|
+
ElProgress: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
107
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
108
|
+
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
109
|
+
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
110
|
+
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
111
|
+
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
112
|
+
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
113
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
114
|
+
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
115
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
116
|
+
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
117
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
118
|
+
readonly striped: BooleanConstructor;
|
|
119
|
+
readonly stripedFlow: BooleanConstructor;
|
|
120
|
+
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
121
|
+
(): import("element-plus").ProgressFn;
|
|
122
|
+
new (): any;
|
|
123
|
+
readonly prototype: any;
|
|
124
|
+
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
125
|
+
(): import("element-plus").ProgressFn;
|
|
126
|
+
new (): any;
|
|
127
|
+
readonly prototype: any;
|
|
128
|
+
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
129
|
+
}, {
|
|
130
|
+
STATUS_COLOR_MAP: Record<string, string>;
|
|
131
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
132
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
133
|
+
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
134
|
+
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
135
|
+
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
136
|
+
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
137
|
+
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
138
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
139
|
+
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
140
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
141
|
+
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
142
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
143
|
+
readonly striped: BooleanConstructor;
|
|
144
|
+
readonly stripedFlow: BooleanConstructor;
|
|
145
|
+
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
146
|
+
(): import("element-plus").ProgressFn;
|
|
147
|
+
new (): any;
|
|
148
|
+
readonly prototype: any;
|
|
149
|
+
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
150
|
+
(): import("element-plus").ProgressFn;
|
|
151
|
+
new (): any;
|
|
152
|
+
readonly prototype: any;
|
|
153
|
+
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
154
|
+
}>> & {
|
|
155
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
156
|
+
}>>;
|
|
157
|
+
ns: {
|
|
158
|
+
namespace: import("vue").ComputedRef<string>;
|
|
159
|
+
b: (blockSuffix?: string) => string;
|
|
160
|
+
e: (element?: string | undefined) => string;
|
|
161
|
+
m: (modifier?: string | undefined) => string;
|
|
162
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
163
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
164
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
165
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
166
|
+
is: {
|
|
167
|
+
(name: string, state: boolean | undefined): string;
|
|
168
|
+
(name: string): string;
|
|
169
|
+
};
|
|
170
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
171
|
+
cssVarName: (name: string) => string;
|
|
172
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
173
|
+
cssVarBlockName: (name: string) => string;
|
|
174
|
+
};
|
|
175
|
+
barStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
176
|
+
relativeStrokeWidth: import("vue").ComputedRef<string>;
|
|
177
|
+
radius: import("vue").ComputedRef<number>;
|
|
178
|
+
trackPath: import("vue").ComputedRef<string>;
|
|
179
|
+
perimeter: import("vue").ComputedRef<number>;
|
|
180
|
+
rate: import("vue").ComputedRef<1 | 0.75>;
|
|
181
|
+
strokeDashoffset: import("vue").ComputedRef<string>;
|
|
182
|
+
trailPathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
183
|
+
circlePathStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
184
|
+
stroke: import("vue").ComputedRef<string>;
|
|
185
|
+
statusIcon: import("vue").ComputedRef<any>;
|
|
186
|
+
progressTextSize: import("vue").ComputedRef<number>;
|
|
187
|
+
content: import("vue").ComputedRef<string>;
|
|
188
|
+
getColors: (color: import("element-plus/es/components/progress/src/progress").ProgressColor[]) => import("element-plus/es/components/progress/src/progress").ProgressColor[];
|
|
189
|
+
getCurrentColor: (percentage: number) => string;
|
|
190
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
191
|
+
readonly size: {
|
|
192
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
193
|
+
readonly required: false;
|
|
194
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
195
|
+
__epPropKey: true;
|
|
196
|
+
};
|
|
197
|
+
readonly color: {
|
|
198
|
+
readonly type: import("vue").PropType<string>;
|
|
199
|
+
readonly required: false;
|
|
200
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
|
+
__epPropKey: true;
|
|
202
|
+
};
|
|
203
|
+
}, {
|
|
204
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
205
|
+
readonly size: {
|
|
206
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
207
|
+
readonly required: false;
|
|
208
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
|
+
__epPropKey: true;
|
|
210
|
+
};
|
|
211
|
+
readonly color: {
|
|
212
|
+
readonly type: import("vue").PropType<string>;
|
|
213
|
+
readonly required: false;
|
|
214
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
|
+
__epPropKey: true;
|
|
216
|
+
};
|
|
217
|
+
}>> & {
|
|
218
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
219
|
+
}>>;
|
|
220
|
+
ns: {
|
|
221
|
+
namespace: import("vue").ComputedRef<string>;
|
|
222
|
+
b: (blockSuffix?: string) => string;
|
|
223
|
+
e: (element?: string | undefined) => string;
|
|
224
|
+
m: (modifier?: string | undefined) => string;
|
|
225
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
226
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
227
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
228
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
229
|
+
is: {
|
|
230
|
+
(name: string, state: boolean | undefined): string;
|
|
231
|
+
(name: string): string;
|
|
232
|
+
};
|
|
233
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
234
|
+
cssVarName: (name: string) => string;
|
|
235
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
236
|
+
cssVarBlockName: (name: string) => string;
|
|
237
|
+
};
|
|
238
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
239
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
+
readonly size: {
|
|
241
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
242
|
+
readonly required: false;
|
|
243
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
+
__epPropKey: true;
|
|
245
|
+
};
|
|
246
|
+
readonly color: {
|
|
247
|
+
readonly type: import("vue").PropType<string>;
|
|
248
|
+
readonly required: false;
|
|
249
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
250
|
+
__epPropKey: true;
|
|
251
|
+
};
|
|
252
|
+
}>>, {}>> & Record<string, any>;
|
|
253
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
254
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
255
|
+
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
256
|
+
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
257
|
+
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
258
|
+
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
259
|
+
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
260
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
261
|
+
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
262
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
263
|
+
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
264
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
265
|
+
readonly striped: BooleanConstructor;
|
|
266
|
+
readonly stripedFlow: BooleanConstructor;
|
|
267
|
+
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
268
|
+
(): import("element-plus").ProgressFn;
|
|
269
|
+
new (): any;
|
|
270
|
+
readonly prototype: any;
|
|
271
|
+
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
272
|
+
(): import("element-plus").ProgressFn;
|
|
273
|
+
new (): any;
|
|
274
|
+
readonly prototype: any;
|
|
275
|
+
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
276
|
+
}>>, {
|
|
277
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
278
|
+
readonly width: number;
|
|
279
|
+
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown>;
|
|
280
|
+
readonly duration: number;
|
|
281
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown>;
|
|
282
|
+
readonly strokeWidth: number;
|
|
283
|
+
readonly indeterminate: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
284
|
+
readonly format: import("element-plus").ProgressFn;
|
|
285
|
+
readonly percentage: number;
|
|
286
|
+
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
287
|
+
readonly textInside: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
288
|
+
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
289
|
+
readonly striped: boolean;
|
|
290
|
+
readonly stripedFlow: boolean;
|
|
291
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
292
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
293
|
+
readonly size: {
|
|
294
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
295
|
+
readonly required: false;
|
|
296
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
+
__epPropKey: true;
|
|
298
|
+
};
|
|
299
|
+
readonly color: {
|
|
300
|
+
readonly type: import("vue").PropType<string>;
|
|
301
|
+
readonly required: false;
|
|
302
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
|
+
__epPropKey: true;
|
|
304
|
+
};
|
|
305
|
+
}, {
|
|
306
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
307
|
+
readonly size: {
|
|
308
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
};
|
|
313
|
+
readonly color: {
|
|
314
|
+
readonly type: import("vue").PropType<string>;
|
|
315
|
+
readonly required: false;
|
|
316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
|
+
__epPropKey: true;
|
|
318
|
+
};
|
|
319
|
+
}>> & {
|
|
320
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
321
|
+
}>>;
|
|
322
|
+
ns: {
|
|
323
|
+
namespace: import("vue").ComputedRef<string>;
|
|
324
|
+
b: (blockSuffix?: string) => string;
|
|
325
|
+
e: (element?: string | undefined) => string;
|
|
326
|
+
m: (modifier?: string | undefined) => string;
|
|
327
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
328
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
329
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
330
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
331
|
+
is: {
|
|
332
|
+
(name: string, state: boolean | undefined): string;
|
|
333
|
+
(name: string): string;
|
|
334
|
+
};
|
|
335
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
336
|
+
cssVarName: (name: string) => string;
|
|
337
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
338
|
+
cssVarBlockName: (name: string) => string;
|
|
339
|
+
};
|
|
340
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
341
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
342
|
+
readonly size: {
|
|
343
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
344
|
+
readonly required: false;
|
|
345
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
|
+
__epPropKey: true;
|
|
347
|
+
};
|
|
348
|
+
readonly color: {
|
|
349
|
+
readonly type: import("vue").PropType<string>;
|
|
350
|
+
readonly required: false;
|
|
351
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
|
+
__epPropKey: true;
|
|
353
|
+
};
|
|
354
|
+
}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
355
|
+
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>;
|
|
356
|
+
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>;
|
|
357
|
+
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>;
|
|
358
|
+
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>;
|
|
359
|
+
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>;
|
|
360
|
+
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>;
|
|
361
|
+
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>;
|
|
362
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
363
|
+
export default _default;
|