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