@vunk/form 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/components/button/index.d.ts +4 -0
  2. package/components/button/src/ctx.d.ts +96 -0
  3. package/components/button/src/index.vue.d.ts +495 -0
  4. package/components/button/src/types.d.ts +13 -0
  5. package/components/cascader/index.d.ts +6 -0
  6. package/components/cascader/src/ctx.d.ts +120 -0
  7. package/components/cascader/src/index.vue.d.ts +13955 -0
  8. package/components/cascader/src/types.d.ts +7 -0
  9. package/components/cascader/src/use.d.ts +5 -0
  10. package/components/checkbox/index.d.ts +5 -0
  11. package/components/checkbox/src/ctx.d.ts +89 -0
  12. package/components/checkbox/src/index.vue.d.ts +1099 -0
  13. package/components/checkbox/src/types.d.ts +8 -0
  14. package/components/color-picker/index.d.ts +4 -0
  15. package/components/color-picker/src/ctx.d.ts +80 -0
  16. package/components/color-picker/src/index.vue.d.ts +11135 -0
  17. package/components/color-picker/src/types.d.ts +7 -0
  18. package/components/date-picker/index.d.ts +5 -0
  19. package/components/date-picker/src/ctx.d.ts +158 -0
  20. package/components/date-picker/src/index.vue.d.ts +590 -0
  21. package/components/date-picker/src/types.d.ts +20 -0
  22. package/components/date-picker-range/index.d.ts +4 -0
  23. package/components/date-picker-range/src/ctx.d.ts +177 -0
  24. package/components/date-picker-range/src/index.vue.d.ts +410 -0
  25. package/components/date-picker-range/src/types.d.ts +12 -0
  26. package/components/download-plus/index.d.ts +4 -0
  27. package/components/download-plus/src/api.d.ts +13 -0
  28. package/components/download-plus/src/const.d.ts +9 -0
  29. package/components/download-plus/src/ctx.d.ts +84 -0
  30. package/components/download-plus/src/index.vue.d.ts +1020 -0
  31. package/components/download-plus/src/types.d.ts +17 -0
  32. package/components/esri-input-geojson/index.d.ts +6 -0
  33. package/components/esri-input-geojson/src/append.vue.d.ts +2259 -0
  34. package/components/esri-input-geojson/src/const.d.ts +12 -0
  35. package/components/esri-input-geojson/src/ctx.d.ts +223 -0
  36. package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
  37. package/components/esri-input-geojson/src/index.vue.d.ts +1249 -0
  38. package/components/esri-input-geojson/src/types.d.ts +22 -0
  39. package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
  40. package/components/form/index.d.ts +5 -0
  41. package/components/form/src/ctx.d.ts +84 -0
  42. package/components/form/src/index.vue.d.ts +789 -0
  43. package/components/form/src/types.d.ts +12 -0
  44. package/components/form/src/utils.d.ts +15 -0
  45. package/components/form-item/index.d.ts +5 -0
  46. package/components/form-item/src/ctx.d.ts +62 -0
  47. package/components/form-item/src/index.vue.d.ts +320 -0
  48. package/components/form-item/src/types.d.ts +6 -0
  49. package/components/form-item-renderer/index.cjs +9 -14
  50. package/components/form-item-renderer/index.d.ts +5 -0
  51. package/components/form-item-renderer/index.mjs +10 -16
  52. package/components/form-item-renderer/src/ctx.d.ts +16 -0
  53. package/components/form-item-renderer/src/index.vue.d.ts +38 -0
  54. package/components/form-item-renderer/src/symbols.d.ts +3 -0
  55. package/components/form-item-renderer/src/types.d.ts +7 -0
  56. package/components/form-item-renderer-template/index.d.ts +4 -0
  57. package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
  58. package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
  59. package/components/form-item-renderer-template/src/types.d.ts +1 -0
  60. package/components/geoinput/index.d.ts +4 -0
  61. package/components/geoinput/src/ctx.d.ts +228 -0
  62. package/components/geoinput/src/index.vue.d.ts +519 -0
  63. package/components/geoinput/src/types.d.ts +12 -0
  64. package/components/geoinput-read/index.d.ts +5 -0
  65. package/components/geoinput-read/src/append.vue.d.ts +383 -0
  66. package/components/geoinput-read/src/core.vue.d.ts +644 -0
  67. package/components/geoinput-read/src/ctx.d.ts +199 -0
  68. package/components/geoinput-read/src/index.vue.d.ts +1169 -0
  69. package/components/geoinput-read/src/types.d.ts +3 -0
  70. package/components/geoinput-update/index.d.ts +5 -0
  71. package/components/geoinput-update/src/append.vue.d.ts +2246 -0
  72. package/components/geoinput-update/src/ctx.d.ts +207 -0
  73. package/components/geoinput-update/src/index.vue.d.ts +1302 -0
  74. package/components/geoinput-update/src/types.d.ts +6 -0
  75. package/components/index2.cjs +38 -0
  76. package/components/index2.mjs +37 -1
  77. package/components/input/index.d.ts +5 -0
  78. package/components/input/src/ctx.d.ts +148 -0
  79. package/components/input/src/index.vue.d.ts +809 -0
  80. package/components/input/src/types.d.ts +13 -0
  81. package/components/input-collection/index.cjs +2214 -0
  82. package/components/input-collection/index.css +11 -0
  83. package/components/input-collection/index.d.ts +4 -0
  84. package/components/input-collection/index.mjs +2208 -0
  85. package/components/input-collection/src/ctx.d.ts +65 -0
  86. package/components/input-collection/src/index.vue.d.ts +1149 -0
  87. package/components/input-collection/src/types.d.ts +3 -0
  88. package/components/input-link/index.d.ts +4 -0
  89. package/components/input-link/src/ctx.d.ts +179 -0
  90. package/components/input-link/src/index.vue.d.ts +385 -0
  91. package/components/input-link/src/types.d.ts +7 -0
  92. package/components/input-number/index.d.ts +4 -0
  93. package/components/input-number/src/ctx.d.ts +90 -0
  94. package/components/input-number/src/index.vue.d.ts +1783 -0
  95. package/components/input-number/src/types.d.ts +8 -0
  96. package/components/monaco-editor/index.css +1 -0
  97. package/components/monaco-editor/index.d.ts +4 -0
  98. package/components/monaco-editor/src/ctx.d.ts +70 -0
  99. package/components/monaco-editor/src/index.vue.d.ts +209 -0
  100. package/components/monaco-editor/src/types.d.ts +7 -0
  101. package/components/radio/index.d.ts +4 -0
  102. package/components/radio/src/ctx.d.ts +82 -0
  103. package/components/radio/src/index.vue.d.ts +629 -0
  104. package/components/radio/src/types.d.ts +8 -0
  105. package/components/select/index.d.ts +4 -0
  106. package/components/select/src/ctx.d.ts +156 -0
  107. package/components/select/src/index.vue.d.ts +13405 -0
  108. package/components/select/src/types.d.ts +11 -0
  109. package/components/slider/index.d.ts +4 -0
  110. package/components/slider/src/ctx.d.ts +127 -0
  111. package/components/slider/src/index.vue.d.ts +341 -0
  112. package/components/slider/src/types.d.ts +7 -0
  113. package/components/switch/index.d.ts +4 -0
  114. package/components/switch/src/ctx.d.ts +114 -0
  115. package/components/switch/src/index.vue.d.ts +584 -0
  116. package/components/switch/src/types.d.ts +8 -0
  117. package/components/template-instances-provider/index.cjs +26 -0
  118. package/components/template-instances-provider/index.d.ts +3 -0
  119. package/components/template-instances-provider/index.mjs +21 -0
  120. package/components/template-instances-provider/src/index.vue.d.ts +4 -0
  121. package/components/templates-default/index.d.ts +4 -0
  122. package/components/templates-default/src/ctx.d.ts +19 -0
  123. package/components/templates-default/src/index.vue.d.ts +198 -0
  124. package/components/templates-default/src/types.d.ts +53 -0
  125. package/components/templates-element-plus/index.d.ts +4 -0
  126. package/components/templates-element-plus/src/ctx.d.ts +9 -0
  127. package/components/templates-element-plus/src/index.vue.d.ts +206 -0
  128. package/components/templates-element-plus/src/types.d.ts +13 -0
  129. package/components/templates-esri/index.d.ts +4 -0
  130. package/components/templates-esri/src/ctx.d.ts +11 -0
  131. package/components/templates-esri/src/index.vue.d.ts +43 -0
  132. package/components/templates-esri/src/types.d.ts +2 -0
  133. package/components/templates-layout/index.d.ts +4 -0
  134. package/components/templates-layout/src/ctx.d.ts +9 -0
  135. package/components/templates-layout/src/index.vue.d.ts +161 -0
  136. package/components/templates-layout/src/types.d.ts +32 -0
  137. package/components/templates-mapbox/index.d.ts +4 -0
  138. package/components/templates-mapbox/src/ctx.d.ts +11 -0
  139. package/components/templates-mapbox/src/index.vue.d.ts +43 -0
  140. package/components/templates-mapbox/src/types.d.ts +3 -0
  141. package/components/templates-variant/index.d.ts +4 -0
  142. package/components/templates-variant/src/ctx.d.ts +11 -0
  143. package/components/templates-variant/src/index.vue.d.ts +43 -0
  144. package/components/templates-variant/src/types.d.ts +2 -0
  145. package/components/upload/index.d.ts +5 -0
  146. package/components/upload/index.mjs +1 -1
  147. package/components/upload/src/ctx.d.ts +180 -0
  148. package/components/upload/src/file.vue.d.ts +363 -0
  149. package/components/upload/src/index.vue.d.ts +2784 -0
  150. package/components/upload/src/types.d.ts +7 -0
  151. package/components/upload-plus/index.d.ts +6 -0
  152. package/components/upload-plus/index.mjs +1 -1
  153. package/components/upload-plus/src/api.d.ts +38 -0
  154. package/components/upload-plus/src/const.d.ts +9 -0
  155. package/components/upload-plus/src/ctx.d.ts +103 -0
  156. package/components/upload-plus/src/index.vue.d.ts +1077 -0
  157. package/components/upload-plus/src/types.d.ts +32 -0
  158. package/components/van-cascader/index.d.ts +4 -0
  159. package/components/van-cascader/src/ctx.d.ts +118 -0
  160. package/components/van-cascader/src/index.vue.d.ts +13312 -0
  161. package/components/van-cascader/src/types.d.ts +1 -0
  162. package/components/var-datetime-picker/index.d.ts +4 -0
  163. package/components/var-datetime-picker/src/const.d.ts +10 -0
  164. package/components/var-datetime-picker/src/ctx.d.ts +67 -0
  165. package/components/var-datetime-picker/src/index.vue.d.ts +771 -0
  166. package/components/var-datetime-picker/src/types.d.ts +22 -0
  167. package/components/vditor/index.d.ts +4 -0
  168. package/components/vditor/src/ctx.d.ts +77 -0
  169. package/components/vditor/src/index.vue.d.ts +324 -0
  170. package/components/vditor/src/types.d.ts +7 -0
  171. package/index.css +13 -0
  172. package/package.json +14 -1
