@vunk/form 2.9.3 → 2.10.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/editable-text/index.cjs +280 -0
- package/components/editable-text/index.css +6 -0
- package/components/editable-text/index.mjs +274 -0
- package/components/esri-input-geojson/index.mjs +1 -1
- package/components/form-item/index.cjs +3 -2
- package/components/form-item/index.mjs +4 -3
- package/components/index2.cjs +38 -0
- package/components/index2.mjs +37 -1
- package/components/input-collection/index.mjs +1 -1
- package/components/upload/index.mjs +1 -1
- package/components/upload-plus/index.mjs +1 -1
- package/index.css +7 -0
- package/package.json +9 -1
- package/shared/element-plus/ctx.d.ts +6 -6
- package/shared/element-plus/instances.d.ts +140 -28
- package/components/api-tables-select/index.d.ts +0 -4
- package/components/api-tables-select/src/ctx.d.ts +0 -337
- package/components/api-tables-select/src/index.vue.d.ts +0 -846
- package/components/api-tables-select/src/types.d.ts +0 -19
- package/components/button/index.d.ts +0 -4
- package/components/button/src/ctx.d.ts +0 -106
- package/components/button/src/index.vue.d.ts +0 -486
- package/components/button/src/types.d.ts +0 -13
- package/components/card-input-collection/index.d.ts +0 -4
- package/components/card-input-collection/src/ctx.d.ts +0 -84
- package/components/card-input-collection/src/index.vue.d.ts +0 -551
- package/components/card-input-collection/src/types.d.ts +0 -10
- package/components/cascader/index.d.ts +0 -6
- package/components/cascader/src/ctx.d.ts +0 -151
- package/components/cascader/src/index.vue.d.ts +0 -375
- package/components/cascader/src/types.d.ts +0 -19
- package/components/cascader/src/use.d.ts +0 -5
- package/components/checkbox/index.d.ts +0 -5
- package/components/checkbox/src/ctx.d.ts +0 -99
- package/components/checkbox/src/index.vue.d.ts +0 -1138
- package/components/checkbox/src/types.d.ts +0 -8
- package/components/color-picker/index.d.ts +0 -4
- package/components/color-picker/src/ctx.d.ts +0 -90
- package/components/color-picker/src/index.vue.d.ts +0 -215
- package/components/color-picker/src/types.d.ts +0 -7
- package/components/date-picker/index.d.ts +0 -5
- package/components/date-picker/src/ctx.d.ts +0 -176
- package/components/date-picker/src/index.vue.d.ts +0 -650
- package/components/date-picker/src/types.d.ts +0 -20
- package/components/date-picker-range/index.d.ts +0 -4
- package/components/date-picker-range/src/ctx.d.ts +0 -195
- package/components/date-picker-range/src/index.vue.d.ts +0 -452
- package/components/date-picker-range/src/types.d.ts +0 -12
- package/components/download-plus/index.d.ts +0 -4
- package/components/download-plus/src/api.d.ts +0 -13
- package/components/download-plus/src/const.d.ts +0 -9
- package/components/download-plus/src/ctx.d.ts +0 -94
- package/components/download-plus/src/index.vue.d.ts +0 -979
- package/components/download-plus/src/types.d.ts +0 -17
- package/components/esri-input-geojson/index.d.ts +0 -6
- package/components/esri-input-geojson/src/append.vue.d.ts +0 -828
- package/components/esri-input-geojson/src/const.d.ts +0 -12
- package/components/esri-input-geojson/src/ctx.d.ts +0 -239
- package/components/esri-input-geojson/src/default-view.vue.d.ts +0 -133
- package/components/esri-input-geojson/src/index.vue.d.ts +0 -1289
- package/components/esri-input-geojson/src/types.d.ts +0 -22
- package/components/esri-input-geojson/src/viewer.vue.d.ts +0 -427
- package/components/fieldset/index.d.ts +0 -4
- package/components/fieldset/src/ctx.d.ts +0 -12
- package/components/fieldset/src/index.vue.d.ts +0 -23
- package/components/fieldset/src/types.d.ts +0 -1
- package/components/fieldset/src/use.d.ts +0 -5
- package/components/form/index.d.ts +0 -5
- package/components/form/src/ctx.d.ts +0 -84
- package/components/form/src/index.vue.d.ts +0 -737
- package/components/form/src/types.d.ts +0 -25
- package/components/form/src/utils.d.ts +0 -15
- package/components/form-item/index.d.ts +0 -5
- package/components/form-item/src/ctx.d.ts +0 -72
- package/components/form-item/src/index.vue.d.ts +0 -618
- package/components/form-item/src/types.d.ts +0 -7
- package/components/form-item-renderer/index.d.ts +0 -4
- package/components/form-item-renderer/src/core.vue.d.ts +0 -38
- package/components/form-item-renderer/src/ctx.d.ts +0 -16
- package/components/form-item-renderer/src/index.vue.d.ts +0 -93
- package/components/form-item-renderer/src/types.d.ts +0 -5
- package/components/form-item-renderer/src/utils.d.ts +0 -5
- package/components/form-item-renderer-template/index.d.ts +0 -4
- package/components/form-item-renderer-template/src/ctx.d.ts +0 -7
- package/components/form-item-renderer-template/src/index.vue.d.ts +0 -16
- package/components/form-item-renderer-template/src/types.d.ts +0 -55
- package/components/information/index.d.ts +0 -4
- package/components/information/src/ctx.d.ts +0 -13
- package/components/information/src/index.vue.d.ts +0 -23
- package/components/information/src/types.d.ts +0 -3
- package/components/information-collection/index.d.ts +0 -4
- package/components/information-collection/src/ctx.d.ts +0 -112
- package/components/information-collection/src/index.vue.d.ts +0 -232
- package/components/information-collection/src/types.d.ts +0 -6
- package/components/information-tag/index.d.ts +0 -4
- package/components/information-tag/src/ctx.d.ts +0 -50
- package/components/information-tag/src/index.vue.d.ts +0 -106
- package/components/information-tag/src/types.d.ts +0 -1
- package/components/information-templates-default/index.d.ts +0 -4
- package/components/information-templates-default/src/ctx.d.ts +0 -2
- package/components/information-templates-default/src/index.vue.d.ts +0 -2
- package/components/information-templates-default/src/types.d.ts +0 -1
- package/components/input/index.d.ts +0 -5
- package/components/input/src/ctx.d.ts +0 -164
- package/components/input/src/index.vue.d.ts +0 -816
- package/components/input/src/types.d.ts +0 -13
- package/components/input-collection/index.d.ts +0 -4
- package/components/input-collection/src/ctx.d.ts +0 -102
- package/components/input-collection/src/index.vue.d.ts +0 -1176
- package/components/input-collection/src/types.d.ts +0 -29
- package/components/input-link/index.d.ts +0 -4
- package/components/input-link/src/ctx.d.ts +0 -195
- package/components/input-link/src/index.vue.d.ts +0 -421
- package/components/input-link/src/types.d.ts +0 -7
- package/components/input-number/index.d.ts +0 -4
- package/components/input-number/src/ctx.d.ts +0 -106
- package/components/input-number/src/index.vue.d.ts +0 -441
- package/components/input-number/src/types.d.ts +0 -12
- package/components/input-tag/index.d.ts +0 -5
- package/components/input-tag/src/ctx.d.ts +0 -123
- package/components/input-tag/src/index.vue.d.ts +0 -551
- package/components/input-tag/src/types.d.ts +0 -22
- package/components/monaco-editor/index.d.ts +0 -4
- package/components/monaco-editor/src/ctx.d.ts +0 -80
- package/components/monaco-editor/src/index.vue.d.ts +0 -233
- package/components/monaco-editor/src/types.d.ts +0 -7
- package/components/radio/index.d.ts +0 -4
- package/components/radio/src/ctx.d.ts +0 -92
- package/components/radio/src/index.vue.d.ts +0 -667
- package/components/radio/src/types.d.ts +0 -8
- package/components/renderer-data/index.d.ts +0 -4
- package/components/renderer-data/src/ctx.d.ts +0 -12
- package/components/renderer-data/src/index.vue.d.ts +0 -20
- package/components/renderer-data/src/types.d.ts +0 -1
- package/components/select/index.d.ts +0 -5
- package/components/select/src/ctx.d.ts +0 -175
- package/components/select/src/index.vue.d.ts +0 -602
- package/components/select/src/types.d.ts +0 -11
- package/components/slider/index.d.ts +0 -4
- package/components/slider/src/ctx.d.ts +0 -137
- package/components/slider/src/index.vue.d.ts +0 -363
- package/components/slider/src/types.d.ts +0 -7
- package/components/switch/index.d.ts +0 -4
- package/components/switch/src/ctx.d.ts +0 -124
- package/components/switch/src/index.vue.d.ts +0 -559
- package/components/switch/src/types.d.ts +0 -8
- package/components/tables-select/index.d.ts +0 -5
- package/components/tables-select/src/ctx.d.ts +0 -355
- package/components/tables-select/src/index.vue.d.ts +0 -4984
- package/components/tables-select/src/types.d.ts +0 -9
- package/components/template-instances-provider/index.d.ts +0 -3
- package/components/template-instances-provider/src/index.vue.d.ts +0 -6
- package/components/templates-default/index.d.ts +0 -4
- package/components/templates-default/src/ctx.d.ts +0 -19
- package/components/templates-default/src/index.vue.d.ts +0 -187
- package/components/templates-default/src/types.d.ts +0 -55
- package/components/templates-element-plus/index.d.ts +0 -4
- package/components/templates-element-plus/src/ctx.d.ts +0 -9
- package/components/templates-element-plus/src/index.vue.d.ts +0 -154
- package/components/templates-element-plus/src/types.d.ts +0 -13
- package/components/templates-esri/index.d.ts +0 -4
- package/components/templates-esri/src/ctx.d.ts +0 -11
- package/components/templates-esri/src/index.vue.d.ts +0 -43
- package/components/templates-esri/src/types.d.ts +0 -2
- package/components/templates-layout/index.d.ts +0 -4
- package/components/templates-layout/src/ctx.d.ts +0 -9
- package/components/templates-layout/src/index.vue.d.ts +0 -173
- package/components/templates-layout/src/types.d.ts +0 -32
- package/components/templates-variant/index.d.ts +0 -4
- package/components/templates-variant/src/ctx.d.ts +0 -11
- package/components/templates-variant/src/index.vue.d.ts +0 -43
- package/components/templates-variant/src/types.d.ts +0 -2
- package/components/upload/index.d.ts +0 -5
- package/components/upload/src/ctx.d.ts +0 -200
- package/components/upload/src/file.vue.d.ts +0 -306
- package/components/upload/src/index.vue.d.ts +0 -1321
- package/components/upload/src/types.d.ts +0 -13
- package/components/upload-plus/index.d.ts +0 -6
- package/components/upload-plus/src/api.d.ts +0 -38
- package/components/upload-plus/src/const.d.ts +0 -9
- package/components/upload-plus/src/ctx.d.ts +0 -113
- package/components/upload-plus/src/index.vue.d.ts +0 -1029
- package/components/upload-plus/src/types.d.ts +0 -32
- package/components/van-cascader/index.d.ts +0 -4
- package/components/van-cascader/src/ctx.d.ts +0 -147
- package/components/van-cascader/src/index.vue.d.ts +0 -908
- package/components/van-cascader/src/types.d.ts +0 -1
- package/components/var-datetime-picker/index.d.ts +0 -4
- package/components/var-datetime-picker/src/const.d.ts +0 -10
- package/components/var-datetime-picker/src/ctx.d.ts +0 -77
- package/components/var-datetime-picker/src/index.vue.d.ts +0 -740
- package/components/var-datetime-picker/src/types.d.ts +0 -22
- package/components/vditor/index.d.ts +0 -4
- package/components/vditor/src/ctx.d.ts +0 -87
- package/components/vditor/src/index.vue.d.ts +0 -348
- package/components/vditor/src/types.d.ts +0 -7
|
@@ -1,306 +0,0 @@
|
|
|
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
|
-
onDownload: (arg: UploadFile) => any;
|
|
104
|
-
preview: boolean;
|
|
105
|
-
}, {}, {
|
|
106
|
-
ElProgress: import("element-plus/es/utils").SFCWithInstall<{
|
|
107
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
109
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
110
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
111
|
-
readonly indeterminate: BooleanConstructor;
|
|
112
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
113
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
114
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
115
|
-
readonly textInside: BooleanConstructor;
|
|
116
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
117
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
118
|
-
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>;
|
|
119
|
-
readonly striped: BooleanConstructor;
|
|
120
|
-
readonly stripedFlow: BooleanConstructor;
|
|
121
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
122
|
-
(): import("element-plus").ProgressFn;
|
|
123
|
-
new (): any;
|
|
124
|
-
readonly prototype: any;
|
|
125
|
-
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
126
|
-
(): import("element-plus").ProgressFn;
|
|
127
|
-
new (): any;
|
|
128
|
-
readonly prototype: any;
|
|
129
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
130
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
131
|
-
readonly width: number;
|
|
132
|
-
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>;
|
|
133
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
134
|
-
readonly strokeWidth: number;
|
|
135
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
136
|
-
readonly duration: number;
|
|
137
|
-
readonly format: import("element-plus").ProgressFn;
|
|
138
|
-
readonly indeterminate: boolean;
|
|
139
|
-
readonly percentage: number;
|
|
140
|
-
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
141
|
-
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
142
|
-
readonly textInside: boolean;
|
|
143
|
-
readonly striped: boolean;
|
|
144
|
-
readonly stripedFlow: boolean;
|
|
145
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
146
|
-
P: {};
|
|
147
|
-
B: {};
|
|
148
|
-
D: {};
|
|
149
|
-
C: {};
|
|
150
|
-
M: {};
|
|
151
|
-
Defaults: {};
|
|
152
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
153
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
154
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
155
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
156
|
-
readonly indeterminate: BooleanConstructor;
|
|
157
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
158
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
159
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
160
|
-
readonly textInside: BooleanConstructor;
|
|
161
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
162
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
163
|
-
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>;
|
|
164
|
-
readonly striped: BooleanConstructor;
|
|
165
|
-
readonly stripedFlow: BooleanConstructor;
|
|
166
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
167
|
-
(): import("element-plus").ProgressFn;
|
|
168
|
-
new (): any;
|
|
169
|
-
readonly prototype: any;
|
|
170
|
-
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
171
|
-
(): import("element-plus").ProgressFn;
|
|
172
|
-
new (): any;
|
|
173
|
-
readonly prototype: any;
|
|
174
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
175
|
-
}>>, {}, {}, {}, {}, {
|
|
176
|
-
readonly width: number;
|
|
177
|
-
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>;
|
|
178
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
179
|
-
readonly strokeWidth: number;
|
|
180
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
181
|
-
readonly duration: number;
|
|
182
|
-
readonly format: import("element-plus").ProgressFn;
|
|
183
|
-
readonly indeterminate: boolean;
|
|
184
|
-
readonly percentage: number;
|
|
185
|
-
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
186
|
-
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
187
|
-
readonly textInside: boolean;
|
|
188
|
-
readonly striped: boolean;
|
|
189
|
-
readonly stripedFlow: boolean;
|
|
190
|
-
}>;
|
|
191
|
-
__isFragment?: never;
|
|
192
|
-
__isTeleport?: never;
|
|
193
|
-
__isSuspense?: never;
|
|
194
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
195
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
196
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
197
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
198
|
-
readonly indeterminate: BooleanConstructor;
|
|
199
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
200
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
201
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
202
|
-
readonly textInside: BooleanConstructor;
|
|
203
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
204
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
205
|
-
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>;
|
|
206
|
-
readonly striped: BooleanConstructor;
|
|
207
|
-
readonly stripedFlow: BooleanConstructor;
|
|
208
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
209
|
-
(): import("element-plus").ProgressFn;
|
|
210
|
-
new (): any;
|
|
211
|
-
readonly prototype: any;
|
|
212
|
-
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
213
|
-
(): import("element-plus").ProgressFn;
|
|
214
|
-
new (): any;
|
|
215
|
-
readonly prototype: any;
|
|
216
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
217
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
218
|
-
readonly width: number;
|
|
219
|
-
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>;
|
|
220
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
221
|
-
readonly strokeWidth: number;
|
|
222
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
223
|
-
readonly duration: number;
|
|
224
|
-
readonly format: import("element-plus").ProgressFn;
|
|
225
|
-
readonly indeterminate: boolean;
|
|
226
|
-
readonly percentage: number;
|
|
227
|
-
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
228
|
-
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
229
|
-
readonly textInside: boolean;
|
|
230
|
-
readonly striped: boolean;
|
|
231
|
-
readonly stripedFlow: boolean;
|
|
232
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
233
|
-
$slots: {
|
|
234
|
-
default?(_: {
|
|
235
|
-
percentage: number;
|
|
236
|
-
}): any;
|
|
237
|
-
default?(_: {
|
|
238
|
-
percentage: number;
|
|
239
|
-
}): any;
|
|
240
|
-
};
|
|
241
|
-
})>;
|
|
242
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<{
|
|
243
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
244
|
-
readonly size: {
|
|
245
|
-
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>>;
|
|
246
|
-
readonly required: false;
|
|
247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
-
__epPropKey: true;
|
|
249
|
-
};
|
|
250
|
-
readonly color: {
|
|
251
|
-
readonly type: import("vue").PropType<string>;
|
|
252
|
-
readonly required: false;
|
|
253
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
|
-
__epPropKey: true;
|
|
255
|
-
};
|
|
256
|
-
}>>, {}, 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, {
|
|
257
|
-
P: {};
|
|
258
|
-
B: {};
|
|
259
|
-
D: {};
|
|
260
|
-
C: {};
|
|
261
|
-
M: {};
|
|
262
|
-
Defaults: {};
|
|
263
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
264
|
-
readonly size: {
|
|
265
|
-
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>>;
|
|
266
|
-
readonly required: false;
|
|
267
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
-
__epPropKey: true;
|
|
269
|
-
};
|
|
270
|
-
readonly color: {
|
|
271
|
-
readonly type: import("vue").PropType<string>;
|
|
272
|
-
readonly required: false;
|
|
273
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
-
__epPropKey: true;
|
|
275
|
-
};
|
|
276
|
-
}>>, {}, {}, {}, {}, {}>;
|
|
277
|
-
__isFragment?: never;
|
|
278
|
-
__isTeleport?: never;
|
|
279
|
-
__isSuspense?: never;
|
|
280
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
281
|
-
readonly size: {
|
|
282
|
-
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>>;
|
|
283
|
-
readonly required: false;
|
|
284
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
|
-
__epPropKey: true;
|
|
286
|
-
};
|
|
287
|
-
readonly color: {
|
|
288
|
-
readonly type: import("vue").PropType<string>;
|
|
289
|
-
readonly required: false;
|
|
290
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
|
-
__epPropKey: true;
|
|
292
|
-
};
|
|
293
|
-
}>>, {}, 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 () => {
|
|
294
|
-
$slots: {
|
|
295
|
-
default?(_: {}): any;
|
|
296
|
-
};
|
|
297
|
-
})>;
|
|
298
|
-
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>;
|
|
299
|
-
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>;
|
|
300
|
-
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>;
|
|
301
|
-
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>;
|
|
302
|
-
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>;
|
|
303
|
-
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>;
|
|
304
|
-
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>;
|
|
305
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
306
|
-
export default _default;
|