@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,1503 @@
1
+ import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, VNodeChild, Ref, ComputedRef, SlotsType, Component } from 'vue';
2
+ import { Size, Type } from 'naive-ui/es/button/src/interface';
3
+ import { MaybeArray } from 'naive-ui/es/_utils';
4
+ import { Theme } from 'naive-ui/es/_mixins';
5
+ import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
6
+ import { BaseWaveRef } from 'naive-ui/es/_internal';
7
+ import { RtlItem } from 'naive-ui/es/config-provider/src/internal-interface';
8
+ import { ButtonSlots } from 'naive-ui';
9
+ import { Depth } from 'naive-ui/es/icon/src/Icon';
10
+ declare const _default: DefineComponent<ExtractPropTypes<{
11
+ to: {
12
+ type: PropType<string>;
13
+ default: string;
14
+ };
15
+ }>, {
16
+ back: () => void;
17
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
18
+ to: {
19
+ type: PropType<string>;
20
+ default: string;
21
+ };
22
+ }>> & Readonly<{}>, {
23
+ to: string;
24
+ }, {}, {
25
+ ArrowNarrowLeft: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
26
+ NButton: DefineComponent<ExtractPropTypes<{
27
+ readonly color: StringConstructor;
28
+ readonly textColor: StringConstructor;
29
+ readonly text: BooleanConstructor;
30
+ readonly block: BooleanConstructor;
31
+ readonly loading: BooleanConstructor;
32
+ readonly disabled: BooleanConstructor;
33
+ readonly circle: BooleanConstructor;
34
+ readonly size: PropType< Size>;
35
+ readonly ghost: BooleanConstructor;
36
+ readonly round: BooleanConstructor;
37
+ readonly secondary: BooleanConstructor;
38
+ readonly tertiary: BooleanConstructor;
39
+ readonly quaternary: BooleanConstructor;
40
+ readonly strong: BooleanConstructor;
41
+ readonly focusable: {
42
+ readonly type: BooleanConstructor;
43
+ readonly default: true;
44
+ };
45
+ readonly keyboard: {
46
+ readonly type: BooleanConstructor;
47
+ readonly default: true;
48
+ };
49
+ readonly tag: {
50
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
51
+ readonly default: "button";
52
+ };
53
+ readonly type: {
54
+ readonly type: PropType< Type>;
55
+ readonly default: "default";
56
+ };
57
+ readonly dashed: BooleanConstructor;
58
+ readonly renderIcon: PropType<() => VNodeChild>;
59
+ readonly iconPlacement: {
60
+ readonly type: PropType<"left" | "right">;
61
+ readonly default: "left";
62
+ };
63
+ readonly attrType: {
64
+ readonly type: PropType<"button" | "submit" | "reset">;
65
+ readonly default: "button";
66
+ };
67
+ readonly bordered: {
68
+ readonly type: BooleanConstructor;
69
+ readonly default: true;
70
+ };
71
+ readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
72
+ readonly nativeFocusBehavior: {
73
+ readonly type: BooleanConstructor;
74
+ readonly default: boolean;
75
+ };
76
+ readonly theme: PropType< Theme<"Button", {
77
+ heightTiny: string;
78
+ heightSmall: string;
79
+ heightMedium: string;
80
+ heightLarge: string;
81
+ borderRadiusTiny: string;
82
+ borderRadiusSmall: string;
83
+ borderRadiusMedium: string;
84
+ borderRadiusLarge: string;
85
+ fontSizeTiny: string;
86
+ fontSizeSmall: string;
87
+ fontSizeMedium: string;
88
+ fontSizeLarge: string;
89
+ opacityDisabled: string;
90
+ colorOpacitySecondary: string;
91
+ colorOpacitySecondaryHover: string;
92
+ colorOpacitySecondaryPressed: string;
93
+ colorSecondary: string;
94
+ colorSecondaryHover: string;
95
+ colorSecondaryPressed: string;
96
+ colorTertiary: string;
97
+ colorTertiaryHover: string;
98
+ colorTertiaryPressed: string;
99
+ colorQuaternary: string;
100
+ colorQuaternaryHover: string;
101
+ colorQuaternaryPressed: string;
102
+ color: string;
103
+ colorHover: string;
104
+ colorPressed: string;
105
+ colorFocus: string;
106
+ colorDisabled: string;
107
+ textColor: string;
108
+ textColorTertiary: string;
109
+ textColorHover: string;
110
+ textColorPressed: string;
111
+ textColorFocus: string;
112
+ textColorDisabled: string;
113
+ textColorText: string;
114
+ textColorTextHover: string;
115
+ textColorTextPressed: string;
116
+ textColorTextFocus: string;
117
+ textColorTextDisabled: string;
118
+ textColorGhost: string;
119
+ textColorGhostHover: string;
120
+ textColorGhostPressed: string;
121
+ textColorGhostFocus: string;
122
+ textColorGhostDisabled: string;
123
+ border: string;
124
+ borderHover: string;
125
+ borderPressed: string;
126
+ borderFocus: string;
127
+ borderDisabled: string;
128
+ rippleColor: string;
129
+ colorPrimary: string;
130
+ colorHoverPrimary: string;
131
+ colorPressedPrimary: string;
132
+ colorFocusPrimary: string;
133
+ colorDisabledPrimary: string;
134
+ textColorPrimary: string;
135
+ textColorHoverPrimary: string;
136
+ textColorPressedPrimary: string;
137
+ textColorFocusPrimary: string;
138
+ textColorDisabledPrimary: string;
139
+ textColorTextPrimary: string;
140
+ textColorTextHoverPrimary: string;
141
+ textColorTextPressedPrimary: string;
142
+ textColorTextFocusPrimary: string;
143
+ textColorTextDisabledPrimary: string;
144
+ textColorGhostPrimary: string;
145
+ textColorGhostHoverPrimary: string;
146
+ textColorGhostPressedPrimary: string;
147
+ textColorGhostFocusPrimary: string;
148
+ textColorGhostDisabledPrimary: string;
149
+ borderPrimary: string;
150
+ borderHoverPrimary: string;
151
+ borderPressedPrimary: string;
152
+ borderFocusPrimary: string;
153
+ borderDisabledPrimary: string;
154
+ rippleColorPrimary: string;
155
+ colorInfo: string;
156
+ colorHoverInfo: string;
157
+ colorPressedInfo: string;
158
+ colorFocusInfo: string;
159
+ colorDisabledInfo: string;
160
+ textColorInfo: string;
161
+ textColorHoverInfo: string;
162
+ textColorPressedInfo: string;
163
+ textColorFocusInfo: string;
164
+ textColorDisabledInfo: string;
165
+ textColorTextInfo: string;
166
+ textColorTextHoverInfo: string;
167
+ textColorTextPressedInfo: string;
168
+ textColorTextFocusInfo: string;
169
+ textColorTextDisabledInfo: string;
170
+ textColorGhostInfo: string;
171
+ textColorGhostHoverInfo: string;
172
+ textColorGhostPressedInfo: string;
173
+ textColorGhostFocusInfo: string;
174
+ textColorGhostDisabledInfo: string;
175
+ borderInfo: string;
176
+ borderHoverInfo: string;
177
+ borderPressedInfo: string;
178
+ borderFocusInfo: string;
179
+ borderDisabledInfo: string;
180
+ rippleColorInfo: string;
181
+ colorSuccess: string;
182
+ colorHoverSuccess: string;
183
+ colorPressedSuccess: string;
184
+ colorFocusSuccess: string;
185
+ colorDisabledSuccess: string;
186
+ textColorSuccess: string;
187
+ textColorHoverSuccess: string;
188
+ textColorPressedSuccess: string;
189
+ textColorFocusSuccess: string;
190
+ textColorDisabledSuccess: string;
191
+ textColorTextSuccess: string;
192
+ textColorTextHoverSuccess: string;
193
+ textColorTextPressedSuccess: string;
194
+ textColorTextFocusSuccess: string;
195
+ textColorTextDisabledSuccess: string;
196
+ textColorGhostSuccess: string;
197
+ textColorGhostHoverSuccess: string;
198
+ textColorGhostPressedSuccess: string;
199
+ textColorGhostFocusSuccess: string;
200
+ textColorGhostDisabledSuccess: string;
201
+ borderSuccess: string;
202
+ borderHoverSuccess: string;
203
+ borderPressedSuccess: string;
204
+ borderFocusSuccess: string;
205
+ borderDisabledSuccess: string;
206
+ rippleColorSuccess: string;
207
+ colorWarning: string;
208
+ colorHoverWarning: string;
209
+ colorPressedWarning: string;
210
+ colorFocusWarning: string;
211
+ colorDisabledWarning: string;
212
+ textColorWarning: string;
213
+ textColorHoverWarning: string;
214
+ textColorPressedWarning: string;
215
+ textColorFocusWarning: string;
216
+ textColorDisabledWarning: string;
217
+ textColorTextWarning: string;
218
+ textColorTextHoverWarning: string;
219
+ textColorTextPressedWarning: string;
220
+ textColorTextFocusWarning: string;
221
+ textColorTextDisabledWarning: string;
222
+ textColorGhostWarning: string;
223
+ textColorGhostHoverWarning: string;
224
+ textColorGhostPressedWarning: string;
225
+ textColorGhostFocusWarning: string;
226
+ textColorGhostDisabledWarning: string;
227
+ borderWarning: string;
228
+ borderHoverWarning: string;
229
+ borderPressedWarning: string;
230
+ borderFocusWarning: string;
231
+ borderDisabledWarning: string;
232
+ rippleColorWarning: string;
233
+ colorError: string;
234
+ colorHoverError: string;
235
+ colorPressedError: string;
236
+ colorFocusError: string;
237
+ colorDisabledError: string;
238
+ textColorError: string;
239
+ textColorHoverError: string;
240
+ textColorPressedError: string;
241
+ textColorFocusError: string;
242
+ textColorDisabledError: string;
243
+ textColorTextError: string;
244
+ textColorTextHoverError: string;
245
+ textColorTextPressedError: string;
246
+ textColorTextFocusError: string;
247
+ textColorTextDisabledError: string;
248
+ textColorGhostError: string;
249
+ textColorGhostHoverError: string;
250
+ textColorGhostPressedError: string;
251
+ textColorGhostFocusError: string;
252
+ textColorGhostDisabledError: string;
253
+ borderError: string;
254
+ borderHoverError: string;
255
+ borderPressedError: string;
256
+ borderFocusError: string;
257
+ borderDisabledError: string;
258
+ rippleColorError: string;
259
+ waveOpacity: string;
260
+ fontWeight: string;
261
+ fontWeightStrong: string;
262
+ paddingTiny: string;
263
+ paddingSmall: string;
264
+ paddingMedium: string;
265
+ paddingLarge: string;
266
+ paddingRoundTiny: string;
267
+ paddingRoundSmall: string;
268
+ paddingRoundMedium: string;
269
+ paddingRoundLarge: string;
270
+ iconMarginTiny: string;
271
+ iconMarginSmall: string;
272
+ iconMarginMedium: string;
273
+ iconMarginLarge: string;
274
+ iconSizeTiny: string;
275
+ iconSizeSmall: string;
276
+ iconSizeMedium: string;
277
+ iconSizeLarge: string;
278
+ rippleDuration: string;
279
+ }, any>>;
280
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
281
+ heightTiny: string;
282
+ heightSmall: string;
283
+ heightMedium: string;
284
+ heightLarge: string;
285
+ borderRadiusTiny: string;
286
+ borderRadiusSmall: string;
287
+ borderRadiusMedium: string;
288
+ borderRadiusLarge: string;
289
+ fontSizeTiny: string;
290
+ fontSizeSmall: string;
291
+ fontSizeMedium: string;
292
+ fontSizeLarge: string;
293
+ opacityDisabled: string;
294
+ colorOpacitySecondary: string;
295
+ colorOpacitySecondaryHover: string;
296
+ colorOpacitySecondaryPressed: string;
297
+ colorSecondary: string;
298
+ colorSecondaryHover: string;
299
+ colorSecondaryPressed: string;
300
+ colorTertiary: string;
301
+ colorTertiaryHover: string;
302
+ colorTertiaryPressed: string;
303
+ colorQuaternary: string;
304
+ colorQuaternaryHover: string;
305
+ colorQuaternaryPressed: string;
306
+ color: string;
307
+ colorHover: string;
308
+ colorPressed: string;
309
+ colorFocus: string;
310
+ colorDisabled: string;
311
+ textColor: string;
312
+ textColorTertiary: string;
313
+ textColorHover: string;
314
+ textColorPressed: string;
315
+ textColorFocus: string;
316
+ textColorDisabled: string;
317
+ textColorText: string;
318
+ textColorTextHover: string;
319
+ textColorTextPressed: string;
320
+ textColorTextFocus: string;
321
+ textColorTextDisabled: string;
322
+ textColorGhost: string;
323
+ textColorGhostHover: string;
324
+ textColorGhostPressed: string;
325
+ textColorGhostFocus: string;
326
+ textColorGhostDisabled: string;
327
+ border: string;
328
+ borderHover: string;
329
+ borderPressed: string;
330
+ borderFocus: string;
331
+ borderDisabled: string;
332
+ rippleColor: string;
333
+ colorPrimary: string;
334
+ colorHoverPrimary: string;
335
+ colorPressedPrimary: string;
336
+ colorFocusPrimary: string;
337
+ colorDisabledPrimary: string;
338
+ textColorPrimary: string;
339
+ textColorHoverPrimary: string;
340
+ textColorPressedPrimary: string;
341
+ textColorFocusPrimary: string;
342
+ textColorDisabledPrimary: string;
343
+ textColorTextPrimary: string;
344
+ textColorTextHoverPrimary: string;
345
+ textColorTextPressedPrimary: string;
346
+ textColorTextFocusPrimary: string;
347
+ textColorTextDisabledPrimary: string;
348
+ textColorGhostPrimary: string;
349
+ textColorGhostHoverPrimary: string;
350
+ textColorGhostPressedPrimary: string;
351
+ textColorGhostFocusPrimary: string;
352
+ textColorGhostDisabledPrimary: string;
353
+ borderPrimary: string;
354
+ borderHoverPrimary: string;
355
+ borderPressedPrimary: string;
356
+ borderFocusPrimary: string;
357
+ borderDisabledPrimary: string;
358
+ rippleColorPrimary: string;
359
+ colorInfo: string;
360
+ colorHoverInfo: string;
361
+ colorPressedInfo: string;
362
+ colorFocusInfo: string;
363
+ colorDisabledInfo: string;
364
+ textColorInfo: string;
365
+ textColorHoverInfo: string;
366
+ textColorPressedInfo: string;
367
+ textColorFocusInfo: string;
368
+ textColorDisabledInfo: string;
369
+ textColorTextInfo: string;
370
+ textColorTextHoverInfo: string;
371
+ textColorTextPressedInfo: string;
372
+ textColorTextFocusInfo: string;
373
+ textColorTextDisabledInfo: string;
374
+ textColorGhostInfo: string;
375
+ textColorGhostHoverInfo: string;
376
+ textColorGhostPressedInfo: string;
377
+ textColorGhostFocusInfo: string;
378
+ textColorGhostDisabledInfo: string;
379
+ borderInfo: string;
380
+ borderHoverInfo: string;
381
+ borderPressedInfo: string;
382
+ borderFocusInfo: string;
383
+ borderDisabledInfo: string;
384
+ rippleColorInfo: string;
385
+ colorSuccess: string;
386
+ colorHoverSuccess: string;
387
+ colorPressedSuccess: string;
388
+ colorFocusSuccess: string;
389
+ colorDisabledSuccess: string;
390
+ textColorSuccess: string;
391
+ textColorHoverSuccess: string;
392
+ textColorPressedSuccess: string;
393
+ textColorFocusSuccess: string;
394
+ textColorDisabledSuccess: string;
395
+ textColorTextSuccess: string;
396
+ textColorTextHoverSuccess: string;
397
+ textColorTextPressedSuccess: string;
398
+ textColorTextFocusSuccess: string;
399
+ textColorTextDisabledSuccess: string;
400
+ textColorGhostSuccess: string;
401
+ textColorGhostHoverSuccess: string;
402
+ textColorGhostPressedSuccess: string;
403
+ textColorGhostFocusSuccess: string;
404
+ textColorGhostDisabledSuccess: string;
405
+ borderSuccess: string;
406
+ borderHoverSuccess: string;
407
+ borderPressedSuccess: string;
408
+ borderFocusSuccess: string;
409
+ borderDisabledSuccess: string;
410
+ rippleColorSuccess: string;
411
+ colorWarning: string;
412
+ colorHoverWarning: string;
413
+ colorPressedWarning: string;
414
+ colorFocusWarning: string;
415
+ colorDisabledWarning: string;
416
+ textColorWarning: string;
417
+ textColorHoverWarning: string;
418
+ textColorPressedWarning: string;
419
+ textColorFocusWarning: string;
420
+ textColorDisabledWarning: string;
421
+ textColorTextWarning: string;
422
+ textColorTextHoverWarning: string;
423
+ textColorTextPressedWarning: string;
424
+ textColorTextFocusWarning: string;
425
+ textColorTextDisabledWarning: string;
426
+ textColorGhostWarning: string;
427
+ textColorGhostHoverWarning: string;
428
+ textColorGhostPressedWarning: string;
429
+ textColorGhostFocusWarning: string;
430
+ textColorGhostDisabledWarning: string;
431
+ borderWarning: string;
432
+ borderHoverWarning: string;
433
+ borderPressedWarning: string;
434
+ borderFocusWarning: string;
435
+ borderDisabledWarning: string;
436
+ rippleColorWarning: string;
437
+ colorError: string;
438
+ colorHoverError: string;
439
+ colorPressedError: string;
440
+ colorFocusError: string;
441
+ colorDisabledError: string;
442
+ textColorError: string;
443
+ textColorHoverError: string;
444
+ textColorPressedError: string;
445
+ textColorFocusError: string;
446
+ textColorDisabledError: string;
447
+ textColorTextError: string;
448
+ textColorTextHoverError: string;
449
+ textColorTextPressedError: string;
450
+ textColorTextFocusError: string;
451
+ textColorTextDisabledError: string;
452
+ textColorGhostError: string;
453
+ textColorGhostHoverError: string;
454
+ textColorGhostPressedError: string;
455
+ textColorGhostFocusError: string;
456
+ textColorGhostDisabledError: string;
457
+ borderError: string;
458
+ borderHoverError: string;
459
+ borderPressedError: string;
460
+ borderFocusError: string;
461
+ borderDisabledError: string;
462
+ rippleColorError: string;
463
+ waveOpacity: string;
464
+ fontWeight: string;
465
+ fontWeightStrong: string;
466
+ paddingTiny: string;
467
+ paddingSmall: string;
468
+ paddingMedium: string;
469
+ paddingLarge: string;
470
+ paddingRoundTiny: string;
471
+ paddingRoundSmall: string;
472
+ paddingRoundMedium: string;
473
+ paddingRoundLarge: string;
474
+ iconMarginTiny: string;
475
+ iconMarginSmall: string;
476
+ iconMarginMedium: string;
477
+ iconMarginLarge: string;
478
+ iconSizeTiny: string;
479
+ iconSizeSmall: string;
480
+ iconSizeMedium: string;
481
+ iconSizeLarge: string;
482
+ rippleDuration: string;
483
+ }, any>>>;
484
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
485
+ heightTiny: string;
486
+ heightSmall: string;
487
+ heightMedium: string;
488
+ heightLarge: string;
489
+ borderRadiusTiny: string;
490
+ borderRadiusSmall: string;
491
+ borderRadiusMedium: string;
492
+ borderRadiusLarge: string;
493
+ fontSizeTiny: string;
494
+ fontSizeSmall: string;
495
+ fontSizeMedium: string;
496
+ fontSizeLarge: string;
497
+ opacityDisabled: string;
498
+ colorOpacitySecondary: string;
499
+ colorOpacitySecondaryHover: string;
500
+ colorOpacitySecondaryPressed: string;
501
+ colorSecondary: string;
502
+ colorSecondaryHover: string;
503
+ colorSecondaryPressed: string;
504
+ colorTertiary: string;
505
+ colorTertiaryHover: string;
506
+ colorTertiaryPressed: string;
507
+ colorQuaternary: string;
508
+ colorQuaternaryHover: string;
509
+ colorQuaternaryPressed: string;
510
+ color: string;
511
+ colorHover: string;
512
+ colorPressed: string;
513
+ colorFocus: string;
514
+ colorDisabled: string;
515
+ textColor: string;
516
+ textColorTertiary: string;
517
+ textColorHover: string;
518
+ textColorPressed: string;
519
+ textColorFocus: string;
520
+ textColorDisabled: string;
521
+ textColorText: string;
522
+ textColorTextHover: string;
523
+ textColorTextPressed: string;
524
+ textColorTextFocus: string;
525
+ textColorTextDisabled: string;
526
+ textColorGhost: string;
527
+ textColorGhostHover: string;
528
+ textColorGhostPressed: string;
529
+ textColorGhostFocus: string;
530
+ textColorGhostDisabled: string;
531
+ border: string;
532
+ borderHover: string;
533
+ borderPressed: string;
534
+ borderFocus: string;
535
+ borderDisabled: string;
536
+ rippleColor: string;
537
+ colorPrimary: string;
538
+ colorHoverPrimary: string;
539
+ colorPressedPrimary: string;
540
+ colorFocusPrimary: string;
541
+ colorDisabledPrimary: string;
542
+ textColorPrimary: string;
543
+ textColorHoverPrimary: string;
544
+ textColorPressedPrimary: string;
545
+ textColorFocusPrimary: string;
546
+ textColorDisabledPrimary: string;
547
+ textColorTextPrimary: string;
548
+ textColorTextHoverPrimary: string;
549
+ textColorTextPressedPrimary: string;
550
+ textColorTextFocusPrimary: string;
551
+ textColorTextDisabledPrimary: string;
552
+ textColorGhostPrimary: string;
553
+ textColorGhostHoverPrimary: string;
554
+ textColorGhostPressedPrimary: string;
555
+ textColorGhostFocusPrimary: string;
556
+ textColorGhostDisabledPrimary: string;
557
+ borderPrimary: string;
558
+ borderHoverPrimary: string;
559
+ borderPressedPrimary: string;
560
+ borderFocusPrimary: string;
561
+ borderDisabledPrimary: string;
562
+ rippleColorPrimary: string;
563
+ colorInfo: string;
564
+ colorHoverInfo: string;
565
+ colorPressedInfo: string;
566
+ colorFocusInfo: string;
567
+ colorDisabledInfo: string;
568
+ textColorInfo: string;
569
+ textColorHoverInfo: string;
570
+ textColorPressedInfo: string;
571
+ textColorFocusInfo: string;
572
+ textColorDisabledInfo: string;
573
+ textColorTextInfo: string;
574
+ textColorTextHoverInfo: string;
575
+ textColorTextPressedInfo: string;
576
+ textColorTextFocusInfo: string;
577
+ textColorTextDisabledInfo: string;
578
+ textColorGhostInfo: string;
579
+ textColorGhostHoverInfo: string;
580
+ textColorGhostPressedInfo: string;
581
+ textColorGhostFocusInfo: string;
582
+ textColorGhostDisabledInfo: string;
583
+ borderInfo: string;
584
+ borderHoverInfo: string;
585
+ borderPressedInfo: string;
586
+ borderFocusInfo: string;
587
+ borderDisabledInfo: string;
588
+ rippleColorInfo: string;
589
+ colorSuccess: string;
590
+ colorHoverSuccess: string;
591
+ colorPressedSuccess: string;
592
+ colorFocusSuccess: string;
593
+ colorDisabledSuccess: string;
594
+ textColorSuccess: string;
595
+ textColorHoverSuccess: string;
596
+ textColorPressedSuccess: string;
597
+ textColorFocusSuccess: string;
598
+ textColorDisabledSuccess: string;
599
+ textColorTextSuccess: string;
600
+ textColorTextHoverSuccess: string;
601
+ textColorTextPressedSuccess: string;
602
+ textColorTextFocusSuccess: string;
603
+ textColorTextDisabledSuccess: string;
604
+ textColorGhostSuccess: string;
605
+ textColorGhostHoverSuccess: string;
606
+ textColorGhostPressedSuccess: string;
607
+ textColorGhostFocusSuccess: string;
608
+ textColorGhostDisabledSuccess: string;
609
+ borderSuccess: string;
610
+ borderHoverSuccess: string;
611
+ borderPressedSuccess: string;
612
+ borderFocusSuccess: string;
613
+ borderDisabledSuccess: string;
614
+ rippleColorSuccess: string;
615
+ colorWarning: string;
616
+ colorHoverWarning: string;
617
+ colorPressedWarning: string;
618
+ colorFocusWarning: string;
619
+ colorDisabledWarning: string;
620
+ textColorWarning: string;
621
+ textColorHoverWarning: string;
622
+ textColorPressedWarning: string;
623
+ textColorFocusWarning: string;
624
+ textColorDisabledWarning: string;
625
+ textColorTextWarning: string;
626
+ textColorTextHoverWarning: string;
627
+ textColorTextPressedWarning: string;
628
+ textColorTextFocusWarning: string;
629
+ textColorTextDisabledWarning: string;
630
+ textColorGhostWarning: string;
631
+ textColorGhostHoverWarning: string;
632
+ textColorGhostPressedWarning: string;
633
+ textColorGhostFocusWarning: string;
634
+ textColorGhostDisabledWarning: string;
635
+ borderWarning: string;
636
+ borderHoverWarning: string;
637
+ borderPressedWarning: string;
638
+ borderFocusWarning: string;
639
+ borderDisabledWarning: string;
640
+ rippleColorWarning: string;
641
+ colorError: string;
642
+ colorHoverError: string;
643
+ colorPressedError: string;
644
+ colorFocusError: string;
645
+ colorDisabledError: string;
646
+ textColorError: string;
647
+ textColorHoverError: string;
648
+ textColorPressedError: string;
649
+ textColorFocusError: string;
650
+ textColorDisabledError: string;
651
+ textColorTextError: string;
652
+ textColorTextHoverError: string;
653
+ textColorTextPressedError: string;
654
+ textColorTextFocusError: string;
655
+ textColorTextDisabledError: string;
656
+ textColorGhostError: string;
657
+ textColorGhostHoverError: string;
658
+ textColorGhostPressedError: string;
659
+ textColorGhostFocusError: string;
660
+ textColorGhostDisabledError: string;
661
+ borderError: string;
662
+ borderHoverError: string;
663
+ borderPressedError: string;
664
+ borderFocusError: string;
665
+ borderDisabledError: string;
666
+ rippleColorError: string;
667
+ waveOpacity: string;
668
+ fontWeight: string;
669
+ fontWeightStrong: string;
670
+ paddingTiny: string;
671
+ paddingSmall: string;
672
+ paddingMedium: string;
673
+ paddingLarge: string;
674
+ paddingRoundTiny: string;
675
+ paddingRoundSmall: string;
676
+ paddingRoundMedium: string;
677
+ paddingRoundLarge: string;
678
+ iconMarginTiny: string;
679
+ iconMarginSmall: string;
680
+ iconMarginMedium: string;
681
+ iconMarginLarge: string;
682
+ iconSizeTiny: string;
683
+ iconSizeSmall: string;
684
+ iconSizeMedium: string;
685
+ iconSizeLarge: string;
686
+ rippleDuration: string;
687
+ }, any>>>;
688
+ }>, {
689
+ selfElRef: Ref<HTMLElement | null, HTMLElement | null>;
690
+ waveElRef: Ref<{
691
+ play: () => void;
692
+ } | null, BaseWaveRef | {
693
+ play: () => void;
694
+ } | null>;
695
+ mergedClsPrefix: Ref<string, string>;
696
+ mergedFocusable: ComputedRef<boolean>;
697
+ mergedSize: ComputedRef<"small" | "medium" | "large" | "tiny">;
698
+ showBorder: ComputedRef<boolean>;
699
+ enterPressed: Ref<boolean, boolean>;
700
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
701
+ handleMousedown: (e: MouseEvent) => void;
702
+ handleKeydown: (e: KeyboardEvent) => void;
703
+ handleBlur: () => void;
704
+ handleKeyup: (e: KeyboardEvent) => void;
705
+ handleClick: (e: MouseEvent) => void;
706
+ customColorCssVars: ComputedRef<{
707
+ "--n-border-color": string;
708
+ "--n-border-color-hover": string;
709
+ "--n-border-color-pressed": string;
710
+ "--n-border-color-focus": string;
711
+ "--n-border-color-disabled": string;
712
+ } | null>;
713
+ cssVars: ComputedRef<{
714
+ "--n-width": string;
715
+ "--n-height": string;
716
+ "--n-font-size": string;
717
+ "--n-padding": string;
718
+ "--n-icon-size": string;
719
+ "--n-icon-margin": string;
720
+ "--n-border-radius": string;
721
+ "--n-border": string;
722
+ "--n-border-hover": string;
723
+ "--n-border-pressed": string;
724
+ "--n-border-focus": string;
725
+ "--n-border-disabled": string;
726
+ "--n-color": string;
727
+ "--n-color-hover": string;
728
+ "--n-color-pressed": string;
729
+ "--n-color-focus": string;
730
+ "--n-color-disabled": string;
731
+ "--n-ripple-color": string;
732
+ "--n-text-color": string;
733
+ "--n-text-color-hover": string;
734
+ "--n-text-color-pressed": string;
735
+ "--n-text-color-focus": string;
736
+ "--n-text-color-disabled": string;
737
+ "--n-font-weight": string;
738
+ "--n-bezier": string;
739
+ "--n-bezier-ease-out": string;
740
+ "--n-ripple-duration": string;
741
+ "--n-opacity-disabled": string;
742
+ "--n-wave-opacity": string;
743
+ }> | undefined;
744
+ themeClass: Ref<string, string> | undefined;
745
+ onRender: (() => void) | undefined;
746
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
747
+ readonly color: StringConstructor;
748
+ readonly textColor: StringConstructor;
749
+ readonly text: BooleanConstructor;
750
+ readonly block: BooleanConstructor;
751
+ readonly loading: BooleanConstructor;
752
+ readonly disabled: BooleanConstructor;
753
+ readonly circle: BooleanConstructor;
754
+ readonly size: PropType< Size>;
755
+ readonly ghost: BooleanConstructor;
756
+ readonly round: BooleanConstructor;
757
+ readonly secondary: BooleanConstructor;
758
+ readonly tertiary: BooleanConstructor;
759
+ readonly quaternary: BooleanConstructor;
760
+ readonly strong: BooleanConstructor;
761
+ readonly focusable: {
762
+ readonly type: BooleanConstructor;
763
+ readonly default: true;
764
+ };
765
+ readonly keyboard: {
766
+ readonly type: BooleanConstructor;
767
+ readonly default: true;
768
+ };
769
+ readonly tag: {
770
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
771
+ readonly default: "button";
772
+ };
773
+ readonly type: {
774
+ readonly type: PropType< Type>;
775
+ readonly default: "default";
776
+ };
777
+ readonly dashed: BooleanConstructor;
778
+ readonly renderIcon: PropType<() => VNodeChild>;
779
+ readonly iconPlacement: {
780
+ readonly type: PropType<"left" | "right">;
781
+ readonly default: "left";
782
+ };
783
+ readonly attrType: {
784
+ readonly type: PropType<"button" | "submit" | "reset">;
785
+ readonly default: "button";
786
+ };
787
+ readonly bordered: {
788
+ readonly type: BooleanConstructor;
789
+ readonly default: true;
790
+ };
791
+ readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
792
+ readonly nativeFocusBehavior: {
793
+ readonly type: BooleanConstructor;
794
+ readonly default: boolean;
795
+ };
796
+ readonly theme: PropType< Theme<"Button", {
797
+ heightTiny: string;
798
+ heightSmall: string;
799
+ heightMedium: string;
800
+ heightLarge: string;
801
+ borderRadiusTiny: string;
802
+ borderRadiusSmall: string;
803
+ borderRadiusMedium: string;
804
+ borderRadiusLarge: string;
805
+ fontSizeTiny: string;
806
+ fontSizeSmall: string;
807
+ fontSizeMedium: string;
808
+ fontSizeLarge: string;
809
+ opacityDisabled: string;
810
+ colorOpacitySecondary: string;
811
+ colorOpacitySecondaryHover: string;
812
+ colorOpacitySecondaryPressed: string;
813
+ colorSecondary: string;
814
+ colorSecondaryHover: string;
815
+ colorSecondaryPressed: string;
816
+ colorTertiary: string;
817
+ colorTertiaryHover: string;
818
+ colorTertiaryPressed: string;
819
+ colorQuaternary: string;
820
+ colorQuaternaryHover: string;
821
+ colorQuaternaryPressed: string;
822
+ color: string;
823
+ colorHover: string;
824
+ colorPressed: string;
825
+ colorFocus: string;
826
+ colorDisabled: string;
827
+ textColor: string;
828
+ textColorTertiary: string;
829
+ textColorHover: string;
830
+ textColorPressed: string;
831
+ textColorFocus: string;
832
+ textColorDisabled: string;
833
+ textColorText: string;
834
+ textColorTextHover: string;
835
+ textColorTextPressed: string;
836
+ textColorTextFocus: string;
837
+ textColorTextDisabled: string;
838
+ textColorGhost: string;
839
+ textColorGhostHover: string;
840
+ textColorGhostPressed: string;
841
+ textColorGhostFocus: string;
842
+ textColorGhostDisabled: string;
843
+ border: string;
844
+ borderHover: string;
845
+ borderPressed: string;
846
+ borderFocus: string;
847
+ borderDisabled: string;
848
+ rippleColor: string;
849
+ colorPrimary: string;
850
+ colorHoverPrimary: string;
851
+ colorPressedPrimary: string;
852
+ colorFocusPrimary: string;
853
+ colorDisabledPrimary: string;
854
+ textColorPrimary: string;
855
+ textColorHoverPrimary: string;
856
+ textColorPressedPrimary: string;
857
+ textColorFocusPrimary: string;
858
+ textColorDisabledPrimary: string;
859
+ textColorTextPrimary: string;
860
+ textColorTextHoverPrimary: string;
861
+ textColorTextPressedPrimary: string;
862
+ textColorTextFocusPrimary: string;
863
+ textColorTextDisabledPrimary: string;
864
+ textColorGhostPrimary: string;
865
+ textColorGhostHoverPrimary: string;
866
+ textColorGhostPressedPrimary: string;
867
+ textColorGhostFocusPrimary: string;
868
+ textColorGhostDisabledPrimary: string;
869
+ borderPrimary: string;
870
+ borderHoverPrimary: string;
871
+ borderPressedPrimary: string;
872
+ borderFocusPrimary: string;
873
+ borderDisabledPrimary: string;
874
+ rippleColorPrimary: string;
875
+ colorInfo: string;
876
+ colorHoverInfo: string;
877
+ colorPressedInfo: string;
878
+ colorFocusInfo: string;
879
+ colorDisabledInfo: string;
880
+ textColorInfo: string;
881
+ textColorHoverInfo: string;
882
+ textColorPressedInfo: string;
883
+ textColorFocusInfo: string;
884
+ textColorDisabledInfo: string;
885
+ textColorTextInfo: string;
886
+ textColorTextHoverInfo: string;
887
+ textColorTextPressedInfo: string;
888
+ textColorTextFocusInfo: string;
889
+ textColorTextDisabledInfo: string;
890
+ textColorGhostInfo: string;
891
+ textColorGhostHoverInfo: string;
892
+ textColorGhostPressedInfo: string;
893
+ textColorGhostFocusInfo: string;
894
+ textColorGhostDisabledInfo: string;
895
+ borderInfo: string;
896
+ borderHoverInfo: string;
897
+ borderPressedInfo: string;
898
+ borderFocusInfo: string;
899
+ borderDisabledInfo: string;
900
+ rippleColorInfo: string;
901
+ colorSuccess: string;
902
+ colorHoverSuccess: string;
903
+ colorPressedSuccess: string;
904
+ colorFocusSuccess: string;
905
+ colorDisabledSuccess: string;
906
+ textColorSuccess: string;
907
+ textColorHoverSuccess: string;
908
+ textColorPressedSuccess: string;
909
+ textColorFocusSuccess: string;
910
+ textColorDisabledSuccess: string;
911
+ textColorTextSuccess: string;
912
+ textColorTextHoverSuccess: string;
913
+ textColorTextPressedSuccess: string;
914
+ textColorTextFocusSuccess: string;
915
+ textColorTextDisabledSuccess: string;
916
+ textColorGhostSuccess: string;
917
+ textColorGhostHoverSuccess: string;
918
+ textColorGhostPressedSuccess: string;
919
+ textColorGhostFocusSuccess: string;
920
+ textColorGhostDisabledSuccess: string;
921
+ borderSuccess: string;
922
+ borderHoverSuccess: string;
923
+ borderPressedSuccess: string;
924
+ borderFocusSuccess: string;
925
+ borderDisabledSuccess: string;
926
+ rippleColorSuccess: string;
927
+ colorWarning: string;
928
+ colorHoverWarning: string;
929
+ colorPressedWarning: string;
930
+ colorFocusWarning: string;
931
+ colorDisabledWarning: string;
932
+ textColorWarning: string;
933
+ textColorHoverWarning: string;
934
+ textColorPressedWarning: string;
935
+ textColorFocusWarning: string;
936
+ textColorDisabledWarning: string;
937
+ textColorTextWarning: string;
938
+ textColorTextHoverWarning: string;
939
+ textColorTextPressedWarning: string;
940
+ textColorTextFocusWarning: string;
941
+ textColorTextDisabledWarning: string;
942
+ textColorGhostWarning: string;
943
+ textColorGhostHoverWarning: string;
944
+ textColorGhostPressedWarning: string;
945
+ textColorGhostFocusWarning: string;
946
+ textColorGhostDisabledWarning: string;
947
+ borderWarning: string;
948
+ borderHoverWarning: string;
949
+ borderPressedWarning: string;
950
+ borderFocusWarning: string;
951
+ borderDisabledWarning: string;
952
+ rippleColorWarning: string;
953
+ colorError: string;
954
+ colorHoverError: string;
955
+ colorPressedError: string;
956
+ colorFocusError: string;
957
+ colorDisabledError: string;
958
+ textColorError: string;
959
+ textColorHoverError: string;
960
+ textColorPressedError: string;
961
+ textColorFocusError: string;
962
+ textColorDisabledError: string;
963
+ textColorTextError: string;
964
+ textColorTextHoverError: string;
965
+ textColorTextPressedError: string;
966
+ textColorTextFocusError: string;
967
+ textColorTextDisabledError: string;
968
+ textColorGhostError: string;
969
+ textColorGhostHoverError: string;
970
+ textColorGhostPressedError: string;
971
+ textColorGhostFocusError: string;
972
+ textColorGhostDisabledError: string;
973
+ borderError: string;
974
+ borderHoverError: string;
975
+ borderPressedError: string;
976
+ borderFocusError: string;
977
+ borderDisabledError: string;
978
+ rippleColorError: string;
979
+ waveOpacity: string;
980
+ fontWeight: string;
981
+ fontWeightStrong: string;
982
+ paddingTiny: string;
983
+ paddingSmall: string;
984
+ paddingMedium: string;
985
+ paddingLarge: string;
986
+ paddingRoundTiny: string;
987
+ paddingRoundSmall: string;
988
+ paddingRoundMedium: string;
989
+ paddingRoundLarge: string;
990
+ iconMarginTiny: string;
991
+ iconMarginSmall: string;
992
+ iconMarginMedium: string;
993
+ iconMarginLarge: string;
994
+ iconSizeTiny: string;
995
+ iconSizeSmall: string;
996
+ iconSizeMedium: string;
997
+ iconSizeLarge: string;
998
+ rippleDuration: string;
999
+ }, any>>;
1000
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
1001
+ heightTiny: string;
1002
+ heightSmall: string;
1003
+ heightMedium: string;
1004
+ heightLarge: string;
1005
+ borderRadiusTiny: string;
1006
+ borderRadiusSmall: string;
1007
+ borderRadiusMedium: string;
1008
+ borderRadiusLarge: string;
1009
+ fontSizeTiny: string;
1010
+ fontSizeSmall: string;
1011
+ fontSizeMedium: string;
1012
+ fontSizeLarge: string;
1013
+ opacityDisabled: string;
1014
+ colorOpacitySecondary: string;
1015
+ colorOpacitySecondaryHover: string;
1016
+ colorOpacitySecondaryPressed: string;
1017
+ colorSecondary: string;
1018
+ colorSecondaryHover: string;
1019
+ colorSecondaryPressed: string;
1020
+ colorTertiary: string;
1021
+ colorTertiaryHover: string;
1022
+ colorTertiaryPressed: string;
1023
+ colorQuaternary: string;
1024
+ colorQuaternaryHover: string;
1025
+ colorQuaternaryPressed: string;
1026
+ color: string;
1027
+ colorHover: string;
1028
+ colorPressed: string;
1029
+ colorFocus: string;
1030
+ colorDisabled: string;
1031
+ textColor: string;
1032
+ textColorTertiary: string;
1033
+ textColorHover: string;
1034
+ textColorPressed: string;
1035
+ textColorFocus: string;
1036
+ textColorDisabled: string;
1037
+ textColorText: string;
1038
+ textColorTextHover: string;
1039
+ textColorTextPressed: string;
1040
+ textColorTextFocus: string;
1041
+ textColorTextDisabled: string;
1042
+ textColorGhost: string;
1043
+ textColorGhostHover: string;
1044
+ textColorGhostPressed: string;
1045
+ textColorGhostFocus: string;
1046
+ textColorGhostDisabled: string;
1047
+ border: string;
1048
+ borderHover: string;
1049
+ borderPressed: string;
1050
+ borderFocus: string;
1051
+ borderDisabled: string;
1052
+ rippleColor: string;
1053
+ colorPrimary: string;
1054
+ colorHoverPrimary: string;
1055
+ colorPressedPrimary: string;
1056
+ colorFocusPrimary: string;
1057
+ colorDisabledPrimary: string;
1058
+ textColorPrimary: string;
1059
+ textColorHoverPrimary: string;
1060
+ textColorPressedPrimary: string;
1061
+ textColorFocusPrimary: string;
1062
+ textColorDisabledPrimary: string;
1063
+ textColorTextPrimary: string;
1064
+ textColorTextHoverPrimary: string;
1065
+ textColorTextPressedPrimary: string;
1066
+ textColorTextFocusPrimary: string;
1067
+ textColorTextDisabledPrimary: string;
1068
+ textColorGhostPrimary: string;
1069
+ textColorGhostHoverPrimary: string;
1070
+ textColorGhostPressedPrimary: string;
1071
+ textColorGhostFocusPrimary: string;
1072
+ textColorGhostDisabledPrimary: string;
1073
+ borderPrimary: string;
1074
+ borderHoverPrimary: string;
1075
+ borderPressedPrimary: string;
1076
+ borderFocusPrimary: string;
1077
+ borderDisabledPrimary: string;
1078
+ rippleColorPrimary: string;
1079
+ colorInfo: string;
1080
+ colorHoverInfo: string;
1081
+ colorPressedInfo: string;
1082
+ colorFocusInfo: string;
1083
+ colorDisabledInfo: string;
1084
+ textColorInfo: string;
1085
+ textColorHoverInfo: string;
1086
+ textColorPressedInfo: string;
1087
+ textColorFocusInfo: string;
1088
+ textColorDisabledInfo: string;
1089
+ textColorTextInfo: string;
1090
+ textColorTextHoverInfo: string;
1091
+ textColorTextPressedInfo: string;
1092
+ textColorTextFocusInfo: string;
1093
+ textColorTextDisabledInfo: string;
1094
+ textColorGhostInfo: string;
1095
+ textColorGhostHoverInfo: string;
1096
+ textColorGhostPressedInfo: string;
1097
+ textColorGhostFocusInfo: string;
1098
+ textColorGhostDisabledInfo: string;
1099
+ borderInfo: string;
1100
+ borderHoverInfo: string;
1101
+ borderPressedInfo: string;
1102
+ borderFocusInfo: string;
1103
+ borderDisabledInfo: string;
1104
+ rippleColorInfo: string;
1105
+ colorSuccess: string;
1106
+ colorHoverSuccess: string;
1107
+ colorPressedSuccess: string;
1108
+ colorFocusSuccess: string;
1109
+ colorDisabledSuccess: string;
1110
+ textColorSuccess: string;
1111
+ textColorHoverSuccess: string;
1112
+ textColorPressedSuccess: string;
1113
+ textColorFocusSuccess: string;
1114
+ textColorDisabledSuccess: string;
1115
+ textColorTextSuccess: string;
1116
+ textColorTextHoverSuccess: string;
1117
+ textColorTextPressedSuccess: string;
1118
+ textColorTextFocusSuccess: string;
1119
+ textColorTextDisabledSuccess: string;
1120
+ textColorGhostSuccess: string;
1121
+ textColorGhostHoverSuccess: string;
1122
+ textColorGhostPressedSuccess: string;
1123
+ textColorGhostFocusSuccess: string;
1124
+ textColorGhostDisabledSuccess: string;
1125
+ borderSuccess: string;
1126
+ borderHoverSuccess: string;
1127
+ borderPressedSuccess: string;
1128
+ borderFocusSuccess: string;
1129
+ borderDisabledSuccess: string;
1130
+ rippleColorSuccess: string;
1131
+ colorWarning: string;
1132
+ colorHoverWarning: string;
1133
+ colorPressedWarning: string;
1134
+ colorFocusWarning: string;
1135
+ colorDisabledWarning: string;
1136
+ textColorWarning: string;
1137
+ textColorHoverWarning: string;
1138
+ textColorPressedWarning: string;
1139
+ textColorFocusWarning: string;
1140
+ textColorDisabledWarning: string;
1141
+ textColorTextWarning: string;
1142
+ textColorTextHoverWarning: string;
1143
+ textColorTextPressedWarning: string;
1144
+ textColorTextFocusWarning: string;
1145
+ textColorTextDisabledWarning: string;
1146
+ textColorGhostWarning: string;
1147
+ textColorGhostHoverWarning: string;
1148
+ textColorGhostPressedWarning: string;
1149
+ textColorGhostFocusWarning: string;
1150
+ textColorGhostDisabledWarning: string;
1151
+ borderWarning: string;
1152
+ borderHoverWarning: string;
1153
+ borderPressedWarning: string;
1154
+ borderFocusWarning: string;
1155
+ borderDisabledWarning: string;
1156
+ rippleColorWarning: string;
1157
+ colorError: string;
1158
+ colorHoverError: string;
1159
+ colorPressedError: string;
1160
+ colorFocusError: string;
1161
+ colorDisabledError: string;
1162
+ textColorError: string;
1163
+ textColorHoverError: string;
1164
+ textColorPressedError: string;
1165
+ textColorFocusError: string;
1166
+ textColorDisabledError: string;
1167
+ textColorTextError: string;
1168
+ textColorTextHoverError: string;
1169
+ textColorTextPressedError: string;
1170
+ textColorTextFocusError: string;
1171
+ textColorTextDisabledError: string;
1172
+ textColorGhostError: string;
1173
+ textColorGhostHoverError: string;
1174
+ textColorGhostPressedError: string;
1175
+ textColorGhostFocusError: string;
1176
+ textColorGhostDisabledError: string;
1177
+ borderError: string;
1178
+ borderHoverError: string;
1179
+ borderPressedError: string;
1180
+ borderFocusError: string;
1181
+ borderDisabledError: string;
1182
+ rippleColorError: string;
1183
+ waveOpacity: string;
1184
+ fontWeight: string;
1185
+ fontWeightStrong: string;
1186
+ paddingTiny: string;
1187
+ paddingSmall: string;
1188
+ paddingMedium: string;
1189
+ paddingLarge: string;
1190
+ paddingRoundTiny: string;
1191
+ paddingRoundSmall: string;
1192
+ paddingRoundMedium: string;
1193
+ paddingRoundLarge: string;
1194
+ iconMarginTiny: string;
1195
+ iconMarginSmall: string;
1196
+ iconMarginMedium: string;
1197
+ iconMarginLarge: string;
1198
+ iconSizeTiny: string;
1199
+ iconSizeSmall: string;
1200
+ iconSizeMedium: string;
1201
+ iconSizeLarge: string;
1202
+ rippleDuration: string;
1203
+ }, any>>>;
1204
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
1205
+ heightTiny: string;
1206
+ heightSmall: string;
1207
+ heightMedium: string;
1208
+ heightLarge: string;
1209
+ borderRadiusTiny: string;
1210
+ borderRadiusSmall: string;
1211
+ borderRadiusMedium: string;
1212
+ borderRadiusLarge: string;
1213
+ fontSizeTiny: string;
1214
+ fontSizeSmall: string;
1215
+ fontSizeMedium: string;
1216
+ fontSizeLarge: string;
1217
+ opacityDisabled: string;
1218
+ colorOpacitySecondary: string;
1219
+ colorOpacitySecondaryHover: string;
1220
+ colorOpacitySecondaryPressed: string;
1221
+ colorSecondary: string;
1222
+ colorSecondaryHover: string;
1223
+ colorSecondaryPressed: string;
1224
+ colorTertiary: string;
1225
+ colorTertiaryHover: string;
1226
+ colorTertiaryPressed: string;
1227
+ colorQuaternary: string;
1228
+ colorQuaternaryHover: string;
1229
+ colorQuaternaryPressed: string;
1230
+ color: string;
1231
+ colorHover: string;
1232
+ colorPressed: string;
1233
+ colorFocus: string;
1234
+ colorDisabled: string;
1235
+ textColor: string;
1236
+ textColorTertiary: string;
1237
+ textColorHover: string;
1238
+ textColorPressed: string;
1239
+ textColorFocus: string;
1240
+ textColorDisabled: string;
1241
+ textColorText: string;
1242
+ textColorTextHover: string;
1243
+ textColorTextPressed: string;
1244
+ textColorTextFocus: string;
1245
+ textColorTextDisabled: string;
1246
+ textColorGhost: string;
1247
+ textColorGhostHover: string;
1248
+ textColorGhostPressed: string;
1249
+ textColorGhostFocus: string;
1250
+ textColorGhostDisabled: string;
1251
+ border: string;
1252
+ borderHover: string;
1253
+ borderPressed: string;
1254
+ borderFocus: string;
1255
+ borderDisabled: string;
1256
+ rippleColor: string;
1257
+ colorPrimary: string;
1258
+ colorHoverPrimary: string;
1259
+ colorPressedPrimary: string;
1260
+ colorFocusPrimary: string;
1261
+ colorDisabledPrimary: string;
1262
+ textColorPrimary: string;
1263
+ textColorHoverPrimary: string;
1264
+ textColorPressedPrimary: string;
1265
+ textColorFocusPrimary: string;
1266
+ textColorDisabledPrimary: string;
1267
+ textColorTextPrimary: string;
1268
+ textColorTextHoverPrimary: string;
1269
+ textColorTextPressedPrimary: string;
1270
+ textColorTextFocusPrimary: string;
1271
+ textColorTextDisabledPrimary: string;
1272
+ textColorGhostPrimary: string;
1273
+ textColorGhostHoverPrimary: string;
1274
+ textColorGhostPressedPrimary: string;
1275
+ textColorGhostFocusPrimary: string;
1276
+ textColorGhostDisabledPrimary: string;
1277
+ borderPrimary: string;
1278
+ borderHoverPrimary: string;
1279
+ borderPressedPrimary: string;
1280
+ borderFocusPrimary: string;
1281
+ borderDisabledPrimary: string;
1282
+ rippleColorPrimary: string;
1283
+ colorInfo: string;
1284
+ colorHoverInfo: string;
1285
+ colorPressedInfo: string;
1286
+ colorFocusInfo: string;
1287
+ colorDisabledInfo: string;
1288
+ textColorInfo: string;
1289
+ textColorHoverInfo: string;
1290
+ textColorPressedInfo: string;
1291
+ textColorFocusInfo: string;
1292
+ textColorDisabledInfo: string;
1293
+ textColorTextInfo: string;
1294
+ textColorTextHoverInfo: string;
1295
+ textColorTextPressedInfo: string;
1296
+ textColorTextFocusInfo: string;
1297
+ textColorTextDisabledInfo: string;
1298
+ textColorGhostInfo: string;
1299
+ textColorGhostHoverInfo: string;
1300
+ textColorGhostPressedInfo: string;
1301
+ textColorGhostFocusInfo: string;
1302
+ textColorGhostDisabledInfo: string;
1303
+ borderInfo: string;
1304
+ borderHoverInfo: string;
1305
+ borderPressedInfo: string;
1306
+ borderFocusInfo: string;
1307
+ borderDisabledInfo: string;
1308
+ rippleColorInfo: string;
1309
+ colorSuccess: string;
1310
+ colorHoverSuccess: string;
1311
+ colorPressedSuccess: string;
1312
+ colorFocusSuccess: string;
1313
+ colorDisabledSuccess: string;
1314
+ textColorSuccess: string;
1315
+ textColorHoverSuccess: string;
1316
+ textColorPressedSuccess: string;
1317
+ textColorFocusSuccess: string;
1318
+ textColorDisabledSuccess: string;
1319
+ textColorTextSuccess: string;
1320
+ textColorTextHoverSuccess: string;
1321
+ textColorTextPressedSuccess: string;
1322
+ textColorTextFocusSuccess: string;
1323
+ textColorTextDisabledSuccess: string;
1324
+ textColorGhostSuccess: string;
1325
+ textColorGhostHoverSuccess: string;
1326
+ textColorGhostPressedSuccess: string;
1327
+ textColorGhostFocusSuccess: string;
1328
+ textColorGhostDisabledSuccess: string;
1329
+ borderSuccess: string;
1330
+ borderHoverSuccess: string;
1331
+ borderPressedSuccess: string;
1332
+ borderFocusSuccess: string;
1333
+ borderDisabledSuccess: string;
1334
+ rippleColorSuccess: string;
1335
+ colorWarning: string;
1336
+ colorHoverWarning: string;
1337
+ colorPressedWarning: string;
1338
+ colorFocusWarning: string;
1339
+ colorDisabledWarning: string;
1340
+ textColorWarning: string;
1341
+ textColorHoverWarning: string;
1342
+ textColorPressedWarning: string;
1343
+ textColorFocusWarning: string;
1344
+ textColorDisabledWarning: string;
1345
+ textColorTextWarning: string;
1346
+ textColorTextHoverWarning: string;
1347
+ textColorTextPressedWarning: string;
1348
+ textColorTextFocusWarning: string;
1349
+ textColorTextDisabledWarning: string;
1350
+ textColorGhostWarning: string;
1351
+ textColorGhostHoverWarning: string;
1352
+ textColorGhostPressedWarning: string;
1353
+ textColorGhostFocusWarning: string;
1354
+ textColorGhostDisabledWarning: string;
1355
+ borderWarning: string;
1356
+ borderHoverWarning: string;
1357
+ borderPressedWarning: string;
1358
+ borderFocusWarning: string;
1359
+ borderDisabledWarning: string;
1360
+ rippleColorWarning: string;
1361
+ colorError: string;
1362
+ colorHoverError: string;
1363
+ colorPressedError: string;
1364
+ colorFocusError: string;
1365
+ colorDisabledError: string;
1366
+ textColorError: string;
1367
+ textColorHoverError: string;
1368
+ textColorPressedError: string;
1369
+ textColorFocusError: string;
1370
+ textColorDisabledError: string;
1371
+ textColorTextError: string;
1372
+ textColorTextHoverError: string;
1373
+ textColorTextPressedError: string;
1374
+ textColorTextFocusError: string;
1375
+ textColorTextDisabledError: string;
1376
+ textColorGhostError: string;
1377
+ textColorGhostHoverError: string;
1378
+ textColorGhostPressedError: string;
1379
+ textColorGhostFocusError: string;
1380
+ textColorGhostDisabledError: string;
1381
+ borderError: string;
1382
+ borderHoverError: string;
1383
+ borderPressedError: string;
1384
+ borderFocusError: string;
1385
+ borderDisabledError: string;
1386
+ rippleColorError: string;
1387
+ waveOpacity: string;
1388
+ fontWeight: string;
1389
+ fontWeightStrong: string;
1390
+ paddingTiny: string;
1391
+ paddingSmall: string;
1392
+ paddingMedium: string;
1393
+ paddingLarge: string;
1394
+ paddingRoundTiny: string;
1395
+ paddingRoundSmall: string;
1396
+ paddingRoundMedium: string;
1397
+ paddingRoundLarge: string;
1398
+ iconMarginTiny: string;
1399
+ iconMarginSmall: string;
1400
+ iconMarginMedium: string;
1401
+ iconMarginLarge: string;
1402
+ iconSizeTiny: string;
1403
+ iconSizeSmall: string;
1404
+ iconSizeMedium: string;
1405
+ iconSizeLarge: string;
1406
+ rippleDuration: string;
1407
+ }, any>>>;
1408
+ }>> & Readonly<{}>, {
1409
+ readonly type: Type;
1410
+ readonly tag: keyof HTMLElementTagNameMap;
1411
+ readonly block: boolean;
1412
+ readonly disabled: boolean;
1413
+ readonly strong: boolean;
1414
+ readonly round: boolean;
1415
+ readonly dashed: boolean;
1416
+ readonly text: boolean;
1417
+ readonly circle: boolean;
1418
+ readonly loading: boolean;
1419
+ readonly focusable: boolean;
1420
+ readonly bordered: boolean;
1421
+ readonly tertiary: boolean;
1422
+ readonly keyboard: boolean;
1423
+ readonly ghost: boolean;
1424
+ readonly secondary: boolean;
1425
+ readonly quaternary: boolean;
1426
+ readonly iconPlacement: "left" | "right";
1427
+ readonly attrType: "reset" | "submit" | "button";
1428
+ readonly nativeFocusBehavior: boolean;
1429
+ }, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1430
+ NIcon: DefineComponent<ExtractPropTypes<{
1431
+ readonly depth: PropType< Depth>;
1432
+ readonly size: PropType<number | string>;
1433
+ readonly color: StringConstructor;
1434
+ readonly component: PropType< Component>;
1435
+ readonly theme: PropType< Theme<"Icon", {
1436
+ color: string;
1437
+ opacity1Depth: string;
1438
+ opacity2Depth: string;
1439
+ opacity3Depth: string;
1440
+ opacity4Depth: string;
1441
+ opacity5Depth: string;
1442
+ }, any>>;
1443
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1444
+ color: string;
1445
+ opacity1Depth: string;
1446
+ opacity2Depth: string;
1447
+ opacity3Depth: string;
1448
+ opacity4Depth: string;
1449
+ opacity5Depth: string;
1450
+ }, any>>>;
1451
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1452
+ color: string;
1453
+ opacity1Depth: string;
1454
+ opacity2Depth: string;
1455
+ opacity3Depth: string;
1456
+ opacity4Depth: string;
1457
+ opacity5Depth: string;
1458
+ }, any>>>;
1459
+ }>, {
1460
+ mergedClsPrefix: Ref<string, string>;
1461
+ mergedStyle: ComputedRef<{
1462
+ fontSize: string | undefined;
1463
+ color: string | undefined;
1464
+ }>;
1465
+ cssVars: ComputedRef<{
1466
+ "--n-bezier": string;
1467
+ "--n-color": string;
1468
+ "--n-opacity": string;
1469
+ }> | undefined;
1470
+ themeClass: Ref<string, string> | undefined;
1471
+ onRender: (() => void) | undefined;
1472
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1473
+ readonly depth: PropType< Depth>;
1474
+ readonly size: PropType<number | string>;
1475
+ readonly color: StringConstructor;
1476
+ readonly component: PropType< Component>;
1477
+ readonly theme: PropType< Theme<"Icon", {
1478
+ color: string;
1479
+ opacity1Depth: string;
1480
+ opacity2Depth: string;
1481
+ opacity3Depth: string;
1482
+ opacity4Depth: string;
1483
+ opacity5Depth: string;
1484
+ }, any>>;
1485
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1486
+ color: string;
1487
+ opacity1Depth: string;
1488
+ opacity2Depth: string;
1489
+ opacity3Depth: string;
1490
+ opacity4Depth: string;
1491
+ opacity5Depth: string;
1492
+ }, any>>>;
1493
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
1494
+ color: string;
1495
+ opacity1Depth: string;
1496
+ opacity2Depth: string;
1497
+ opacity3Depth: string;
1498
+ opacity4Depth: string;
1499
+ opacity5Depth: string;
1500
+ }, any>>>;
1501
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1502
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
1503
+ export default _default;