@@ -0,0 +1,180 @@
1
+ import { Func } from '@vunk/core';
2
+ import { UploadFile } from 'element-plus';
3
+ import { PropType } from 'vue';
4
+ export declare const props: {
5
+ tip: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ preview: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ beforeUpload: {
14
+ type: FunctionConstructor;
15
+ default: any;
16
+ };
17
+ onDownload: {
18
+ type: PropType<Func<UploadFile>>;
19
+ default: any;
20
+ };
21
+ beforeRemove: {
22
+ readonly type: import("vue").PropType<(uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => import("element-plus/es/utils").Awaitable<boolean>>;
23
+ readonly required: false;
24
+ readonly validator: ((val: unknown) => boolean) | undefined;
25
+ __epPropKey: true;
26
+ };
27
+ onRemove: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
28
+ (): (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
29
+ new (): any;
30
+ readonly prototype: any;
31
+ } | ((new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
32
+ (): (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
33
+ new (): any;
34
+ readonly prototype: any;
35
+ })[], unknown, unknown, () => void, boolean>;
36
+ onChange: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
37
+ (): (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
38
+ new (): any;
39
+ readonly prototype: any;
40
+ } | ((new (...args: any[]) => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
41
+ (): (uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
42
+ new (): any;
43
+ readonly prototype: any;
44
+ })[], unknown, unknown, () => void, boolean>;
45
+ onPreview: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (uploadFile: UploadFile) => void) | (() => (uploadFile: UploadFile) => void) | {
46
+ (): (uploadFile: UploadFile) => void;
47
+ new (): any;
48
+ readonly prototype: any;
49
+ } | ((new (...args: any[]) => (uploadFile: UploadFile) => void) | (() => (uploadFile: UploadFile) => void) | {
50
+ (): (uploadFile: UploadFile) => void;
51
+ new (): any;
52
+ readonly prototype: any;
53
+ })[], unknown, unknown, () => void, boolean>;
54
+ onSuccess: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (response: any, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (response: any, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
55
+ (): (response: any, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
56
+ new (): any;
57
+ readonly prototype: any;
58
+ } | ((new (...args: any[]) => (response: any, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (response: any, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
59
+ (): (response: any, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
60
+ new (): any;
61
+ readonly prototype: any;
62
+ })[], unknown, unknown, () => void, boolean>;
63
+ onProgress: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
64
+ (): (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
65
+ new (): any;
66
+ readonly prototype: any;
67
+ } | ((new (...args: any[]) => (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
68
+ (): (evt: import("element-plus").UploadProgressEvent, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
69
+ new (): any;
70
+ readonly prototype: any;
71
+ })[], unknown, unknown, () => void, boolean>;
72
+ onError: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (error: Error, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (error: Error, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
73
+ (): (error: Error, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
74
+ new (): any;
75
+ readonly prototype: any;
76
+ } | ((new (...args: any[]) => (error: Error, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | (() => (error: Error, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void) | {
77
+ (): (error: Error, uploadFile: UploadFile, uploadFiles: import("element-plus").UploadFiles) => void;
78
+ new (): any;
79
+ readonly prototype: any;
80
+ })[], unknown, unknown, () => void, boolean>;
81
+ onExceed: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
82
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
83
+ new (): any;
84
+ readonly prototype: any;
85
+ } | ((new (...args: any[]) => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void) | {
86
+ (): (files: File[], uploadFiles: import("element-plus").UploadUserFile[]) => void;
87
+ new (): any;
88
+ readonly prototype: any;
89
+ })[], unknown, unknown, () => void, boolean>;
90
+ crossorigin: {
91
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
92
+ readonly required: false;
93
+ readonly validator: ((val: unknown) => boolean) | undefined;
94
+ __epPropKey: true;
95
+ };
96
+ action: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
97
+ headers: {
98
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
99
+ readonly required: false;
100
+ readonly validator: ((val: unknown) => boolean) | undefined;
101
+ __epPropKey: true;
102
+ };
103
+ method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
104
+ data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
105
+ multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
106
+ name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
107
+ drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
108
+ withCredentials: BooleanConstructor;
109
+ showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
110
+ accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
111
+ fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
112
+ autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
113
+ listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
114
+ httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
115
+ (): import("element-plus").UploadRequestHandler;
116
+ new (): any;
117
+ readonly prototype: any;
118
+ } | ((new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
119
+ (): import("element-plus").UploadRequestHandler;
120
+ new (): any;
121
+ readonly prototype: any;
122
+ })[], unknown, unknown, import("element-plus").UploadRequestHandler, boolean>;
123
+ disabled: BooleanConstructor;
124
+ limit: NumberConstructor;
125
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
126
+ formItemSize: {
127
+ type: PropType<"default" | "small" | "large">;
128
+ default: "default" | "small" | "large";
129
+ };
130
+ formItemSlots: {
131
+ type: PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
132
+ default: any;
133
+ };
134
+ elRef: {
135
+ type: PropType<any>;
136
+ required: boolean;
137
+ };
138
+ inline: {
139
+ type: BooleanConstructor;
140
+ default: boolean;
141
+ };
142
+ readonly: {
143
+ type: BooleanConstructor;
144
+ default: any;
145
+ };
146
+ labelPosition: {
147
+ type: PropType<"right">;
148
+ default: string;
149
+ };
150
+ label: StringConstructor;
151
+ labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
152
+ prop: {
153
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
154
+ readonly required: false;
155
+ readonly validator: ((val: unknown) => boolean) | undefined;
156
+ __epPropKey: true;
157
+ };
158
+ rules: {
159
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
160
+ readonly required: false;
161
+ readonly validator: ((val: unknown) => boolean) | undefined;
162
+ __epPropKey: true;
163
+ };
164
+ error: StringConstructor;
165
+ validateStatus: {
166
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
167
+ readonly required: false;
168
+ readonly validator: ((val: unknown) => boolean) | undefined;
169
+ __epPropKey: true;
170
+ };
171
+ for: StringConstructor;
172
+ inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
173
+ showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
174
+ };
175
+ export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"disabled", keyof T2> | Extract<"required", keyof T2> | Extract<"name", keyof T2> | Extract<"data", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"multiple", keyof T2> | Extract<"onChange", keyof T2> | Extract<"withCredentials", keyof T2> | Extract<"drag", keyof T2> | Extract<"beforeUpload", keyof T2> | Extract<"beforeRemove", keyof T2> | Extract<"onRemove", keyof T2> | Extract<"onPreview", keyof T2> | Extract<"onSuccess", keyof T2> | Extract<"onProgress", keyof T2> | Extract<"onError", keyof T2> | Extract<"onExceed", keyof T2> | Extract<"crossorigin", keyof T2> | Extract<"action", keyof T2> | Extract<"headers", keyof T2> | Extract<"method", keyof T2> | Extract<"showFileList", keyof T2> | Extract<"accept", keyof T2> | Extract<"fileList", keyof T2> | Extract<"autoUpload", keyof T2> | Extract<"listType", keyof T2> | Extract<"httpRequest", keyof T2> | Extract<"limit", keyof T2> | Extract<"onDownload", keyof T2> | Extract<"preview", keyof T2> | Extract<"tip", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"disabled" | "required" | "name" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "multiple" | "onChange" | "withCredentials" | "drag" | "beforeUpload" | "beforeRemove" | "onRemove" | "onPreview" | "onSuccess" | "onProgress" | "onError" | "onExceed" | "crossorigin" | "action" | "headers" | "method" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "limit" | "onDownload" | "preview" | "tip", keyof T2>, KE> : Extract<"disabled" | "required" | "name" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "multiple" | "onChange" | "withCredentials" | "drag" | "beforeUpload" | "beforeRemove" | "onRemove" | "onPreview" | "onSuccess" | "onProgress" | "onError" | "onExceed" | "crossorigin" | "action" | "headers" | "method" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "limit" | "onDownload" | "preview" | "tip", keyof T2>]: { [k in Extract<"disabled" | "required" | "name" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "multiple" | "onChange" | "withCredentials" | "drag" | "beforeUpload" | "beforeRemove" | "onRemove" | "onPreview" | "onSuccess" | "onProgress" | "onError" | "onExceed" | "crossorigin" | "action" | "headers" | "method" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "limit" | "onDownload" | "preview" | "tip", keyof T2>]: T2[k]; }[P]; }>;
176
+ export declare const emits: {
177
+ 'update:fileList': any;
178
+ remove: (e: UploadFile) => UploadFile;
179
+ };
180
+ export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("remove" | "update:fileList")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"remove" | "update:fileList", KE> : "remove" | "update:fileList"]: { [k in "remove" | "update:fileList"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
@@ -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;