@unizhen/ui 0.0.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.
Files changed (202) hide show
  1. package/README.md +39 -0
  2. package/lib/components/actionButton/factory.d.ts +41 -0
  3. package/lib/components/actionButton/function.d.ts +15 -0
  4. package/lib/components/actionButton/index.d.ts +4 -0
  5. package/lib/components/actionButton/index.vue.d.ts +60 -0
  6. package/lib/components/actionButton/interface.d.ts +23 -0
  7. package/lib/components/api.d.ts +6 -0
  8. package/lib/components/back/index.d.ts +1 -0
  9. package/lib/components/back/index.vue.d.ts +1503 -0
  10. package/lib/components/camera/index.d.ts +1 -0
  11. package/lib/components/camera/index.vue.d.ts +3484 -0
  12. package/lib/components/circle/index.d.ts +1 -0
  13. package/lib/components/circle/index.vue.d.ts +398 -0
  14. package/lib/components/common.d.ts +15 -0
  15. package/lib/components/components.d.ts +14 -0
  16. package/lib/components/create.d.ts +18 -0
  17. package/lib/components/fetch.d.ts +8 -0
  18. package/lib/components/form/draggable.vue.d.ts +24818 -0
  19. package/lib/components/form/image.vue.d.ts +885 -0
  20. package/lib/components/form/index.d.ts +6 -0
  21. package/lib/components/form/index.vue.d.ts +24742 -0
  22. package/lib/components/form/interface.d.ts +262 -0
  23. package/lib/components/form/item.vue.d.ts +17896 -0
  24. package/lib/components/form/upload.vue.d.ts +5901 -0
  25. package/lib/components/hooks/index.d.ts +4 -0
  26. package/lib/components/hooks/memoryCache.d.ts +50 -0
  27. package/lib/components/hooks/useDebounceFn.d.ts +15 -0
  28. package/lib/components/hooks/useLocalStorage.d.ts +29 -0
  29. package/lib/components/hooks/useQuery.d.ts +77 -0
  30. package/lib/components/hooks/useThrottleFn.d.ts +15 -0
  31. package/lib/components/icon/factory.d.ts +125 -0
  32. package/lib/components/icon/index.d.ts +4 -0
  33. package/lib/components/icon/index.vue.d.ts +17 -0
  34. package/lib/components/icon/svg/AccessPoint.vue.d.ts +3 -0
  35. package/lib/components/icon/svg/Activity.vue.d.ts +3 -0
  36. package/lib/components/icon/svg/Adjustments.vue.d.ts +3 -0
  37. package/lib/components/icon/svg/AdjustmentsHorizontal.vue.d.ts +3 -0
  38. package/lib/components/icon/svg/Affiliate.vue.d.ts +3 -0
  39. package/lib/components/icon/svg/Alarm.vue.d.ts +3 -0
  40. package/lib/components/icon/svg/AlertCircle.vue.d.ts +3 -0
  41. package/lib/components/icon/svg/ApiApp.vue.d.ts +3 -0
  42. package/lib/components/icon/svg/AppWindow.vue.d.ts +3 -0
  43. package/lib/components/icon/svg/Apps.vue.d.ts +3 -0
  44. package/lib/components/icon/svg/Archive.vue.d.ts +3 -0
  45. package/lib/components/icon/svg/ArrowNarrowLeft.vue.d.ts +3 -0
  46. package/lib/components/icon/svg/AspectRatio.vue.d.ts +3 -0
  47. package/lib/components/icon/svg/Atom.vue.d.ts +3 -0
  48. package/lib/components/icon/svg/Atom2.vue.d.ts +3 -0
  49. package/lib/components/icon/svg/Award.vue.d.ts +3 -0
  50. package/lib/components/icon/svg/Barcode.vue.d.ts +3 -0
  51. package/lib/components/icon/svg/Basket.vue.d.ts +3 -0
  52. package/lib/components/icon/svg/Bell.vue.d.ts +3 -0
  53. package/lib/components/icon/svg/Bluetooth.vue.d.ts +3 -0
  54. package/lib/components/icon/svg/Book2.vue.d.ts +3 -0
  55. package/lib/components/icon/svg/Books.vue.d.ts +3 -0
  56. package/lib/components/icon/svg/Box.vue.d.ts +3 -0
  57. package/lib/components/icon/svg/BrandAsana.vue.d.ts +3 -0
  58. package/lib/components/icon/svg/BrandStackoverflow.vue.d.ts +3 -0
  59. package/lib/components/icon/svg/Briefcase.vue.d.ts +3 -0
  60. package/lib/components/icon/svg/Building.vue.d.ts +3 -0
  61. package/lib/components/icon/svg/BuildingArch.vue.d.ts +3 -0
  62. package/lib/components/icon/svg/BuildingWarehouse.vue.d.ts +3 -0
  63. package/lib/components/icon/svg/Calculator.vue.d.ts +3 -0
  64. package/lib/components/icon/svg/Calendar.vue.d.ts +3 -0
  65. package/lib/components/icon/svg/CalendarPlus.vue.d.ts +3 -0
  66. package/lib/components/icon/svg/CalendarStats.vue.d.ts +3 -0
  67. package/lib/components/icon/svg/Camera.vue.d.ts +3 -0
  68. package/lib/components/icon/svg/CaretDown.vue.d.ts +3 -0
  69. package/lib/components/icon/svg/CaretUp.vue.d.ts +3 -0
  70. package/lib/components/icon/svg/ChartArea.vue.d.ts +3 -0
  71. package/lib/components/icon/svg/ChartBar.vue.d.ts +3 -0
  72. package/lib/components/icon/svg/ChartBubble.vue.d.ts +3 -0
  73. package/lib/components/icon/svg/ChartDonut.vue.d.ts +3 -0
  74. package/lib/components/icon/svg/ChartLine.vue.d.ts +3 -0
  75. package/lib/components/icon/svg/ChartPie.vue.d.ts +3 -0
  76. package/lib/components/icon/svg/ChartRadar.vue.d.ts +3 -0
  77. package/lib/components/icon/svg/Checkbox.vue.d.ts +3 -0
  78. package/lib/components/icon/svg/CheckupList.vue.d.ts +3 -0
  79. package/lib/components/icon/svg/CircleMinus.vue.d.ts +3 -0
  80. package/lib/components/icon/svg/Clipboard.vue.d.ts +3 -0
  81. package/lib/components/icon/svg/ClipboardCheck.vue.d.ts +3 -0
  82. package/lib/components/icon/svg/ClipboardList.vue.d.ts +3 -0
  83. package/lib/components/icon/svg/ClipboardPlus.vue.d.ts +3 -0
  84. package/lib/components/icon/svg/Clock.vue.d.ts +3 -0
  85. package/lib/components/icon/svg/Cloud.vue.d.ts +3 -0
  86. package/lib/components/icon/svg/CloudDownload.vue.d.ts +3 -0
  87. package/lib/components/icon/svg/CloudUpload.vue.d.ts +3 -0
  88. package/lib/components/icon/svg/Command.vue.d.ts +3 -0
  89. package/lib/components/icon/svg/Confetti.vue.d.ts +3 -0
  90. package/lib/components/icon/svg/Container.vue.d.ts +3 -0
  91. package/lib/components/icon/svg/Copy.vue.d.ts +3 -0
  92. package/lib/components/icon/svg/CreditCard.vue.d.ts +3 -0
  93. package/lib/components/icon/svg/Crosshair.vue.d.ts +3 -0
  94. package/lib/components/icon/svg/CurrencyYen.vue.d.ts +3 -0
  95. package/lib/components/icon/svg/Dashboard.vue.d.ts +3 -0
  96. package/lib/components/icon/svg/Database.vue.d.ts +3 -0
  97. package/lib/components/icon/svg/DatabaseExport.vue.d.ts +3 -0
  98. package/lib/components/icon/svg/DatabaseImport.vue.d.ts +3 -0
  99. package/lib/components/icon/svg/DeviceAnalytics.vue.d.ts +3 -0
  100. package/lib/components/icon/svg/DeviceDesktop.vue.d.ts +3 -0
  101. package/lib/components/icon/svg/DeviceDesktopAnalytics.vue.d.ts +3 -0
  102. package/lib/components/icon/svg/DeviceLaptop.vue.d.ts +3 -0
  103. package/lib/components/icon/svg/DeviceMobile.vue.d.ts +3 -0
  104. package/lib/components/icon/svg/Diamond.vue.d.ts +3 -0
  105. package/lib/components/icon/svg/Dots.vue.d.ts +3 -0
  106. package/lib/components/icon/svg/DotsVertical.vue.d.ts +3 -0
  107. package/lib/components/icon/svg/Edit.vue.d.ts +3 -0
  108. package/lib/components/icon/svg/Eraser.vue.d.ts +3 -0
  109. package/lib/components/icon/svg/Eye.vue.d.ts +3 -0
  110. package/lib/components/icon/svg/File.vue.d.ts +3 -0
  111. package/lib/components/icon/svg/FileAlert.vue.d.ts +3 -0
  112. package/lib/components/icon/svg/FileAnalytics.vue.d.ts +3 -0
  113. package/lib/components/icon/svg/FileText.vue.d.ts +3 -0
  114. package/lib/components/icon/svg/Filter.vue.d.ts +3 -0
  115. package/lib/components/icon/svg/GitCompare.vue.d.ts +3 -0
  116. package/lib/components/icon/svg/GitPullRequest.vue.d.ts +3 -0
  117. package/lib/components/icon/svg/GridDots.vue.d.ts +3 -0
  118. package/lib/components/icon/svg/Home.vue.d.ts +3 -0
  119. package/lib/components/icon/svg/Id.vue.d.ts +3 -0
  120. package/lib/components/icon/svg/LayoutSidebarLeftCollapse.vue.d.ts +3 -0
  121. package/lib/components/icon/svg/LayoutSidebarLeftExpand.vue.d.ts +3 -0
  122. package/lib/components/icon/svg/Link.vue.d.ts +3 -0
  123. package/lib/components/icon/svg/List.vue.d.ts +3 -0
  124. package/lib/components/icon/svg/ListCheck.vue.d.ts +3 -0
  125. package/lib/components/icon/svg/ListDetails.vue.d.ts +3 -0
  126. package/lib/components/icon/svg/Mail.vue.d.ts +3 -0
  127. package/lib/components/icon/svg/Map.vue.d.ts +3 -0
  128. package/lib/components/icon/svg/MapPin.vue.d.ts +3 -0
  129. package/lib/components/icon/svg/Menu2.vue.d.ts +3 -0
  130. package/lib/components/icon/svg/Message2.vue.d.ts +3 -0
  131. package/lib/components/icon/svg/MinusRound.vue.d.ts +3 -0
  132. package/lib/components/icon/svg/MoonStars.vue.d.ts +3 -0
  133. package/lib/components/icon/svg/Paperclip.vue.d.ts +3 -0
  134. package/lib/components/icon/svg/Photo.vue.d.ts +3 -0
  135. package/lib/components/icon/svg/PhotoOff.vue.d.ts +3 -0
  136. package/lib/components/icon/svg/Plus.vue.d.ts +3 -0
  137. package/lib/components/icon/svg/Presentation.vue.d.ts +3 -0
  138. package/lib/components/icon/svg/PresentationAnalytics.vue.d.ts +3 -0
  139. package/lib/components/icon/svg/Printer.vue.d.ts +3 -0
  140. package/lib/components/icon/svg/Qrcode.vue.d.ts +3 -0
  141. package/lib/components/icon/svg/Refresh.vue.d.ts +3 -0
  142. package/lib/components/icon/svg/Report.vue.d.ts +3 -0
  143. package/lib/components/icon/svg/ReportAnalytics.vue.d.ts +3 -0
  144. package/lib/components/icon/svg/ReportMoney.vue.d.ts +3 -0
  145. package/lib/components/icon/svg/ReportSearch.vue.d.ts +3 -0
  146. package/lib/components/icon/svg/Search.vue.d.ts +3 -0
  147. package/lib/components/icon/svg/Settings.vue.d.ts +3 -0
  148. package/lib/components/icon/svg/SmartHome.vue.d.ts +3 -0
  149. package/lib/components/icon/svg/Sun.vue.d.ts +3 -0
  150. package/lib/components/icon/svg/TransferIn.vue.d.ts +3 -0
  151. package/lib/components/icon/svg/TransferOut.vue.d.ts +3 -0
  152. package/lib/components/icon/svg/Trash.vue.d.ts +3 -0
  153. package/lib/components/icon/svg/User.vue.d.ts +3 -0
  154. package/lib/components/icon/svg/UserCircle.vue.d.ts +3 -0
  155. package/lib/components/icon/svg/UserMinus.vue.d.ts +3 -0
  156. package/lib/components/icon/svg/UserPlus.vue.d.ts +3 -0
  157. package/lib/components/icon/svg/Users.vue.d.ts +3 -0
  158. package/lib/components/icon/svg/X.vue.d.ts +3 -0
  159. package/lib/components/index.d.ts +11 -0
  160. package/lib/components/interface.d.ts +34 -0
  161. package/lib/components/local/en-US.d.ts +33 -0
  162. package/lib/components/local/index.d.ts +68 -0
  163. package/lib/components/local/zh-CN.d.ts +33 -0
  164. package/lib/components/localStorage.d.ts +13 -0
  165. package/lib/components/monitor.d.ts +2 -0
  166. package/lib/components/numberRoll/index.d.ts +1 -0
  167. package/lib/components/numberRoll/index.vue.d.ts +47 -0
  168. package/lib/components/preset.d.ts +5 -0
  169. package/lib/components/router.d.ts +3 -0
  170. package/lib/components/scale.d.ts +6 -0
  171. package/lib/components/searchBar/components/index.d.ts +1 -0
  172. package/lib/components/searchBar/components/timePickRange.vue.d.ts +2540 -0
  173. package/lib/components/searchBar/index.d.ts +3 -0
  174. package/lib/components/searchBar/index.vue.d.ts +22710 -0
  175. package/lib/components/searchBar/interface.d.ts +45 -0
  176. package/lib/components/searchBar/mobile.vue.d.ts +21554 -0
  177. package/lib/components/spin/index.d.ts +1 -0
  178. package/lib/components/spin/index.vue.d.ts +1806 -0
  179. package/lib/components/store/common.d.ts +13 -0
  180. package/lib/components/store/index.d.ts +2 -0
  181. package/lib/components/store/thumbnail.d.ts +29 -0
  182. package/lib/components/table/child.vue.d.ts +8391 -0
  183. package/lib/components/table/child_quest.vue.d.ts +6568 -0
  184. package/lib/components/table/drawer.vue.d.ts +5809 -0
  185. package/lib/components/table/factory.d.ts +220 -0
  186. package/lib/components/table/index.d.ts +7 -0
  187. package/lib/components/table/index.vue.d.ts +16622 -0
  188. package/lib/components/table/interface.d.ts +105 -0
  189. package/lib/components/table/list.vue.d.ts +36 -0
  190. package/lib/components/table/mobile.vue.d.ts +4080 -0
  191. package/lib/components/table/ocr.vue.d.ts +3454 -0
  192. package/lib/components/theme.d.ts +4 -0
  193. package/lib/components/thumbnail/index.d.ts +1 -0
  194. package/lib/components/thumbnail/index.vue.d.ts +4275 -0
  195. package/lib/components/version.d.ts +1 -0
  196. package/lib/components/wrap/index.d.ts +1 -0
  197. package/lib/components/wrap/index.vue.d.ts +223 -0
  198. package/lib/index.d.ts +6 -0
  199. package/lib/ui.css +1 -0
  200. package/lib/ui.js +10690 -0
  201. package/package.json +93 -0
  202. package/volar.d.ts +26 -0
