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