@@ -0,0 +1,3454 @@
1
+ import { UploadFileInfo, ButtonSlots, UploadOnChange, UploadOnRemove, UploadOnFinish, UploadOnDownload, UploadSettledFileInfo, ImageGroupProps, ThemeCommonVars } from 'naive-ui';
2
+ import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, VNodeChild, ComputedRef, SlotsType, ComponentProvideOptions, CSSProperties, InputHTMLAttributes, Component } from 'vue';
3
+ import { Size, Type } from 'naive-ui/es/button/src/interface';
4
+ import { MaybeArray } from 'naive-ui/es/_utils';
5
+ import { Theme } from 'naive-ui/es/_mixins';
6
+ import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
7
+ import { BaseWaveRef } from 'naive-ui/es/_internal';
8
+ import { RtlItem } from 'naive-ui/es/config-provider/src/internal-interface';
9
+ import { CustomRequest, FuncOrRecordOrUndef, OnError, OnRetry, OnBeforeUpload, OnUpdateFileList, ListType, OnPreview, ShouldUseThumbnailUrl, CreateThumbnailUrl, RenderIcon } from 'naive-ui/es/upload/src/interface';
10
+ import { Depth } from 'naive-ui/es/icon/src/Icon';
11
+ declare const _default: DefineComponent<{}, {
12
+ ocrRef: Ref<any, any>;
13
+ text: Ref<string[], string[]>;
14
+ ocrText: Ref<string, string>;
15
+ ocrLoading: Ref<boolean, boolean>;
16
+ copy: (msg: string) => Promise<void>;
17
+ beforeUpload: (options: {
18
+ file: UploadFileInfo;
19
+ fileList: UploadFileInfo[];
20
+ }) => Promise<void>;
21
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
22
+ NButton: DefineComponent<ExtractPropTypes<{
23
+ readonly color: StringConstructor;
24
+ readonly textColor: StringConstructor;
25
+ readonly text: BooleanConstructor;
26
+ readonly block: BooleanConstructor;
27
+ readonly loading: BooleanConstructor;
28
+ readonly disabled: BooleanConstructor;
29
+ readonly circle: BooleanConstructor;
30
+ readonly size: PropType<Size>;
31
+ readonly ghost: BooleanConstructor;
32
+ readonly round: BooleanConstructor;
33
+ readonly secondary: BooleanConstructor;
34
+ readonly tertiary: BooleanConstructor;
35
+ readonly quaternary: BooleanConstructor;
36
+ readonly strong: BooleanConstructor;
37
+ readonly focusable: {
38
+ readonly type: BooleanConstructor;
39
+ readonly default: true;
40
+ };
41
+ readonly keyboard: {
42
+ readonly type: BooleanConstructor;
43
+ readonly default: true;
44
+ };
45
+ readonly tag: {
46
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
47
+ readonly default: "button";
48
+ };
49
+ readonly type: {
50
+ readonly type: PropType<Type>;
51
+ readonly default: "default";
52
+ };
53
+ readonly dashed: BooleanConstructor;
54
+ readonly renderIcon: PropType<() => VNodeChild>;
55
+ readonly iconPlacement: {
56
+ readonly type: PropType<"left" | "right">;
57
+ readonly default: "left";
58
+ };
59
+ readonly attrType: {
60
+ readonly type: PropType<"button" | "submit" | "reset">;
61
+ readonly default: "button";
62
+ };
63
+ readonly bordered: {
64
+ readonly type: BooleanConstructor;
65
+ readonly default: true;
66
+ };
67
+ readonly onClick: PropType<MaybeArray<(e: MouseEvent) => void>>;
68
+ readonly nativeFocusBehavior: {
69
+ readonly type: BooleanConstructor;
70
+ readonly default: boolean;
71
+ };
72
+ readonly theme: PropType<Theme<"Button", {
73
+ heightTiny: string;
74
+ heightSmall: string;
75
+ heightMedium: string;
76
+ heightLarge: string;
77
+ borderRadiusTiny: string;
78
+ borderRadiusSmall: string;
79
+ borderRadiusMedium: string;
80
+ borderRadiusLarge: string;
81
+ fontSizeTiny: string;
82
+ fontSizeSmall: string;
83
+ fontSizeMedium: string;
84
+ fontSizeLarge: string;
85
+ opacityDisabled: string;
86
+ colorOpacitySecondary: string;
87
+ colorOpacitySecondaryHover: string;
88
+ colorOpacitySecondaryPressed: string;
89
+ colorSecondary: string;
90
+ colorSecondaryHover: string;
91
+ colorSecondaryPressed: string;
92
+ colorTertiary: string;
93
+ colorTertiaryHover: string;
94
+ colorTertiaryPressed: string;
95
+ colorQuaternary: string;
96
+ colorQuaternaryHover: string;
97
+ colorQuaternaryPressed: string;
98
+ color: string;
99
+ colorHover: string;
100
+ colorPressed: string;
101
+ colorFocus: string;
102
+ colorDisabled: string;
103
+ textColor: string;
104
+ textColorTertiary: string;
105
+ textColorHover: string;
106
+ textColorPressed: string;
107
+ textColorFocus: string;
108
+ textColorDisabled: string;
109
+ textColorText: string;
110
+ textColorTextHover: string;
111
+ textColorTextPressed: string;
112
+ textColorTextFocus: string;
113
+ textColorTextDisabled: string;
114
+ textColorGhost: string;
115
+ textColorGhostHover: string;
116
+ textColorGhostPressed: string;
117
+ textColorGhostFocus: string;
118
+ textColorGhostDisabled: string;
119
+ border: string;
120
+ borderHover: string;
121
+ borderPressed: string;
122
+ borderFocus: string;
123
+ borderDisabled: string;
124
+ rippleColor: string;
125
+ colorPrimary: string;
126
+ colorHoverPrimary: string;
127
+ colorPressedPrimary: string;
128
+ colorFocusPrimary: string;
129
+ colorDisabledPrimary: string;
130
+ textColorPrimary: string;
131
+ textColorHoverPrimary: string;
132
+ textColorPressedPrimary: string;
133
+ textColorFocusPrimary: string;
134
+ textColorDisabledPrimary: string;
135
+ textColorTextPrimary: string;
136
+ textColorTextHoverPrimary: string;
137
+ textColorTextPressedPrimary: string;
138
+ textColorTextFocusPrimary: string;
139
+ textColorTextDisabledPrimary: string;
140
+ textColorGhostPrimary: string;
141
+ textColorGhostHoverPrimary: string;
142
+ textColorGhostPressedPrimary: string;
143
+ textColorGhostFocusPrimary: string;
144
+ textColorGhostDisabledPrimary: string;
145
+ borderPrimary: string;
146
+ borderHoverPrimary: string;
147
+ borderPressedPrimary: string;
148
+ borderFocusPrimary: string;
149
+ borderDisabledPrimary: string;
150
+ rippleColorPrimary: string;
151
+ colorInfo: string;
152
+ colorHoverInfo: string;
153
+ colorPressedInfo: string;
154
+ colorFocusInfo: string;
155
+ colorDisabledInfo: string;
156
+ textColorInfo: string;
157
+ textColorHoverInfo: string;
158
+ textColorPressedInfo: string;
159
+ textColorFocusInfo: string;
160
+ textColorDisabledInfo: string;
161
+ textColorTextInfo: string;
162
+ textColorTextHoverInfo: string;
163
+ textColorTextPressedInfo: string;
164
+ textColorTextFocusInfo: string;
165
+ textColorTextDisabledInfo: string;
166
+ textColorGhostInfo: string;
167
+ textColorGhostHoverInfo: string;
168
+ textColorGhostPressedInfo: string;
169
+ textColorGhostFocusInfo: string;
170
+ textColorGhostDisabledInfo: string;
171
+ borderInfo: string;
172
+ borderHoverInfo: string;
173
+ borderPressedInfo: string;
174
+ borderFocusInfo: string;
175
+ borderDisabledInfo: string;
176
+ rippleColorInfo: string;
177
+ colorSuccess: string;
178
+ colorHoverSuccess: string;
179
+ colorPressedSuccess: string;
180
+ colorFocusSuccess: string;
181
+ colorDisabledSuccess: string;
182
+ textColorSuccess: string;
183
+ textColorHoverSuccess: string;
184
+ textColorPressedSuccess: string;
185
+ textColorFocusSuccess: string;
186
+ textColorDisabledSuccess: string;
187
+ textColorTextSuccess: string;
188
+ textColorTextHoverSuccess: string;
189
+ textColorTextPressedSuccess: string;
190
+ textColorTextFocusSuccess: string;
191
+ textColorTextDisabledSuccess: string;
192
+ textColorGhostSuccess: string;
193
+ textColorGhostHoverSuccess: string;
194
+ textColorGhostPressedSuccess: string;
195
+ textColorGhostFocusSuccess: string;
196
+ textColorGhostDisabledSuccess: string;
197
+ borderSuccess: string;
198
+ borderHoverSuccess: string;
199
+ borderPressedSuccess: string;
200
+ borderFocusSuccess: string;
201
+ borderDisabledSuccess: string;
202
+ rippleColorSuccess: string;
203
+ colorWarning: string;
204
+ colorHoverWarning: string;
205
+ colorPressedWarning: string;
206
+ colorFocusWarning: string;
207
+ colorDisabledWarning: string;
208
+ textColorWarning: string;
209
+ textColorHoverWarning: string;
210
+ textColorPressedWarning: string;
211
+ textColorFocusWarning: string;
212
+ textColorDisabledWarning: string;
213
+ textColorTextWarning: string;
214
+ textColorTextHoverWarning: string;
215
+ textColorTextPressedWarning: string;
216
+ textColorTextFocusWarning: string;
217
+ textColorTextDisabledWarning: string;
218
+ textColorGhostWarning: string;
219
+ textColorGhostHoverWarning: string;
220
+ textColorGhostPressedWarning: string;
221
+ textColorGhostFocusWarning: string;
222
+ textColorGhostDisabledWarning: string;
223
+ borderWarning: string;
224
+ borderHoverWarning: string;
225
+ borderPressedWarning: string;
226
+ borderFocusWarning: string;
227
+ borderDisabledWarning: string;
228
+ rippleColorWarning: string;
229
+ colorError: string;
230
+ colorHoverError: string;
231
+ colorPressedError: string;
232
+ colorFocusError: string;
233
+ colorDisabledError: string;
234
+ textColorError: string;
235
+ textColorHoverError: string;
236
+ textColorPressedError: string;
237
+ textColorFocusError: string;
238
+ textColorDisabledError: string;
239
+ textColorTextError: string;
240
+ textColorTextHoverError: string;
241
+ textColorTextPressedError: string;
242
+ textColorTextFocusError: string;
243
+ textColorTextDisabledError: string;
244
+ textColorGhostError: string;
245
+ textColorGhostHoverError: string;
246
+ textColorGhostPressedError: string;
247
+ textColorGhostFocusError: string;
248
+ textColorGhostDisabledError: string;
249
+ borderError: string;
250
+ borderHoverError: string;
251
+ borderPressedError: string;
252
+ borderFocusError: string;
253
+ borderDisabledError: string;
254
+ rippleColorError: string;
255
+ waveOpacity: string;
256
+ fontWeight: string;
257
+ fontWeightStrong: string;
258
+ paddingTiny: string;
259
+ paddingSmall: string;
260
+ paddingMedium: string;
261
+ paddingLarge: string;
262
+ paddingRoundTiny: string;
263
+ paddingRoundSmall: string;
264
+ paddingRoundMedium: string;
265
+ paddingRoundLarge: string;
266
+ iconMarginTiny: string;
267
+ iconMarginSmall: string;
268
+ iconMarginMedium: string;
269
+ iconMarginLarge: string;
270
+ iconSizeTiny: string;
271
+ iconSizeSmall: string;
272
+ iconSizeMedium: string;
273
+ iconSizeLarge: string;
274
+ rippleDuration: string;
275
+ }, any>>;
276
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Button", {
277
+ heightTiny: string;
278
+ heightSmall: string;
279
+ heightMedium: string;
280
+ heightLarge: string;
281
+ borderRadiusTiny: string;
282
+ borderRadiusSmall: string;
283
+ borderRadiusMedium: string;
284
+ borderRadiusLarge: string;
285
+ fontSizeTiny: string;
286
+ fontSizeSmall: string;
287
+ fontSizeMedium: string;
288
+ fontSizeLarge: string;
289
+ opacityDisabled: string;
290
+ colorOpacitySecondary: string;
291
+ colorOpacitySecondaryHover: string;
292
+ colorOpacitySecondaryPressed: string;
293
+ colorSecondary: string;
294
+ colorSecondaryHover: string;
295
+ colorSecondaryPressed: string;
296
+ colorTertiary: string;
297
+ colorTertiaryHover: string;
298
+ colorTertiaryPressed: string;
299
+ colorQuaternary: string;
300
+ colorQuaternaryHover: string;
301
+ colorQuaternaryPressed: string;
302
+ color: string;
303
+ colorHover: string;
304
+ colorPressed: string;
305
+ colorFocus: string;
306
+ colorDisabled: string;
307
+ textColor: string;
308
+ textColorTertiary: string;
309
+ textColorHover: string;
310
+ textColorPressed: string;
311
+ textColorFocus: string;
312
+ textColorDisabled: string;
313
+ textColorText: string;
314
+ textColorTextHover: string;
315
+ textColorTextPressed: string;
316
+ textColorTextFocus: string;
317
+ textColorTextDisabled: string;
318
+ textColorGhost: string;
319
+ textColorGhostHover: string;
320
+ textColorGhostPressed: string;
321
+ textColorGhostFocus: string;
322
+ textColorGhostDisabled: string;
323
+ border: string;
324
+ borderHover: string;
325
+ borderPressed: string;
326
+ borderFocus: string;
327
+ borderDisabled: string;
328
+ rippleColor: string;
329
+ colorPrimary: string;
330
+ colorHoverPrimary: string;
331
+ colorPressedPrimary: string;
332
+ colorFocusPrimary: string;
333
+ colorDisabledPrimary: string;
334
+ textColorPrimary: string;
335
+ textColorHoverPrimary: string;
336
+ textColorPressedPrimary: string;
337
+ textColorFocusPrimary: string;
338
+ textColorDisabledPrimary: string;
339
+ textColorTextPrimary: string;
340
+ textColorTextHoverPrimary: string;
341
+ textColorTextPressedPrimary: string;
342
+ textColorTextFocusPrimary: string;
343
+ textColorTextDisabledPrimary: string;
344
+ textColorGhostPrimary: string;
345
+ textColorGhostHoverPrimary: string;
346
+ textColorGhostPressedPrimary: string;
347
+ textColorGhostFocusPrimary: string;
348
+ textColorGhostDisabledPrimary: string;
349
+ borderPrimary: string;
350
+ borderHoverPrimary: string;
351
+ borderPressedPrimary: string;
352
+ borderFocusPrimary: string;
353
+ borderDisabledPrimary: string;
354
+ rippleColorPrimary: string;
355
+ colorInfo: string;
356
+ colorHoverInfo: string;
357
+ colorPressedInfo: string;
358
+ colorFocusInfo: string;
359
+ colorDisabledInfo: string;
360
+ textColorInfo: string;
361
+ textColorHoverInfo: string;
362
+ textColorPressedInfo: string;
363
+ textColorFocusInfo: string;
364
+ textColorDisabledInfo: string;
365
+ textColorTextInfo: string;
366
+ textColorTextHoverInfo: string;
367
+ textColorTextPressedInfo: string;
368
+ textColorTextFocusInfo: string;
369
+ textColorTextDisabledInfo: string;
370
+ textColorGhostInfo: string;
371
+ textColorGhostHoverInfo: string;
372
+ textColorGhostPressedInfo: string;
373
+ textColorGhostFocusInfo: string;
374
+ textColorGhostDisabledInfo: string;
375
+ borderInfo: string;
376
+ borderHoverInfo: string;
377
+ borderPressedInfo: string;
378
+ borderFocusInfo: string;
379
+ borderDisabledInfo: string;
380
+ rippleColorInfo: string;
381
+ colorSuccess: string;
382
+ colorHoverSuccess: string;
383
+ colorPressedSuccess: string;
384
+ colorFocusSuccess: string;
385
+ colorDisabledSuccess: string;
386
+ textColorSuccess: string;
387
+ textColorHoverSuccess: string;
388
+ textColorPressedSuccess: string;
389
+ textColorFocusSuccess: string;
390
+ textColorDisabledSuccess: string;
391
+ textColorTextSuccess: string;
392
+ textColorTextHoverSuccess: string;
393
+ textColorTextPressedSuccess: string;
394
+ textColorTextFocusSuccess: string;
395
+ textColorTextDisabledSuccess: string;
396
+ textColorGhostSuccess: string;
397
+ textColorGhostHoverSuccess: string;
398
+ textColorGhostPressedSuccess: string;
399
+ textColorGhostFocusSuccess: string;
400
+ textColorGhostDisabledSuccess: string;
401
+ borderSuccess: string;
402
+ borderHoverSuccess: string;
403
+ borderPressedSuccess: string;
404
+ borderFocusSuccess: string;
405
+ borderDisabledSuccess: string;
406
+ rippleColorSuccess: string;
407
+ colorWarning: string;
408
+ colorHoverWarning: string;
409
+ colorPressedWarning: string;
410
+ colorFocusWarning: string;
411
+ colorDisabledWarning: string;
412
+ textColorWarning: string;
413
+ textColorHoverWarning: string;
414
+ textColorPressedWarning: string;
415
+ textColorFocusWarning: string;
416
+ textColorDisabledWarning: string;
417
+ textColorTextWarning: string;
418
+ textColorTextHoverWarning: string;
419
+ textColorTextPressedWarning: string;
420
+ textColorTextFocusWarning: string;
421
+ textColorTextDisabledWarning: string;
422
+ textColorGhostWarning: string;
423
+ textColorGhostHoverWarning: string;
424
+ textColorGhostPressedWarning: string;
425
+ textColorGhostFocusWarning: string;
426
+ textColorGhostDisabledWarning: string;
427
+ borderWarning: string;
428
+ borderHoverWarning: string;
429
+ borderPressedWarning: string;
430
+ borderFocusWarning: string;
431
+ borderDisabledWarning: string;
432
+ rippleColorWarning: string;
433
+ colorError: string;
434
+ colorHoverError: string;
435
+ colorPressedError: string;
436
+ colorFocusError: string;
437
+ colorDisabledError: string;
438
+ textColorError: string;
439
+ textColorHoverError: string;
440
+ textColorPressedError: string;
441
+ textColorFocusError: string;
442
+ textColorDisabledError: string;
443
+ textColorTextError: string;
444
+ textColorTextHoverError: string;
445
+ textColorTextPressedError: string;
446
+ textColorTextFocusError: string;
447
+ textColorTextDisabledError: string;
448
+ textColorGhostError: string;
449
+ textColorGhostHoverError: string;
450
+ textColorGhostPressedError: string;
451
+ textColorGhostFocusError: string;
452
+ textColorGhostDisabledError: string;
453
+ borderError: string;
454
+ borderHoverError: string;
455
+ borderPressedError: string;
456
+ borderFocusError: string;
457
+ borderDisabledError: string;
458
+ rippleColorError: string;
459
+ waveOpacity: string;
460
+ fontWeight: string;
461
+ fontWeightStrong: string;
462
+ paddingTiny: string;
463
+ paddingSmall: string;
464
+ paddingMedium: string;
465
+ paddingLarge: string;
466
+ paddingRoundTiny: string;
467
+ paddingRoundSmall: string;
468
+ paddingRoundMedium: string;
469
+ paddingRoundLarge: string;
470
+ iconMarginTiny: string;
471
+ iconMarginSmall: string;
472
+ iconMarginMedium: string;
473
+ iconMarginLarge: string;
474
+ iconSizeTiny: string;
475
+ iconSizeSmall: string;
476
+ iconSizeMedium: string;
477
+ iconSizeLarge: string;
478
+ rippleDuration: string;
479
+ }, any>>>;
480
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Button", {
481
+ heightTiny: string;
482
+ heightSmall: string;
483
+ heightMedium: string;
484
+ heightLarge: string;
485
+ borderRadiusTiny: string;
486
+ borderRadiusSmall: string;
487
+ borderRadiusMedium: string;
488
+ borderRadiusLarge: string;
489
+ fontSizeTiny: string;
490
+ fontSizeSmall: string;
491
+ fontSizeMedium: string;
492
+ fontSizeLarge: string;
493
+ opacityDisabled: string;
494
+ colorOpacitySecondary: string;
495
+ colorOpacitySecondaryHover: string;
496
+ colorOpacitySecondaryPressed: string;
497
+ colorSecondary: string;
498
+ colorSecondaryHover: string;
499
+ colorSecondaryPressed: string;
500
+ colorTertiary: string;
501
+ colorTertiaryHover: string;
502
+ colorTertiaryPressed: string;
503
+ colorQuaternary: string;
504
+ colorQuaternaryHover: string;
505
+ colorQuaternaryPressed: string;
506
+ color: string;
507
+ colorHover: string;
508
+ colorPressed: string;
509
+ colorFocus: string;
510
+ colorDisabled: string;
511
+ textColor: string;
512
+ textColorTertiary: string;
513
+ textColorHover: string;
514
+ textColorPressed: string;
515
+ textColorFocus: string;
516
+ textColorDisabled: string;
517
+ textColorText: string;
518
+ textColorTextHover: string;
519
+ textColorTextPressed: string;
520
+ textColorTextFocus: string;
521
+ textColorTextDisabled: string;
522
+ textColorGhost: string;
523
+ textColorGhostHover: string;
524
+ textColorGhostPressed: string;
525
+ textColorGhostFocus: string;
526
+ textColorGhostDisabled: string;
527
+ border: string;
528
+ borderHover: string;
529
+ borderPressed: string;
530
+ borderFocus: string;
531
+ borderDisabled: string;
532
+ rippleColor: string;
533
+ colorPrimary: string;
534
+ colorHoverPrimary: string;
535
+ colorPressedPrimary: string;
536
+ colorFocusPrimary: string;
537
+ colorDisabledPrimary: string;
538
+ textColorPrimary: string;
539
+ textColorHoverPrimary: string;
540
+ textColorPressedPrimary: string;
541
+ textColorFocusPrimary: string;
542
+ textColorDisabledPrimary: string;
543
+ textColorTextPrimary: string;
544
+ textColorTextHoverPrimary: string;
545
+ textColorTextPressedPrimary: string;
546
+ textColorTextFocusPrimary: string;
547
+ textColorTextDisabledPrimary: string;
548
+ textColorGhostPrimary: string;
549
+ textColorGhostHoverPrimary: string;
550
+ textColorGhostPressedPrimary: string;
551
+ textColorGhostFocusPrimary: string;
552
+ textColorGhostDisabledPrimary: string;
553
+ borderPrimary: string;
554
+ borderHoverPrimary: string;
555
+ borderPressedPrimary: string;
556
+ borderFocusPrimary: string;
557
+ borderDisabledPrimary: string;
558
+ rippleColorPrimary: string;
559
+ colorInfo: string;
560
+ colorHoverInfo: string;
561
+ colorPressedInfo: string;
562
+ colorFocusInfo: string;
563
+ colorDisabledInfo: string;
564
+ textColorInfo: string;
565
+ textColorHoverInfo: string;
566
+ textColorPressedInfo: string;
567
+ textColorFocusInfo: string;
568
+ textColorDisabledInfo: string;
569
+ textColorTextInfo: string;
570
+ textColorTextHoverInfo: string;
571
+ textColorTextPressedInfo: string;
572
+ textColorTextFocusInfo: string;
573
+ textColorTextDisabledInfo: string;
574
+ textColorGhostInfo: string;
575
+ textColorGhostHoverInfo: string;
576
+ textColorGhostPressedInfo: string;
577
+ textColorGhostFocusInfo: string;
578
+ textColorGhostDisabledInfo: string;
579
+ borderInfo: string;
580
+ borderHoverInfo: string;
581
+ borderPressedInfo: string;
582
+ borderFocusInfo: string;
583
+ borderDisabledInfo: string;
584
+ rippleColorInfo: string;
585
+ colorSuccess: string;
586
+ colorHoverSuccess: string;
587
+ colorPressedSuccess: string;
588
+ colorFocusSuccess: string;
589
+ colorDisabledSuccess: string;
590
+ textColorSuccess: string;
591
+ textColorHoverSuccess: string;
592
+ textColorPressedSuccess: string;
593
+ textColorFocusSuccess: string;
594
+ textColorDisabledSuccess: string;
595
+ textColorTextSuccess: string;
596
+ textColorTextHoverSuccess: string;
597
+ textColorTextPressedSuccess: string;
598
+ textColorTextFocusSuccess: string;
599
+ textColorTextDisabledSuccess: string;
600
+ textColorGhostSuccess: string;
601
+ textColorGhostHoverSuccess: string;
602
+ textColorGhostPressedSuccess: string;
603
+ textColorGhostFocusSuccess: string;
604
+ textColorGhostDisabledSuccess: string;
605
+ borderSuccess: string;
606
+ borderHoverSuccess: string;
607
+ borderPressedSuccess: string;
608
+ borderFocusSuccess: string;
609
+ borderDisabledSuccess: string;
610
+ rippleColorSuccess: string;
611
+ colorWarning: string;
612
+ colorHoverWarning: string;
613
+ colorPressedWarning: string;
614
+ colorFocusWarning: string;
615
+ colorDisabledWarning: string;
616
+ textColorWarning: string;
617
+ textColorHoverWarning: string;
618
+ textColorPressedWarning: string;
619
+ textColorFocusWarning: string;
620
+ textColorDisabledWarning: string;
621
+ textColorTextWarning: string;
622
+ textColorTextHoverWarning: string;
623
+ textColorTextPressedWarning: string;
624
+ textColorTextFocusWarning: string;
625
+ textColorTextDisabledWarning: string;
626
+ textColorGhostWarning: string;
627
+ textColorGhostHoverWarning: string;
628
+ textColorGhostPressedWarning: string;
629
+ textColorGhostFocusWarning: string;
630
+ textColorGhostDisabledWarning: string;
631
+ borderWarning: string;
632
+ borderHoverWarning: string;
633
+ borderPressedWarning: string;
634
+ borderFocusWarning: string;
635
+ borderDisabledWarning: string;
636
+ rippleColorWarning: string;
637
+ colorError: string;
638
+ colorHoverError: string;
639
+ colorPressedError: string;
640
+ colorFocusError: string;
641
+ colorDisabledError: string;
642
+ textColorError: string;
643
+ textColorHoverError: string;
644
+ textColorPressedError: string;
645
+ textColorFocusError: string;
646
+ textColorDisabledError: string;
647
+ textColorTextError: string;
648
+ textColorTextHoverError: string;
649
+ textColorTextPressedError: string;
650
+ textColorTextFocusError: string;
651
+ textColorTextDisabledError: string;
652
+ textColorGhostError: string;
653
+ textColorGhostHoverError: string;
654
+ textColorGhostPressedError: string;
655
+ textColorGhostFocusError: string;
656
+ textColorGhostDisabledError: string;
657
+ borderError: string;
658
+ borderHoverError: string;
659
+ borderPressedError: string;
660
+ borderFocusError: string;
661
+ borderDisabledError: string;
662
+ rippleColorError: string;
663
+ waveOpacity: string;
664
+ fontWeight: string;
665
+ fontWeightStrong: string;
666
+ paddingTiny: string;
667
+ paddingSmall: string;
668
+ paddingMedium: string;
669
+ paddingLarge: string;
670
+ paddingRoundTiny: string;
671
+ paddingRoundSmall: string;
672
+ paddingRoundMedium: string;
673
+ paddingRoundLarge: string;
674
+ iconMarginTiny: string;
675
+ iconMarginSmall: string;
676
+ iconMarginMedium: string;
677
+ iconMarginLarge: string;
678
+ iconSizeTiny: string;
679
+ iconSizeSmall: string;
680
+ iconSizeMedium: string;
681
+ iconSizeLarge: string;
682
+ rippleDuration: string;
683
+ }, any>>>;
684
+ }>, {
685
+ selfElRef: Ref<HTMLElement | null, HTMLElement | null>;
686
+ waveElRef: Ref<{
687
+ play: () => void;
688
+ } | null, BaseWaveRef | {
689
+ play: () => void;
690
+ } | null>;
691
+ mergedClsPrefix: Ref<string, string>;
692
+ mergedFocusable: ComputedRef<boolean>;
693
+ mergedSize: ComputedRef<"small" | "medium" | "large" | "tiny">;
694
+ showBorder: ComputedRef<boolean>;
695
+ enterPressed: Ref<boolean, boolean>;
696
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
697
+ handleMousedown: (e: MouseEvent) => void;
698
+ handleKeydown: (e: KeyboardEvent) => void;
699
+ handleBlur: () => void;
700
+ handleKeyup: (e: KeyboardEvent) => void;
701
+ handleClick: (e: MouseEvent) => void;
702
+ customColorCssVars: ComputedRef<{
703
+ "--n-border-color": string;
704
+ "--n-border-color-hover": string;
705
+ "--n-border-color-pressed": string;
706
+ "--n-border-color-focus": string;
707
+ "--n-border-color-disabled": string;
708
+ } | null>;
709
+ cssVars: ComputedRef<{
710
+ "--n-width": string;
711
+ "--n-height": string;
712
+ "--n-font-size": string;
713
+ "--n-padding": string;
714
+ "--n-icon-size": string;
715
+ "--n-icon-margin": string;
716
+ "--n-border-radius": string;
717
+ "--n-border": string;
718
+ "--n-border-hover": string;
719
+ "--n-border-pressed": string;
720
+ "--n-border-focus": string;
721
+ "--n-border-disabled": string;
722
+ "--n-color": string;
723
+ "--n-color-hover": string;
724
+ "--n-color-pressed": string;
725
+ "--n-color-focus": string;
726
+ "--n-color-disabled": string;
727
+ "--n-ripple-color": string;
728
+ "--n-text-color": string;
729
+ "--n-text-color-hover": string;
730
+ "--n-text-color-pressed": string;
731
+ "--n-text-color-focus": string;
732
+ "--n-text-color-disabled": string;
733
+ "--n-font-weight": string;
734
+ "--n-bezier": string;
735
+ "--n-bezier-ease-out": string;
736
+ "--n-ripple-duration": string;
737
+ "--n-opacity-disabled": string;
738
+ "--n-wave-opacity": string;
739
+ }> | undefined;
740
+ themeClass: Ref<string, string> | undefined;
741
+ onRender: (() => void) | undefined;
742
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
743
+ readonly color: StringConstructor;
744
+ readonly textColor: StringConstructor;
745
+ readonly text: BooleanConstructor;
746
+ readonly block: BooleanConstructor;
747
+ readonly loading: BooleanConstructor;
748
+ readonly disabled: BooleanConstructor;
749
+ readonly circle: BooleanConstructor;
750
+ readonly size: PropType<Size>;
751
+ readonly ghost: BooleanConstructor;
752
+ readonly round: BooleanConstructor;
753
+ readonly secondary: BooleanConstructor;
754
+ readonly tertiary: BooleanConstructor;
755
+ readonly quaternary: BooleanConstructor;
756
+ readonly strong: BooleanConstructor;
757
+ readonly focusable: {
758
+ readonly type: BooleanConstructor;
759
+ readonly default: true;
760
+ };
761
+ readonly keyboard: {
762
+ readonly type: BooleanConstructor;
763
+ readonly default: true;
764
+ };
765
+ readonly tag: {
766
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
767
+ readonly default: "button";
768
+ };
769
+ readonly type: {
770
+ readonly type: PropType<Type>;
771
+ readonly default: "default";
772
+ };
773
+ readonly dashed: BooleanConstructor;
774
+ readonly renderIcon: PropType<() => VNodeChild>;
775
+ readonly iconPlacement: {
776
+ readonly type: PropType<"left" | "right">;
777
+ readonly default: "left";
778
+ };
779
+ readonly attrType: {
780
+ readonly type: PropType<"button" | "submit" | "reset">;
781
+ readonly default: "button";
782
+ };
783
+ readonly bordered: {
784
+ readonly type: BooleanConstructor;
785
+ readonly default: true;
786
+ };
787
+ readonly onClick: PropType<MaybeArray<(e: MouseEvent) => void>>;
788
+ readonly nativeFocusBehavior: {
789
+ readonly type: BooleanConstructor;
790
+ readonly default: boolean;
791
+ };
792
+ readonly theme: PropType<Theme<"Button", {
793
+ heightTiny: string;
794
+ heightSmall: string;
795
+ heightMedium: string;
796
+ heightLarge: string;
797
+ borderRadiusTiny: string;
798
+ borderRadiusSmall: string;
799
+ borderRadiusMedium: string;
800
+ borderRadiusLarge: string;
801
+ fontSizeTiny: string;
802
+ fontSizeSmall: string;
803
+ fontSizeMedium: string;
804
+ fontSizeLarge: string;
805
+ opacityDisabled: string;
806
+ colorOpacitySecondary: string;
807
+ colorOpacitySecondaryHover: string;
808
+ colorOpacitySecondaryPressed: string;
809
+ colorSecondary: string;
810
+ colorSecondaryHover: string;
811
+ colorSecondaryPressed: string;
812
+ colorTertiary: string;
813
+ colorTertiaryHover: string;
814
+ colorTertiaryPressed: string;
815
+ colorQuaternary: string;
816
+ colorQuaternaryHover: string;
817
+ colorQuaternaryPressed: string;
818
+ color: string;
819
+ colorHover: string;
820
+ colorPressed: string;
821
+ colorFocus: string;
822
+ colorDisabled: string;
823
+ textColor: string;
824
+ textColorTertiary: string;
825
+ textColorHover: string;
826
+ textColorPressed: string;
827
+ textColorFocus: string;
828
+ textColorDisabled: string;
829
+ textColorText: string;
830
+ textColorTextHover: string;
831
+ textColorTextPressed: string;
832
+ textColorTextFocus: string;
833
+ textColorTextDisabled: string;
834
+ textColorGhost: string;
835
+ textColorGhostHover: string;
836
+ textColorGhostPressed: string;
837
+ textColorGhostFocus: string;
838
+ textColorGhostDisabled: string;
839
+ border: string;
840
+ borderHover: string;
841
+ borderPressed: string;
842
+ borderFocus: string;
843
+ borderDisabled: string;
844
+ rippleColor: string;
845
+ colorPrimary: string;
846
+ colorHoverPrimary: string;
847
+ colorPressedPrimary: string;
848
+ colorFocusPrimary: string;
849
+ colorDisabledPrimary: string;
850
+ textColorPrimary: string;
851
+ textColorHoverPrimary: string;
852
+ textColorPressedPrimary: string;
853
+ textColorFocusPrimary: string;
854
+ textColorDisabledPrimary: string;
855
+ textColorTextPrimary: string;
856
+ textColorTextHoverPrimary: string;
857
+ textColorTextPressedPrimary: string;
858
+ textColorTextFocusPrimary: string;
859
+ textColorTextDisabledPrimary: string;
860
+ textColorGhostPrimary: string;
861
+ textColorGhostHoverPrimary: string;
862
+ textColorGhostPressedPrimary: string;
863
+ textColorGhostFocusPrimary: string;
864
+ textColorGhostDisabledPrimary: string;
865
+ borderPrimary: string;
866
+ borderHoverPrimary: string;
867
+ borderPressedPrimary: string;
868
+ borderFocusPrimary: string;
869
+ borderDisabledPrimary: string;
870
+ rippleColorPrimary: string;
871
+ colorInfo: string;
872
+ colorHoverInfo: string;
873
+ colorPressedInfo: string;
874
+ colorFocusInfo: string;
875
+ colorDisabledInfo: string;
876
+ textColorInfo: string;
877
+ textColorHoverInfo: string;
878
+ textColorPressedInfo: string;
879
+ textColorFocusInfo: string;
880
+ textColorDisabledInfo: string;
881
+ textColorTextInfo: string;
882
+ textColorTextHoverInfo: string;
883
+ textColorTextPressedInfo: string;
884
+ textColorTextFocusInfo: string;
885
+ textColorTextDisabledInfo: string;
886
+ textColorGhostInfo: string;
887
+ textColorGhostHoverInfo: string;
888
+ textColorGhostPressedInfo: string;
889
+ textColorGhostFocusInfo: string;
890
+ textColorGhostDisabledInfo: string;
891
+ borderInfo: string;
892
+ borderHoverInfo: string;
893
+ borderPressedInfo: string;
894
+ borderFocusInfo: string;
895
+ borderDisabledInfo: string;
896
+ rippleColorInfo: string;
897
+ colorSuccess: string;
898
+ colorHoverSuccess: string;
899
+ colorPressedSuccess: string;
900
+ colorFocusSuccess: string;
901
+ colorDisabledSuccess: string;
902
+ textColorSuccess: string;
903
+ textColorHoverSuccess: string;
904
+ textColorPressedSuccess: string;
905
+ textColorFocusSuccess: string;
906
+ textColorDisabledSuccess: string;
907
+ textColorTextSuccess: string;
908
+ textColorTextHoverSuccess: string;
909
+ textColorTextPressedSuccess: string;
910
+ textColorTextFocusSuccess: string;
911
+ textColorTextDisabledSuccess: string;
912
+ textColorGhostSuccess: string;
913
+ textColorGhostHoverSuccess: string;
914
+ textColorGhostPressedSuccess: string;
915
+ textColorGhostFocusSuccess: string;
916
+ textColorGhostDisabledSuccess: string;
917
+ borderSuccess: string;
918
+ borderHoverSuccess: string;
919
+ borderPressedSuccess: string;
920
+ borderFocusSuccess: string;
921
+ borderDisabledSuccess: string;
922
+ rippleColorSuccess: string;
923
+ colorWarning: string;
924
+ colorHoverWarning: string;
925
+ colorPressedWarning: string;
926
+ colorFocusWarning: string;
927
+ colorDisabledWarning: string;
928
+ textColorWarning: string;
929
+ textColorHoverWarning: string;
930
+ textColorPressedWarning: string;
931
+ textColorFocusWarning: string;
932
+ textColorDisabledWarning: string;
933
+ textColorTextWarning: string;
934
+ textColorTextHoverWarning: string;
935
+ textColorTextPressedWarning: string;
936
+ textColorTextFocusWarning: string;
937
+ textColorTextDisabledWarning: string;
938
+ textColorGhostWarning: string;
939
+ textColorGhostHoverWarning: string;
940
+ textColorGhostPressedWarning: string;
941
+ textColorGhostFocusWarning: string;
942
+ textColorGhostDisabledWarning: string;
943
+ borderWarning: string;
944
+ borderHoverWarning: string;
945
+ borderPressedWarning: string;
946
+ borderFocusWarning: string;
947
+ borderDisabledWarning: string;
948
+ rippleColorWarning: string;
949
+ colorError: string;
950
+ colorHoverError: string;
951
+ colorPressedError: string;
952
+ colorFocusError: string;
953
+ colorDisabledError: string;
954
+ textColorError: string;
955
+ textColorHoverError: string;
956
+ textColorPressedError: string;
957
+ textColorFocusError: string;
958
+ textColorDisabledError: string;
959
+ textColorTextError: string;
960
+ textColorTextHoverError: string;
961
+ textColorTextPressedError: string;
962
+ textColorTextFocusError: string;
963
+ textColorTextDisabledError: string;
964
+ textColorGhostError: string;
965
+ textColorGhostHoverError: string;
966
+ textColorGhostPressedError: string;
967
+ textColorGhostFocusError: string;
968
+ textColorGhostDisabledError: string;
969
+ borderError: string;
970
+ borderHoverError: string;
971
+ borderPressedError: string;
972
+ borderFocusError: string;
973
+ borderDisabledError: string;
974
+ rippleColorError: string;
975
+ waveOpacity: string;
976
+ fontWeight: string;
977
+ fontWeightStrong: string;
978
+ paddingTiny: string;
979
+ paddingSmall: string;
980
+ paddingMedium: string;
981
+ paddingLarge: string;
982
+ paddingRoundTiny: string;
983
+ paddingRoundSmall: string;
984
+ paddingRoundMedium: string;
985
+ paddingRoundLarge: string;
986
+ iconMarginTiny: string;
987
+ iconMarginSmall: string;
988
+ iconMarginMedium: string;
989
+ iconMarginLarge: string;
990
+ iconSizeTiny: string;
991
+ iconSizeSmall: string;
992
+ iconSizeMedium: string;
993
+ iconSizeLarge: string;
994
+ rippleDuration: string;
995
+ }, any>>;
996
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Button", {
997
+ heightTiny: string;
998
+ heightSmall: string;
999
+ heightMedium: string;
1000
+ heightLarge: string;
1001
+ borderRadiusTiny: string;
1002
+ borderRadiusSmall: string;
1003
+ borderRadiusMedium: string;
1004
+ borderRadiusLarge: string;
1005
+ fontSizeTiny: string;
1006
+ fontSizeSmall: string;
1007
+ fontSizeMedium: string;
1008
+ fontSizeLarge: string;
1009
+ opacityDisabled: string;
1010
+ colorOpacitySecondary: string;
1011
+ colorOpacitySecondaryHover: string;
1012
+ colorOpacitySecondaryPressed: string;
1013
+ colorSecondary: string;
1014
+ colorSecondaryHover: string;
1015
+ colorSecondaryPressed: string;
1016
+ colorTertiary: string;
1017
+ colorTertiaryHover: string;
1018
+ colorTertiaryPressed: string;
1019
+ colorQuaternary: string;
1020
+ colorQuaternaryHover: string;
1021
+ colorQuaternaryPressed: string;
1022
+ color: string;
1023
+ colorHover: string;
1024
+ colorPressed: string;
1025
+ colorFocus: string;
1026
+ colorDisabled: string;
1027
+ textColor: string;
1028
+ textColorTertiary: string;
1029
+ textColorHover: string;
1030
+ textColorPressed: string;
1031
+ textColorFocus: string;
1032
+ textColorDisabled: string;
1033
+ textColorText: string;
1034
+ textColorTextHover: string;
1035
+ textColorTextPressed: string;
1036
+ textColorTextFocus: string;
1037
+ textColorTextDisabled: string;
1038
+ textColorGhost: string;
1039
+ textColorGhostHover: string;
1040
+ textColorGhostPressed: string;
1041
+ textColorGhostFocus: string;
1042
+ textColorGhostDisabled: string;
1043
+ border: string;
1044
+ borderHover: string;
1045
+ borderPressed: string;
1046
+ borderFocus: string;
1047
+ borderDisabled: string;
1048
+ rippleColor: string;
1049
+ colorPrimary: string;
1050
+ colorHoverPrimary: string;
1051
+ colorPressedPrimary: string;
1052
+ colorFocusPrimary: string;
1053
+ colorDisabledPrimary: string;
1054
+ textColorPrimary: string;
1055
+ textColorHoverPrimary: string;
1056
+ textColorPressedPrimary: string;
1057
+ textColorFocusPrimary: string;
1058
+ textColorDisabledPrimary: string;
1059
+ textColorTextPrimary: string;
1060
+ textColorTextHoverPrimary: string;
1061
+ textColorTextPressedPrimary: string;
1062
+ textColorTextFocusPrimary: string;
1063
+ textColorTextDisabledPrimary: string;
1064
+ textColorGhostPrimary: string;
1065
+ textColorGhostHoverPrimary: string;
1066
+ textColorGhostPressedPrimary: string;
1067
+ textColorGhostFocusPrimary: string;
1068
+ textColorGhostDisabledPrimary: string;
1069
+ borderPrimary: string;
1070
+ borderHoverPrimary: string;
1071
+ borderPressedPrimary: string;
1072
+ borderFocusPrimary: string;
1073
+ borderDisabledPrimary: string;
1074
+ rippleColorPrimary: string;
1075
+ colorInfo: string;
1076
+ colorHoverInfo: string;
1077
+ colorPressedInfo: string;
1078
+ colorFocusInfo: string;
1079
+ colorDisabledInfo: string;
1080
+ textColorInfo: string;
1081
+ textColorHoverInfo: string;
1082
+ textColorPressedInfo: string;
1083
+ textColorFocusInfo: string;
1084
+ textColorDisabledInfo: string;
1085
+ textColorTextInfo: string;
1086
+ textColorTextHoverInfo: string;
1087
+ textColorTextPressedInfo: string;
1088
+ textColorTextFocusInfo: string;
1089
+ textColorTextDisabledInfo: string;
1090
+ textColorGhostInfo: string;
1091
+ textColorGhostHoverInfo: string;
1092
+ textColorGhostPressedInfo: string;
1093
+ textColorGhostFocusInfo: string;
1094
+ textColorGhostDisabledInfo: string;
1095
+ borderInfo: string;
1096
+ borderHoverInfo: string;
1097
+ borderPressedInfo: string;
1098
+ borderFocusInfo: string;
1099
+ borderDisabledInfo: string;
1100
+ rippleColorInfo: string;
1101
+ colorSuccess: string;
1102
+ colorHoverSuccess: string;
1103
+ colorPressedSuccess: string;
1104
+ colorFocusSuccess: string;
1105
+ colorDisabledSuccess: string;
1106
+ textColorSuccess: string;
1107
+ textColorHoverSuccess: string;
1108
+ textColorPressedSuccess: string;
1109
+ textColorFocusSuccess: string;
1110
+ textColorDisabledSuccess: string;
1111
+ textColorTextSuccess: string;
1112
+ textColorTextHoverSuccess: string;
1113
+ textColorTextPressedSuccess: string;
1114
+ textColorTextFocusSuccess: string;
1115
+ textColorTextDisabledSuccess: string;
1116
+ textColorGhostSuccess: string;
1117
+ textColorGhostHoverSuccess: string;
1118
+ textColorGhostPressedSuccess: string;
1119
+ textColorGhostFocusSuccess: string;
1120
+ textColorGhostDisabledSuccess: string;
1121
+ borderSuccess: string;
1122
+ borderHoverSuccess: string;
1123
+ borderPressedSuccess: string;
1124
+ borderFocusSuccess: string;
1125
+ borderDisabledSuccess: string;
1126
+ rippleColorSuccess: string;
1127
+ colorWarning: string;
1128
+ colorHoverWarning: string;
1129
+ colorPressedWarning: string;
1130
+ colorFocusWarning: string;
1131
+ colorDisabledWarning: string;
1132
+ textColorWarning: string;
1133
+ textColorHoverWarning: string;
1134
+ textColorPressedWarning: string;
1135
+ textColorFocusWarning: string;
1136
+ textColorDisabledWarning: string;
1137
+ textColorTextWarning: string;
1138
+ textColorTextHoverWarning: string;
1139
+ textColorTextPressedWarning: string;
1140
+ textColorTextFocusWarning: string;
1141
+ textColorTextDisabledWarning: string;
1142
+ textColorGhostWarning: string;
1143
+ textColorGhostHoverWarning: string;
1144
+ textColorGhostPressedWarning: string;
1145
+ textColorGhostFocusWarning: string;
1146
+ textColorGhostDisabledWarning: string;
1147
+ borderWarning: string;
1148
+ borderHoverWarning: string;
1149
+ borderPressedWarning: string;
1150
+ borderFocusWarning: string;
1151
+ borderDisabledWarning: string;
1152
+ rippleColorWarning: string;
1153
+ colorError: string;
1154
+ colorHoverError: string;
1155
+ colorPressedError: string;
1156
+ colorFocusError: string;
1157
+ colorDisabledError: string;
1158
+ textColorError: string;
1159
+ textColorHoverError: string;
1160
+ textColorPressedError: string;
1161
+ textColorFocusError: string;
1162
+ textColorDisabledError: string;
1163
+ textColorTextError: string;
1164
+ textColorTextHoverError: string;
1165
+ textColorTextPressedError: string;
1166
+ textColorTextFocusError: string;
1167
+ textColorTextDisabledError: string;
1168
+ textColorGhostError: string;
1169
+ textColorGhostHoverError: string;
1170
+ textColorGhostPressedError: string;
1171
+ textColorGhostFocusError: string;
1172
+ textColorGhostDisabledError: string;
1173
+ borderError: string;
1174
+ borderHoverError: string;
1175
+ borderPressedError: string;
1176
+ borderFocusError: string;
1177
+ borderDisabledError: string;
1178
+ rippleColorError: string;
1179
+ waveOpacity: string;
1180
+ fontWeight: string;
1181
+ fontWeightStrong: string;
1182
+ paddingTiny: string;
1183
+ paddingSmall: string;
1184
+ paddingMedium: string;
1185
+ paddingLarge: string;
1186
+ paddingRoundTiny: string;
1187
+ paddingRoundSmall: string;
1188
+ paddingRoundMedium: string;
1189
+ paddingRoundLarge: string;
1190
+ iconMarginTiny: string;
1191
+ iconMarginSmall: string;
1192
+ iconMarginMedium: string;
1193
+ iconMarginLarge: string;
1194
+ iconSizeTiny: string;
1195
+ iconSizeSmall: string;
1196
+ iconSizeMedium: string;
1197
+ iconSizeLarge: string;
1198
+ rippleDuration: string;
1199
+ }, any>>>;
1200
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Button", {
1201
+ heightTiny: string;
1202
+ heightSmall: string;
1203
+ heightMedium: string;
1204
+ heightLarge: string;
1205
+ borderRadiusTiny: string;
1206
+ borderRadiusSmall: string;
1207
+ borderRadiusMedium: string;
1208
+ borderRadiusLarge: string;
1209
+ fontSizeTiny: string;
1210
+ fontSizeSmall: string;
1211
+ fontSizeMedium: string;
1212
+ fontSizeLarge: string;
1213
+ opacityDisabled: string;
1214
+ colorOpacitySecondary: string;
1215
+ colorOpacitySecondaryHover: string;
1216
+ colorOpacitySecondaryPressed: string;
1217
+ colorSecondary: string;
1218
+ colorSecondaryHover: string;
1219
+ colorSecondaryPressed: string;
1220
+ colorTertiary: string;
1221
+ colorTertiaryHover: string;
1222
+ colorTertiaryPressed: string;
1223
+ colorQuaternary: string;
1224
+ colorQuaternaryHover: string;
1225
+ colorQuaternaryPressed: string;
1226
+ color: string;
1227
+ colorHover: string;
1228
+ colorPressed: string;
1229
+ colorFocus: string;
1230
+ colorDisabled: string;
1231
+ textColor: string;
1232
+ textColorTertiary: string;
1233
+ textColorHover: string;
1234
+ textColorPressed: string;
1235
+ textColorFocus: string;
1236
+ textColorDisabled: string;
1237
+ textColorText: string;
1238
+ textColorTextHover: string;
1239
+ textColorTextPressed: string;
1240
+ textColorTextFocus: string;
1241
+ textColorTextDisabled: string;
1242
+ textColorGhost: string;
1243
+ textColorGhostHover: string;
1244
+ textColorGhostPressed: string;
1245
+ textColorGhostFocus: string;
1246
+ textColorGhostDisabled: string;
1247
+ border: string;
1248
+ borderHover: string;
1249
+ borderPressed: string;
1250
+ borderFocus: string;
1251
+ borderDisabled: string;
1252
+ rippleColor: string;
1253
+ colorPrimary: string;
1254
+ colorHoverPrimary: string;
1255
+ colorPressedPrimary: string;
1256
+ colorFocusPrimary: string;
1257
+ colorDisabledPrimary: string;
1258
+ textColorPrimary: string;
1259
+ textColorHoverPrimary: string;
1260
+ textColorPressedPrimary: string;
1261
+ textColorFocusPrimary: string;
1262
+ textColorDisabledPrimary: string;
1263
+ textColorTextPrimary: string;
1264
+ textColorTextHoverPrimary: string;
1265
+ textColorTextPressedPrimary: string;
1266
+ textColorTextFocusPrimary: string;
1267
+ textColorTextDisabledPrimary: string;
1268
+ textColorGhostPrimary: string;
1269
+ textColorGhostHoverPrimary: string;
1270
+ textColorGhostPressedPrimary: string;
1271
+ textColorGhostFocusPrimary: string;
1272
+ textColorGhostDisabledPrimary: string;
1273
+ borderPrimary: string;
1274
+ borderHoverPrimary: string;
1275
+ borderPressedPrimary: string;
1276
+ borderFocusPrimary: string;
1277
+ borderDisabledPrimary: string;
1278
+ rippleColorPrimary: string;
1279
+ colorInfo: string;
1280
+ colorHoverInfo: string;
1281
+ colorPressedInfo: string;
1282
+ colorFocusInfo: string;
1283
+ colorDisabledInfo: string;
1284
+ textColorInfo: string;
1285
+ textColorHoverInfo: string;
1286
+ textColorPressedInfo: string;
1287
+ textColorFocusInfo: string;
1288
+ textColorDisabledInfo: string;
1289
+ textColorTextInfo: string;
1290
+ textColorTextHoverInfo: string;
1291
+ textColorTextPressedInfo: string;
1292
+ textColorTextFocusInfo: string;
1293
+ textColorTextDisabledInfo: string;
1294
+ textColorGhostInfo: string;
1295
+ textColorGhostHoverInfo: string;
1296
+ textColorGhostPressedInfo: string;
1297
+ textColorGhostFocusInfo: string;
1298
+ textColorGhostDisabledInfo: string;
1299
+ borderInfo: string;
1300
+ borderHoverInfo: string;
1301
+ borderPressedInfo: string;
1302
+ borderFocusInfo: string;
1303
+ borderDisabledInfo: string;
1304
+ rippleColorInfo: string;
1305
+ colorSuccess: string;
1306
+ colorHoverSuccess: string;
1307
+ colorPressedSuccess: string;
1308
+ colorFocusSuccess: string;
1309
+ colorDisabledSuccess: string;
1310
+ textColorSuccess: string;
1311
+ textColorHoverSuccess: string;
1312
+ textColorPressedSuccess: string;
1313
+ textColorFocusSuccess: string;
1314
+ textColorDisabledSuccess: string;
1315
+ textColorTextSuccess: string;
1316
+ textColorTextHoverSuccess: string;
1317
+ textColorTextPressedSuccess: string;
1318
+ textColorTextFocusSuccess: string;
1319
+ textColorTextDisabledSuccess: string;
1320
+ textColorGhostSuccess: string;
1321
+ textColorGhostHoverSuccess: string;
1322
+ textColorGhostPressedSuccess: string;
1323
+ textColorGhostFocusSuccess: string;
1324
+ textColorGhostDisabledSuccess: string;
1325
+ borderSuccess: string;
1326
+ borderHoverSuccess: string;
1327
+ borderPressedSuccess: string;
1328
+ borderFocusSuccess: string;
1329
+ borderDisabledSuccess: string;
1330
+ rippleColorSuccess: string;
1331
+ colorWarning: string;
1332
+ colorHoverWarning: string;
1333
+ colorPressedWarning: string;
1334
+ colorFocusWarning: string;
1335
+ colorDisabledWarning: string;
1336
+ textColorWarning: string;
1337
+ textColorHoverWarning: string;
1338
+ textColorPressedWarning: string;
1339
+ textColorFocusWarning: string;
1340
+ textColorDisabledWarning: string;
1341
+ textColorTextWarning: string;
1342
+ textColorTextHoverWarning: string;
1343
+ textColorTextPressedWarning: string;
1344
+ textColorTextFocusWarning: string;
1345
+ textColorTextDisabledWarning: string;
1346
+ textColorGhostWarning: string;
1347
+ textColorGhostHoverWarning: string;
1348
+ textColorGhostPressedWarning: string;
1349
+ textColorGhostFocusWarning: string;
1350
+ textColorGhostDisabledWarning: string;
1351
+ borderWarning: string;
1352
+ borderHoverWarning: string;
1353
+ borderPressedWarning: string;
1354
+ borderFocusWarning: string;
1355
+ borderDisabledWarning: string;
1356
+ rippleColorWarning: string;
1357
+ colorError: string;
1358
+ colorHoverError: string;
1359
+ colorPressedError: string;
1360
+ colorFocusError: string;
1361
+ colorDisabledError: string;
1362
+ textColorError: string;
1363
+ textColorHoverError: string;
1364
+ textColorPressedError: string;
1365
+ textColorFocusError: string;
1366
+ textColorDisabledError: string;
1367
+ textColorTextError: string;
1368
+ textColorTextHoverError: string;
1369
+ textColorTextPressedError: string;
1370
+ textColorTextFocusError: string;
1371
+ textColorTextDisabledError: string;
1372
+ textColorGhostError: string;
1373
+ textColorGhostHoverError: string;
1374
+ textColorGhostPressedError: string;
1375
+ textColorGhostFocusError: string;
1376
+ textColorGhostDisabledError: string;
1377
+ borderError: string;
1378
+ borderHoverError: string;
1379
+ borderPressedError: string;
1380
+ borderFocusError: string;
1381
+ borderDisabledError: string;
1382
+ rippleColorError: string;
1383
+ waveOpacity: string;
1384
+ fontWeight: string;
1385
+ fontWeightStrong: string;
1386
+ paddingTiny: string;
1387
+ paddingSmall: string;
1388
+ paddingMedium: string;
1389
+ paddingLarge: string;
1390
+ paddingRoundTiny: string;
1391
+ paddingRoundSmall: string;
1392
+ paddingRoundMedium: string;
1393
+ paddingRoundLarge: string;
1394
+ iconMarginTiny: string;
1395
+ iconMarginSmall: string;
1396
+ iconMarginMedium: string;
1397
+ iconMarginLarge: string;
1398
+ iconSizeTiny: string;
1399
+ iconSizeSmall: string;
1400
+ iconSizeMedium: string;
1401
+ iconSizeLarge: string;
1402
+ rippleDuration: string;
1403
+ }, any>>>;
1404
+ }>> & Readonly<{}>, {
1405
+ readonly type: Type;
1406
+ readonly tag: keyof HTMLElementTagNameMap;
1407
+ readonly block: boolean;
1408
+ readonly disabled: boolean;
1409
+ readonly strong: boolean;
1410
+ readonly round: boolean;
1411
+ readonly dashed: boolean;
1412
+ readonly text: boolean;
1413
+ readonly circle: boolean;
1414
+ readonly loading: boolean;
1415
+ readonly focusable: boolean;
1416
+ readonly bordered: boolean;
1417
+ readonly tertiary: boolean;
1418
+ readonly keyboard: boolean;
1419
+ readonly ghost: boolean;
1420
+ readonly secondary: boolean;
1421
+ readonly quaternary: boolean;
1422
+ readonly iconPlacement: "left" | "right";
1423
+ readonly attrType: "reset" | "submit" | "button";
1424
+ readonly nativeFocusBehavior: boolean;
1425
+ }, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1426
+ NUpload: DefineComponent<ExtractPropTypes<{
1427
+ readonly name: {
1428
+ readonly type: StringConstructor;
1429
+ readonly default: "file";
1430
+ };
1431
+ readonly accept: StringConstructor;
1432
+ readonly action: StringConstructor;
1433
+ readonly customRequest: PropType<CustomRequest>;
1434
+ readonly directory: BooleanConstructor;
1435
+ readonly directoryDnd: {
1436
+ readonly type: BooleanConstructor;
1437
+ readonly default: undefined;
1438
+ };
1439
+ readonly method: {
1440
+ readonly type: StringConstructor;
1441
+ readonly default: "POST";
1442
+ };
1443
+ readonly multiple: BooleanConstructor;
1444
+ readonly showFileList: {
1445
+ readonly type: BooleanConstructor;
1446
+ readonly default: true;
1447
+ };
1448
+ readonly data: PropType<FuncOrRecordOrUndef<string | Blob>>;
1449
+ readonly headers: PropType<FuncOrRecordOrUndef>;
1450
+ readonly withCredentials: BooleanConstructor;
1451
+ readonly responseType: {
1452
+ readonly type: PropType<XMLHttpRequestResponseType>;
1453
+ readonly default: "";
1454
+ };
1455
+ readonly disabled: {
1456
+ readonly type: PropType<boolean | undefined>;
1457
+ readonly default: undefined;
1458
+ };
1459
+ readonly onChange: PropType<UploadOnChange>;
1460
+ readonly onRemove: PropType<UploadOnRemove>;
1461
+ readonly onFinish: PropType<UploadOnFinish>;
1462
+ readonly onError: PropType<OnError>;
1463
+ readonly onRetry: PropType<OnRetry>;
1464
+ readonly onBeforeUpload: PropType<OnBeforeUpload>;
1465
+ readonly isErrorState: PropType<(xhr: XMLHttpRequest) => boolean>;
1466
+ readonly onDownload: PropType<UploadOnDownload>;
1467
+ readonly customDownload: PropType<UploadOnDownload>;
1468
+ readonly defaultUpload: {
1469
+ readonly type: BooleanConstructor;
1470
+ readonly default: true;
1471
+ };
1472
+ readonly fileList: PropType<UploadFileInfo[]>;
1473
+ readonly 'onUpdate:fileList': PropType<MaybeArray<OnUpdateFileList>>;
1474
+ readonly onUpdateFileList: PropType<MaybeArray<OnUpdateFileList>>;
1475
+ readonly fileListClass: StringConstructor;
1476
+ readonly fileListStyle: PropType<string | CSSProperties>;
1477
+ readonly defaultFileList: {
1478
+ readonly type: PropType<UploadFileInfo[]>;
1479
+ readonly default: () => never[];
1480
+ };
1481
+ readonly showCancelButton: {
1482
+ readonly type: BooleanConstructor;
1483
+ readonly default: true;
1484
+ };
1485
+ readonly showRemoveButton: {
1486
+ readonly type: BooleanConstructor;
1487
+ readonly default: true;
1488
+ };
1489
+ readonly showDownloadButton: BooleanConstructor;
1490
+ readonly showRetryButton: {
1491
+ readonly type: BooleanConstructor;
1492
+ readonly default: true;
1493
+ };
1494
+ readonly showPreviewButton: {
1495
+ readonly type: BooleanConstructor;
1496
+ readonly default: true;
1497
+ };
1498
+ readonly listType: {
1499
+ readonly type: PropType<ListType>;
1500
+ readonly default: "text";
1501
+ };
1502
+ readonly onPreview: PropType<OnPreview>;
1503
+ readonly shouldUseThumbnailUrl: {
1504
+ readonly type: PropType<ShouldUseThumbnailUrl>;
1505
+ readonly default: (file: UploadSettledFileInfo) => boolean;
1506
+ };
1507
+ readonly createThumbnailUrl: PropType<CreateThumbnailUrl>;
1508
+ readonly abstract: BooleanConstructor;
1509
+ readonly max: NumberConstructor;
1510
+ readonly showTrigger: {
1511
+ readonly type: BooleanConstructor;
1512
+ readonly default: true;
1513
+ };
1514
+ readonly imageGroupProps: PropType<ImageGroupProps>;
1515
+ readonly inputProps: PropType<InputHTMLAttributes>;
1516
+ readonly triggerClass: StringConstructor;
1517
+ readonly triggerStyle: PropType< CSSProperties | string>;
1518
+ readonly renderIcon: PropType<RenderIcon>;
1519
+ readonly theme: PropType<Theme<"Upload", {
1520
+ fontSize: string;
1521
+ lineHeight: string;
1522
+ borderRadius: string;
1523
+ draggerColor: string;
1524
+ draggerBorder: string;
1525
+ draggerBorderHover: string;
1526
+ itemColorHover: string;
1527
+ itemColorHoverError: string;
1528
+ itemTextColor: string;
1529
+ itemTextColorError: string;
1530
+ itemTextColorSuccess: string;
1531
+ itemIconColor: string;
1532
+ itemDisabledOpacity: string;
1533
+ itemBorderImageCardError: string;
1534
+ itemBorderImageCard: string;
1535
+ }, {
1536
+ Button: Theme<"Button", {
1537
+ heightTiny: string;
1538
+ heightSmall: string;
1539
+ heightMedium: string;
1540
+ heightLarge: string;
1541
+ borderRadiusTiny: string;
1542
+ borderRadiusSmall: string;
1543
+ borderRadiusMedium: string;
1544
+ borderRadiusLarge: string;
1545
+ fontSizeTiny: string;
1546
+ fontSizeSmall: string;
1547
+ fontSizeMedium: string;
1548
+ fontSizeLarge: string;
1549
+ opacityDisabled: string;
1550
+ colorOpacitySecondary: string;
1551
+ colorOpacitySecondaryHover: string;
1552
+ colorOpacitySecondaryPressed: string;
1553
+ colorSecondary: string;
1554
+ colorSecondaryHover: string;
1555
+ colorSecondaryPressed: string;
1556
+ colorTertiary: string;
1557
+ colorTertiaryHover: string;
1558
+ colorTertiaryPressed: string;
1559
+ colorQuaternary: string;
1560
+ colorQuaternaryHover: string;
1561
+ colorQuaternaryPressed: string;
1562
+ color: string;
1563
+ colorHover: string;
1564
+ colorPressed: string;
1565
+ colorFocus: string;
1566
+ colorDisabled: string;
1567
+ textColor: string;
1568
+ textColorTertiary: string;
1569
+ textColorHover: string;
1570
+ textColorPressed: string;
1571
+ textColorFocus: string;
1572
+ textColorDisabled: string;
1573
+ textColorText: string;
1574
+ textColorTextHover: string;
1575
+ textColorTextPressed: string;
1576
+ textColorTextFocus: string;
1577
+ textColorTextDisabled: string;
1578
+ textColorGhost: string;
1579
+ textColorGhostHover: string;
1580
+ textColorGhostPressed: string;
1581
+ textColorGhostFocus: string;
1582
+ textColorGhostDisabled: string;
1583
+ border: string;
1584
+ borderHover: string;
1585
+ borderPressed: string;
1586
+ borderFocus: string;
1587
+ borderDisabled: string;
1588
+ rippleColor: string;
1589
+ colorPrimary: string;
1590
+ colorHoverPrimary: string;
1591
+ colorPressedPrimary: string;
1592
+ colorFocusPrimary: string;
1593
+ colorDisabledPrimary: string;
1594
+ textColorPrimary: string;
1595
+ textColorHoverPrimary: string;
1596
+ textColorPressedPrimary: string;
1597
+ textColorFocusPrimary: string;
1598
+ textColorDisabledPrimary: string;
1599
+ textColorTextPrimary: string;
1600
+ textColorTextHoverPrimary: string;
1601
+ textColorTextPressedPrimary: string;
1602
+ textColorTextFocusPrimary: string;
1603
+ textColorTextDisabledPrimary: string;
1604
+ textColorGhostPrimary: string;
1605
+ textColorGhostHoverPrimary: string;
1606
+ textColorGhostPressedPrimary: string;
1607
+ textColorGhostFocusPrimary: string;
1608
+ textColorGhostDisabledPrimary: string;
1609
+ borderPrimary: string;
1610
+ borderHoverPrimary: string;
1611
+ borderPressedPrimary: string;
1612
+ borderFocusPrimary: string;
1613
+ borderDisabledPrimary: string;
1614
+ rippleColorPrimary: string;
1615
+ colorInfo: string;
1616
+ colorHoverInfo: string;
1617
+ colorPressedInfo: string;
1618
+ colorFocusInfo: string;
1619
+ colorDisabledInfo: string;
1620
+ textColorInfo: string;
1621
+ textColorHoverInfo: string;
1622
+ textColorPressedInfo: string;
1623
+ textColorFocusInfo: string;
1624
+ textColorDisabledInfo: string;
1625
+ textColorTextInfo: string;
1626
+ textColorTextHoverInfo: string;
1627
+ textColorTextPressedInfo: string;
1628
+ textColorTextFocusInfo: string;
1629
+ textColorTextDisabledInfo: string;
1630
+ textColorGhostInfo: string;
1631
+ textColorGhostHoverInfo: string;
1632
+ textColorGhostPressedInfo: string;
1633
+ textColorGhostFocusInfo: string;
1634
+ textColorGhostDisabledInfo: string;
1635
+ borderInfo: string;
1636
+ borderHoverInfo: string;
1637
+ borderPressedInfo: string;
1638
+ borderFocusInfo: string;
1639
+ borderDisabledInfo: string;
1640
+ rippleColorInfo: string;
1641
+ colorSuccess: string;
1642
+ colorHoverSuccess: string;
1643
+ colorPressedSuccess: string;
1644
+ colorFocusSuccess: string;
1645
+ colorDisabledSuccess: string;
1646
+ textColorSuccess: string;
1647
+ textColorHoverSuccess: string;
1648
+ textColorPressedSuccess: string;
1649
+ textColorFocusSuccess: string;
1650
+ textColorDisabledSuccess: string;
1651
+ textColorTextSuccess: string;
1652
+ textColorTextHoverSuccess: string;
1653
+ textColorTextPressedSuccess: string;
1654
+ textColorTextFocusSuccess: string;
1655
+ textColorTextDisabledSuccess: string;
1656
+ textColorGhostSuccess: string;
1657
+ textColorGhostHoverSuccess: string;
1658
+ textColorGhostPressedSuccess: string;
1659
+ textColorGhostFocusSuccess: string;
1660
+ textColorGhostDisabledSuccess: string;
1661
+ borderSuccess: string;
1662
+ borderHoverSuccess: string;
1663
+ borderPressedSuccess: string;
1664
+ borderFocusSuccess: string;
1665
+ borderDisabledSuccess: string;
1666
+ rippleColorSuccess: string;
1667
+ colorWarning: string;
1668
+ colorHoverWarning: string;
1669
+ colorPressedWarning: string;
1670
+ colorFocusWarning: string;
1671
+ colorDisabledWarning: string;
1672
+ textColorWarning: string;
1673
+ textColorHoverWarning: string;
1674
+ textColorPressedWarning: string;
1675
+ textColorFocusWarning: string;
1676
+ textColorDisabledWarning: string;
1677
+ textColorTextWarning: string;
1678
+ textColorTextHoverWarning: string;
1679
+ textColorTextPressedWarning: string;
1680
+ textColorTextFocusWarning: string;
1681
+ textColorTextDisabledWarning: string;
1682
+ textColorGhostWarning: string;
1683
+ textColorGhostHoverWarning: string;
1684
+ textColorGhostPressedWarning: string;
1685
+ textColorGhostFocusWarning: string;
1686
+ textColorGhostDisabledWarning: string;
1687
+ borderWarning: string;
1688
+ borderHoverWarning: string;
1689
+ borderPressedWarning: string;
1690
+ borderFocusWarning: string;
1691
+ borderDisabledWarning: string;
1692
+ rippleColorWarning: string;
1693
+ colorError: string;
1694
+ colorHoverError: string;
1695
+ colorPressedError: string;
1696
+ colorFocusError: string;
1697
+ colorDisabledError: string;
1698
+ textColorError: string;
1699
+ textColorHoverError: string;
1700
+ textColorPressedError: string;
1701
+ textColorFocusError: string;
1702
+ textColorDisabledError: string;
1703
+ textColorTextError: string;
1704
+ textColorTextHoverError: string;
1705
+ textColorTextPressedError: string;
1706
+ textColorTextFocusError: string;
1707
+ textColorTextDisabledError: string;
1708
+ textColorGhostError: string;
1709
+ textColorGhostHoverError: string;
1710
+ textColorGhostPressedError: string;
1711
+ textColorGhostFocusError: string;
1712
+ textColorGhostDisabledError: string;
1713
+ borderError: string;
1714
+ borderHoverError: string;
1715
+ borderPressedError: string;
1716
+ borderFocusError: string;
1717
+ borderDisabledError: string;
1718
+ rippleColorError: string;
1719
+ waveOpacity: string;
1720
+ fontWeight: string;
1721
+ fontWeightStrong: string;
1722
+ paddingTiny: string;
1723
+ paddingSmall: string;
1724
+ paddingMedium: string;
1725
+ paddingLarge: string;
1726
+ paddingRoundTiny: string;
1727
+ paddingRoundSmall: string;
1728
+ paddingRoundMedium: string;
1729
+ paddingRoundLarge: string;
1730
+ iconMarginTiny: string;
1731
+ iconMarginSmall: string;
1732
+ iconMarginMedium: string;
1733
+ iconMarginLarge: string;
1734
+ iconSizeTiny: string;
1735
+ iconSizeSmall: string;
1736
+ iconSizeMedium: string;
1737
+ iconSizeLarge: string;
1738
+ rippleDuration: string;
1739
+ }, any>;
1740
+ Progress: Theme<"Progress", {
1741
+ fontSize: string;
1742
+ fontSizeCircle: string;
1743
+ fontWeightCircle: string;
1744
+ railColor: string;
1745
+ railHeight: string;
1746
+ iconSizeCircle: string;
1747
+ iconSizeLine: string;
1748
+ iconColor: string;
1749
+ iconColorInfo: string;
1750
+ iconColorSuccess: string;
1751
+ iconColorWarning: string;
1752
+ iconColorError: string;
1753
+ textColorCircle: string;
1754
+ textColorLineInner: string;
1755
+ textColorLineOuter: string;
1756
+ fillColor: string;
1757
+ fillColorInfo: string;
1758
+ fillColorSuccess: string;
1759
+ fillColorWarning: string;
1760
+ fillColorError: string;
1761
+ lineBgProcessing: string;
1762
+ }, any>;
1763
+ }>>;
1764
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Upload", {
1765
+ fontSize: string;
1766
+ lineHeight: string;
1767
+ borderRadius: string;
1768
+ draggerColor: string;
1769
+ draggerBorder: string;
1770
+ draggerBorderHover: string;
1771
+ itemColorHover: string;
1772
+ itemColorHoverError: string;
1773
+ itemTextColor: string;
1774
+ itemTextColorError: string;
1775
+ itemTextColorSuccess: string;
1776
+ itemIconColor: string;
1777
+ itemDisabledOpacity: string;
1778
+ itemBorderImageCardError: string;
1779
+ itemBorderImageCard: string;
1780
+ }, {
1781
+ Button: Theme<"Button", {
1782
+ heightTiny: string;
1783
+ heightSmall: string;
1784
+ heightMedium: string;
1785
+ heightLarge: string;
1786
+ borderRadiusTiny: string;
1787
+ borderRadiusSmall: string;
1788
+ borderRadiusMedium: string;
1789
+ borderRadiusLarge: string;
1790
+ fontSizeTiny: string;
1791
+ fontSizeSmall: string;
1792
+ fontSizeMedium: string;
1793
+ fontSizeLarge: string;
1794
+ opacityDisabled: string;
1795
+ colorOpacitySecondary: string;
1796
+ colorOpacitySecondaryHover: string;
1797
+ colorOpacitySecondaryPressed: string;
1798
+ colorSecondary: string;
1799
+ colorSecondaryHover: string;
1800
+ colorSecondaryPressed: string;
1801
+ colorTertiary: string;
1802
+ colorTertiaryHover: string;
1803
+ colorTertiaryPressed: string;
1804
+ colorQuaternary: string;
1805
+ colorQuaternaryHover: string;
1806
+ colorQuaternaryPressed: string;
1807
+ color: string;
1808
+ colorHover: string;
1809
+ colorPressed: string;
1810
+ colorFocus: string;
1811
+ colorDisabled: string;
1812
+ textColor: string;
1813
+ textColorTertiary: string;
1814
+ textColorHover: string;
1815
+ textColorPressed: string;
1816
+ textColorFocus: string;
1817
+ textColorDisabled: string;
1818
+ textColorText: string;
1819
+ textColorTextHover: string;
1820
+ textColorTextPressed: string;
1821
+ textColorTextFocus: string;
1822
+ textColorTextDisabled: string;
1823
+ textColorGhost: string;
1824
+ textColorGhostHover: string;
1825
+ textColorGhostPressed: string;
1826
+ textColorGhostFocus: string;
1827
+ textColorGhostDisabled: string;
1828
+ border: string;
1829
+ borderHover: string;
1830
+ borderPressed: string;
1831
+ borderFocus: string;
1832
+ borderDisabled: string;
1833
+ rippleColor: string;
1834
+ colorPrimary: string;
1835
+ colorHoverPrimary: string;
1836
+ colorPressedPrimary: string;
1837
+ colorFocusPrimary: string;
1838
+ colorDisabledPrimary: string;
1839
+ textColorPrimary: string;
1840
+ textColorHoverPrimary: string;
1841
+ textColorPressedPrimary: string;
1842
+ textColorFocusPrimary: string;
1843
+ textColorDisabledPrimary: string;
1844
+ textColorTextPrimary: string;
1845
+ textColorTextHoverPrimary: string;
1846
+ textColorTextPressedPrimary: string;
1847
+ textColorTextFocusPrimary: string;
1848
+ textColorTextDisabledPrimary: string;
1849
+ textColorGhostPrimary: string;
1850
+ textColorGhostHoverPrimary: string;
1851
+ textColorGhostPressedPrimary: string;
1852
+ textColorGhostFocusPrimary: string;
1853
+ textColorGhostDisabledPrimary: string;
1854
+ borderPrimary: string;
1855
+ borderHoverPrimary: string;
1856
+ borderPressedPrimary: string;
1857
+ borderFocusPrimary: string;
1858
+ borderDisabledPrimary: string;
1859
+ rippleColorPrimary: string;
1860
+ colorInfo: string;
1861
+ colorHoverInfo: string;
1862
+ colorPressedInfo: string;
1863
+ colorFocusInfo: string;
1864
+ colorDisabledInfo: string;
1865
+ textColorInfo: string;
1866
+ textColorHoverInfo: string;
1867
+ textColorPressedInfo: string;
1868
+ textColorFocusInfo: string;
1869
+ textColorDisabledInfo: string;
1870
+ textColorTextInfo: string;
1871
+ textColorTextHoverInfo: string;
1872
+ textColorTextPressedInfo: string;
1873
+ textColorTextFocusInfo: string;
1874
+ textColorTextDisabledInfo: string;
1875
+ textColorGhostInfo: string;
1876
+ textColorGhostHoverInfo: string;
1877
+ textColorGhostPressedInfo: string;
1878
+ textColorGhostFocusInfo: string;
1879
+ textColorGhostDisabledInfo: string;
1880
+ borderInfo: string;
1881
+ borderHoverInfo: string;
1882
+ borderPressedInfo: string;
1883
+ borderFocusInfo: string;
1884
+ borderDisabledInfo: string;
1885
+ rippleColorInfo: string;
1886
+ colorSuccess: string;
1887
+ colorHoverSuccess: string;
1888
+ colorPressedSuccess: string;
1889
+ colorFocusSuccess: string;
1890
+ colorDisabledSuccess: string;
1891
+ textColorSuccess: string;
1892
+ textColorHoverSuccess: string;
1893
+ textColorPressedSuccess: string;
1894
+ textColorFocusSuccess: string;
1895
+ textColorDisabledSuccess: string;
1896
+ textColorTextSuccess: string;
1897
+ textColorTextHoverSuccess: string;
1898
+ textColorTextPressedSuccess: string;
1899
+ textColorTextFocusSuccess: string;
1900
+ textColorTextDisabledSuccess: string;
1901
+ textColorGhostSuccess: string;
1902
+ textColorGhostHoverSuccess: string;
1903
+ textColorGhostPressedSuccess: string;
1904
+ textColorGhostFocusSuccess: string;
1905
+ textColorGhostDisabledSuccess: string;
1906
+ borderSuccess: string;
1907
+ borderHoverSuccess: string;
1908
+ borderPressedSuccess: string;
1909
+ borderFocusSuccess: string;
1910
+ borderDisabledSuccess: string;
1911
+ rippleColorSuccess: string;
1912
+ colorWarning: string;
1913
+ colorHoverWarning: string;
1914
+ colorPressedWarning: string;
1915
+ colorFocusWarning: string;
1916
+ colorDisabledWarning: string;
1917
+ textColorWarning: string;
1918
+ textColorHoverWarning: string;
1919
+ textColorPressedWarning: string;
1920
+ textColorFocusWarning: string;
1921
+ textColorDisabledWarning: string;
1922
+ textColorTextWarning: string;
1923
+ textColorTextHoverWarning: string;
1924
+ textColorTextPressedWarning: string;
1925
+ textColorTextFocusWarning: string;
1926
+ textColorTextDisabledWarning: string;
1927
+ textColorGhostWarning: string;
1928
+ textColorGhostHoverWarning: string;
1929
+ textColorGhostPressedWarning: string;
1930
+ textColorGhostFocusWarning: string;
1931
+ textColorGhostDisabledWarning: string;
1932
+ borderWarning: string;
1933
+ borderHoverWarning: string;
1934
+ borderPressedWarning: string;
1935
+ borderFocusWarning: string;
1936
+ borderDisabledWarning: string;
1937
+ rippleColorWarning: string;
1938
+ colorError: string;
1939
+ colorHoverError: string;
1940
+ colorPressedError: string;
1941
+ colorFocusError: string;
1942
+ colorDisabledError: string;
1943
+ textColorError: string;
1944
+ textColorHoverError: string;
1945
+ textColorPressedError: string;
1946
+ textColorFocusError: string;
1947
+ textColorDisabledError: string;
1948
+ textColorTextError: string;
1949
+ textColorTextHoverError: string;
1950
+ textColorTextPressedError: string;
1951
+ textColorTextFocusError: string;
1952
+ textColorTextDisabledError: string;
1953
+ textColorGhostError: string;
1954
+ textColorGhostHoverError: string;
1955
+ textColorGhostPressedError: string;
1956
+ textColorGhostFocusError: string;
1957
+ textColorGhostDisabledError: string;
1958
+ borderError: string;
1959
+ borderHoverError: string;
1960
+ borderPressedError: string;
1961
+ borderFocusError: string;
1962
+ borderDisabledError: string;
1963
+ rippleColorError: string;
1964
+ waveOpacity: string;
1965
+ fontWeight: string;
1966
+ fontWeightStrong: string;
1967
+ paddingTiny: string;
1968
+ paddingSmall: string;
1969
+ paddingMedium: string;
1970
+ paddingLarge: string;
1971
+ paddingRoundTiny: string;
1972
+ paddingRoundSmall: string;
1973
+ paddingRoundMedium: string;
1974
+ paddingRoundLarge: string;
1975
+ iconMarginTiny: string;
1976
+ iconMarginSmall: string;
1977
+ iconMarginMedium: string;
1978
+ iconMarginLarge: string;
1979
+ iconSizeTiny: string;
1980
+ iconSizeSmall: string;
1981
+ iconSizeMedium: string;
1982
+ iconSizeLarge: string;
1983
+ rippleDuration: string;
1984
+ }, any>;
1985
+ Progress: Theme<"Progress", {
1986
+ fontSize: string;
1987
+ fontSizeCircle: string;
1988
+ fontWeightCircle: string;
1989
+ railColor: string;
1990
+ railHeight: string;
1991
+ iconSizeCircle: string;
1992
+ iconSizeLine: string;
1993
+ iconColor: string;
1994
+ iconColorInfo: string;
1995
+ iconColorSuccess: string;
1996
+ iconColorWarning: string;
1997
+ iconColorError: string;
1998
+ textColorCircle: string;
1999
+ textColorLineInner: string;
2000
+ textColorLineOuter: string;
2001
+ fillColor: string;
2002
+ fillColorInfo: string;
2003
+ fillColorSuccess: string;
2004
+ fillColorWarning: string;
2005
+ fillColorError: string;
2006
+ lineBgProcessing: string;
2007
+ }, any>;
2008
+ }>>>;
2009
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Upload", {
2010
+ fontSize: string;
2011
+ lineHeight: string;
2012
+ borderRadius: string;
2013
+ draggerColor: string;
2014
+ draggerBorder: string;
2015
+ draggerBorderHover: string;
2016
+ itemColorHover: string;
2017
+ itemColorHoverError: string;
2018
+ itemTextColor: string;
2019
+ itemTextColorError: string;
2020
+ itemTextColorSuccess: string;
2021
+ itemIconColor: string;
2022
+ itemDisabledOpacity: string;
2023
+ itemBorderImageCardError: string;
2024
+ itemBorderImageCard: string;
2025
+ }, {
2026
+ Button: Theme<"Button", {
2027
+ heightTiny: string;
2028
+ heightSmall: string;
2029
+ heightMedium: string;
2030
+ heightLarge: string;
2031
+ borderRadiusTiny: string;
2032
+ borderRadiusSmall: string;
2033
+ borderRadiusMedium: string;
2034
+ borderRadiusLarge: string;
2035
+ fontSizeTiny: string;
2036
+ fontSizeSmall: string;
2037
+ fontSizeMedium: string;
2038
+ fontSizeLarge: string;
2039
+ opacityDisabled: string;
2040
+ colorOpacitySecondary: string;
2041
+ colorOpacitySecondaryHover: string;
2042
+ colorOpacitySecondaryPressed: string;
2043
+ colorSecondary: string;
2044
+ colorSecondaryHover: string;
2045
+ colorSecondaryPressed: string;
2046
+ colorTertiary: string;
2047
+ colorTertiaryHover: string;
2048
+ colorTertiaryPressed: string;
2049
+ colorQuaternary: string;
2050
+ colorQuaternaryHover: string;
2051
+ colorQuaternaryPressed: string;
2052
+ color: string;
2053
+ colorHover: string;
2054
+ colorPressed: string;
2055
+ colorFocus: string;
2056
+ colorDisabled: string;
2057
+ textColor: string;
2058
+ textColorTertiary: string;
2059
+ textColorHover: string;
2060
+ textColorPressed: string;
2061
+ textColorFocus: string;
2062
+ textColorDisabled: string;
2063
+ textColorText: string;
2064
+ textColorTextHover: string;
2065
+ textColorTextPressed: string;
2066
+ textColorTextFocus: string;
2067
+ textColorTextDisabled: string;
2068
+ textColorGhost: string;
2069
+ textColorGhostHover: string;
2070
+ textColorGhostPressed: string;
2071
+ textColorGhostFocus: string;
2072
+ textColorGhostDisabled: string;
2073
+ border: string;
2074
+ borderHover: string;
2075
+ borderPressed: string;
2076
+ borderFocus: string;
2077
+ borderDisabled: string;
2078
+ rippleColor: string;
2079
+ colorPrimary: string;
2080
+ colorHoverPrimary: string;
2081
+ colorPressedPrimary: string;
2082
+ colorFocusPrimary: string;
2083
+ colorDisabledPrimary: string;
2084
+ textColorPrimary: string;
2085
+ textColorHoverPrimary: string;
2086
+ textColorPressedPrimary: string;
2087
+ textColorFocusPrimary: string;
2088
+ textColorDisabledPrimary: string;
2089
+ textColorTextPrimary: string;
2090
+ textColorTextHoverPrimary: string;
2091
+ textColorTextPressedPrimary: string;
2092
+ textColorTextFocusPrimary: string;
2093
+ textColorTextDisabledPrimary: string;
2094
+ textColorGhostPrimary: string;
2095
+ textColorGhostHoverPrimary: string;
2096
+ textColorGhostPressedPrimary: string;
2097
+ textColorGhostFocusPrimary: string;
2098
+ textColorGhostDisabledPrimary: string;
2099
+ borderPrimary: string;
2100
+ borderHoverPrimary: string;
2101
+ borderPressedPrimary: string;
2102
+ borderFocusPrimary: string;
2103
+ borderDisabledPrimary: string;
2104
+ rippleColorPrimary: string;
2105
+ colorInfo: string;
2106
+ colorHoverInfo: string;
2107
+ colorPressedInfo: string;
2108
+ colorFocusInfo: string;
2109
+ colorDisabledInfo: string;
2110
+ textColorInfo: string;
2111
+ textColorHoverInfo: string;
2112
+ textColorPressedInfo: string;
2113
+ textColorFocusInfo: string;
2114
+ textColorDisabledInfo: string;
2115
+ textColorTextInfo: string;
2116
+ textColorTextHoverInfo: string;
2117
+ textColorTextPressedInfo: string;
2118
+ textColorTextFocusInfo: string;
2119
+ textColorTextDisabledInfo: string;
2120
+ textColorGhostInfo: string;
2121
+ textColorGhostHoverInfo: string;
2122
+ textColorGhostPressedInfo: string;
2123
+ textColorGhostFocusInfo: string;
2124
+ textColorGhostDisabledInfo: string;
2125
+ borderInfo: string;
2126
+ borderHoverInfo: string;
2127
+ borderPressedInfo: string;
2128
+ borderFocusInfo: string;
2129
+ borderDisabledInfo: string;
2130
+ rippleColorInfo: string;
2131
+ colorSuccess: string;
2132
+ colorHoverSuccess: string;
2133
+ colorPressedSuccess: string;
2134
+ colorFocusSuccess: string;
2135
+ colorDisabledSuccess: string;
2136
+ textColorSuccess: string;
2137
+ textColorHoverSuccess: string;
2138
+ textColorPressedSuccess: string;
2139
+ textColorFocusSuccess: string;
2140
+ textColorDisabledSuccess: string;
2141
+ textColorTextSuccess: string;
2142
+ textColorTextHoverSuccess: string;
2143
+ textColorTextPressedSuccess: string;
2144
+ textColorTextFocusSuccess: string;
2145
+ textColorTextDisabledSuccess: string;
2146
+ textColorGhostSuccess: string;
2147
+ textColorGhostHoverSuccess: string;
2148
+ textColorGhostPressedSuccess: string;
2149
+ textColorGhostFocusSuccess: string;
2150
+ textColorGhostDisabledSuccess: string;
2151
+ borderSuccess: string;
2152
+ borderHoverSuccess: string;
2153
+ borderPressedSuccess: string;
2154
+ borderFocusSuccess: string;
2155
+ borderDisabledSuccess: string;
2156
+ rippleColorSuccess: string;
2157
+ colorWarning: string;
2158
+ colorHoverWarning: string;
2159
+ colorPressedWarning: string;
2160
+ colorFocusWarning: string;
2161
+ colorDisabledWarning: string;
2162
+ textColorWarning: string;
2163
+ textColorHoverWarning: string;
2164
+ textColorPressedWarning: string;
2165
+ textColorFocusWarning: string;
2166
+ textColorDisabledWarning: string;
2167
+ textColorTextWarning: string;
2168
+ textColorTextHoverWarning: string;
2169
+ textColorTextPressedWarning: string;
2170
+ textColorTextFocusWarning: string;
2171
+ textColorTextDisabledWarning: string;
2172
+ textColorGhostWarning: string;
2173
+ textColorGhostHoverWarning: string;
2174
+ textColorGhostPressedWarning: string;
2175
+ textColorGhostFocusWarning: string;
2176
+ textColorGhostDisabledWarning: string;
2177
+ borderWarning: string;
2178
+ borderHoverWarning: string;
2179
+ borderPressedWarning: string;
2180
+ borderFocusWarning: string;
2181
+ borderDisabledWarning: string;
2182
+ rippleColorWarning: string;
2183
+ colorError: string;
2184
+ colorHoverError: string;
2185
+ colorPressedError: string;
2186
+ colorFocusError: string;
2187
+ colorDisabledError: string;
2188
+ textColorError: string;
2189
+ textColorHoverError: string;
2190
+ textColorPressedError: string;
2191
+ textColorFocusError: string;
2192
+ textColorDisabledError: string;
2193
+ textColorTextError: string;
2194
+ textColorTextHoverError: string;
2195
+ textColorTextPressedError: string;
2196
+ textColorTextFocusError: string;
2197
+ textColorTextDisabledError: string;
2198
+ textColorGhostError: string;
2199
+ textColorGhostHoverError: string;
2200
+ textColorGhostPressedError: string;
2201
+ textColorGhostFocusError: string;
2202
+ textColorGhostDisabledError: string;
2203
+ borderError: string;
2204
+ borderHoverError: string;
2205
+ borderPressedError: string;
2206
+ borderFocusError: string;
2207
+ borderDisabledError: string;
2208
+ rippleColorError: string;
2209
+ waveOpacity: string;
2210
+ fontWeight: string;
2211
+ fontWeightStrong: string;
2212
+ paddingTiny: string;
2213
+ paddingSmall: string;
2214
+ paddingMedium: string;
2215
+ paddingLarge: string;
2216
+ paddingRoundTiny: string;
2217
+ paddingRoundSmall: string;
2218
+ paddingRoundMedium: string;
2219
+ paddingRoundLarge: string;
2220
+ iconMarginTiny: string;
2221
+ iconMarginSmall: string;
2222
+ iconMarginMedium: string;
2223
+ iconMarginLarge: string;
2224
+ iconSizeTiny: string;
2225
+ iconSizeSmall: string;
2226
+ iconSizeMedium: string;
2227
+ iconSizeLarge: string;
2228
+ rippleDuration: string;
2229
+ }, any>;
2230
+ Progress: Theme<"Progress", {
2231
+ fontSize: string;
2232
+ fontSizeCircle: string;
2233
+ fontWeightCircle: string;
2234
+ railColor: string;
2235
+ railHeight: string;
2236
+ iconSizeCircle: string;
2237
+ iconSizeLine: string;
2238
+ iconColor: string;
2239
+ iconColorInfo: string;
2240
+ iconColorSuccess: string;
2241
+ iconColorWarning: string;
2242
+ iconColorError: string;
2243
+ textColorCircle: string;
2244
+ textColorLineInner: string;
2245
+ textColorLineOuter: string;
2246
+ fillColor: string;
2247
+ fillColorInfo: string;
2248
+ fillColorSuccess: string;
2249
+ fillColorWarning: string;
2250
+ fillColorError: string;
2251
+ lineBgProcessing: string;
2252
+ }, any>;
2253
+ }>>>;
2254
+ }>, {
2255
+ openOpenFileDialog: () => void;
2256
+ submit: (fileId?: string) => void;
2257
+ clear: () => void;
2258
+ mergedClsPrefix: Ref<string, string>;
2259
+ draggerInsideRef: {
2260
+ value: boolean;
2261
+ };
2262
+ inputElRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
2263
+ mergedTheme: ComputedRef<{
2264
+ common: ThemeCommonVars;
2265
+ self: {
2266
+ fontSize: string;
2267
+ lineHeight: string;
2268
+ borderRadius: string;
2269
+ draggerColor: string;
2270
+ draggerBorder: string;
2271
+ draggerBorderHover: string;
2272
+ itemColorHover: string;
2273
+ itemColorHoverError: string;
2274
+ itemTextColor: string;
2275
+ itemTextColorError: string;
2276
+ itemTextColorSuccess: string;
2277
+ itemIconColor: string;
2278
+ itemDisabledOpacity: string;
2279
+ itemBorderImageCardError: string;
2280
+ itemBorderImageCard: string;
2281
+ };
2282
+ peers: {
2283
+ Button: Theme<"Button", {
2284
+ heightTiny: string;
2285
+ heightSmall: string;
2286
+ heightMedium: string;
2287
+ heightLarge: string;
2288
+ borderRadiusTiny: string;
2289
+ borderRadiusSmall: string;
2290
+ borderRadiusMedium: string;
2291
+ borderRadiusLarge: string;
2292
+ fontSizeTiny: string;
2293
+ fontSizeSmall: string;
2294
+ fontSizeMedium: string;
2295
+ fontSizeLarge: string;
2296
+ opacityDisabled: string;
2297
+ colorOpacitySecondary: string;
2298
+ colorOpacitySecondaryHover: string;
2299
+ colorOpacitySecondaryPressed: string;
2300
+ colorSecondary: string;
2301
+ colorSecondaryHover: string;
2302
+ colorSecondaryPressed: string;
2303
+ colorTertiary: string;
2304
+ colorTertiaryHover: string;
2305
+ colorTertiaryPressed: string;
2306
+ colorQuaternary: string;
2307
+ colorQuaternaryHover: string;
2308
+ colorQuaternaryPressed: string;
2309
+ color: string;
2310
+ colorHover: string;
2311
+ colorPressed: string;
2312
+ colorFocus: string;
2313
+ colorDisabled: string;
2314
+ textColor: string;
2315
+ textColorTertiary: string;
2316
+ textColorHover: string;
2317
+ textColorPressed: string;
2318
+ textColorFocus: string;
2319
+ textColorDisabled: string;
2320
+ textColorText: string;
2321
+ textColorTextHover: string;
2322
+ textColorTextPressed: string;
2323
+ textColorTextFocus: string;
2324
+ textColorTextDisabled: string;
2325
+ textColorGhost: string;
2326
+ textColorGhostHover: string;
2327
+ textColorGhostPressed: string;
2328
+ textColorGhostFocus: string;
2329
+ textColorGhostDisabled: string;
2330
+ border: string;
2331
+ borderHover: string;
2332
+ borderPressed: string;
2333
+ borderFocus: string;
2334
+ borderDisabled: string;
2335
+ rippleColor: string;
2336
+ colorPrimary: string;
2337
+ colorHoverPrimary: string;
2338
+ colorPressedPrimary: string;
2339
+ colorFocusPrimary: string;
2340
+ colorDisabledPrimary: string;
2341
+ textColorPrimary: string;
2342
+ textColorHoverPrimary: string;
2343
+ textColorPressedPrimary: string;
2344
+ textColorFocusPrimary: string;
2345
+ textColorDisabledPrimary: string;
2346
+ textColorTextPrimary: string;
2347
+ textColorTextHoverPrimary: string;
2348
+ textColorTextPressedPrimary: string;
2349
+ textColorTextFocusPrimary: string;
2350
+ textColorTextDisabledPrimary: string;
2351
+ textColorGhostPrimary: string;
2352
+ textColorGhostHoverPrimary: string;
2353
+ textColorGhostPressedPrimary: string;
2354
+ textColorGhostFocusPrimary: string;
2355
+ textColorGhostDisabledPrimary: string;
2356
+ borderPrimary: string;
2357
+ borderHoverPrimary: string;
2358
+ borderPressedPrimary: string;
2359
+ borderFocusPrimary: string;
2360
+ borderDisabledPrimary: string;
2361
+ rippleColorPrimary: string;
2362
+ colorInfo: string;
2363
+ colorHoverInfo: string;
2364
+ colorPressedInfo: string;
2365
+ colorFocusInfo: string;
2366
+ colorDisabledInfo: string;
2367
+ textColorInfo: string;
2368
+ textColorHoverInfo: string;
2369
+ textColorPressedInfo: string;
2370
+ textColorFocusInfo: string;
2371
+ textColorDisabledInfo: string;
2372
+ textColorTextInfo: string;
2373
+ textColorTextHoverInfo: string;
2374
+ textColorTextPressedInfo: string;
2375
+ textColorTextFocusInfo: string;
2376
+ textColorTextDisabledInfo: string;
2377
+ textColorGhostInfo: string;
2378
+ textColorGhostHoverInfo: string;
2379
+ textColorGhostPressedInfo: string;
2380
+ textColorGhostFocusInfo: string;
2381
+ textColorGhostDisabledInfo: string;
2382
+ borderInfo: string;
2383
+ borderHoverInfo: string;
2384
+ borderPressedInfo: string;
2385
+ borderFocusInfo: string;
2386
+ borderDisabledInfo: string;
2387
+ rippleColorInfo: string;
2388
+ colorSuccess: string;
2389
+ colorHoverSuccess: string;
2390
+ colorPressedSuccess: string;
2391
+ colorFocusSuccess: string;
2392
+ colorDisabledSuccess: string;
2393
+ textColorSuccess: string;
2394
+ textColorHoverSuccess: string;
2395
+ textColorPressedSuccess: string;
2396
+ textColorFocusSuccess: string;
2397
+ textColorDisabledSuccess: string;
2398
+ textColorTextSuccess: string;
2399
+ textColorTextHoverSuccess: string;
2400
+ textColorTextPressedSuccess: string;
2401
+ textColorTextFocusSuccess: string;
2402
+ textColorTextDisabledSuccess: string;
2403
+ textColorGhostSuccess: string;
2404
+ textColorGhostHoverSuccess: string;
2405
+ textColorGhostPressedSuccess: string;
2406
+ textColorGhostFocusSuccess: string;
2407
+ textColorGhostDisabledSuccess: string;
2408
+ borderSuccess: string;
2409
+ borderHoverSuccess: string;
2410
+ borderPressedSuccess: string;
2411
+ borderFocusSuccess: string;
2412
+ borderDisabledSuccess: string;
2413
+ rippleColorSuccess: string;
2414
+ colorWarning: string;
2415
+ colorHoverWarning: string;
2416
+ colorPressedWarning: string;
2417
+ colorFocusWarning: string;
2418
+ colorDisabledWarning: string;
2419
+ textColorWarning: string;
2420
+ textColorHoverWarning: string;
2421
+ textColorPressedWarning: string;
2422
+ textColorFocusWarning: string;
2423
+ textColorDisabledWarning: string;
2424
+ textColorTextWarning: string;
2425
+ textColorTextHoverWarning: string;
2426
+ textColorTextPressedWarning: string;
2427
+ textColorTextFocusWarning: string;
2428
+ textColorTextDisabledWarning: string;
2429
+ textColorGhostWarning: string;
2430
+ textColorGhostHoverWarning: string;
2431
+ textColorGhostPressedWarning: string;
2432
+ textColorGhostFocusWarning: string;
2433
+ textColorGhostDisabledWarning: string;
2434
+ borderWarning: string;
2435
+ borderHoverWarning: string;
2436
+ borderPressedWarning: string;
2437
+ borderFocusWarning: string;
2438
+ borderDisabledWarning: string;
2439
+ rippleColorWarning: string;
2440
+ colorError: string;
2441
+ colorHoverError: string;
2442
+ colorPressedError: string;
2443
+ colorFocusError: string;
2444
+ colorDisabledError: string;
2445
+ textColorError: string;
2446
+ textColorHoverError: string;
2447
+ textColorPressedError: string;
2448
+ textColorFocusError: string;
2449
+ textColorDisabledError: string;
2450
+ textColorTextError: string;
2451
+ textColorTextHoverError: string;
2452
+ textColorTextPressedError: string;
2453
+ textColorTextFocusError: string;
2454
+ textColorTextDisabledError: string;
2455
+ textColorGhostError: string;
2456
+ textColorGhostHoverError: string;
2457
+ textColorGhostPressedError: string;
2458
+ textColorGhostFocusError: string;
2459
+ textColorGhostDisabledError: string;
2460
+ borderError: string;
2461
+ borderHoverError: string;
2462
+ borderPressedError: string;
2463
+ borderFocusError: string;
2464
+ borderDisabledError: string;
2465
+ rippleColorError: string;
2466
+ waveOpacity: string;
2467
+ fontWeight: string;
2468
+ fontWeightStrong: string;
2469
+ paddingTiny: string;
2470
+ paddingSmall: string;
2471
+ paddingMedium: string;
2472
+ paddingLarge: string;
2473
+ paddingRoundTiny: string;
2474
+ paddingRoundSmall: string;
2475
+ paddingRoundMedium: string;
2476
+ paddingRoundLarge: string;
2477
+ iconMarginTiny: string;
2478
+ iconMarginSmall: string;
2479
+ iconMarginMedium: string;
2480
+ iconMarginLarge: string;
2481
+ iconSizeTiny: string;
2482
+ iconSizeSmall: string;
2483
+ iconSizeMedium: string;
2484
+ iconSizeLarge: string;
2485
+ rippleDuration: string;
2486
+ }, any>;
2487
+ Progress: Theme<"Progress", {
2488
+ fontSize: string;
2489
+ fontSizeCircle: string;
2490
+ fontWeightCircle: string;
2491
+ railColor: string;
2492
+ railHeight: string;
2493
+ iconSizeCircle: string;
2494
+ iconSizeLine: string;
2495
+ iconColor: string;
2496
+ iconColorInfo: string;
2497
+ iconColorSuccess: string;
2498
+ iconColorWarning: string;
2499
+ iconColorError: string;
2500
+ textColorCircle: string;
2501
+ textColorLineInner: string;
2502
+ textColorLineOuter: string;
2503
+ fillColor: string;
2504
+ fillColorInfo: string;
2505
+ fillColorSuccess: string;
2506
+ fillColorWarning: string;
2507
+ fillColorError: string;
2508
+ lineBgProcessing: string;
2509
+ }, any>;
2510
+ };
2511
+ peerOverrides: {
2512
+ Button?: {
2513
+ peers?: {
2514
+ [x: string]: any;
2515
+ } | undefined;
2516
+ } | undefined;
2517
+ Progress?: {
2518
+ peers?: {
2519
+ [x: string]: any;
2520
+ } | undefined;
2521
+ } | undefined;
2522
+ };
2523
+ }>;
2524
+ dragOver: Ref<boolean, boolean>;
2525
+ mergedMultiple: ComputedRef<boolean>;
2526
+ cssVars: ComputedRef<any> | undefined;
2527
+ themeClass: Ref<string, string> | undefined;
2528
+ onRender: (() => void) | undefined;
2529
+ handleFileInputChange: (e: Event) => void;
2530
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
2531
+ readonly name: {
2532
+ readonly type: StringConstructor;
2533
+ readonly default: "file";
2534
+ };
2535
+ readonly accept: StringConstructor;
2536
+ readonly action: StringConstructor;
2537
+ readonly customRequest: PropType<CustomRequest>;
2538
+ readonly directory: BooleanConstructor;
2539
+ readonly directoryDnd: {
2540
+ readonly type: BooleanConstructor;
2541
+ readonly default: undefined;
2542
+ };
2543
+ readonly method: {
2544
+ readonly type: StringConstructor;
2545
+ readonly default: "POST";
2546
+ };
2547
+ readonly multiple: BooleanConstructor;
2548
+ readonly showFileList: {
2549
+ readonly type: BooleanConstructor;
2550
+ readonly default: true;
2551
+ };
2552
+ readonly data: PropType<FuncOrRecordOrUndef<string | Blob>>;
2553
+ readonly headers: PropType<FuncOrRecordOrUndef>;
2554
+ readonly withCredentials: BooleanConstructor;
2555
+ readonly responseType: {
2556
+ readonly type: PropType<XMLHttpRequestResponseType>;
2557
+ readonly default: "";
2558
+ };
2559
+ readonly disabled: {
2560
+ readonly type: PropType<boolean | undefined>;
2561
+ readonly default: undefined;
2562
+ };
2563
+ readonly onChange: PropType<UploadOnChange>;
2564
+ readonly onRemove: PropType<UploadOnRemove>;
2565
+ readonly onFinish: PropType<UploadOnFinish>;
2566
+ readonly onError: PropType<OnError>;
2567
+ readonly onRetry: PropType<OnRetry>;
2568
+ readonly onBeforeUpload: PropType<OnBeforeUpload>;
2569
+ readonly isErrorState: PropType<(xhr: XMLHttpRequest) => boolean>;
2570
+ readonly onDownload: PropType<UploadOnDownload>;
2571
+ readonly customDownload: PropType<UploadOnDownload>;
2572
+ readonly defaultUpload: {
2573
+ readonly type: BooleanConstructor;
2574
+ readonly default: true;
2575
+ };
2576
+ readonly fileList: PropType<UploadFileInfo[]>;
2577
+ readonly 'onUpdate:fileList': PropType<MaybeArray<OnUpdateFileList>>;
2578
+ readonly onUpdateFileList: PropType<MaybeArray<OnUpdateFileList>>;
2579
+ readonly fileListClass: StringConstructor;
2580
+ readonly fileListStyle: PropType<string | CSSProperties>;
2581
+ readonly defaultFileList: {
2582
+ readonly type: PropType<UploadFileInfo[]>;
2583
+ readonly default: () => never[];
2584
+ };
2585
+ readonly showCancelButton: {
2586
+ readonly type: BooleanConstructor;
2587
+ readonly default: true;
2588
+ };
2589
+ readonly showRemoveButton: {
2590
+ readonly type: BooleanConstructor;
2591
+ readonly default: true;
2592
+ };
2593
+ readonly showDownloadButton: BooleanConstructor;
2594
+ readonly showRetryButton: {
2595
+ readonly type: BooleanConstructor;
2596
+ readonly default: true;
2597
+ };
2598
+ readonly showPreviewButton: {
2599
+ readonly type: BooleanConstructor;
2600
+ readonly default: true;
2601
+ };
2602
+ readonly listType: {
2603
+ readonly type: PropType<ListType>;
2604
+ readonly default: "text";
2605
+ };
2606
+ readonly onPreview: PropType<OnPreview>;
2607
+ readonly shouldUseThumbnailUrl: {
2608
+ readonly type: PropType<ShouldUseThumbnailUrl>;
2609
+ readonly default: (file: UploadSettledFileInfo) => boolean;
2610
+ };
2611
+ readonly createThumbnailUrl: PropType<CreateThumbnailUrl>;
2612
+ readonly abstract: BooleanConstructor;
2613
+ readonly max: NumberConstructor;
2614
+ readonly showTrigger: {
2615
+ readonly type: BooleanConstructor;
2616
+ readonly default: true;
2617
+ };
2618
+ readonly imageGroupProps: PropType<ImageGroupProps>;
2619
+ readonly inputProps: PropType<InputHTMLAttributes>;
2620
+ readonly triggerClass: StringConstructor;
2621
+ readonly triggerStyle: PropType< CSSProperties | string>;
2622
+ readonly renderIcon: PropType<RenderIcon>;
2623
+ readonly theme: PropType<Theme<"Upload", {
2624
+ fontSize: string;
2625
+ lineHeight: string;
2626
+ borderRadius: string;
2627
+ draggerColor: string;
2628
+ draggerBorder: string;
2629
+ draggerBorderHover: string;
2630
+ itemColorHover: string;
2631
+ itemColorHoverError: string;
2632
+ itemTextColor: string;
2633
+ itemTextColorError: string;
2634
+ itemTextColorSuccess: string;
2635
+ itemIconColor: string;
2636
+ itemDisabledOpacity: string;
2637
+ itemBorderImageCardError: string;
2638
+ itemBorderImageCard: string;
2639
+ }, {
2640
+ Button: Theme<"Button", {
2641
+ heightTiny: string;
2642
+ heightSmall: string;
2643
+ heightMedium: string;
2644
+ heightLarge: string;
2645
+ borderRadiusTiny: string;
2646
+ borderRadiusSmall: string;
2647
+ borderRadiusMedium: string;
2648
+ borderRadiusLarge: string;
2649
+ fontSizeTiny: string;
2650
+ fontSizeSmall: string;
2651
+ fontSizeMedium: string;
2652
+ fontSizeLarge: string;
2653
+ opacityDisabled: string;
2654
+ colorOpacitySecondary: string;
2655
+ colorOpacitySecondaryHover: string;
2656
+ colorOpacitySecondaryPressed: string;
2657
+ colorSecondary: string;
2658
+ colorSecondaryHover: string;
2659
+ colorSecondaryPressed: string;
2660
+ colorTertiary: string;
2661
+ colorTertiaryHover: string;
2662
+ colorTertiaryPressed: string;
2663
+ colorQuaternary: string;
2664
+ colorQuaternaryHover: string;
2665
+ colorQuaternaryPressed: string;
2666
+ color: string;
2667
+ colorHover: string;
2668
+ colorPressed: string;
2669
+ colorFocus: string;
2670
+ colorDisabled: string;
2671
+ textColor: string;
2672
+ textColorTertiary: string;
2673
+ textColorHover: string;
2674
+ textColorPressed: string;
2675
+ textColorFocus: string;
2676
+ textColorDisabled: string;
2677
+ textColorText: string;
2678
+ textColorTextHover: string;
2679
+ textColorTextPressed: string;
2680
+ textColorTextFocus: string;
2681
+ textColorTextDisabled: string;
2682
+ textColorGhost: string;
2683
+ textColorGhostHover: string;
2684
+ textColorGhostPressed: string;
2685
+ textColorGhostFocus: string;
2686
+ textColorGhostDisabled: string;
2687
+ border: string;
2688
+ borderHover: string;
2689
+ borderPressed: string;
2690
+ borderFocus: string;
2691
+ borderDisabled: string;
2692
+ rippleColor: string;
2693
+ colorPrimary: string;
2694
+ colorHoverPrimary: string;
2695
+ colorPressedPrimary: string;
2696
+ colorFocusPrimary: string;
2697
+ colorDisabledPrimary: string;
2698
+ textColorPrimary: string;
2699
+ textColorHoverPrimary: string;
2700
+ textColorPressedPrimary: string;
2701
+ textColorFocusPrimary: string;
2702
+ textColorDisabledPrimary: string;
2703
+ textColorTextPrimary: string;
2704
+ textColorTextHoverPrimary: string;
2705
+ textColorTextPressedPrimary: string;
2706
+ textColorTextFocusPrimary: string;
2707
+ textColorTextDisabledPrimary: string;
2708
+ textColorGhostPrimary: string;
2709
+ textColorGhostHoverPrimary: string;
2710
+ textColorGhostPressedPrimary: string;
2711
+ textColorGhostFocusPrimary: string;
2712
+ textColorGhostDisabledPrimary: string;
2713
+ borderPrimary: string;
2714
+ borderHoverPrimary: string;
2715
+ borderPressedPrimary: string;
2716
+ borderFocusPrimary: string;
2717
+ borderDisabledPrimary: string;
2718
+ rippleColorPrimary: string;
2719
+ colorInfo: string;
2720
+ colorHoverInfo: string;
2721
+ colorPressedInfo: string;
2722
+ colorFocusInfo: string;
2723
+ colorDisabledInfo: string;
2724
+ textColorInfo: string;
2725
+ textColorHoverInfo: string;
2726
+ textColorPressedInfo: string;
2727
+ textColorFocusInfo: string;
2728
+ textColorDisabledInfo: string;
2729
+ textColorTextInfo: string;
2730
+ textColorTextHoverInfo: string;
2731
+ textColorTextPressedInfo: string;
2732
+ textColorTextFocusInfo: string;
2733
+ textColorTextDisabledInfo: string;
2734
+ textColorGhostInfo: string;
2735
+ textColorGhostHoverInfo: string;
2736
+ textColorGhostPressedInfo: string;
2737
+ textColorGhostFocusInfo: string;
2738
+ textColorGhostDisabledInfo: string;
2739
+ borderInfo: string;
2740
+ borderHoverInfo: string;
2741
+ borderPressedInfo: string;
2742
+ borderFocusInfo: string;
2743
+ borderDisabledInfo: string;
2744
+ rippleColorInfo: string;
2745
+ colorSuccess: string;
2746
+ colorHoverSuccess: string;
2747
+ colorPressedSuccess: string;
2748
+ colorFocusSuccess: string;
2749
+ colorDisabledSuccess: string;
2750
+ textColorSuccess: string;
2751
+ textColorHoverSuccess: string;
2752
+ textColorPressedSuccess: string;
2753
+ textColorFocusSuccess: string;
2754
+ textColorDisabledSuccess: string;
2755
+ textColorTextSuccess: string;
2756
+ textColorTextHoverSuccess: string;
2757
+ textColorTextPressedSuccess: string;
2758
+ textColorTextFocusSuccess: string;
2759
+ textColorTextDisabledSuccess: string;
2760
+ textColorGhostSuccess: string;
2761
+ textColorGhostHoverSuccess: string;
2762
+ textColorGhostPressedSuccess: string;
2763
+ textColorGhostFocusSuccess: string;
2764
+ textColorGhostDisabledSuccess: string;
2765
+ borderSuccess: string;
2766
+ borderHoverSuccess: string;
2767
+ borderPressedSuccess: string;
2768
+ borderFocusSuccess: string;
2769
+ borderDisabledSuccess: string;
2770
+ rippleColorSuccess: string;
2771
+ colorWarning: string;
2772
+ colorHoverWarning: string;
2773
+ colorPressedWarning: string;
2774
+ colorFocusWarning: string;
2775
+ colorDisabledWarning: string;
2776
+ textColorWarning: string;
2777
+ textColorHoverWarning: string;
2778
+ textColorPressedWarning: string;
2779
+ textColorFocusWarning: string;
2780
+ textColorDisabledWarning: string;
2781
+ textColorTextWarning: string;
2782
+ textColorTextHoverWarning: string;
2783
+ textColorTextPressedWarning: string;
2784
+ textColorTextFocusWarning: string;
2785
+ textColorTextDisabledWarning: string;
2786
+ textColorGhostWarning: string;
2787
+ textColorGhostHoverWarning: string;
2788
+ textColorGhostPressedWarning: string;
2789
+ textColorGhostFocusWarning: string;
2790
+ textColorGhostDisabledWarning: string;
2791
+ borderWarning: string;
2792
+ borderHoverWarning: string;
2793
+ borderPressedWarning: string;
2794
+ borderFocusWarning: string;
2795
+ borderDisabledWarning: string;
2796
+ rippleColorWarning: string;
2797
+ colorError: string;
2798
+ colorHoverError: string;
2799
+ colorPressedError: string;
2800
+ colorFocusError: string;
2801
+ colorDisabledError: string;
2802
+ textColorError: string;
2803
+ textColorHoverError: string;
2804
+ textColorPressedError: string;
2805
+ textColorFocusError: string;
2806
+ textColorDisabledError: string;
2807
+ textColorTextError: string;
2808
+ textColorTextHoverError: string;
2809
+ textColorTextPressedError: string;
2810
+ textColorTextFocusError: string;
2811
+ textColorTextDisabledError: string;
2812
+ textColorGhostError: string;
2813
+ textColorGhostHoverError: string;
2814
+ textColorGhostPressedError: string;
2815
+ textColorGhostFocusError: string;
2816
+ textColorGhostDisabledError: string;
2817
+ borderError: string;
2818
+ borderHoverError: string;
2819
+ borderPressedError: string;
2820
+ borderFocusError: string;
2821
+ borderDisabledError: string;
2822
+ rippleColorError: string;
2823
+ waveOpacity: string;
2824
+ fontWeight: string;
2825
+ fontWeightStrong: string;
2826
+ paddingTiny: string;
2827
+ paddingSmall: string;
2828
+ paddingMedium: string;
2829
+ paddingLarge: string;
2830
+ paddingRoundTiny: string;
2831
+ paddingRoundSmall: string;
2832
+ paddingRoundMedium: string;
2833
+ paddingRoundLarge: string;
2834
+ iconMarginTiny: string;
2835
+ iconMarginSmall: string;
2836
+ iconMarginMedium: string;
2837
+ iconMarginLarge: string;
2838
+ iconSizeTiny: string;
2839
+ iconSizeSmall: string;
2840
+ iconSizeMedium: string;
2841
+ iconSizeLarge: string;
2842
+ rippleDuration: string;
2843
+ }, any>;
2844
+ Progress: Theme<"Progress", {
2845
+ fontSize: string;
2846
+ fontSizeCircle: string;
2847
+ fontWeightCircle: string;
2848
+ railColor: string;
2849
+ railHeight: string;
2850
+ iconSizeCircle: string;
2851
+ iconSizeLine: string;
2852
+ iconColor: string;
2853
+ iconColorInfo: string;
2854
+ iconColorSuccess: string;
2855
+ iconColorWarning: string;
2856
+ iconColorError: string;
2857
+ textColorCircle: string;
2858
+ textColorLineInner: string;
2859
+ textColorLineOuter: string;
2860
+ fillColor: string;
2861
+ fillColorInfo: string;
2862
+ fillColorSuccess: string;
2863
+ fillColorWarning: string;
2864
+ fillColorError: string;
2865
+ lineBgProcessing: string;
2866
+ }, any>;
2867
+ }>>;
2868
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Upload", {
2869
+ fontSize: string;
2870
+ lineHeight: string;
2871
+ borderRadius: string;
2872
+ draggerColor: string;
2873
+ draggerBorder: string;
2874
+ draggerBorderHover: string;
2875
+ itemColorHover: string;
2876
+ itemColorHoverError: string;
2877
+ itemTextColor: string;
2878
+ itemTextColorError: string;
2879
+ itemTextColorSuccess: string;
2880
+ itemIconColor: string;
2881
+ itemDisabledOpacity: string;
2882
+ itemBorderImageCardError: string;
2883
+ itemBorderImageCard: string;
2884
+ }, {
2885
+ Button: Theme<"Button", {
2886
+ heightTiny: string;
2887
+ heightSmall: string;
2888
+ heightMedium: string;
2889
+ heightLarge: string;
2890
+ borderRadiusTiny: string;
2891
+ borderRadiusSmall: string;
2892
+ borderRadiusMedium: string;
2893
+ borderRadiusLarge: string;
2894
+ fontSizeTiny: string;
2895
+ fontSizeSmall: string;
2896
+ fontSizeMedium: string;
2897
+ fontSizeLarge: string;
2898
+ opacityDisabled: string;
2899
+ colorOpacitySecondary: string;
2900
+ colorOpacitySecondaryHover: string;
2901
+ colorOpacitySecondaryPressed: string;
2902
+ colorSecondary: string;
2903
+ colorSecondaryHover: string;
2904
+ colorSecondaryPressed: string;
2905
+ colorTertiary: string;
2906
+ colorTertiaryHover: string;
2907
+ colorTertiaryPressed: string;
2908
+ colorQuaternary: string;
2909
+ colorQuaternaryHover: string;
2910
+ colorQuaternaryPressed: string;
2911
+ color: string;
2912
+ colorHover: string;
2913
+ colorPressed: string;
2914
+ colorFocus: string;
2915
+ colorDisabled: string;
2916
+ textColor: string;
2917
+ textColorTertiary: string;
2918
+ textColorHover: string;
2919
+ textColorPressed: string;
2920
+ textColorFocus: string;
2921
+ textColorDisabled: string;
2922
+ textColorText: string;
2923
+ textColorTextHover: string;
2924
+ textColorTextPressed: string;
2925
+ textColorTextFocus: string;
2926
+ textColorTextDisabled: string;
2927
+ textColorGhost: string;
2928
+ textColorGhostHover: string;
2929
+ textColorGhostPressed: string;
2930
+ textColorGhostFocus: string;
2931
+ textColorGhostDisabled: string;
2932
+ border: string;
2933
+ borderHover: string;
2934
+ borderPressed: string;
2935
+ borderFocus: string;
2936
+ borderDisabled: string;
2937
+ rippleColor: string;
2938
+ colorPrimary: string;
2939
+ colorHoverPrimary: string;
2940
+ colorPressedPrimary: string;
2941
+ colorFocusPrimary: string;
2942
+ colorDisabledPrimary: string;
2943
+ textColorPrimary: string;
2944
+ textColorHoverPrimary: string;
2945
+ textColorPressedPrimary: string;
2946
+ textColorFocusPrimary: string;
2947
+ textColorDisabledPrimary: string;
2948
+ textColorTextPrimary: string;
2949
+ textColorTextHoverPrimary: string;
2950
+ textColorTextPressedPrimary: string;
2951
+ textColorTextFocusPrimary: string;
2952
+ textColorTextDisabledPrimary: string;
2953
+ textColorGhostPrimary: string;
2954
+ textColorGhostHoverPrimary: string;
2955
+ textColorGhostPressedPrimary: string;
2956
+ textColorGhostFocusPrimary: string;
2957
+ textColorGhostDisabledPrimary: string;
2958
+ borderPrimary: string;
2959
+ borderHoverPrimary: string;
2960
+ borderPressedPrimary: string;
2961
+ borderFocusPrimary: string;
2962
+ borderDisabledPrimary: string;
2963
+ rippleColorPrimary: string;
2964
+ colorInfo: string;
2965
+ colorHoverInfo: string;
2966
+ colorPressedInfo: string;
2967
+ colorFocusInfo: string;
2968
+ colorDisabledInfo: string;
2969
+ textColorInfo: string;
2970
+ textColorHoverInfo: string;
2971
+ textColorPressedInfo: string;
2972
+ textColorFocusInfo: string;
2973
+ textColorDisabledInfo: string;
2974
+ textColorTextInfo: string;
2975
+ textColorTextHoverInfo: string;
2976
+ textColorTextPressedInfo: string;
2977
+ textColorTextFocusInfo: string;
2978
+ textColorTextDisabledInfo: string;
2979
+ textColorGhostInfo: string;
2980
+ textColorGhostHoverInfo: string;
2981
+ textColorGhostPressedInfo: string;
2982
+ textColorGhostFocusInfo: string;
2983
+ textColorGhostDisabledInfo: string;
2984
+ borderInfo: string;
2985
+ borderHoverInfo: string;
2986
+ borderPressedInfo: string;
2987
+ borderFocusInfo: string;
2988
+ borderDisabledInfo: string;
2989
+ rippleColorInfo: string;
2990
+ colorSuccess: string;
2991
+ colorHoverSuccess: string;
2992
+ colorPressedSuccess: string;
2993
+ colorFocusSuccess: string;
2994
+ colorDisabledSuccess: string;
2995
+ textColorSuccess: string;
2996
+ textColorHoverSuccess: string;
2997
+ textColorPressedSuccess: string;
2998
+ textColorFocusSuccess: string;
2999
+ textColorDisabledSuccess: string;
3000
+ textColorTextSuccess: string;
3001
+ textColorTextHoverSuccess: string;
3002
+ textColorTextPressedSuccess: string;
3003
+ textColorTextFocusSuccess: string;
3004
+ textColorTextDisabledSuccess: string;
3005
+ textColorGhostSuccess: string;
3006
+ textColorGhostHoverSuccess: string;
3007
+ textColorGhostPressedSuccess: string;
3008
+ textColorGhostFocusSuccess: string;
3009
+ textColorGhostDisabledSuccess: string;
3010
+ borderSuccess: string;
3011
+ borderHoverSuccess: string;
3012
+ borderPressedSuccess: string;
3013
+ borderFocusSuccess: string;
3014
+ borderDisabledSuccess: string;
3015
+ rippleColorSuccess: string;
3016
+ colorWarning: string;
3017
+ colorHoverWarning: string;
3018
+ colorPressedWarning: string;
3019
+ colorFocusWarning: string;
3020
+ colorDisabledWarning: string;
3021
+ textColorWarning: string;
3022
+ textColorHoverWarning: string;
3023
+ textColorPressedWarning: string;
3024
+ textColorFocusWarning: string;
3025
+ textColorDisabledWarning: string;
3026
+ textColorTextWarning: string;
3027
+ textColorTextHoverWarning: string;
3028
+ textColorTextPressedWarning: string;
3029
+ textColorTextFocusWarning: string;
3030
+ textColorTextDisabledWarning: string;
3031
+ textColorGhostWarning: string;
3032
+ textColorGhostHoverWarning: string;
3033
+ textColorGhostPressedWarning: string;
3034
+ textColorGhostFocusWarning: string;
3035
+ textColorGhostDisabledWarning: string;
3036
+ borderWarning: string;
3037
+ borderHoverWarning: string;
3038
+ borderPressedWarning: string;
3039
+ borderFocusWarning: string;
3040
+ borderDisabledWarning: string;
3041
+ rippleColorWarning: string;
3042
+ colorError: string;
3043
+ colorHoverError: string;
3044
+ colorPressedError: string;
3045
+ colorFocusError: string;
3046
+ colorDisabledError: string;
3047
+ textColorError: string;
3048
+ textColorHoverError: string;
3049
+ textColorPressedError: string;
3050
+ textColorFocusError: string;
3051
+ textColorDisabledError: string;
3052
+ textColorTextError: string;
3053
+ textColorTextHoverError: string;
3054
+ textColorTextPressedError: string;
3055
+ textColorTextFocusError: string;
3056
+ textColorTextDisabledError: string;
3057
+ textColorGhostError: string;
3058
+ textColorGhostHoverError: string;
3059
+ textColorGhostPressedError: string;
3060
+ textColorGhostFocusError: string;
3061
+ textColorGhostDisabledError: string;
3062
+ borderError: string;
3063
+ borderHoverError: string;
3064
+ borderPressedError: string;
3065
+ borderFocusError: string;
3066
+ borderDisabledError: string;
3067
+ rippleColorError: string;
3068
+ waveOpacity: string;
3069
+ fontWeight: string;
3070
+ fontWeightStrong: string;
3071
+ paddingTiny: string;
3072
+ paddingSmall: string;
3073
+ paddingMedium: string;
3074
+ paddingLarge: string;
3075
+ paddingRoundTiny: string;
3076
+ paddingRoundSmall: string;
3077
+ paddingRoundMedium: string;
3078
+ paddingRoundLarge: string;
3079
+ iconMarginTiny: string;
3080
+ iconMarginSmall: string;
3081
+ iconMarginMedium: string;
3082
+ iconMarginLarge: string;
3083
+ iconSizeTiny: string;
3084
+ iconSizeSmall: string;
3085
+ iconSizeMedium: string;
3086
+ iconSizeLarge: string;
3087
+ rippleDuration: string;
3088
+ }, any>;
3089
+ Progress: Theme<"Progress", {
3090
+ fontSize: string;
3091
+ fontSizeCircle: string;
3092
+ fontWeightCircle: string;
3093
+ railColor: string;
3094
+ railHeight: string;
3095
+ iconSizeCircle: string;
3096
+ iconSizeLine: string;
3097
+ iconColor: string;
3098
+ iconColorInfo: string;
3099
+ iconColorSuccess: string;
3100
+ iconColorWarning: string;
3101
+ iconColorError: string;
3102
+ textColorCircle: string;
3103
+ textColorLineInner: string;
3104
+ textColorLineOuter: string;
3105
+ fillColor: string;
3106
+ fillColorInfo: string;
3107
+ fillColorSuccess: string;
3108
+ fillColorWarning: string;
3109
+ fillColorError: string;
3110
+ lineBgProcessing: string;
3111
+ }, any>;
3112
+ }>>>;
3113
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Upload", {
3114
+ fontSize: string;
3115
+ lineHeight: string;
3116
+ borderRadius: string;
3117
+ draggerColor: string;
3118
+ draggerBorder: string;
3119
+ draggerBorderHover: string;
3120
+ itemColorHover: string;
3121
+ itemColorHoverError: string;
3122
+ itemTextColor: string;
3123
+ itemTextColorError: string;
3124
+ itemTextColorSuccess: string;
3125
+ itemIconColor: string;
3126
+ itemDisabledOpacity: string;
3127
+ itemBorderImageCardError: string;
3128
+ itemBorderImageCard: string;
3129
+ }, {
3130
+ Button: Theme<"Button", {
3131
+ heightTiny: string;
3132
+ heightSmall: string;
3133
+ heightMedium: string;
3134
+ heightLarge: string;
3135
+ borderRadiusTiny: string;
3136
+ borderRadiusSmall: string;
3137
+ borderRadiusMedium: string;
3138
+ borderRadiusLarge: string;
3139
+ fontSizeTiny: string;
3140
+ fontSizeSmall: string;
3141
+ fontSizeMedium: string;
3142
+ fontSizeLarge: string;
3143
+ opacityDisabled: string;
3144
+ colorOpacitySecondary: string;
3145
+ colorOpacitySecondaryHover: string;
3146
+ colorOpacitySecondaryPressed: string;
3147
+ colorSecondary: string;
3148
+ colorSecondaryHover: string;
3149
+ colorSecondaryPressed: string;
3150
+ colorTertiary: string;
3151
+ colorTertiaryHover: string;
3152
+ colorTertiaryPressed: string;
3153
+ colorQuaternary: string;
3154
+ colorQuaternaryHover: string;
3155
+ colorQuaternaryPressed: string;
3156
+ color: string;
3157
+ colorHover: string;
3158
+ colorPressed: string;
3159
+ colorFocus: string;
3160
+ colorDisabled: string;
3161
+ textColor: string;
3162
+ textColorTertiary: string;
3163
+ textColorHover: string;
3164
+ textColorPressed: string;
3165
+ textColorFocus: string;
3166
+ textColorDisabled: string;
3167
+ textColorText: string;
3168
+ textColorTextHover: string;
3169
+ textColorTextPressed: string;
3170
+ textColorTextFocus: string;
3171
+ textColorTextDisabled: string;
3172
+ textColorGhost: string;
3173
+ textColorGhostHover: string;
3174
+ textColorGhostPressed: string;
3175
+ textColorGhostFocus: string;
3176
+ textColorGhostDisabled: string;
3177
+ border: string;
3178
+ borderHover: string;
3179
+ borderPressed: string;
3180
+ borderFocus: string;
3181
+ borderDisabled: string;
3182
+ rippleColor: string;
3183
+ colorPrimary: string;
3184
+ colorHoverPrimary: string;
3185
+ colorPressedPrimary: string;
3186
+ colorFocusPrimary: string;
3187
+ colorDisabledPrimary: string;
3188
+ textColorPrimary: string;
3189
+ textColorHoverPrimary: string;
3190
+ textColorPressedPrimary: string;
3191
+ textColorFocusPrimary: string;
3192
+ textColorDisabledPrimary: string;
3193
+ textColorTextPrimary: string;
3194
+ textColorTextHoverPrimary: string;
3195
+ textColorTextPressedPrimary: string;
3196
+ textColorTextFocusPrimary: string;
3197
+ textColorTextDisabledPrimary: string;
3198
+ textColorGhostPrimary: string;
3199
+ textColorGhostHoverPrimary: string;
3200
+ textColorGhostPressedPrimary: string;
3201
+ textColorGhostFocusPrimary: string;
3202
+ textColorGhostDisabledPrimary: string;
3203
+ borderPrimary: string;
3204
+ borderHoverPrimary: string;
3205
+ borderPressedPrimary: string;
3206
+ borderFocusPrimary: string;
3207
+ borderDisabledPrimary: string;
3208
+ rippleColorPrimary: string;
3209
+ colorInfo: string;
3210
+ colorHoverInfo: string;
3211
+ colorPressedInfo: string;
3212
+ colorFocusInfo: string;
3213
+ colorDisabledInfo: string;
3214
+ textColorInfo: string;
3215
+ textColorHoverInfo: string;
3216
+ textColorPressedInfo: string;
3217
+ textColorFocusInfo: string;
3218
+ textColorDisabledInfo: string;
3219
+ textColorTextInfo: string;
3220
+ textColorTextHoverInfo: string;
3221
+ textColorTextPressedInfo: string;
3222
+ textColorTextFocusInfo: string;
3223
+ textColorTextDisabledInfo: string;
3224
+ textColorGhostInfo: string;
3225
+ textColorGhostHoverInfo: string;
3226
+ textColorGhostPressedInfo: string;
3227
+ textColorGhostFocusInfo: string;
3228
+ textColorGhostDisabledInfo: string;
3229
+ borderInfo: string;
3230
+ borderHoverInfo: string;
3231
+ borderPressedInfo: string;
3232
+ borderFocusInfo: string;
3233
+ borderDisabledInfo: string;
3234
+ rippleColorInfo: string;
3235
+ colorSuccess: string;
3236
+ colorHoverSuccess: string;
3237
+ colorPressedSuccess: string;
3238
+ colorFocusSuccess: string;
3239
+ colorDisabledSuccess: string;
3240
+ textColorSuccess: string;
3241
+ textColorHoverSuccess: string;
3242
+ textColorPressedSuccess: string;
3243
+ textColorFocusSuccess: string;
3244
+ textColorDisabledSuccess: string;
3245
+ textColorTextSuccess: string;
3246
+ textColorTextHoverSuccess: string;
3247
+ textColorTextPressedSuccess: string;
3248
+ textColorTextFocusSuccess: string;
3249
+ textColorTextDisabledSuccess: string;
3250
+ textColorGhostSuccess: string;
3251
+ textColorGhostHoverSuccess: string;
3252
+ textColorGhostPressedSuccess: string;
3253
+ textColorGhostFocusSuccess: string;
3254
+ textColorGhostDisabledSuccess: string;
3255
+ borderSuccess: string;
3256
+ borderHoverSuccess: string;
3257
+ borderPressedSuccess: string;
3258
+ borderFocusSuccess: string;
3259
+ borderDisabledSuccess: string;
3260
+ rippleColorSuccess: string;
3261
+ colorWarning: string;
3262
+ colorHoverWarning: string;
3263
+ colorPressedWarning: string;
3264
+ colorFocusWarning: string;
3265
+ colorDisabledWarning: string;
3266
+ textColorWarning: string;
3267
+ textColorHoverWarning: string;
3268
+ textColorPressedWarning: string;
3269
+ textColorFocusWarning: string;
3270
+ textColorDisabledWarning: string;
3271
+ textColorTextWarning: string;
3272
+ textColorTextHoverWarning: string;
3273
+ textColorTextPressedWarning: string;
3274
+ textColorTextFocusWarning: string;
3275
+ textColorTextDisabledWarning: string;
3276
+ textColorGhostWarning: string;
3277
+ textColorGhostHoverWarning: string;
3278
+ textColorGhostPressedWarning: string;
3279
+ textColorGhostFocusWarning: string;
3280
+ textColorGhostDisabledWarning: string;
3281
+ borderWarning: string;
3282
+ borderHoverWarning: string;
3283
+ borderPressedWarning: string;
3284
+ borderFocusWarning: string;
3285
+ borderDisabledWarning: string;
3286
+ rippleColorWarning: string;
3287
+ colorError: string;
3288
+ colorHoverError: string;
3289
+ colorPressedError: string;
3290
+ colorFocusError: string;
3291
+ colorDisabledError: string;
3292
+ textColorError: string;
3293
+ textColorHoverError: string;
3294
+ textColorPressedError: string;
3295
+ textColorFocusError: string;
3296
+ textColorDisabledError: string;
3297
+ textColorTextError: string;
3298
+ textColorTextHoverError: string;
3299
+ textColorTextPressedError: string;
3300
+ textColorTextFocusError: string;
3301
+ textColorTextDisabledError: string;
3302
+ textColorGhostError: string;
3303
+ textColorGhostHoverError: string;
3304
+ textColorGhostPressedError: string;
3305
+ textColorGhostFocusError: string;
3306
+ textColorGhostDisabledError: string;
3307
+ borderError: string;
3308
+ borderHoverError: string;
3309
+ borderPressedError: string;
3310
+ borderFocusError: string;
3311
+ borderDisabledError: string;
3312
+ rippleColorError: string;
3313
+ waveOpacity: string;
3314
+ fontWeight: string;
3315
+ fontWeightStrong: string;
3316
+ paddingTiny: string;
3317
+ paddingSmall: string;
3318
+ paddingMedium: string;
3319
+ paddingLarge: string;
3320
+ paddingRoundTiny: string;
3321
+ paddingRoundSmall: string;
3322
+ paddingRoundMedium: string;
3323
+ paddingRoundLarge: string;
3324
+ iconMarginTiny: string;
3325
+ iconMarginSmall: string;
3326
+ iconMarginMedium: string;
3327
+ iconMarginLarge: string;
3328
+ iconSizeTiny: string;
3329
+ iconSizeSmall: string;
3330
+ iconSizeMedium: string;
3331
+ iconSizeLarge: string;
3332
+ rippleDuration: string;
3333
+ }, any>;
3334
+ Progress: Theme<"Progress", {
3335
+ fontSize: string;
3336
+ fontSizeCircle: string;
3337
+ fontWeightCircle: string;
3338
+ railColor: string;
3339
+ railHeight: string;
3340
+ iconSizeCircle: string;
3341
+ iconSizeLine: string;
3342
+ iconColor: string;
3343
+ iconColorInfo: string;
3344
+ iconColorSuccess: string;
3345
+ iconColorWarning: string;
3346
+ iconColorError: string;
3347
+ textColorCircle: string;
3348
+ textColorLineInner: string;
3349
+ textColorLineOuter: string;
3350
+ fillColor: string;
3351
+ fillColorInfo: string;
3352
+ fillColorSuccess: string;
3353
+ fillColorWarning: string;
3354
+ fillColorError: string;
3355
+ lineBgProcessing: string;
3356
+ }, any>;
3357
+ }>>>;
3358
+ }>> & Readonly<{}>, {
3359
+ readonly method: string;
3360
+ readonly name: string;
3361
+ readonly abstract: boolean;
3362
+ readonly disabled: boolean | undefined;
3363
+ readonly multiple: boolean;
3364
+ readonly showTrigger: boolean;
3365
+ readonly directory: boolean;
3366
+ readonly directoryDnd: boolean;
3367
+ readonly showFileList: boolean;
3368
+ readonly withCredentials: boolean;
3369
+ readonly responseType: XMLHttpRequestResponseType;
3370
+ readonly defaultUpload: boolean;
3371
+ readonly defaultFileList: UploadFileInfo[];
3372
+ readonly showCancelButton: boolean;
3373
+ readonly showRemoveButton: boolean;
3374
+ readonly showDownloadButton: boolean;
3375
+ readonly showRetryButton: boolean;
3376
+ readonly showPreviewButton: boolean;
3377
+ readonly listType: ListType;
3378
+ readonly shouldUseThumbnailUrl: ShouldUseThumbnailUrl;
3379
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3380
+ NIcon: DefineComponent<ExtractPropTypes<{
3381
+ readonly depth: PropType<Depth>;
3382
+ readonly size: PropType<number | string>;
3383
+ readonly color: StringConstructor;
3384
+ readonly component: PropType<Component>;
3385
+ readonly theme: PropType<Theme<"Icon", {
3386
+ color: string;
3387
+ opacity1Depth: string;
3388
+ opacity2Depth: string;
3389
+ opacity3Depth: string;
3390
+ opacity4Depth: string;
3391
+ opacity5Depth: string;
3392
+ }, any>>;
3393
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Icon", {
3394
+ color: string;
3395
+ opacity1Depth: string;
3396
+ opacity2Depth: string;
3397
+ opacity3Depth: string;
3398
+ opacity4Depth: string;
3399
+ opacity5Depth: string;
3400
+ }, any>>>;
3401
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Icon", {
3402
+ color: string;
3403
+ opacity1Depth: string;
3404
+ opacity2Depth: string;
3405
+ opacity3Depth: string;
3406
+ opacity4Depth: string;
3407
+ opacity5Depth: string;
3408
+ }, any>>>;
3409
+ }>, {
3410
+ mergedClsPrefix: Ref<string, string>;
3411
+ mergedStyle: ComputedRef<{
3412
+ fontSize: string | undefined;
3413
+ color: string | undefined;
3414
+ }>;
3415
+ cssVars: ComputedRef<{
3416
+ "--n-bezier": string;
3417
+ "--n-color": string;
3418
+ "--n-opacity": string;
3419
+ }> | undefined;
3420
+ themeClass: Ref<string, string> | undefined;
3421
+ onRender: (() => void) | undefined;
3422
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
3423
+ readonly depth: PropType<Depth>;
3424
+ readonly size: PropType<number | string>;
3425
+ readonly color: StringConstructor;
3426
+ readonly component: PropType<Component>;
3427
+ readonly theme: PropType<Theme<"Icon", {
3428
+ color: string;
3429
+ opacity1Depth: string;
3430
+ opacity2Depth: string;
3431
+ opacity3Depth: string;
3432
+ opacity4Depth: string;
3433
+ opacity5Depth: string;
3434
+ }, any>>;
3435
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Icon", {
3436
+ color: string;
3437
+ opacity1Depth: string;
3438
+ opacity2Depth: string;
3439
+ opacity3Depth: string;
3440
+ opacity4Depth: string;
3441
+ opacity5Depth: string;
3442
+ }, any>>>;
3443
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Icon", {
3444
+ color: string;
3445
+ opacity1Depth: string;
3446
+ opacity2Depth: string;
3447
+ opacity3Depth: string;
3448
+ opacity4Depth: string;
3449
+ opacity5Depth: string;
3450
+ }, any>>>;
3451
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3452
+ Copy: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3453
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
3454
+ export default _default;