@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,4080 @@
1
+ import { PropType, DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComputedRef, ComponentProvideOptions, SlotsType } from 'vue';
2
+ import { MaybeArray } from 'naive-ui/es/_utils';
3
+ import { OnUpdateChecked } from 'naive-ui/es/checkbox/src/interface';
4
+ import { Theme } from 'naive-ui/es/_mixins';
5
+ import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
6
+ import { UseFormItem } from 'naive-ui/es/_mixins/use-form-item';
7
+ import { CheckboxInst, ThemeCommonVars, PaginationSizeOption, SelectProps, PaginationRenderLabel, PaginationSlots } from 'naive-ui';
8
+ import { RtlItem } from 'naive-ui/es/config-provider/src/internal-interface';
9
+ import { UseRadio } from 'naive-ui/es/radio/src/use-radio';
10
+ import { Size, RenderPrev, RenderNext, RenderGoto, RenderPrefix, RenderSuffix } from 'naive-ui/es/pagination/src/interface';
11
+ import { PageItem } from 'naive-ui/es/pagination/src/utils';
12
+ import { Size } from 'naive-ui/es/input/src/interface';
13
+ import { Size } from 'naive-ui/es/select/src/interface';
14
+ import { OnUpdateValue } from 'naive-ui/es/radio/src/interface';
15
+ import { ObjectKey } from '..';
16
+ declare const _default: DefineComponent<ExtractPropTypes<{
17
+ tableData: {
18
+ type: PropType<any[]>;
19
+ default: () => never[];
20
+ };
21
+ tableColumns: {
22
+ type: PropType<any[]>;
23
+ default: () => never[];
24
+ };
25
+ tableQueries: {
26
+ type: PropType<any>;
27
+ default: undefined;
28
+ };
29
+ pageChange: {
30
+ type: PropType<any>;
31
+ default: () => null;
32
+ };
33
+ selection: {
34
+ type: PropType<number>;
35
+ default: undefined;
36
+ };
37
+ minH: {
38
+ type: PropType<string>;
39
+ default: undefined;
40
+ };
41
+ maxH: {
42
+ type: PropType<string>;
43
+ default: undefined;
44
+ };
45
+ }>, {
46
+ rowKeys: Ref<(string | number)[], (string | number)[]>;
47
+ checkChange: (value: (string | number)[]) => void;
48
+ radioChange: (value: string | number) => void;
49
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:row-keys"[], "update:row-keys", PublicProps, Readonly< ExtractPropTypes<{
50
+ tableData: {
51
+ type: PropType<any[]>;
52
+ default: () => never[];
53
+ };
54
+ tableColumns: {
55
+ type: PropType<any[]>;
56
+ default: () => never[];
57
+ };
58
+ tableQueries: {
59
+ type: PropType<any>;
60
+ default: undefined;
61
+ };
62
+ pageChange: {
63
+ type: PropType<any>;
64
+ default: () => null;
65
+ };
66
+ selection: {
67
+ type: PropType<number>;
68
+ default: undefined;
69
+ };
70
+ minH: {
71
+ type: PropType<string>;
72
+ default: undefined;
73
+ };
74
+ maxH: {
75
+ type: PropType<string>;
76
+ default: undefined;
77
+ };
78
+ }>> & Readonly<{
79
+ "onUpdate:row-keys"?: ((...args: any[]) => any) | undefined;
80
+ }>, {
81
+ selection: number;
82
+ minH: string;
83
+ maxH: string;
84
+ tableColumns: any[];
85
+ tableData: any[];
86
+ tableQueries: any;
87
+ pageChange: any;
88
+ }, {}, {
89
+ NCheckbox: DefineComponent<ExtractPropTypes<{
90
+ size: PropType<"small" | "medium" | "large">;
91
+ checked: {
92
+ type: PropType<boolean | string | number | undefined>;
93
+ default: undefined;
94
+ };
95
+ defaultChecked: {
96
+ type: PropType<boolean | string | number>;
97
+ default: boolean;
98
+ };
99
+ value: PropType<string | number>;
100
+ disabled: {
101
+ type: PropType<boolean | undefined>;
102
+ default: undefined;
103
+ };
104
+ indeterminate: BooleanConstructor;
105
+ label: StringConstructor;
106
+ focusable: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ checkedValue: {
111
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
112
+ default: boolean;
113
+ };
114
+ uncheckedValue: {
115
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
116
+ default: boolean;
117
+ };
118
+ 'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
119
+ onUpdateChecked: PropType< MaybeArray<OnUpdateChecked>>;
120
+ privateInsideTable: BooleanConstructor;
121
+ onChange: PropType< MaybeArray<OnUpdateChecked>>;
122
+ theme: PropType< Theme<"Checkbox", {
123
+ labelLineHeight: string;
124
+ fontSizeSmall: string;
125
+ fontSizeMedium: string;
126
+ fontSizeLarge: string;
127
+ borderRadius: string;
128
+ color: string;
129
+ colorChecked: string;
130
+ colorDisabled: string;
131
+ colorDisabledChecked: string;
132
+ colorTableHeader: string;
133
+ colorTableHeaderModal: string;
134
+ colorTableHeaderPopover: string;
135
+ checkMarkColor: string;
136
+ checkMarkColorDisabled: string;
137
+ checkMarkColorDisabledChecked: string;
138
+ border: string;
139
+ borderDisabled: string;
140
+ borderDisabledChecked: string;
141
+ borderChecked: string;
142
+ borderFocus: string;
143
+ boxShadowFocus: string;
144
+ textColor: string;
145
+ textColorDisabled: string;
146
+ sizeSmall: string;
147
+ sizeMedium: string;
148
+ sizeLarge: string;
149
+ labelPadding: string;
150
+ labelFontWeight: string;
151
+ }, any>>;
152
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Checkbox", {
153
+ labelLineHeight: string;
154
+ fontSizeSmall: string;
155
+ fontSizeMedium: string;
156
+ fontSizeLarge: string;
157
+ borderRadius: string;
158
+ color: string;
159
+ colorChecked: string;
160
+ colorDisabled: string;
161
+ colorDisabledChecked: string;
162
+ colorTableHeader: string;
163
+ colorTableHeaderModal: string;
164
+ colorTableHeaderPopover: string;
165
+ checkMarkColor: string;
166
+ checkMarkColorDisabled: string;
167
+ checkMarkColorDisabledChecked: string;
168
+ border: string;
169
+ borderDisabled: string;
170
+ borderDisabledChecked: string;
171
+ borderChecked: string;
172
+ borderFocus: string;
173
+ boxShadowFocus: string;
174
+ textColor: string;
175
+ textColorDisabled: string;
176
+ sizeSmall: string;
177
+ sizeMedium: string;
178
+ sizeLarge: string;
179
+ labelPadding: string;
180
+ labelFontWeight: string;
181
+ }, any>>>;
182
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Checkbox", {
183
+ labelLineHeight: string;
184
+ fontSizeSmall: string;
185
+ fontSizeMedium: string;
186
+ fontSizeLarge: string;
187
+ borderRadius: string;
188
+ color: string;
189
+ colorChecked: string;
190
+ colorDisabled: string;
191
+ colorDisabledChecked: string;
192
+ colorTableHeader: string;
193
+ colorTableHeaderModal: string;
194
+ colorTableHeaderPopover: string;
195
+ checkMarkColor: string;
196
+ checkMarkColorDisabled: string;
197
+ checkMarkColorDisabledChecked: string;
198
+ border: string;
199
+ borderDisabled: string;
200
+ borderDisabledChecked: string;
201
+ borderChecked: string;
202
+ borderFocus: string;
203
+ boxShadowFocus: string;
204
+ textColor: string;
205
+ textColorDisabled: string;
206
+ sizeSmall: string;
207
+ sizeMedium: string;
208
+ sizeLarge: string;
209
+ labelPadding: string;
210
+ labelFontWeight: string;
211
+ }, any>>>;
212
+ }>, UseFormItem<"small" | "medium" | "large"> & CheckboxInst & {
213
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
214
+ selfRef: Ref<HTMLDivElement | null, HTMLDivElement | null>;
215
+ mergedClsPrefix: Ref<string, string>;
216
+ mergedDisabled: ComputedRef<boolean>;
217
+ renderedChecked: ComputedRef<boolean>;
218
+ mergedTheme: ComputedRef<{
219
+ common: ThemeCommonVars;
220
+ self: {
221
+ labelLineHeight: string;
222
+ fontSizeSmall: string;
223
+ fontSizeMedium: string;
224
+ fontSizeLarge: string;
225
+ borderRadius: string;
226
+ color: string;
227
+ colorChecked: string;
228
+ colorDisabled: string;
229
+ colorDisabledChecked: string;
230
+ colorTableHeader: string;
231
+ colorTableHeaderModal: string;
232
+ colorTableHeaderPopover: string;
233
+ checkMarkColor: string;
234
+ checkMarkColorDisabled: string;
235
+ checkMarkColorDisabledChecked: string;
236
+ border: string;
237
+ borderDisabled: string;
238
+ borderDisabledChecked: string;
239
+ borderChecked: string;
240
+ borderFocus: string;
241
+ boxShadowFocus: string;
242
+ textColor: string;
243
+ textColorDisabled: string;
244
+ sizeSmall: string;
245
+ sizeMedium: string;
246
+ sizeLarge: string;
247
+ labelPadding: string;
248
+ labelFontWeight: string;
249
+ };
250
+ peers: any;
251
+ peerOverrides: {
252
+ [x: string]: any;
253
+ };
254
+ }>;
255
+ labelId: string;
256
+ handleClick: (e: MouseEvent) => void;
257
+ handleKeyUp: (e: KeyboardEvent) => void;
258
+ handleKeyDown: (e: KeyboardEvent) => void;
259
+ cssVars: ComputedRef<{
260
+ "--n-label-line-height": string;
261
+ "--n-label-font-weight": string;
262
+ "--n-size": string;
263
+ "--n-bezier": string;
264
+ "--n-border-radius": string;
265
+ "--n-border": string;
266
+ "--n-border-checked": string;
267
+ "--n-border-focus": string;
268
+ "--n-border-disabled": string;
269
+ "--n-border-disabled-checked": string;
270
+ "--n-box-shadow-focus": string;
271
+ "--n-color": string;
272
+ "--n-color-checked": string;
273
+ "--n-color-table": string;
274
+ "--n-color-table-modal": string;
275
+ "--n-color-table-popover": string;
276
+ "--n-color-disabled": string;
277
+ "--n-color-disabled-checked": string;
278
+ "--n-text-color": string;
279
+ "--n-text-color-disabled": string;
280
+ "--n-check-mark-color": string;
281
+ "--n-check-mark-color-disabled": string;
282
+ "--n-check-mark-color-disabled-checked": string;
283
+ "--n-font-size": string;
284
+ "--n-label-padding": string;
285
+ }> | undefined;
286
+ themeClass: Ref<string, string> | undefined;
287
+ onRender: (() => void) | undefined;
288
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
289
+ size: PropType<"small" | "medium" | "large">;
290
+ checked: {
291
+ type: PropType<boolean | string | number | undefined>;
292
+ default: undefined;
293
+ };
294
+ defaultChecked: {
295
+ type: PropType<boolean | string | number>;
296
+ default: boolean;
297
+ };
298
+ value: PropType<string | number>;
299
+ disabled: {
300
+ type: PropType<boolean | undefined>;
301
+ default: undefined;
302
+ };
303
+ indeterminate: BooleanConstructor;
304
+ label: StringConstructor;
305
+ focusable: {
306
+ type: BooleanConstructor;
307
+ default: boolean;
308
+ };
309
+ checkedValue: {
310
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
311
+ default: boolean;
312
+ };
313
+ uncheckedValue: {
314
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
315
+ default: boolean;
316
+ };
317
+ 'onUpdate:checked': PropType< MaybeArray<OnUpdateChecked>>;
318
+ onUpdateChecked: PropType< MaybeArray<OnUpdateChecked>>;
319
+ privateInsideTable: BooleanConstructor;
320
+ onChange: PropType< MaybeArray<OnUpdateChecked>>;
321
+ theme: PropType< Theme<"Checkbox", {
322
+ labelLineHeight: string;
323
+ fontSizeSmall: string;
324
+ fontSizeMedium: string;
325
+ fontSizeLarge: string;
326
+ borderRadius: string;
327
+ color: string;
328
+ colorChecked: string;
329
+ colorDisabled: string;
330
+ colorDisabledChecked: string;
331
+ colorTableHeader: string;
332
+ colorTableHeaderModal: string;
333
+ colorTableHeaderPopover: string;
334
+ checkMarkColor: string;
335
+ checkMarkColorDisabled: string;
336
+ checkMarkColorDisabledChecked: string;
337
+ border: string;
338
+ borderDisabled: string;
339
+ borderDisabledChecked: string;
340
+ borderChecked: string;
341
+ borderFocus: string;
342
+ boxShadowFocus: string;
343
+ textColor: string;
344
+ textColorDisabled: string;
345
+ sizeSmall: string;
346
+ sizeMedium: string;
347
+ sizeLarge: string;
348
+ labelPadding: string;
349
+ labelFontWeight: string;
350
+ }, any>>;
351
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Checkbox", {
352
+ labelLineHeight: string;
353
+ fontSizeSmall: string;
354
+ fontSizeMedium: string;
355
+ fontSizeLarge: string;
356
+ borderRadius: string;
357
+ color: string;
358
+ colorChecked: string;
359
+ colorDisabled: string;
360
+ colorDisabledChecked: string;
361
+ colorTableHeader: string;
362
+ colorTableHeaderModal: string;
363
+ colorTableHeaderPopover: string;
364
+ checkMarkColor: string;
365
+ checkMarkColorDisabled: string;
366
+ checkMarkColorDisabledChecked: string;
367
+ border: string;
368
+ borderDisabled: string;
369
+ borderDisabledChecked: string;
370
+ borderChecked: string;
371
+ borderFocus: string;
372
+ boxShadowFocus: string;
373
+ textColor: string;
374
+ textColorDisabled: string;
375
+ sizeSmall: string;
376
+ sizeMedium: string;
377
+ sizeLarge: string;
378
+ labelPadding: string;
379
+ labelFontWeight: string;
380
+ }, any>>>;
381
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Checkbox", {
382
+ labelLineHeight: string;
383
+ fontSizeSmall: string;
384
+ fontSizeMedium: string;
385
+ fontSizeLarge: string;
386
+ borderRadius: string;
387
+ color: string;
388
+ colorChecked: string;
389
+ colorDisabled: string;
390
+ colorDisabledChecked: string;
391
+ colorTableHeader: string;
392
+ colorTableHeaderModal: string;
393
+ colorTableHeaderPopover: string;
394
+ checkMarkColor: string;
395
+ checkMarkColorDisabled: string;
396
+ checkMarkColorDisabledChecked: string;
397
+ border: string;
398
+ borderDisabled: string;
399
+ borderDisabledChecked: string;
400
+ borderChecked: string;
401
+ borderFocus: string;
402
+ boxShadowFocus: string;
403
+ textColor: string;
404
+ textColorDisabled: string;
405
+ sizeSmall: string;
406
+ sizeMedium: string;
407
+ sizeLarge: string;
408
+ labelPadding: string;
409
+ labelFontWeight: string;
410
+ }, any>>>;
411
+ }>> & Readonly<{}>, {
412
+ disabled: boolean | undefined;
413
+ checked: string | number | boolean | undefined;
414
+ indeterminate: boolean;
415
+ focusable: boolean;
416
+ defaultChecked: string | number | boolean;
417
+ checkedValue: string | number | boolean;
418
+ uncheckedValue: string | number | boolean;
419
+ privateInsideTable: boolean;
420
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
421
+ NRadio: DefineComponent<ExtractPropTypes<{
422
+ readonly name: StringConstructor;
423
+ readonly value: {
424
+ readonly type: PropType<string | number | boolean>;
425
+ readonly default: "on";
426
+ };
427
+ readonly checked: {
428
+ readonly type: PropType<boolean | undefined>;
429
+ readonly default: undefined;
430
+ };
431
+ readonly defaultChecked: BooleanConstructor;
432
+ readonly disabled: {
433
+ readonly type: PropType<boolean | undefined>;
434
+ readonly default: undefined;
435
+ };
436
+ readonly label: StringConstructor;
437
+ readonly size: PropType<"small" | "medium" | "large">;
438
+ readonly onUpdateChecked: PropType<undefined | MaybeArray<(value: boolean) => void>>;
439
+ readonly 'onUpdate:checked': PropType<undefined | MaybeArray<(value: boolean) => void>>;
440
+ readonly checkedValue: {
441
+ readonly type: PropType<boolean | undefined>;
442
+ readonly default: undefined;
443
+ };
444
+ readonly theme: PropType<Theme<"Radio", {
445
+ labelLineHeight: string;
446
+ buttonHeightSmall: string;
447
+ buttonHeightMedium: string;
448
+ buttonHeightLarge: string;
449
+ fontSizeSmall: string;
450
+ fontSizeMedium: string;
451
+ fontSizeLarge: string;
452
+ boxShadow: string;
453
+ boxShadowActive: string;
454
+ boxShadowFocus: string;
455
+ boxShadowHover: string;
456
+ boxShadowDisabled: string;
457
+ color: string;
458
+ colorDisabled: string;
459
+ colorActive: string;
460
+ textColor: string;
461
+ textColorDisabled: string;
462
+ dotColorActive: string;
463
+ dotColorDisabled: string;
464
+ buttonBorderColor: string;
465
+ buttonBorderColorActive: string;
466
+ buttonBorderColorHover: string;
467
+ buttonColor: string;
468
+ buttonColorActive: string;
469
+ buttonTextColor: string;
470
+ buttonTextColorActive: string;
471
+ buttonTextColorHover: string;
472
+ opacityDisabled: string;
473
+ buttonBoxShadowFocus: string;
474
+ buttonBoxShadowHover: string;
475
+ buttonBoxShadow: string;
476
+ buttonBorderRadius: string;
477
+ radioSizeSmall: string;
478
+ radioSizeMedium: string;
479
+ radioSizeLarge: string;
480
+ labelPadding: string;
481
+ labelFontWeight: string;
482
+ }, any>>;
483
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Radio", {
484
+ labelLineHeight: string;
485
+ buttonHeightSmall: string;
486
+ buttonHeightMedium: string;
487
+ buttonHeightLarge: string;
488
+ fontSizeSmall: string;
489
+ fontSizeMedium: string;
490
+ fontSizeLarge: string;
491
+ boxShadow: string;
492
+ boxShadowActive: string;
493
+ boxShadowFocus: string;
494
+ boxShadowHover: string;
495
+ boxShadowDisabled: string;
496
+ color: string;
497
+ colorDisabled: string;
498
+ colorActive: string;
499
+ textColor: string;
500
+ textColorDisabled: string;
501
+ dotColorActive: string;
502
+ dotColorDisabled: string;
503
+ buttonBorderColor: string;
504
+ buttonBorderColorActive: string;
505
+ buttonBorderColorHover: string;
506
+ buttonColor: string;
507
+ buttonColorActive: string;
508
+ buttonTextColor: string;
509
+ buttonTextColorActive: string;
510
+ buttonTextColorHover: string;
511
+ opacityDisabled: string;
512
+ buttonBoxShadowFocus: string;
513
+ buttonBoxShadowHover: string;
514
+ buttonBoxShadow: string;
515
+ buttonBorderRadius: string;
516
+ radioSizeSmall: string;
517
+ radioSizeMedium: string;
518
+ radioSizeLarge: string;
519
+ labelPadding: string;
520
+ labelFontWeight: string;
521
+ }, any>>>;
522
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Radio", {
523
+ labelLineHeight: string;
524
+ buttonHeightSmall: string;
525
+ buttonHeightMedium: string;
526
+ buttonHeightLarge: string;
527
+ fontSizeSmall: string;
528
+ fontSizeMedium: string;
529
+ fontSizeLarge: string;
530
+ boxShadow: string;
531
+ boxShadowActive: string;
532
+ boxShadowFocus: string;
533
+ boxShadowHover: string;
534
+ boxShadowDisabled: string;
535
+ color: string;
536
+ colorDisabled: string;
537
+ colorActive: string;
538
+ textColor: string;
539
+ textColorDisabled: string;
540
+ dotColorActive: string;
541
+ dotColorDisabled: string;
542
+ buttonBorderColor: string;
543
+ buttonBorderColorActive: string;
544
+ buttonBorderColorHover: string;
545
+ buttonColor: string;
546
+ buttonColorActive: string;
547
+ buttonTextColor: string;
548
+ buttonTextColorActive: string;
549
+ buttonTextColorHover: string;
550
+ opacityDisabled: string;
551
+ buttonBoxShadowFocus: string;
552
+ buttonBoxShadowHover: string;
553
+ buttonBoxShadow: string;
554
+ buttonBorderRadius: string;
555
+ radioSizeSmall: string;
556
+ radioSizeMedium: string;
557
+ radioSizeLarge: string;
558
+ labelPadding: string;
559
+ labelFontWeight: string;
560
+ }, any>>>;
561
+ }>, UseRadio & {
562
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
563
+ cssVars: ComputedRef<{
564
+ "--n-bezier": string;
565
+ "--n-label-line-height": string;
566
+ "--n-label-font-weight": string;
567
+ "--n-box-shadow": string;
568
+ "--n-box-shadow-active": string;
569
+ "--n-box-shadow-disabled": string;
570
+ "--n-box-shadow-focus": string;
571
+ "--n-box-shadow-hover": string;
572
+ "--n-color": string;
573
+ "--n-color-active": string;
574
+ "--n-color-disabled": string;
575
+ "--n-dot-color-active": string;
576
+ "--n-dot-color-disabled": string;
577
+ "--n-font-size": string;
578
+ "--n-radio-size": string;
579
+ "--n-text-color": string;
580
+ "--n-text-color-disabled": string;
581
+ "--n-label-padding": string;
582
+ }> | undefined;
583
+ themeClass: Ref<string, string> | undefined;
584
+ onRender: (() => void) | undefined;
585
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
586
+ readonly name: StringConstructor;
587
+ readonly value: {
588
+ readonly type: PropType<string | number | boolean>;
589
+ readonly default: "on";
590
+ };
591
+ readonly checked: {
592
+ readonly type: PropType<boolean | undefined>;
593
+ readonly default: undefined;
594
+ };
595
+ readonly defaultChecked: BooleanConstructor;
596
+ readonly disabled: {
597
+ readonly type: PropType<boolean | undefined>;
598
+ readonly default: undefined;
599
+ };
600
+ readonly label: StringConstructor;
601
+ readonly size: PropType<"small" | "medium" | "large">;
602
+ readonly onUpdateChecked: PropType<undefined | MaybeArray<(value: boolean) => void>>;
603
+ readonly 'onUpdate:checked': PropType<undefined | MaybeArray<(value: boolean) => void>>;
604
+ readonly checkedValue: {
605
+ readonly type: PropType<boolean | undefined>;
606
+ readonly default: undefined;
607
+ };
608
+ readonly theme: PropType<Theme<"Radio", {
609
+ labelLineHeight: string;
610
+ buttonHeightSmall: string;
611
+ buttonHeightMedium: string;
612
+ buttonHeightLarge: string;
613
+ fontSizeSmall: string;
614
+ fontSizeMedium: string;
615
+ fontSizeLarge: string;
616
+ boxShadow: string;
617
+ boxShadowActive: string;
618
+ boxShadowFocus: string;
619
+ boxShadowHover: string;
620
+ boxShadowDisabled: string;
621
+ color: string;
622
+ colorDisabled: string;
623
+ colorActive: string;
624
+ textColor: string;
625
+ textColorDisabled: string;
626
+ dotColorActive: string;
627
+ dotColorDisabled: string;
628
+ buttonBorderColor: string;
629
+ buttonBorderColorActive: string;
630
+ buttonBorderColorHover: string;
631
+ buttonColor: string;
632
+ buttonColorActive: string;
633
+ buttonTextColor: string;
634
+ buttonTextColorActive: string;
635
+ buttonTextColorHover: string;
636
+ opacityDisabled: string;
637
+ buttonBoxShadowFocus: string;
638
+ buttonBoxShadowHover: string;
639
+ buttonBoxShadow: string;
640
+ buttonBorderRadius: string;
641
+ radioSizeSmall: string;
642
+ radioSizeMedium: string;
643
+ radioSizeLarge: string;
644
+ labelPadding: string;
645
+ labelFontWeight: string;
646
+ }, any>>;
647
+ readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"Radio", {
648
+ labelLineHeight: string;
649
+ buttonHeightSmall: string;
650
+ buttonHeightMedium: string;
651
+ buttonHeightLarge: string;
652
+ fontSizeSmall: string;
653
+ fontSizeMedium: string;
654
+ fontSizeLarge: string;
655
+ boxShadow: string;
656
+ boxShadowActive: string;
657
+ boxShadowFocus: string;
658
+ boxShadowHover: string;
659
+ boxShadowDisabled: string;
660
+ color: string;
661
+ colorDisabled: string;
662
+ colorActive: string;
663
+ textColor: string;
664
+ textColorDisabled: string;
665
+ dotColorActive: string;
666
+ dotColorDisabled: string;
667
+ buttonBorderColor: string;
668
+ buttonBorderColorActive: string;
669
+ buttonBorderColorHover: string;
670
+ buttonColor: string;
671
+ buttonColorActive: string;
672
+ buttonTextColor: string;
673
+ buttonTextColorActive: string;
674
+ buttonTextColorHover: string;
675
+ opacityDisabled: string;
676
+ buttonBoxShadowFocus: string;
677
+ buttonBoxShadowHover: string;
678
+ buttonBoxShadow: string;
679
+ buttonBorderRadius: string;
680
+ radioSizeSmall: string;
681
+ radioSizeMedium: string;
682
+ radioSizeLarge: string;
683
+ labelPadding: string;
684
+ labelFontWeight: string;
685
+ }, any>>>;
686
+ readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Radio", {
687
+ labelLineHeight: string;
688
+ buttonHeightSmall: string;
689
+ buttonHeightMedium: string;
690
+ buttonHeightLarge: string;
691
+ fontSizeSmall: string;
692
+ fontSizeMedium: string;
693
+ fontSizeLarge: string;
694
+ boxShadow: string;
695
+ boxShadowActive: string;
696
+ boxShadowFocus: string;
697
+ boxShadowHover: string;
698
+ boxShadowDisabled: string;
699
+ color: string;
700
+ colorDisabled: string;
701
+ colorActive: string;
702
+ textColor: string;
703
+ textColorDisabled: string;
704
+ dotColorActive: string;
705
+ dotColorDisabled: string;
706
+ buttonBorderColor: string;
707
+ buttonBorderColorActive: string;
708
+ buttonBorderColorHover: string;
709
+ buttonColor: string;
710
+ buttonColorActive: string;
711
+ buttonTextColor: string;
712
+ buttonTextColorActive: string;
713
+ buttonTextColorHover: string;
714
+ opacityDisabled: string;
715
+ buttonBoxShadowFocus: string;
716
+ buttonBoxShadowHover: string;
717
+ buttonBoxShadow: string;
718
+ buttonBorderRadius: string;
719
+ radioSizeSmall: string;
720
+ radioSizeMedium: string;
721
+ radioSizeLarge: string;
722
+ labelPadding: string;
723
+ labelFontWeight: string;
724
+ }, any>>>;
725
+ }>> & Readonly<{}>, {
726
+ readonly value: string | number | boolean;
727
+ readonly disabled: boolean | undefined;
728
+ readonly checked: boolean | undefined;
729
+ readonly defaultChecked: boolean;
730
+ readonly checkedValue: boolean | undefined;
731
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
732
+ NPagination: DefineComponent<ExtractPropTypes<{
733
+ readonly simple: BooleanConstructor;
734
+ readonly page: NumberConstructor;
735
+ readonly defaultPage: {
736
+ readonly type: NumberConstructor;
737
+ readonly default: 1;
738
+ };
739
+ readonly itemCount: NumberConstructor;
740
+ readonly pageCount: NumberConstructor;
741
+ readonly defaultPageCount: {
742
+ readonly type: NumberConstructor;
743
+ readonly default: 1;
744
+ };
745
+ readonly showSizePicker: BooleanConstructor;
746
+ readonly pageSize: NumberConstructor;
747
+ readonly defaultPageSize: NumberConstructor;
748
+ readonly pageSizes: {
749
+ readonly type: PropType<Array<number | PaginationSizeOption>>;
750
+ readonly default: () => number[];
751
+ };
752
+ readonly showQuickJumper: BooleanConstructor;
753
+ readonly size: {
754
+ readonly type: PropType< Size>;
755
+ readonly default: "medium";
756
+ };
757
+ readonly disabled: BooleanConstructor;
758
+ readonly pageSlot: {
759
+ readonly type: NumberConstructor;
760
+ readonly default: 9;
761
+ };
762
+ readonly selectProps: PropType< SelectProps>;
763
+ readonly prev: PropType< RenderPrev>;
764
+ readonly next: PropType< RenderNext>;
765
+ readonly goto: PropType< RenderGoto>;
766
+ readonly prefix: PropType< RenderPrefix>;
767
+ readonly suffix: PropType< RenderSuffix>;
768
+ readonly label: PropType< PaginationRenderLabel>;
769
+ readonly displayOrder: {
770
+ readonly type: PropType<Array<"pages" | "size-picker" | "quick-jumper">>;
771
+ readonly default: readonly ["pages", "size-picker", "quick-jumper"];
772
+ };
773
+ readonly to: {
774
+ type: PropType<HTMLElement | string | boolean>;
775
+ default: undefined;
776
+ };
777
+ readonly showQuickJumpDropdown: {
778
+ readonly type: BooleanConstructor;
779
+ readonly default: true;
780
+ };
781
+ readonly 'onUpdate:page': PropType< MaybeArray<(page: number) => void>>;
782
+ readonly onUpdatePage: PropType< MaybeArray<(page: number) => void>>;
783
+ readonly 'onUpdate:pageSize': PropType< MaybeArray<(pageSize: number) => void>>;
784
+ readonly onUpdatePageSize: PropType< MaybeArray<(pageSize: number) => void>>;
785
+ readonly onPageSizeChange: PropType< MaybeArray<(pageSize: number) => void>>;
786
+ readonly onChange: PropType< MaybeArray<(page: number) => void>>;
787
+ readonly theme: PropType< Theme<"Pagination", {
788
+ buttonColor: string;
789
+ buttonColorHover: string;
790
+ buttonColorPressed: string;
791
+ buttonBorder: string;
792
+ buttonBorderHover: string;
793
+ buttonBorderPressed: string;
794
+ buttonIconColor: string;
795
+ buttonIconColorHover: string;
796
+ buttonIconColorPressed: string;
797
+ itemTextColor: string;
798
+ itemTextColorHover: string;
799
+ itemTextColorPressed: string;
800
+ itemTextColorActive: string;
801
+ itemTextColorDisabled: string;
802
+ itemColor: string;
803
+ itemColorHover: string;
804
+ itemColorPressed: string;
805
+ itemColorActive: string;
806
+ itemColorActiveHover: string;
807
+ itemColorDisabled: string;
808
+ itemBorder: string;
809
+ itemBorderHover: string;
810
+ itemBorderPressed: string;
811
+ itemBorderActive: string;
812
+ itemBorderDisabled: string;
813
+ itemBorderRadius: string;
814
+ itemSizeSmall: string;
815
+ itemSizeMedium: string;
816
+ itemSizeLarge: string;
817
+ itemFontSizeSmall: string;
818
+ itemFontSizeMedium: string;
819
+ itemFontSizeLarge: string;
820
+ jumperFontSizeSmall: string;
821
+ jumperFontSizeMedium: string;
822
+ jumperFontSizeLarge: string;
823
+ jumperTextColor: string;
824
+ jumperTextColorDisabled: string;
825
+ itemPaddingSmall: string;
826
+ itemMarginSmall: string;
827
+ itemMarginSmallRtl: string;
828
+ itemPaddingMedium: string;
829
+ itemMarginMedium: string;
830
+ itemMarginMediumRtl: string;
831
+ itemPaddingLarge: string;
832
+ itemMarginLarge: string;
833
+ itemMarginLargeRtl: string;
834
+ buttonIconSizeSmall: string;
835
+ buttonIconSizeMedium: string;
836
+ buttonIconSizeLarge: string;
837
+ inputWidthSmall: string;
838
+ selectWidthSmall: string;
839
+ inputMarginSmall: string;
840
+ inputMarginSmallRtl: string;
841
+ selectMarginSmall: string;
842
+ prefixMarginSmall: string;
843
+ suffixMarginSmall: string;
844
+ inputWidthMedium: string;
845
+ selectWidthMedium: string;
846
+ inputMarginMedium: string;
847
+ inputMarginMediumRtl: string;
848
+ selectMarginMedium: string;
849
+ prefixMarginMedium: string;
850
+ suffixMarginMedium: string;
851
+ inputWidthLarge: string;
852
+ selectWidthLarge: string;
853
+ inputMarginLarge: string;
854
+ inputMarginLargeRtl: string;
855
+ selectMarginLarge: string;
856
+ prefixMarginLarge: string;
857
+ suffixMarginLarge: string;
858
+ }, {
859
+ Select: Theme<"Select", {
860
+ menuBoxShadow: string;
861
+ }, {
862
+ InternalSelection: Theme<"InternalSelection", {
863
+ fontSizeTiny: string;
864
+ fontSizeSmall: string;
865
+ fontSizeMedium: string;
866
+ fontSizeLarge: string;
867
+ heightTiny: string;
868
+ heightSmall: string;
869
+ heightMedium: string;
870
+ heightLarge: string;
871
+ borderRadius: string;
872
+ fontWeight: string;
873
+ textColor: string;
874
+ textColorDisabled: string;
875
+ placeholderColor: string;
876
+ placeholderColorDisabled: string;
877
+ color: string;
878
+ colorDisabled: string;
879
+ colorActive: string;
880
+ border: string;
881
+ borderHover: string;
882
+ borderActive: string;
883
+ borderFocus: string;
884
+ boxShadowHover: string;
885
+ boxShadowActive: string;
886
+ boxShadowFocus: string;
887
+ caretColor: string;
888
+ arrowColor: string;
889
+ arrowColorDisabled: string;
890
+ loadingColor: string;
891
+ borderWarning: string;
892
+ borderHoverWarning: string;
893
+ borderActiveWarning: string;
894
+ borderFocusWarning: string;
895
+ boxShadowHoverWarning: string;
896
+ boxShadowActiveWarning: string;
897
+ boxShadowFocusWarning: string;
898
+ colorActiveWarning: string;
899
+ caretColorWarning: string;
900
+ borderError: string;
901
+ borderHoverError: string;
902
+ borderActiveError: string;
903
+ borderFocusError: string;
904
+ boxShadowHoverError: string;
905
+ boxShadowActiveError: string;
906
+ boxShadowFocusError: string;
907
+ colorActiveError: string;
908
+ caretColorError: string;
909
+ clearColor: string;
910
+ clearColorHover: string;
911
+ clearColorPressed: string;
912
+ paddingSingle: string;
913
+ paddingMultiple: string;
914
+ clearSize: string;
915
+ arrowSize: string;
916
+ }, {
917
+ Popover: Theme<"Popover", {
918
+ fontSize: string;
919
+ borderRadius: string;
920
+ color: string;
921
+ dividerColor: string;
922
+ textColor: string;
923
+ boxShadow: string;
924
+ space: string;
925
+ spaceArrow: string;
926
+ arrowOffset: string;
927
+ arrowOffsetVertical: string;
928
+ arrowHeight: string;
929
+ padding: string;
930
+ }, any>;
931
+ }>;
932
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
933
+ optionFontSizeTiny: string;
934
+ optionFontSizeSmall: string;
935
+ optionFontSizeMedium: string;
936
+ optionFontSizeLarge: string;
937
+ optionFontSizeHuge: string;
938
+ optionHeightTiny: string;
939
+ optionHeightSmall: string;
940
+ optionHeightMedium: string;
941
+ optionHeightLarge: string;
942
+ optionHeightHuge: string;
943
+ borderRadius: string;
944
+ color: string;
945
+ groupHeaderTextColor: string;
946
+ actionDividerColor: string;
947
+ optionTextColor: string;
948
+ optionTextColorPressed: string;
949
+ optionTextColorDisabled: string;
950
+ optionTextColorActive: string;
951
+ optionOpacityDisabled: string;
952
+ optionCheckColor: string;
953
+ optionColorPending: string;
954
+ optionColorActive: string;
955
+ optionColorActivePending: string;
956
+ actionTextColor: string;
957
+ loadingColor: string;
958
+ height: string;
959
+ paddingTiny: string;
960
+ paddingSmall: string;
961
+ paddingMedium: string;
962
+ paddingLarge: string;
963
+ paddingHuge: string;
964
+ optionPaddingTiny: string;
965
+ optionPaddingSmall: string;
966
+ optionPaddingMedium: string;
967
+ optionPaddingLarge: string;
968
+ optionPaddingHuge: string;
969
+ loadingSize: string;
970
+ }, {
971
+ Scrollbar: Theme<"Scrollbar", {
972
+ height: string;
973
+ width: string;
974
+ borderRadius: string;
975
+ color: string;
976
+ colorHover: string;
977
+ railInsetHorizontalBottom: string;
978
+ railInsetHorizontalTop: string;
979
+ railInsetVerticalRight: string;
980
+ railInsetVerticalLeft: string;
981
+ railColor: string;
982
+ }, any>;
983
+ Empty: Theme<"Empty", {
984
+ fontSizeTiny: string;
985
+ fontSizeSmall: string;
986
+ fontSizeMedium: string;
987
+ fontSizeLarge: string;
988
+ fontSizeHuge: string;
989
+ textColor: string;
990
+ iconColor: string;
991
+ extraTextColor: string;
992
+ iconSizeTiny: string;
993
+ iconSizeSmall: string;
994
+ iconSizeMedium: string;
995
+ iconSizeLarge: string;
996
+ iconSizeHuge: string;
997
+ }, any>;
998
+ }>;
999
+ }>;
1000
+ Input: Theme<"Input", {
1001
+ fontWeight: string;
1002
+ countTextColorDisabled: string;
1003
+ countTextColor: string;
1004
+ heightTiny: string;
1005
+ heightSmall: string;
1006
+ heightMedium: string;
1007
+ heightLarge: string;
1008
+ fontSizeTiny: string;
1009
+ fontSizeSmall: string;
1010
+ fontSizeMedium: string;
1011
+ fontSizeLarge: string;
1012
+ lineHeight: string;
1013
+ lineHeightTextarea: string;
1014
+ borderRadius: string;
1015
+ iconSize: string;
1016
+ groupLabelColor: string;
1017
+ groupLabelTextColor: string;
1018
+ textColor: string;
1019
+ textColorDisabled: string;
1020
+ textDecorationColor: string;
1021
+ caretColor: string;
1022
+ placeholderColor: string;
1023
+ placeholderColorDisabled: string;
1024
+ color: string;
1025
+ colorDisabled: string;
1026
+ colorFocus: string;
1027
+ groupLabelBorder: string;
1028
+ border: string;
1029
+ borderHover: string;
1030
+ borderDisabled: string;
1031
+ borderFocus: string;
1032
+ boxShadowFocus: string;
1033
+ loadingColor: string;
1034
+ loadingColorWarning: string;
1035
+ borderWarning: string;
1036
+ borderHoverWarning: string;
1037
+ colorFocusWarning: string;
1038
+ borderFocusWarning: string;
1039
+ boxShadowFocusWarning: string;
1040
+ caretColorWarning: string;
1041
+ loadingColorError: string;
1042
+ borderError: string;
1043
+ borderHoverError: string;
1044
+ colorFocusError: string;
1045
+ borderFocusError: string;
1046
+ boxShadowFocusError: string;
1047
+ caretColorError: string;
1048
+ clearColor: string;
1049
+ clearColorHover: string;
1050
+ clearColorPressed: string;
1051
+ iconColor: string;
1052
+ iconColorDisabled: string;
1053
+ iconColorHover: string;
1054
+ iconColorPressed: string;
1055
+ suffixTextColor: string;
1056
+ paddingTiny: string;
1057
+ paddingSmall: string;
1058
+ paddingMedium: string;
1059
+ paddingLarge: string;
1060
+ clearSize: string;
1061
+ }, any>;
1062
+ Popselect: Theme<"Popselect", {
1063
+ menuBoxShadow: string;
1064
+ }, {
1065
+ Popover: Theme<"Popover", {
1066
+ fontSize: string;
1067
+ borderRadius: string;
1068
+ color: string;
1069
+ dividerColor: string;
1070
+ textColor: string;
1071
+ boxShadow: string;
1072
+ space: string;
1073
+ spaceArrow: string;
1074
+ arrowOffset: string;
1075
+ arrowOffsetVertical: string;
1076
+ arrowHeight: string;
1077
+ padding: string;
1078
+ }, any>;
1079
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
1080
+ optionFontSizeTiny: string;
1081
+ optionFontSizeSmall: string;
1082
+ optionFontSizeMedium: string;
1083
+ optionFontSizeLarge: string;
1084
+ optionFontSizeHuge: string;
1085
+ optionHeightTiny: string;
1086
+ optionHeightSmall: string;
1087
+ optionHeightMedium: string;
1088
+ optionHeightLarge: string;
1089
+ optionHeightHuge: string;
1090
+ borderRadius: string;
1091
+ color: string;
1092
+ groupHeaderTextColor: string;
1093
+ actionDividerColor: string;
1094
+ optionTextColor: string;
1095
+ optionTextColorPressed: string;
1096
+ optionTextColorDisabled: string;
1097
+ optionTextColorActive: string;
1098
+ optionOpacityDisabled: string;
1099
+ optionCheckColor: string;
1100
+ optionColorPending: string;
1101
+ optionColorActive: string;
1102
+ optionColorActivePending: string;
1103
+ actionTextColor: string;
1104
+ loadingColor: string;
1105
+ height: string;
1106
+ paddingTiny: string;
1107
+ paddingSmall: string;
1108
+ paddingMedium: string;
1109
+ paddingLarge: string;
1110
+ paddingHuge: string;
1111
+ optionPaddingTiny: string;
1112
+ optionPaddingSmall: string;
1113
+ optionPaddingMedium: string;
1114
+ optionPaddingLarge: string;
1115
+ optionPaddingHuge: string;
1116
+ loadingSize: string;
1117
+ }, {
1118
+ Scrollbar: Theme<"Scrollbar", {
1119
+ height: string;
1120
+ width: string;
1121
+ borderRadius: string;
1122
+ color: string;
1123
+ colorHover: string;
1124
+ railInsetHorizontalBottom: string;
1125
+ railInsetHorizontalTop: string;
1126
+ railInsetVerticalRight: string;
1127
+ railInsetVerticalLeft: string;
1128
+ railColor: string;
1129
+ }, any>;
1130
+ Empty: Theme<"Empty", {
1131
+ fontSizeTiny: string;
1132
+ fontSizeSmall: string;
1133
+ fontSizeMedium: string;
1134
+ fontSizeLarge: string;
1135
+ fontSizeHuge: string;
1136
+ textColor: string;
1137
+ iconColor: string;
1138
+ extraTextColor: string;
1139
+ iconSizeTiny: string;
1140
+ iconSizeSmall: string;
1141
+ iconSizeMedium: string;
1142
+ iconSizeLarge: string;
1143
+ iconSizeHuge: string;
1144
+ }, any>;
1145
+ }>;
1146
+ }>;
1147
+ }>>;
1148
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Pagination", {
1149
+ buttonColor: string;
1150
+ buttonColorHover: string;
1151
+ buttonColorPressed: string;
1152
+ buttonBorder: string;
1153
+ buttonBorderHover: string;
1154
+ buttonBorderPressed: string;
1155
+ buttonIconColor: string;
1156
+ buttonIconColorHover: string;
1157
+ buttonIconColorPressed: string;
1158
+ itemTextColor: string;
1159
+ itemTextColorHover: string;
1160
+ itemTextColorPressed: string;
1161
+ itemTextColorActive: string;
1162
+ itemTextColorDisabled: string;
1163
+ itemColor: string;
1164
+ itemColorHover: string;
1165
+ itemColorPressed: string;
1166
+ itemColorActive: string;
1167
+ itemColorActiveHover: string;
1168
+ itemColorDisabled: string;
1169
+ itemBorder: string;
1170
+ itemBorderHover: string;
1171
+ itemBorderPressed: string;
1172
+ itemBorderActive: string;
1173
+ itemBorderDisabled: string;
1174
+ itemBorderRadius: string;
1175
+ itemSizeSmall: string;
1176
+ itemSizeMedium: string;
1177
+ itemSizeLarge: string;
1178
+ itemFontSizeSmall: string;
1179
+ itemFontSizeMedium: string;
1180
+ itemFontSizeLarge: string;
1181
+ jumperFontSizeSmall: string;
1182
+ jumperFontSizeMedium: string;
1183
+ jumperFontSizeLarge: string;
1184
+ jumperTextColor: string;
1185
+ jumperTextColorDisabled: string;
1186
+ itemPaddingSmall: string;
1187
+ itemMarginSmall: string;
1188
+ itemMarginSmallRtl: string;
1189
+ itemPaddingMedium: string;
1190
+ itemMarginMedium: string;
1191
+ itemMarginMediumRtl: string;
1192
+ itemPaddingLarge: string;
1193
+ itemMarginLarge: string;
1194
+ itemMarginLargeRtl: string;
1195
+ buttonIconSizeSmall: string;
1196
+ buttonIconSizeMedium: string;
1197
+ buttonIconSizeLarge: string;
1198
+ inputWidthSmall: string;
1199
+ selectWidthSmall: string;
1200
+ inputMarginSmall: string;
1201
+ inputMarginSmallRtl: string;
1202
+ selectMarginSmall: string;
1203
+ prefixMarginSmall: string;
1204
+ suffixMarginSmall: string;
1205
+ inputWidthMedium: string;
1206
+ selectWidthMedium: string;
1207
+ inputMarginMedium: string;
1208
+ inputMarginMediumRtl: string;
1209
+ selectMarginMedium: string;
1210
+ prefixMarginMedium: string;
1211
+ suffixMarginMedium: string;
1212
+ inputWidthLarge: string;
1213
+ selectWidthLarge: string;
1214
+ inputMarginLarge: string;
1215
+ inputMarginLargeRtl: string;
1216
+ selectMarginLarge: string;
1217
+ prefixMarginLarge: string;
1218
+ suffixMarginLarge: string;
1219
+ }, {
1220
+ Select: Theme<"Select", {
1221
+ menuBoxShadow: string;
1222
+ }, {
1223
+ InternalSelection: Theme<"InternalSelection", {
1224
+ fontSizeTiny: string;
1225
+ fontSizeSmall: string;
1226
+ fontSizeMedium: string;
1227
+ fontSizeLarge: string;
1228
+ heightTiny: string;
1229
+ heightSmall: string;
1230
+ heightMedium: string;
1231
+ heightLarge: string;
1232
+ borderRadius: string;
1233
+ fontWeight: string;
1234
+ textColor: string;
1235
+ textColorDisabled: string;
1236
+ placeholderColor: string;
1237
+ placeholderColorDisabled: string;
1238
+ color: string;
1239
+ colorDisabled: string;
1240
+ colorActive: string;
1241
+ border: string;
1242
+ borderHover: string;
1243
+ borderActive: string;
1244
+ borderFocus: string;
1245
+ boxShadowHover: string;
1246
+ boxShadowActive: string;
1247
+ boxShadowFocus: string;
1248
+ caretColor: string;
1249
+ arrowColor: string;
1250
+ arrowColorDisabled: string;
1251
+ loadingColor: string;
1252
+ borderWarning: string;
1253
+ borderHoverWarning: string;
1254
+ borderActiveWarning: string;
1255
+ borderFocusWarning: string;
1256
+ boxShadowHoverWarning: string;
1257
+ boxShadowActiveWarning: string;
1258
+ boxShadowFocusWarning: string;
1259
+ colorActiveWarning: string;
1260
+ caretColorWarning: string;
1261
+ borderError: string;
1262
+ borderHoverError: string;
1263
+ borderActiveError: string;
1264
+ borderFocusError: string;
1265
+ boxShadowHoverError: string;
1266
+ boxShadowActiveError: string;
1267
+ boxShadowFocusError: string;
1268
+ colorActiveError: string;
1269
+ caretColorError: string;
1270
+ clearColor: string;
1271
+ clearColorHover: string;
1272
+ clearColorPressed: string;
1273
+ paddingSingle: string;
1274
+ paddingMultiple: string;
1275
+ clearSize: string;
1276
+ arrowSize: string;
1277
+ }, {
1278
+ Popover: Theme<"Popover", {
1279
+ fontSize: string;
1280
+ borderRadius: string;
1281
+ color: string;
1282
+ dividerColor: string;
1283
+ textColor: string;
1284
+ boxShadow: string;
1285
+ space: string;
1286
+ spaceArrow: string;
1287
+ arrowOffset: string;
1288
+ arrowOffsetVertical: string;
1289
+ arrowHeight: string;
1290
+ padding: string;
1291
+ }, any>;
1292
+ }>;
1293
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
1294
+ optionFontSizeTiny: string;
1295
+ optionFontSizeSmall: string;
1296
+ optionFontSizeMedium: string;
1297
+ optionFontSizeLarge: string;
1298
+ optionFontSizeHuge: string;
1299
+ optionHeightTiny: string;
1300
+ optionHeightSmall: string;
1301
+ optionHeightMedium: string;
1302
+ optionHeightLarge: string;
1303
+ optionHeightHuge: string;
1304
+ borderRadius: string;
1305
+ color: string;
1306
+ groupHeaderTextColor: string;
1307
+ actionDividerColor: string;
1308
+ optionTextColor: string;
1309
+ optionTextColorPressed: string;
1310
+ optionTextColorDisabled: string;
1311
+ optionTextColorActive: string;
1312
+ optionOpacityDisabled: string;
1313
+ optionCheckColor: string;
1314
+ optionColorPending: string;
1315
+ optionColorActive: string;
1316
+ optionColorActivePending: string;
1317
+ actionTextColor: string;
1318
+ loadingColor: string;
1319
+ height: string;
1320
+ paddingTiny: string;
1321
+ paddingSmall: string;
1322
+ paddingMedium: string;
1323
+ paddingLarge: string;
1324
+ paddingHuge: string;
1325
+ optionPaddingTiny: string;
1326
+ optionPaddingSmall: string;
1327
+ optionPaddingMedium: string;
1328
+ optionPaddingLarge: string;
1329
+ optionPaddingHuge: string;
1330
+ loadingSize: string;
1331
+ }, {
1332
+ Scrollbar: Theme<"Scrollbar", {
1333
+ height: string;
1334
+ width: string;
1335
+ borderRadius: string;
1336
+ color: string;
1337
+ colorHover: string;
1338
+ railInsetHorizontalBottom: string;
1339
+ railInsetHorizontalTop: string;
1340
+ railInsetVerticalRight: string;
1341
+ railInsetVerticalLeft: string;
1342
+ railColor: string;
1343
+ }, any>;
1344
+ Empty: Theme<"Empty", {
1345
+ fontSizeTiny: string;
1346
+ fontSizeSmall: string;
1347
+ fontSizeMedium: string;
1348
+ fontSizeLarge: string;
1349
+ fontSizeHuge: string;
1350
+ textColor: string;
1351
+ iconColor: string;
1352
+ extraTextColor: string;
1353
+ iconSizeTiny: string;
1354
+ iconSizeSmall: string;
1355
+ iconSizeMedium: string;
1356
+ iconSizeLarge: string;
1357
+ iconSizeHuge: string;
1358
+ }, any>;
1359
+ }>;
1360
+ }>;
1361
+ Input: Theme<"Input", {
1362
+ fontWeight: string;
1363
+ countTextColorDisabled: string;
1364
+ countTextColor: string;
1365
+ heightTiny: string;
1366
+ heightSmall: string;
1367
+ heightMedium: string;
1368
+ heightLarge: string;
1369
+ fontSizeTiny: string;
1370
+ fontSizeSmall: string;
1371
+ fontSizeMedium: string;
1372
+ fontSizeLarge: string;
1373
+ lineHeight: string;
1374
+ lineHeightTextarea: string;
1375
+ borderRadius: string;
1376
+ iconSize: string;
1377
+ groupLabelColor: string;
1378
+ groupLabelTextColor: string;
1379
+ textColor: string;
1380
+ textColorDisabled: string;
1381
+ textDecorationColor: string;
1382
+ caretColor: string;
1383
+ placeholderColor: string;
1384
+ placeholderColorDisabled: string;
1385
+ color: string;
1386
+ colorDisabled: string;
1387
+ colorFocus: string;
1388
+ groupLabelBorder: string;
1389
+ border: string;
1390
+ borderHover: string;
1391
+ borderDisabled: string;
1392
+ borderFocus: string;
1393
+ boxShadowFocus: string;
1394
+ loadingColor: string;
1395
+ loadingColorWarning: string;
1396
+ borderWarning: string;
1397
+ borderHoverWarning: string;
1398
+ colorFocusWarning: string;
1399
+ borderFocusWarning: string;
1400
+ boxShadowFocusWarning: string;
1401
+ caretColorWarning: string;
1402
+ loadingColorError: string;
1403
+ borderError: string;
1404
+ borderHoverError: string;
1405
+ colorFocusError: string;
1406
+ borderFocusError: string;
1407
+ boxShadowFocusError: string;
1408
+ caretColorError: string;
1409
+ clearColor: string;
1410
+ clearColorHover: string;
1411
+ clearColorPressed: string;
1412
+ iconColor: string;
1413
+ iconColorDisabled: string;
1414
+ iconColorHover: string;
1415
+ iconColorPressed: string;
1416
+ suffixTextColor: string;
1417
+ paddingTiny: string;
1418
+ paddingSmall: string;
1419
+ paddingMedium: string;
1420
+ paddingLarge: string;
1421
+ clearSize: string;
1422
+ }, any>;
1423
+ Popselect: Theme<"Popselect", {
1424
+ menuBoxShadow: string;
1425
+ }, {
1426
+ Popover: Theme<"Popover", {
1427
+ fontSize: string;
1428
+ borderRadius: string;
1429
+ color: string;
1430
+ dividerColor: string;
1431
+ textColor: string;
1432
+ boxShadow: string;
1433
+ space: string;
1434
+ spaceArrow: string;
1435
+ arrowOffset: string;
1436
+ arrowOffsetVertical: string;
1437
+ arrowHeight: string;
1438
+ padding: string;
1439
+ }, any>;
1440
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
1441
+ optionFontSizeTiny: string;
1442
+ optionFontSizeSmall: string;
1443
+ optionFontSizeMedium: string;
1444
+ optionFontSizeLarge: string;
1445
+ optionFontSizeHuge: string;
1446
+ optionHeightTiny: string;
1447
+ optionHeightSmall: string;
1448
+ optionHeightMedium: string;
1449
+ optionHeightLarge: string;
1450
+ optionHeightHuge: string;
1451
+ borderRadius: string;
1452
+ color: string;
1453
+ groupHeaderTextColor: string;
1454
+ actionDividerColor: string;
1455
+ optionTextColor: string;
1456
+ optionTextColorPressed: string;
1457
+ optionTextColorDisabled: string;
1458
+ optionTextColorActive: string;
1459
+ optionOpacityDisabled: string;
1460
+ optionCheckColor: string;
1461
+ optionColorPending: string;
1462
+ optionColorActive: string;
1463
+ optionColorActivePending: string;
1464
+ actionTextColor: string;
1465
+ loadingColor: string;
1466
+ height: string;
1467
+ paddingTiny: string;
1468
+ paddingSmall: string;
1469
+ paddingMedium: string;
1470
+ paddingLarge: string;
1471
+ paddingHuge: string;
1472
+ optionPaddingTiny: string;
1473
+ optionPaddingSmall: string;
1474
+ optionPaddingMedium: string;
1475
+ optionPaddingLarge: string;
1476
+ optionPaddingHuge: string;
1477
+ loadingSize: string;
1478
+ }, {
1479
+ Scrollbar: Theme<"Scrollbar", {
1480
+ height: string;
1481
+ width: string;
1482
+ borderRadius: string;
1483
+ color: string;
1484
+ colorHover: string;
1485
+ railInsetHorizontalBottom: string;
1486
+ railInsetHorizontalTop: string;
1487
+ railInsetVerticalRight: string;
1488
+ railInsetVerticalLeft: string;
1489
+ railColor: string;
1490
+ }, any>;
1491
+ Empty: Theme<"Empty", {
1492
+ fontSizeTiny: string;
1493
+ fontSizeSmall: string;
1494
+ fontSizeMedium: string;
1495
+ fontSizeLarge: string;
1496
+ fontSizeHuge: string;
1497
+ textColor: string;
1498
+ iconColor: string;
1499
+ extraTextColor: string;
1500
+ iconSizeTiny: string;
1501
+ iconSizeSmall: string;
1502
+ iconSizeMedium: string;
1503
+ iconSizeLarge: string;
1504
+ iconSizeHuge: string;
1505
+ }, any>;
1506
+ }>;
1507
+ }>;
1508
+ }>>>;
1509
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Pagination", {
1510
+ buttonColor: string;
1511
+ buttonColorHover: string;
1512
+ buttonColorPressed: string;
1513
+ buttonBorder: string;
1514
+ buttonBorderHover: string;
1515
+ buttonBorderPressed: string;
1516
+ buttonIconColor: string;
1517
+ buttonIconColorHover: string;
1518
+ buttonIconColorPressed: string;
1519
+ itemTextColor: string;
1520
+ itemTextColorHover: string;
1521
+ itemTextColorPressed: string;
1522
+ itemTextColorActive: string;
1523
+ itemTextColorDisabled: string;
1524
+ itemColor: string;
1525
+ itemColorHover: string;
1526
+ itemColorPressed: string;
1527
+ itemColorActive: string;
1528
+ itemColorActiveHover: string;
1529
+ itemColorDisabled: string;
1530
+ itemBorder: string;
1531
+ itemBorderHover: string;
1532
+ itemBorderPressed: string;
1533
+ itemBorderActive: string;
1534
+ itemBorderDisabled: string;
1535
+ itemBorderRadius: string;
1536
+ itemSizeSmall: string;
1537
+ itemSizeMedium: string;
1538
+ itemSizeLarge: string;
1539
+ itemFontSizeSmall: string;
1540
+ itemFontSizeMedium: string;
1541
+ itemFontSizeLarge: string;
1542
+ jumperFontSizeSmall: string;
1543
+ jumperFontSizeMedium: string;
1544
+ jumperFontSizeLarge: string;
1545
+ jumperTextColor: string;
1546
+ jumperTextColorDisabled: string;
1547
+ itemPaddingSmall: string;
1548
+ itemMarginSmall: string;
1549
+ itemMarginSmallRtl: string;
1550
+ itemPaddingMedium: string;
1551
+ itemMarginMedium: string;
1552
+ itemMarginMediumRtl: string;
1553
+ itemPaddingLarge: string;
1554
+ itemMarginLarge: string;
1555
+ itemMarginLargeRtl: string;
1556
+ buttonIconSizeSmall: string;
1557
+ buttonIconSizeMedium: string;
1558
+ buttonIconSizeLarge: string;
1559
+ inputWidthSmall: string;
1560
+ selectWidthSmall: string;
1561
+ inputMarginSmall: string;
1562
+ inputMarginSmallRtl: string;
1563
+ selectMarginSmall: string;
1564
+ prefixMarginSmall: string;
1565
+ suffixMarginSmall: string;
1566
+ inputWidthMedium: string;
1567
+ selectWidthMedium: string;
1568
+ inputMarginMedium: string;
1569
+ inputMarginMediumRtl: string;
1570
+ selectMarginMedium: string;
1571
+ prefixMarginMedium: string;
1572
+ suffixMarginMedium: string;
1573
+ inputWidthLarge: string;
1574
+ selectWidthLarge: string;
1575
+ inputMarginLarge: string;
1576
+ inputMarginLargeRtl: string;
1577
+ selectMarginLarge: string;
1578
+ prefixMarginLarge: string;
1579
+ suffixMarginLarge: string;
1580
+ }, {
1581
+ Select: Theme<"Select", {
1582
+ menuBoxShadow: string;
1583
+ }, {
1584
+ InternalSelection: Theme<"InternalSelection", {
1585
+ fontSizeTiny: string;
1586
+ fontSizeSmall: string;
1587
+ fontSizeMedium: string;
1588
+ fontSizeLarge: string;
1589
+ heightTiny: string;
1590
+ heightSmall: string;
1591
+ heightMedium: string;
1592
+ heightLarge: string;
1593
+ borderRadius: string;
1594
+ fontWeight: string;
1595
+ textColor: string;
1596
+ textColorDisabled: string;
1597
+ placeholderColor: string;
1598
+ placeholderColorDisabled: string;
1599
+ color: string;
1600
+ colorDisabled: string;
1601
+ colorActive: string;
1602
+ border: string;
1603
+ borderHover: string;
1604
+ borderActive: string;
1605
+ borderFocus: string;
1606
+ boxShadowHover: string;
1607
+ boxShadowActive: string;
1608
+ boxShadowFocus: string;
1609
+ caretColor: string;
1610
+ arrowColor: string;
1611
+ arrowColorDisabled: string;
1612
+ loadingColor: string;
1613
+ borderWarning: string;
1614
+ borderHoverWarning: string;
1615
+ borderActiveWarning: string;
1616
+ borderFocusWarning: string;
1617
+ boxShadowHoverWarning: string;
1618
+ boxShadowActiveWarning: string;
1619
+ boxShadowFocusWarning: string;
1620
+ colorActiveWarning: string;
1621
+ caretColorWarning: string;
1622
+ borderError: string;
1623
+ borderHoverError: string;
1624
+ borderActiveError: string;
1625
+ borderFocusError: string;
1626
+ boxShadowHoverError: string;
1627
+ boxShadowActiveError: string;
1628
+ boxShadowFocusError: string;
1629
+ colorActiveError: string;
1630
+ caretColorError: string;
1631
+ clearColor: string;
1632
+ clearColorHover: string;
1633
+ clearColorPressed: string;
1634
+ paddingSingle: string;
1635
+ paddingMultiple: string;
1636
+ clearSize: string;
1637
+ arrowSize: string;
1638
+ }, {
1639
+ Popover: Theme<"Popover", {
1640
+ fontSize: string;
1641
+ borderRadius: string;
1642
+ color: string;
1643
+ dividerColor: string;
1644
+ textColor: string;
1645
+ boxShadow: string;
1646
+ space: string;
1647
+ spaceArrow: string;
1648
+ arrowOffset: string;
1649
+ arrowOffsetVertical: string;
1650
+ arrowHeight: string;
1651
+ padding: string;
1652
+ }, any>;
1653
+ }>;
1654
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
1655
+ optionFontSizeTiny: string;
1656
+ optionFontSizeSmall: string;
1657
+ optionFontSizeMedium: string;
1658
+ optionFontSizeLarge: string;
1659
+ optionFontSizeHuge: string;
1660
+ optionHeightTiny: string;
1661
+ optionHeightSmall: string;
1662
+ optionHeightMedium: string;
1663
+ optionHeightLarge: string;
1664
+ optionHeightHuge: string;
1665
+ borderRadius: string;
1666
+ color: string;
1667
+ groupHeaderTextColor: string;
1668
+ actionDividerColor: string;
1669
+ optionTextColor: string;
1670
+ optionTextColorPressed: string;
1671
+ optionTextColorDisabled: string;
1672
+ optionTextColorActive: string;
1673
+ optionOpacityDisabled: string;
1674
+ optionCheckColor: string;
1675
+ optionColorPending: string;
1676
+ optionColorActive: string;
1677
+ optionColorActivePending: string;
1678
+ actionTextColor: string;
1679
+ loadingColor: string;
1680
+ height: string;
1681
+ paddingTiny: string;
1682
+ paddingSmall: string;
1683
+ paddingMedium: string;
1684
+ paddingLarge: string;
1685
+ paddingHuge: string;
1686
+ optionPaddingTiny: string;
1687
+ optionPaddingSmall: string;
1688
+ optionPaddingMedium: string;
1689
+ optionPaddingLarge: string;
1690
+ optionPaddingHuge: string;
1691
+ loadingSize: string;
1692
+ }, {
1693
+ Scrollbar: Theme<"Scrollbar", {
1694
+ height: string;
1695
+ width: string;
1696
+ borderRadius: string;
1697
+ color: string;
1698
+ colorHover: string;
1699
+ railInsetHorizontalBottom: string;
1700
+ railInsetHorizontalTop: string;
1701
+ railInsetVerticalRight: string;
1702
+ railInsetVerticalLeft: string;
1703
+ railColor: string;
1704
+ }, any>;
1705
+ Empty: Theme<"Empty", {
1706
+ fontSizeTiny: string;
1707
+ fontSizeSmall: string;
1708
+ fontSizeMedium: string;
1709
+ fontSizeLarge: string;
1710
+ fontSizeHuge: string;
1711
+ textColor: string;
1712
+ iconColor: string;
1713
+ extraTextColor: string;
1714
+ iconSizeTiny: string;
1715
+ iconSizeSmall: string;
1716
+ iconSizeMedium: string;
1717
+ iconSizeLarge: string;
1718
+ iconSizeHuge: string;
1719
+ }, any>;
1720
+ }>;
1721
+ }>;
1722
+ Input: Theme<"Input", {
1723
+ fontWeight: string;
1724
+ countTextColorDisabled: string;
1725
+ countTextColor: string;
1726
+ heightTiny: string;
1727
+ heightSmall: string;
1728
+ heightMedium: string;
1729
+ heightLarge: string;
1730
+ fontSizeTiny: string;
1731
+ fontSizeSmall: string;
1732
+ fontSizeMedium: string;
1733
+ fontSizeLarge: string;
1734
+ lineHeight: string;
1735
+ lineHeightTextarea: string;
1736
+ borderRadius: string;
1737
+ iconSize: string;
1738
+ groupLabelColor: string;
1739
+ groupLabelTextColor: string;
1740
+ textColor: string;
1741
+ textColorDisabled: string;
1742
+ textDecorationColor: string;
1743
+ caretColor: string;
1744
+ placeholderColor: string;
1745
+ placeholderColorDisabled: string;
1746
+ color: string;
1747
+ colorDisabled: string;
1748
+ colorFocus: string;
1749
+ groupLabelBorder: string;
1750
+ border: string;
1751
+ borderHover: string;
1752
+ borderDisabled: string;
1753
+ borderFocus: string;
1754
+ boxShadowFocus: string;
1755
+ loadingColor: string;
1756
+ loadingColorWarning: string;
1757
+ borderWarning: string;
1758
+ borderHoverWarning: string;
1759
+ colorFocusWarning: string;
1760
+ borderFocusWarning: string;
1761
+ boxShadowFocusWarning: string;
1762
+ caretColorWarning: string;
1763
+ loadingColorError: string;
1764
+ borderError: string;
1765
+ borderHoverError: string;
1766
+ colorFocusError: string;
1767
+ borderFocusError: string;
1768
+ boxShadowFocusError: string;
1769
+ caretColorError: string;
1770
+ clearColor: string;
1771
+ clearColorHover: string;
1772
+ clearColorPressed: string;
1773
+ iconColor: string;
1774
+ iconColorDisabled: string;
1775
+ iconColorHover: string;
1776
+ iconColorPressed: string;
1777
+ suffixTextColor: string;
1778
+ paddingTiny: string;
1779
+ paddingSmall: string;
1780
+ paddingMedium: string;
1781
+ paddingLarge: string;
1782
+ clearSize: string;
1783
+ }, any>;
1784
+ Popselect: Theme<"Popselect", {
1785
+ menuBoxShadow: string;
1786
+ }, {
1787
+ Popover: Theme<"Popover", {
1788
+ fontSize: string;
1789
+ borderRadius: string;
1790
+ color: string;
1791
+ dividerColor: string;
1792
+ textColor: string;
1793
+ boxShadow: string;
1794
+ space: string;
1795
+ spaceArrow: string;
1796
+ arrowOffset: string;
1797
+ arrowOffsetVertical: string;
1798
+ arrowHeight: string;
1799
+ padding: string;
1800
+ }, any>;
1801
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
1802
+ optionFontSizeTiny: string;
1803
+ optionFontSizeSmall: string;
1804
+ optionFontSizeMedium: string;
1805
+ optionFontSizeLarge: string;
1806
+ optionFontSizeHuge: string;
1807
+ optionHeightTiny: string;
1808
+ optionHeightSmall: string;
1809
+ optionHeightMedium: string;
1810
+ optionHeightLarge: string;
1811
+ optionHeightHuge: string;
1812
+ borderRadius: string;
1813
+ color: string;
1814
+ groupHeaderTextColor: string;
1815
+ actionDividerColor: string;
1816
+ optionTextColor: string;
1817
+ optionTextColorPressed: string;
1818
+ optionTextColorDisabled: string;
1819
+ optionTextColorActive: string;
1820
+ optionOpacityDisabled: string;
1821
+ optionCheckColor: string;
1822
+ optionColorPending: string;
1823
+ optionColorActive: string;
1824
+ optionColorActivePending: string;
1825
+ actionTextColor: string;
1826
+ loadingColor: string;
1827
+ height: string;
1828
+ paddingTiny: string;
1829
+ paddingSmall: string;
1830
+ paddingMedium: string;
1831
+ paddingLarge: string;
1832
+ paddingHuge: string;
1833
+ optionPaddingTiny: string;
1834
+ optionPaddingSmall: string;
1835
+ optionPaddingMedium: string;
1836
+ optionPaddingLarge: string;
1837
+ optionPaddingHuge: string;
1838
+ loadingSize: string;
1839
+ }, {
1840
+ Scrollbar: Theme<"Scrollbar", {
1841
+ height: string;
1842
+ width: string;
1843
+ borderRadius: string;
1844
+ color: string;
1845
+ colorHover: string;
1846
+ railInsetHorizontalBottom: string;
1847
+ railInsetHorizontalTop: string;
1848
+ railInsetVerticalRight: string;
1849
+ railInsetVerticalLeft: string;
1850
+ railColor: string;
1851
+ }, any>;
1852
+ Empty: Theme<"Empty", {
1853
+ fontSizeTiny: string;
1854
+ fontSizeSmall: string;
1855
+ fontSizeMedium: string;
1856
+ fontSizeLarge: string;
1857
+ fontSizeHuge: string;
1858
+ textColor: string;
1859
+ iconColor: string;
1860
+ extraTextColor: string;
1861
+ iconSizeTiny: string;
1862
+ iconSizeSmall: string;
1863
+ iconSizeMedium: string;
1864
+ iconSizeLarge: string;
1865
+ iconSizeHuge: string;
1866
+ }, any>;
1867
+ }>;
1868
+ }>;
1869
+ }>>>;
1870
+ }>, {
1871
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
1872
+ mergedClsPrefix: Ref<string, string>;
1873
+ locale: Ref<{
1874
+ goto: string;
1875
+ selectionSuffix: string;
1876
+ }, {
1877
+ goto: string;
1878
+ selectionSuffix: string;
1879
+ }>;
1880
+ selfRef: Ref<HTMLElement | null, HTMLElement | null>;
1881
+ mergedPage: ComputedRef<number>;
1882
+ pageItems: ComputedRef< PageItem[]>;
1883
+ mergedItemCount: ComputedRef<number>;
1884
+ jumperValue: Ref<string, string>;
1885
+ pageSizeOptions: ComputedRef< PaginationSizeOption[]>;
1886
+ mergedPageSize: ComputedRef<number>;
1887
+ inputSize: ComputedRef<Size>;
1888
+ selectSize: ComputedRef<Size>;
1889
+ mergedTheme: ComputedRef<{
1890
+ common: ThemeCommonVars;
1891
+ self: {
1892
+ buttonColor: string;
1893
+ buttonColorHover: string;
1894
+ buttonColorPressed: string;
1895
+ buttonBorder: string;
1896
+ buttonBorderHover: string;
1897
+ buttonBorderPressed: string;
1898
+ buttonIconColor: string;
1899
+ buttonIconColorHover: string;
1900
+ buttonIconColorPressed: string;
1901
+ itemTextColor: string;
1902
+ itemTextColorHover: string;
1903
+ itemTextColorPressed: string;
1904
+ itemTextColorActive: string;
1905
+ itemTextColorDisabled: string;
1906
+ itemColor: string;
1907
+ itemColorHover: string;
1908
+ itemColorPressed: string;
1909
+ itemColorActive: string;
1910
+ itemColorActiveHover: string;
1911
+ itemColorDisabled: string;
1912
+ itemBorder: string;
1913
+ itemBorderHover: string;
1914
+ itemBorderPressed: string;
1915
+ itemBorderActive: string;
1916
+ itemBorderDisabled: string;
1917
+ itemBorderRadius: string;
1918
+ itemSizeSmall: string;
1919
+ itemSizeMedium: string;
1920
+ itemSizeLarge: string;
1921
+ itemFontSizeSmall: string;
1922
+ itemFontSizeMedium: string;
1923
+ itemFontSizeLarge: string;
1924
+ jumperFontSizeSmall: string;
1925
+ jumperFontSizeMedium: string;
1926
+ jumperFontSizeLarge: string;
1927
+ jumperTextColor: string;
1928
+ jumperTextColorDisabled: string;
1929
+ itemPaddingSmall: string;
1930
+ itemMarginSmall: string;
1931
+ itemMarginSmallRtl: string;
1932
+ itemPaddingMedium: string;
1933
+ itemMarginMedium: string;
1934
+ itemMarginMediumRtl: string;
1935
+ itemPaddingLarge: string;
1936
+ itemMarginLarge: string;
1937
+ itemMarginLargeRtl: string;
1938
+ buttonIconSizeSmall: string;
1939
+ buttonIconSizeMedium: string;
1940
+ buttonIconSizeLarge: string;
1941
+ inputWidthSmall: string;
1942
+ selectWidthSmall: string;
1943
+ inputMarginSmall: string;
1944
+ inputMarginSmallRtl: string;
1945
+ selectMarginSmall: string;
1946
+ prefixMarginSmall: string;
1947
+ suffixMarginSmall: string;
1948
+ inputWidthMedium: string;
1949
+ selectWidthMedium: string;
1950
+ inputMarginMedium: string;
1951
+ inputMarginMediumRtl: string;
1952
+ selectMarginMedium: string;
1953
+ prefixMarginMedium: string;
1954
+ suffixMarginMedium: string;
1955
+ inputWidthLarge: string;
1956
+ selectWidthLarge: string;
1957
+ inputMarginLarge: string;
1958
+ inputMarginLargeRtl: string;
1959
+ selectMarginLarge: string;
1960
+ prefixMarginLarge: string;
1961
+ suffixMarginLarge: string;
1962
+ };
1963
+ peers: {
1964
+ Select: Theme<"Select", {
1965
+ menuBoxShadow: string;
1966
+ }, {
1967
+ InternalSelection: Theme<"InternalSelection", {
1968
+ fontSizeTiny: string;
1969
+ fontSizeSmall: string;
1970
+ fontSizeMedium: string;
1971
+ fontSizeLarge: string;
1972
+ heightTiny: string;
1973
+ heightSmall: string;
1974
+ heightMedium: string;
1975
+ heightLarge: string;
1976
+ borderRadius: string;
1977
+ fontWeight: string;
1978
+ textColor: string;
1979
+ textColorDisabled: string;
1980
+ placeholderColor: string;
1981
+ placeholderColorDisabled: string;
1982
+ color: string;
1983
+ colorDisabled: string;
1984
+ colorActive: string;
1985
+ border: string;
1986
+ borderHover: string;
1987
+ borderActive: string;
1988
+ borderFocus: string;
1989
+ boxShadowHover: string;
1990
+ boxShadowActive: string;
1991
+ boxShadowFocus: string;
1992
+ caretColor: string;
1993
+ arrowColor: string;
1994
+ arrowColorDisabled: string;
1995
+ loadingColor: string;
1996
+ borderWarning: string;
1997
+ borderHoverWarning: string;
1998
+ borderActiveWarning: string;
1999
+ borderFocusWarning: string;
2000
+ boxShadowHoverWarning: string;
2001
+ boxShadowActiveWarning: string;
2002
+ boxShadowFocusWarning: string;
2003
+ colorActiveWarning: string;
2004
+ caretColorWarning: string;
2005
+ borderError: string;
2006
+ borderHoverError: string;
2007
+ borderActiveError: string;
2008
+ borderFocusError: string;
2009
+ boxShadowHoverError: string;
2010
+ boxShadowActiveError: string;
2011
+ boxShadowFocusError: string;
2012
+ colorActiveError: string;
2013
+ caretColorError: string;
2014
+ clearColor: string;
2015
+ clearColorHover: string;
2016
+ clearColorPressed: string;
2017
+ paddingSingle: string;
2018
+ paddingMultiple: string;
2019
+ clearSize: string;
2020
+ arrowSize: string;
2021
+ }, {
2022
+ Popover: Theme<"Popover", {
2023
+ fontSize: string;
2024
+ borderRadius: string;
2025
+ color: string;
2026
+ dividerColor: string;
2027
+ textColor: string;
2028
+ boxShadow: string;
2029
+ space: string;
2030
+ spaceArrow: string;
2031
+ arrowOffset: string;
2032
+ arrowOffsetVertical: string;
2033
+ arrowHeight: string;
2034
+ padding: string;
2035
+ }, any>;
2036
+ }>;
2037
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
2038
+ optionFontSizeTiny: string;
2039
+ optionFontSizeSmall: string;
2040
+ optionFontSizeMedium: string;
2041
+ optionFontSizeLarge: string;
2042
+ optionFontSizeHuge: string;
2043
+ optionHeightTiny: string;
2044
+ optionHeightSmall: string;
2045
+ optionHeightMedium: string;
2046
+ optionHeightLarge: string;
2047
+ optionHeightHuge: string;
2048
+ borderRadius: string;
2049
+ color: string;
2050
+ groupHeaderTextColor: string;
2051
+ actionDividerColor: string;
2052
+ optionTextColor: string;
2053
+ optionTextColorPressed: string;
2054
+ optionTextColorDisabled: string;
2055
+ optionTextColorActive: string;
2056
+ optionOpacityDisabled: string;
2057
+ optionCheckColor: string;
2058
+ optionColorPending: string;
2059
+ optionColorActive: string;
2060
+ optionColorActivePending: string;
2061
+ actionTextColor: string;
2062
+ loadingColor: string;
2063
+ height: string;
2064
+ paddingTiny: string;
2065
+ paddingSmall: string;
2066
+ paddingMedium: string;
2067
+ paddingLarge: string;
2068
+ paddingHuge: string;
2069
+ optionPaddingTiny: string;
2070
+ optionPaddingSmall: string;
2071
+ optionPaddingMedium: string;
2072
+ optionPaddingLarge: string;
2073
+ optionPaddingHuge: string;
2074
+ loadingSize: string;
2075
+ }, {
2076
+ Scrollbar: Theme<"Scrollbar", {
2077
+ height: string;
2078
+ width: string;
2079
+ borderRadius: string;
2080
+ color: string;
2081
+ colorHover: string;
2082
+ railInsetHorizontalBottom: string;
2083
+ railInsetHorizontalTop: string;
2084
+ railInsetVerticalRight: string;
2085
+ railInsetVerticalLeft: string;
2086
+ railColor: string;
2087
+ }, any>;
2088
+ Empty: Theme<"Empty", {
2089
+ fontSizeTiny: string;
2090
+ fontSizeSmall: string;
2091
+ fontSizeMedium: string;
2092
+ fontSizeLarge: string;
2093
+ fontSizeHuge: string;
2094
+ textColor: string;
2095
+ iconColor: string;
2096
+ extraTextColor: string;
2097
+ iconSizeTiny: string;
2098
+ iconSizeSmall: string;
2099
+ iconSizeMedium: string;
2100
+ iconSizeLarge: string;
2101
+ iconSizeHuge: string;
2102
+ }, any>;
2103
+ }>;
2104
+ }>;
2105
+ Input: Theme<"Input", {
2106
+ fontWeight: string;
2107
+ countTextColorDisabled: string;
2108
+ countTextColor: string;
2109
+ heightTiny: string;
2110
+ heightSmall: string;
2111
+ heightMedium: string;
2112
+ heightLarge: string;
2113
+ fontSizeTiny: string;
2114
+ fontSizeSmall: string;
2115
+ fontSizeMedium: string;
2116
+ fontSizeLarge: string;
2117
+ lineHeight: string;
2118
+ lineHeightTextarea: string;
2119
+ borderRadius: string;
2120
+ iconSize: string;
2121
+ groupLabelColor: string;
2122
+ groupLabelTextColor: string;
2123
+ textColor: string;
2124
+ textColorDisabled: string;
2125
+ textDecorationColor: string;
2126
+ caretColor: string;
2127
+ placeholderColor: string;
2128
+ placeholderColorDisabled: string;
2129
+ color: string;
2130
+ colorDisabled: string;
2131
+ colorFocus: string;
2132
+ groupLabelBorder: string;
2133
+ border: string;
2134
+ borderHover: string;
2135
+ borderDisabled: string;
2136
+ borderFocus: string;
2137
+ boxShadowFocus: string;
2138
+ loadingColor: string;
2139
+ loadingColorWarning: string;
2140
+ borderWarning: string;
2141
+ borderHoverWarning: string;
2142
+ colorFocusWarning: string;
2143
+ borderFocusWarning: string;
2144
+ boxShadowFocusWarning: string;
2145
+ caretColorWarning: string;
2146
+ loadingColorError: string;
2147
+ borderError: string;
2148
+ borderHoverError: string;
2149
+ colorFocusError: string;
2150
+ borderFocusError: string;
2151
+ boxShadowFocusError: string;
2152
+ caretColorError: string;
2153
+ clearColor: string;
2154
+ clearColorHover: string;
2155
+ clearColorPressed: string;
2156
+ iconColor: string;
2157
+ iconColorDisabled: string;
2158
+ iconColorHover: string;
2159
+ iconColorPressed: string;
2160
+ suffixTextColor: string;
2161
+ paddingTiny: string;
2162
+ paddingSmall: string;
2163
+ paddingMedium: string;
2164
+ paddingLarge: string;
2165
+ clearSize: string;
2166
+ }, any>;
2167
+ Popselect: Theme<"Popselect", {
2168
+ menuBoxShadow: string;
2169
+ }, {
2170
+ Popover: Theme<"Popover", {
2171
+ fontSize: string;
2172
+ borderRadius: string;
2173
+ color: string;
2174
+ dividerColor: string;
2175
+ textColor: string;
2176
+ boxShadow: string;
2177
+ space: string;
2178
+ spaceArrow: string;
2179
+ arrowOffset: string;
2180
+ arrowOffsetVertical: string;
2181
+ arrowHeight: string;
2182
+ padding: string;
2183
+ }, any>;
2184
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
2185
+ optionFontSizeTiny: string;
2186
+ optionFontSizeSmall: string;
2187
+ optionFontSizeMedium: string;
2188
+ optionFontSizeLarge: string;
2189
+ optionFontSizeHuge: string;
2190
+ optionHeightTiny: string;
2191
+ optionHeightSmall: string;
2192
+ optionHeightMedium: string;
2193
+ optionHeightLarge: string;
2194
+ optionHeightHuge: string;
2195
+ borderRadius: string;
2196
+ color: string;
2197
+ groupHeaderTextColor: string;
2198
+ actionDividerColor: string;
2199
+ optionTextColor: string;
2200
+ optionTextColorPressed: string;
2201
+ optionTextColorDisabled: string;
2202
+ optionTextColorActive: string;
2203
+ optionOpacityDisabled: string;
2204
+ optionCheckColor: string;
2205
+ optionColorPending: string;
2206
+ optionColorActive: string;
2207
+ optionColorActivePending: string;
2208
+ actionTextColor: string;
2209
+ loadingColor: string;
2210
+ height: string;
2211
+ paddingTiny: string;
2212
+ paddingSmall: string;
2213
+ paddingMedium: string;
2214
+ paddingLarge: string;
2215
+ paddingHuge: string;
2216
+ optionPaddingTiny: string;
2217
+ optionPaddingSmall: string;
2218
+ optionPaddingMedium: string;
2219
+ optionPaddingLarge: string;
2220
+ optionPaddingHuge: string;
2221
+ loadingSize: string;
2222
+ }, {
2223
+ Scrollbar: Theme<"Scrollbar", {
2224
+ height: string;
2225
+ width: string;
2226
+ borderRadius: string;
2227
+ color: string;
2228
+ colorHover: string;
2229
+ railInsetHorizontalBottom: string;
2230
+ railInsetHorizontalTop: string;
2231
+ railInsetVerticalRight: string;
2232
+ railInsetVerticalLeft: string;
2233
+ railColor: string;
2234
+ }, any>;
2235
+ Empty: Theme<"Empty", {
2236
+ fontSizeTiny: string;
2237
+ fontSizeSmall: string;
2238
+ fontSizeMedium: string;
2239
+ fontSizeLarge: string;
2240
+ fontSizeHuge: string;
2241
+ textColor: string;
2242
+ iconColor: string;
2243
+ extraTextColor: string;
2244
+ iconSizeTiny: string;
2245
+ iconSizeSmall: string;
2246
+ iconSizeMedium: string;
2247
+ iconSizeLarge: string;
2248
+ iconSizeHuge: string;
2249
+ }, any>;
2250
+ }>;
2251
+ }>;
2252
+ };
2253
+ peerOverrides: {
2254
+ Select?: {
2255
+ peers?: {
2256
+ InternalSelection?: ExtractThemeOverrides<Theme<"InternalSelection", {
2257
+ fontSizeTiny: string;
2258
+ fontSizeSmall: string;
2259
+ fontSizeMedium: string;
2260
+ fontSizeLarge: string;
2261
+ heightTiny: string;
2262
+ heightSmall: string;
2263
+ heightMedium: string;
2264
+ heightLarge: string;
2265
+ borderRadius: string;
2266
+ fontWeight: string;
2267
+ textColor: string;
2268
+ textColorDisabled: string;
2269
+ placeholderColor: string;
2270
+ placeholderColorDisabled: string;
2271
+ color: string;
2272
+ colorDisabled: string;
2273
+ colorActive: string;
2274
+ border: string;
2275
+ borderHover: string;
2276
+ borderActive: string;
2277
+ borderFocus: string;
2278
+ boxShadowHover: string;
2279
+ boxShadowActive: string;
2280
+ boxShadowFocus: string;
2281
+ caretColor: string;
2282
+ arrowColor: string;
2283
+ arrowColorDisabled: string;
2284
+ loadingColor: string;
2285
+ borderWarning: string;
2286
+ borderHoverWarning: string;
2287
+ borderActiveWarning: string;
2288
+ borderFocusWarning: string;
2289
+ boxShadowHoverWarning: string;
2290
+ boxShadowActiveWarning: string;
2291
+ boxShadowFocusWarning: string;
2292
+ colorActiveWarning: string;
2293
+ caretColorWarning: string;
2294
+ borderError: string;
2295
+ borderHoverError: string;
2296
+ borderActiveError: string;
2297
+ borderFocusError: string;
2298
+ boxShadowHoverError: string;
2299
+ boxShadowActiveError: string;
2300
+ boxShadowFocusError: string;
2301
+ colorActiveError: string;
2302
+ caretColorError: string;
2303
+ clearColor: string;
2304
+ clearColorHover: string;
2305
+ clearColorPressed: string;
2306
+ paddingSingle: string;
2307
+ paddingMultiple: string;
2308
+ clearSize: string;
2309
+ arrowSize: string;
2310
+ }, {
2311
+ Popover: Theme<"Popover", {
2312
+ fontSize: string;
2313
+ borderRadius: string;
2314
+ color: string;
2315
+ dividerColor: string;
2316
+ textColor: string;
2317
+ boxShadow: string;
2318
+ space: string;
2319
+ spaceArrow: string;
2320
+ arrowOffset: string;
2321
+ arrowOffsetVertical: string;
2322
+ arrowHeight: string;
2323
+ padding: string;
2324
+ }, any>;
2325
+ }>> | undefined;
2326
+ InternalSelectMenu?: ExtractThemeOverrides<Theme<"InternalSelectMenu", {
2327
+ optionFontSizeTiny: string;
2328
+ optionFontSizeSmall: string;
2329
+ optionFontSizeMedium: string;
2330
+ optionFontSizeLarge: string;
2331
+ optionFontSizeHuge: string;
2332
+ optionHeightTiny: string;
2333
+ optionHeightSmall: string;
2334
+ optionHeightMedium: string;
2335
+ optionHeightLarge: string;
2336
+ optionHeightHuge: string;
2337
+ borderRadius: string;
2338
+ color: string;
2339
+ groupHeaderTextColor: string;
2340
+ actionDividerColor: string;
2341
+ optionTextColor: string;
2342
+ optionTextColorPressed: string;
2343
+ optionTextColorDisabled: string;
2344
+ optionTextColorActive: string;
2345
+ optionOpacityDisabled: string;
2346
+ optionCheckColor: string;
2347
+ optionColorPending: string;
2348
+ optionColorActive: string;
2349
+ optionColorActivePending: string;
2350
+ actionTextColor: string;
2351
+ loadingColor: string;
2352
+ height: string;
2353
+ paddingTiny: string;
2354
+ paddingSmall: string;
2355
+ paddingMedium: string;
2356
+ paddingLarge: string;
2357
+ paddingHuge: string;
2358
+ optionPaddingTiny: string;
2359
+ optionPaddingSmall: string;
2360
+ optionPaddingMedium: string;
2361
+ optionPaddingLarge: string;
2362
+ optionPaddingHuge: string;
2363
+ loadingSize: string;
2364
+ }, {
2365
+ Scrollbar: Theme<"Scrollbar", {
2366
+ height: string;
2367
+ width: string;
2368
+ borderRadius: string;
2369
+ color: string;
2370
+ colorHover: string;
2371
+ railInsetHorizontalBottom: string;
2372
+ railInsetHorizontalTop: string;
2373
+ railInsetVerticalRight: string;
2374
+ railInsetVerticalLeft: string;
2375
+ railColor: string;
2376
+ }, any>;
2377
+ Empty: Theme<"Empty", {
2378
+ fontSizeTiny: string;
2379
+ fontSizeSmall: string;
2380
+ fontSizeMedium: string;
2381
+ fontSizeLarge: string;
2382
+ fontSizeHuge: string;
2383
+ textColor: string;
2384
+ iconColor: string;
2385
+ extraTextColor: string;
2386
+ iconSizeTiny: string;
2387
+ iconSizeSmall: string;
2388
+ iconSizeMedium: string;
2389
+ iconSizeLarge: string;
2390
+ iconSizeHuge: string;
2391
+ }, any>;
2392
+ }>> | undefined;
2393
+ } | undefined;
2394
+ } | undefined;
2395
+ Input?: {
2396
+ peers?: {
2397
+ [x: string]: any;
2398
+ } | undefined;
2399
+ } | undefined;
2400
+ Popselect?: {
2401
+ peers?: {
2402
+ Popover?: ExtractThemeOverrides<Theme<"Popover", {
2403
+ fontSize: string;
2404
+ borderRadius: string;
2405
+ color: string;
2406
+ dividerColor: string;
2407
+ textColor: string;
2408
+ boxShadow: string;
2409
+ space: string;
2410
+ spaceArrow: string;
2411
+ arrowOffset: string;
2412
+ arrowOffsetVertical: string;
2413
+ arrowHeight: string;
2414
+ padding: string;
2415
+ }, any>> | undefined;
2416
+ InternalSelectMenu?: ExtractThemeOverrides<Theme<"InternalSelectMenu", {
2417
+ optionFontSizeTiny: string;
2418
+ optionFontSizeSmall: string;
2419
+ optionFontSizeMedium: string;
2420
+ optionFontSizeLarge: string;
2421
+ optionFontSizeHuge: string;
2422
+ optionHeightTiny: string;
2423
+ optionHeightSmall: string;
2424
+ optionHeightMedium: string;
2425
+ optionHeightLarge: string;
2426
+ optionHeightHuge: string;
2427
+ borderRadius: string;
2428
+ color: string;
2429
+ groupHeaderTextColor: string;
2430
+ actionDividerColor: string;
2431
+ optionTextColor: string;
2432
+ optionTextColorPressed: string;
2433
+ optionTextColorDisabled: string;
2434
+ optionTextColorActive: string;
2435
+ optionOpacityDisabled: string;
2436
+ optionCheckColor: string;
2437
+ optionColorPending: string;
2438
+ optionColorActive: string;
2439
+ optionColorActivePending: string;
2440
+ actionTextColor: string;
2441
+ loadingColor: string;
2442
+ height: string;
2443
+ paddingTiny: string;
2444
+ paddingSmall: string;
2445
+ paddingMedium: string;
2446
+ paddingLarge: string;
2447
+ paddingHuge: string;
2448
+ optionPaddingTiny: string;
2449
+ optionPaddingSmall: string;
2450
+ optionPaddingMedium: string;
2451
+ optionPaddingLarge: string;
2452
+ optionPaddingHuge: string;
2453
+ loadingSize: string;
2454
+ }, {
2455
+ Scrollbar: Theme<"Scrollbar", {
2456
+ height: string;
2457
+ width: string;
2458
+ borderRadius: string;
2459
+ color: string;
2460
+ colorHover: string;
2461
+ railInsetHorizontalBottom: string;
2462
+ railInsetHorizontalTop: string;
2463
+ railInsetVerticalRight: string;
2464
+ railInsetVerticalLeft: string;
2465
+ railColor: string;
2466
+ }, any>;
2467
+ Empty: Theme<"Empty", {
2468
+ fontSizeTiny: string;
2469
+ fontSizeSmall: string;
2470
+ fontSizeMedium: string;
2471
+ fontSizeLarge: string;
2472
+ fontSizeHuge: string;
2473
+ textColor: string;
2474
+ iconColor: string;
2475
+ extraTextColor: string;
2476
+ iconSizeTiny: string;
2477
+ iconSizeSmall: string;
2478
+ iconSizeMedium: string;
2479
+ iconSizeLarge: string;
2480
+ iconSizeHuge: string;
2481
+ }, any>;
2482
+ }>> | undefined;
2483
+ } | undefined;
2484
+ } | undefined;
2485
+ };
2486
+ }>;
2487
+ mergedPageCount: ComputedRef<number>;
2488
+ startIndex: ComputedRef<number>;
2489
+ endIndex: ComputedRef<number>;
2490
+ showFastForwardMenu: Ref<boolean, boolean>;
2491
+ showFastBackwardMenu: Ref<boolean, boolean>;
2492
+ fastForwardActive: Ref<boolean, boolean>;
2493
+ fastBackwardActive: Ref<boolean, boolean>;
2494
+ handleMenuSelect: (value: number) => void;
2495
+ handleFastForwardMouseenter: () => void;
2496
+ handleFastForwardMouseleave: () => void;
2497
+ handleFastBackwardMouseenter: () => void;
2498
+ handleFastBackwardMouseleave: () => void;
2499
+ handleJumperInput: (value: string) => void;
2500
+ handleBackwardClick: () => void;
2501
+ handleForwardClick: () => void;
2502
+ handlePageItemClick: (pageItem: PageItem) => void;
2503
+ handleSizePickerChange: (value: number) => void;
2504
+ handleQuickJumperChange: () => void;
2505
+ cssVars: ComputedRef<{
2506
+ "--n-prefix-margin": string;
2507
+ "--n-suffix-margin": string;
2508
+ "--n-item-font-size": string;
2509
+ "--n-select-width": string;
2510
+ "--n-select-margin": string;
2511
+ "--n-input-width": string;
2512
+ "--n-input-margin": string;
2513
+ "--n-input-margin-rtl": string;
2514
+ "--n-item-size": string;
2515
+ "--n-item-text-color": string;
2516
+ "--n-item-text-color-disabled": string;
2517
+ "--n-item-text-color-hover": string;
2518
+ "--n-item-text-color-active": string;
2519
+ "--n-item-text-color-pressed": string;
2520
+ "--n-item-color": string;
2521
+ "--n-item-color-hover": string;
2522
+ "--n-item-color-disabled": string;
2523
+ "--n-item-color-active": string;
2524
+ "--n-item-color-active-hover": string;
2525
+ "--n-item-color-pressed": string;
2526
+ "--n-item-border": string;
2527
+ "--n-item-border-hover": string;
2528
+ "--n-item-border-disabled": string;
2529
+ "--n-item-border-active": string;
2530
+ "--n-item-border-pressed": string;
2531
+ "--n-item-padding": string;
2532
+ "--n-item-border-radius": string;
2533
+ "--n-bezier": string;
2534
+ "--n-jumper-font-size": string;
2535
+ "--n-jumper-text-color": string;
2536
+ "--n-jumper-text-color-disabled": string;
2537
+ "--n-item-margin": string;
2538
+ "--n-item-margin-rtl": string;
2539
+ "--n-button-icon-size": string;
2540
+ "--n-button-icon-color": string;
2541
+ "--n-button-icon-color-hover": string;
2542
+ "--n-button-icon-color-pressed": string;
2543
+ "--n-button-color-hover": string;
2544
+ "--n-button-color": string;
2545
+ "--n-button-color-pressed": string;
2546
+ "--n-button-border": string;
2547
+ "--n-button-border-hover": string;
2548
+ "--n-button-border-pressed": string;
2549
+ }> | undefined;
2550
+ themeClass: Ref<string, string> | undefined;
2551
+ onRender: (() => void) | undefined;
2552
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
2553
+ readonly simple: BooleanConstructor;
2554
+ readonly page: NumberConstructor;
2555
+ readonly defaultPage: {
2556
+ readonly type: NumberConstructor;
2557
+ readonly default: 1;
2558
+ };
2559
+ readonly itemCount: NumberConstructor;
2560
+ readonly pageCount: NumberConstructor;
2561
+ readonly defaultPageCount: {
2562
+ readonly type: NumberConstructor;
2563
+ readonly default: 1;
2564
+ };
2565
+ readonly showSizePicker: BooleanConstructor;
2566
+ readonly pageSize: NumberConstructor;
2567
+ readonly defaultPageSize: NumberConstructor;
2568
+ readonly pageSizes: {
2569
+ readonly type: PropType<Array<number | PaginationSizeOption>>;
2570
+ readonly default: () => number[];
2571
+ };
2572
+ readonly showQuickJumper: BooleanConstructor;
2573
+ readonly size: {
2574
+ readonly type: PropType< Size>;
2575
+ readonly default: "medium";
2576
+ };
2577
+ readonly disabled: BooleanConstructor;
2578
+ readonly pageSlot: {
2579
+ readonly type: NumberConstructor;
2580
+ readonly default: 9;
2581
+ };
2582
+ readonly selectProps: PropType< SelectProps>;
2583
+ readonly prev: PropType< RenderPrev>;
2584
+ readonly next: PropType< RenderNext>;
2585
+ readonly goto: PropType< RenderGoto>;
2586
+ readonly prefix: PropType< RenderPrefix>;
2587
+ readonly suffix: PropType< RenderSuffix>;
2588
+ readonly label: PropType< PaginationRenderLabel>;
2589
+ readonly displayOrder: {
2590
+ readonly type: PropType<Array<"pages" | "size-picker" | "quick-jumper">>;
2591
+ readonly default: readonly ["pages", "size-picker", "quick-jumper"];
2592
+ };
2593
+ readonly to: {
2594
+ type: PropType<HTMLElement | string | boolean>;
2595
+ default: undefined;
2596
+ };
2597
+ readonly showQuickJumpDropdown: {
2598
+ readonly type: BooleanConstructor;
2599
+ readonly default: true;
2600
+ };
2601
+ readonly 'onUpdate:page': PropType< MaybeArray<(page: number) => void>>;
2602
+ readonly onUpdatePage: PropType< MaybeArray<(page: number) => void>>;
2603
+ readonly 'onUpdate:pageSize': PropType< MaybeArray<(pageSize: number) => void>>;
2604
+ readonly onUpdatePageSize: PropType< MaybeArray<(pageSize: number) => void>>;
2605
+ readonly onPageSizeChange: PropType< MaybeArray<(pageSize: number) => void>>;
2606
+ readonly onChange: PropType< MaybeArray<(page: number) => void>>;
2607
+ readonly theme: PropType< Theme<"Pagination", {
2608
+ buttonColor: string;
2609
+ buttonColorHover: string;
2610
+ buttonColorPressed: string;
2611
+ buttonBorder: string;
2612
+ buttonBorderHover: string;
2613
+ buttonBorderPressed: string;
2614
+ buttonIconColor: string;
2615
+ buttonIconColorHover: string;
2616
+ buttonIconColorPressed: string;
2617
+ itemTextColor: string;
2618
+ itemTextColorHover: string;
2619
+ itemTextColorPressed: string;
2620
+ itemTextColorActive: string;
2621
+ itemTextColorDisabled: string;
2622
+ itemColor: string;
2623
+ itemColorHover: string;
2624
+ itemColorPressed: string;
2625
+ itemColorActive: string;
2626
+ itemColorActiveHover: string;
2627
+ itemColorDisabled: string;
2628
+ itemBorder: string;
2629
+ itemBorderHover: string;
2630
+ itemBorderPressed: string;
2631
+ itemBorderActive: string;
2632
+ itemBorderDisabled: string;
2633
+ itemBorderRadius: string;
2634
+ itemSizeSmall: string;
2635
+ itemSizeMedium: string;
2636
+ itemSizeLarge: string;
2637
+ itemFontSizeSmall: string;
2638
+ itemFontSizeMedium: string;
2639
+ itemFontSizeLarge: string;
2640
+ jumperFontSizeSmall: string;
2641
+ jumperFontSizeMedium: string;
2642
+ jumperFontSizeLarge: string;
2643
+ jumperTextColor: string;
2644
+ jumperTextColorDisabled: string;
2645
+ itemPaddingSmall: string;
2646
+ itemMarginSmall: string;
2647
+ itemMarginSmallRtl: string;
2648
+ itemPaddingMedium: string;
2649
+ itemMarginMedium: string;
2650
+ itemMarginMediumRtl: string;
2651
+ itemPaddingLarge: string;
2652
+ itemMarginLarge: string;
2653
+ itemMarginLargeRtl: string;
2654
+ buttonIconSizeSmall: string;
2655
+ buttonIconSizeMedium: string;
2656
+ buttonIconSizeLarge: string;
2657
+ inputWidthSmall: string;
2658
+ selectWidthSmall: string;
2659
+ inputMarginSmall: string;
2660
+ inputMarginSmallRtl: string;
2661
+ selectMarginSmall: string;
2662
+ prefixMarginSmall: string;
2663
+ suffixMarginSmall: string;
2664
+ inputWidthMedium: string;
2665
+ selectWidthMedium: string;
2666
+ inputMarginMedium: string;
2667
+ inputMarginMediumRtl: string;
2668
+ selectMarginMedium: string;
2669
+ prefixMarginMedium: string;
2670
+ suffixMarginMedium: string;
2671
+ inputWidthLarge: string;
2672
+ selectWidthLarge: string;
2673
+ inputMarginLarge: string;
2674
+ inputMarginLargeRtl: string;
2675
+ selectMarginLarge: string;
2676
+ prefixMarginLarge: string;
2677
+ suffixMarginLarge: string;
2678
+ }, {
2679
+ Select: Theme<"Select", {
2680
+ menuBoxShadow: string;
2681
+ }, {
2682
+ InternalSelection: Theme<"InternalSelection", {
2683
+ fontSizeTiny: string;
2684
+ fontSizeSmall: string;
2685
+ fontSizeMedium: string;
2686
+ fontSizeLarge: string;
2687
+ heightTiny: string;
2688
+ heightSmall: string;
2689
+ heightMedium: string;
2690
+ heightLarge: string;
2691
+ borderRadius: string;
2692
+ fontWeight: string;
2693
+ textColor: string;
2694
+ textColorDisabled: string;
2695
+ placeholderColor: string;
2696
+ placeholderColorDisabled: string;
2697
+ color: string;
2698
+ colorDisabled: string;
2699
+ colorActive: string;
2700
+ border: string;
2701
+ borderHover: string;
2702
+ borderActive: string;
2703
+ borderFocus: string;
2704
+ boxShadowHover: string;
2705
+ boxShadowActive: string;
2706
+ boxShadowFocus: string;
2707
+ caretColor: string;
2708
+ arrowColor: string;
2709
+ arrowColorDisabled: string;
2710
+ loadingColor: string;
2711
+ borderWarning: string;
2712
+ borderHoverWarning: string;
2713
+ borderActiveWarning: string;
2714
+ borderFocusWarning: string;
2715
+ boxShadowHoverWarning: string;
2716
+ boxShadowActiveWarning: string;
2717
+ boxShadowFocusWarning: string;
2718
+ colorActiveWarning: string;
2719
+ caretColorWarning: string;
2720
+ borderError: string;
2721
+ borderHoverError: string;
2722
+ borderActiveError: string;
2723
+ borderFocusError: string;
2724
+ boxShadowHoverError: string;
2725
+ boxShadowActiveError: string;
2726
+ boxShadowFocusError: string;
2727
+ colorActiveError: string;
2728
+ caretColorError: string;
2729
+ clearColor: string;
2730
+ clearColorHover: string;
2731
+ clearColorPressed: string;
2732
+ paddingSingle: string;
2733
+ paddingMultiple: string;
2734
+ clearSize: string;
2735
+ arrowSize: string;
2736
+ }, {
2737
+ Popover: Theme<"Popover", {
2738
+ fontSize: string;
2739
+ borderRadius: string;
2740
+ color: string;
2741
+ dividerColor: string;
2742
+ textColor: string;
2743
+ boxShadow: string;
2744
+ space: string;
2745
+ spaceArrow: string;
2746
+ arrowOffset: string;
2747
+ arrowOffsetVertical: string;
2748
+ arrowHeight: string;
2749
+ padding: string;
2750
+ }, any>;
2751
+ }>;
2752
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
2753
+ optionFontSizeTiny: string;
2754
+ optionFontSizeSmall: string;
2755
+ optionFontSizeMedium: string;
2756
+ optionFontSizeLarge: string;
2757
+ optionFontSizeHuge: string;
2758
+ optionHeightTiny: string;
2759
+ optionHeightSmall: string;
2760
+ optionHeightMedium: string;
2761
+ optionHeightLarge: string;
2762
+ optionHeightHuge: string;
2763
+ borderRadius: string;
2764
+ color: string;
2765
+ groupHeaderTextColor: string;
2766
+ actionDividerColor: string;
2767
+ optionTextColor: string;
2768
+ optionTextColorPressed: string;
2769
+ optionTextColorDisabled: string;
2770
+ optionTextColorActive: string;
2771
+ optionOpacityDisabled: string;
2772
+ optionCheckColor: string;
2773
+ optionColorPending: string;
2774
+ optionColorActive: string;
2775
+ optionColorActivePending: string;
2776
+ actionTextColor: string;
2777
+ loadingColor: string;
2778
+ height: string;
2779
+ paddingTiny: string;
2780
+ paddingSmall: string;
2781
+ paddingMedium: string;
2782
+ paddingLarge: string;
2783
+ paddingHuge: string;
2784
+ optionPaddingTiny: string;
2785
+ optionPaddingSmall: string;
2786
+ optionPaddingMedium: string;
2787
+ optionPaddingLarge: string;
2788
+ optionPaddingHuge: string;
2789
+ loadingSize: string;
2790
+ }, {
2791
+ Scrollbar: Theme<"Scrollbar", {
2792
+ height: string;
2793
+ width: string;
2794
+ borderRadius: string;
2795
+ color: string;
2796
+ colorHover: string;
2797
+ railInsetHorizontalBottom: string;
2798
+ railInsetHorizontalTop: string;
2799
+ railInsetVerticalRight: string;
2800
+ railInsetVerticalLeft: string;
2801
+ railColor: string;
2802
+ }, any>;
2803
+ Empty: Theme<"Empty", {
2804
+ fontSizeTiny: string;
2805
+ fontSizeSmall: string;
2806
+ fontSizeMedium: string;
2807
+ fontSizeLarge: string;
2808
+ fontSizeHuge: string;
2809
+ textColor: string;
2810
+ iconColor: string;
2811
+ extraTextColor: string;
2812
+ iconSizeTiny: string;
2813
+ iconSizeSmall: string;
2814
+ iconSizeMedium: string;
2815
+ iconSizeLarge: string;
2816
+ iconSizeHuge: string;
2817
+ }, any>;
2818
+ }>;
2819
+ }>;
2820
+ Input: Theme<"Input", {
2821
+ fontWeight: string;
2822
+ countTextColorDisabled: string;
2823
+ countTextColor: string;
2824
+ heightTiny: string;
2825
+ heightSmall: string;
2826
+ heightMedium: string;
2827
+ heightLarge: string;
2828
+ fontSizeTiny: string;
2829
+ fontSizeSmall: string;
2830
+ fontSizeMedium: string;
2831
+ fontSizeLarge: string;
2832
+ lineHeight: string;
2833
+ lineHeightTextarea: string;
2834
+ borderRadius: string;
2835
+ iconSize: string;
2836
+ groupLabelColor: string;
2837
+ groupLabelTextColor: string;
2838
+ textColor: string;
2839
+ textColorDisabled: string;
2840
+ textDecorationColor: string;
2841
+ caretColor: string;
2842
+ placeholderColor: string;
2843
+ placeholderColorDisabled: string;
2844
+ color: string;
2845
+ colorDisabled: string;
2846
+ colorFocus: string;
2847
+ groupLabelBorder: string;
2848
+ border: string;
2849
+ borderHover: string;
2850
+ borderDisabled: string;
2851
+ borderFocus: string;
2852
+ boxShadowFocus: string;
2853
+ loadingColor: string;
2854
+ loadingColorWarning: string;
2855
+ borderWarning: string;
2856
+ borderHoverWarning: string;
2857
+ colorFocusWarning: string;
2858
+ borderFocusWarning: string;
2859
+ boxShadowFocusWarning: string;
2860
+ caretColorWarning: string;
2861
+ loadingColorError: string;
2862
+ borderError: string;
2863
+ borderHoverError: string;
2864
+ colorFocusError: string;
2865
+ borderFocusError: string;
2866
+ boxShadowFocusError: string;
2867
+ caretColorError: string;
2868
+ clearColor: string;
2869
+ clearColorHover: string;
2870
+ clearColorPressed: string;
2871
+ iconColor: string;
2872
+ iconColorDisabled: string;
2873
+ iconColorHover: string;
2874
+ iconColorPressed: string;
2875
+ suffixTextColor: string;
2876
+ paddingTiny: string;
2877
+ paddingSmall: string;
2878
+ paddingMedium: string;
2879
+ paddingLarge: string;
2880
+ clearSize: string;
2881
+ }, any>;
2882
+ Popselect: Theme<"Popselect", {
2883
+ menuBoxShadow: string;
2884
+ }, {
2885
+ Popover: Theme<"Popover", {
2886
+ fontSize: string;
2887
+ borderRadius: string;
2888
+ color: string;
2889
+ dividerColor: string;
2890
+ textColor: string;
2891
+ boxShadow: string;
2892
+ space: string;
2893
+ spaceArrow: string;
2894
+ arrowOffset: string;
2895
+ arrowOffsetVertical: string;
2896
+ arrowHeight: string;
2897
+ padding: string;
2898
+ }, any>;
2899
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
2900
+ optionFontSizeTiny: string;
2901
+ optionFontSizeSmall: string;
2902
+ optionFontSizeMedium: string;
2903
+ optionFontSizeLarge: string;
2904
+ optionFontSizeHuge: string;
2905
+ optionHeightTiny: string;
2906
+ optionHeightSmall: string;
2907
+ optionHeightMedium: string;
2908
+ optionHeightLarge: string;
2909
+ optionHeightHuge: string;
2910
+ borderRadius: string;
2911
+ color: string;
2912
+ groupHeaderTextColor: string;
2913
+ actionDividerColor: string;
2914
+ optionTextColor: string;
2915
+ optionTextColorPressed: string;
2916
+ optionTextColorDisabled: string;
2917
+ optionTextColorActive: string;
2918
+ optionOpacityDisabled: string;
2919
+ optionCheckColor: string;
2920
+ optionColorPending: string;
2921
+ optionColorActive: string;
2922
+ optionColorActivePending: string;
2923
+ actionTextColor: string;
2924
+ loadingColor: string;
2925
+ height: string;
2926
+ paddingTiny: string;
2927
+ paddingSmall: string;
2928
+ paddingMedium: string;
2929
+ paddingLarge: string;
2930
+ paddingHuge: string;
2931
+ optionPaddingTiny: string;
2932
+ optionPaddingSmall: string;
2933
+ optionPaddingMedium: string;
2934
+ optionPaddingLarge: string;
2935
+ optionPaddingHuge: string;
2936
+ loadingSize: string;
2937
+ }, {
2938
+ Scrollbar: Theme<"Scrollbar", {
2939
+ height: string;
2940
+ width: string;
2941
+ borderRadius: string;
2942
+ color: string;
2943
+ colorHover: string;
2944
+ railInsetHorizontalBottom: string;
2945
+ railInsetHorizontalTop: string;
2946
+ railInsetVerticalRight: string;
2947
+ railInsetVerticalLeft: string;
2948
+ railColor: string;
2949
+ }, any>;
2950
+ Empty: Theme<"Empty", {
2951
+ fontSizeTiny: string;
2952
+ fontSizeSmall: string;
2953
+ fontSizeMedium: string;
2954
+ fontSizeLarge: string;
2955
+ fontSizeHuge: string;
2956
+ textColor: string;
2957
+ iconColor: string;
2958
+ extraTextColor: string;
2959
+ iconSizeTiny: string;
2960
+ iconSizeSmall: string;
2961
+ iconSizeMedium: string;
2962
+ iconSizeLarge: string;
2963
+ iconSizeHuge: string;
2964
+ }, any>;
2965
+ }>;
2966
+ }>;
2967
+ }>>;
2968
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Pagination", {
2969
+ buttonColor: string;
2970
+ buttonColorHover: string;
2971
+ buttonColorPressed: string;
2972
+ buttonBorder: string;
2973
+ buttonBorderHover: string;
2974
+ buttonBorderPressed: string;
2975
+ buttonIconColor: string;
2976
+ buttonIconColorHover: string;
2977
+ buttonIconColorPressed: string;
2978
+ itemTextColor: string;
2979
+ itemTextColorHover: string;
2980
+ itemTextColorPressed: string;
2981
+ itemTextColorActive: string;
2982
+ itemTextColorDisabled: string;
2983
+ itemColor: string;
2984
+ itemColorHover: string;
2985
+ itemColorPressed: string;
2986
+ itemColorActive: string;
2987
+ itemColorActiveHover: string;
2988
+ itemColorDisabled: string;
2989
+ itemBorder: string;
2990
+ itemBorderHover: string;
2991
+ itemBorderPressed: string;
2992
+ itemBorderActive: string;
2993
+ itemBorderDisabled: string;
2994
+ itemBorderRadius: string;
2995
+ itemSizeSmall: string;
2996
+ itemSizeMedium: string;
2997
+ itemSizeLarge: string;
2998
+ itemFontSizeSmall: string;
2999
+ itemFontSizeMedium: string;
3000
+ itemFontSizeLarge: string;
3001
+ jumperFontSizeSmall: string;
3002
+ jumperFontSizeMedium: string;
3003
+ jumperFontSizeLarge: string;
3004
+ jumperTextColor: string;
3005
+ jumperTextColorDisabled: string;
3006
+ itemPaddingSmall: string;
3007
+ itemMarginSmall: string;
3008
+ itemMarginSmallRtl: string;
3009
+ itemPaddingMedium: string;
3010
+ itemMarginMedium: string;
3011
+ itemMarginMediumRtl: string;
3012
+ itemPaddingLarge: string;
3013
+ itemMarginLarge: string;
3014
+ itemMarginLargeRtl: string;
3015
+ buttonIconSizeSmall: string;
3016
+ buttonIconSizeMedium: string;
3017
+ buttonIconSizeLarge: string;
3018
+ inputWidthSmall: string;
3019
+ selectWidthSmall: string;
3020
+ inputMarginSmall: string;
3021
+ inputMarginSmallRtl: string;
3022
+ selectMarginSmall: string;
3023
+ prefixMarginSmall: string;
3024
+ suffixMarginSmall: string;
3025
+ inputWidthMedium: string;
3026
+ selectWidthMedium: string;
3027
+ inputMarginMedium: string;
3028
+ inputMarginMediumRtl: string;
3029
+ selectMarginMedium: string;
3030
+ prefixMarginMedium: string;
3031
+ suffixMarginMedium: string;
3032
+ inputWidthLarge: string;
3033
+ selectWidthLarge: string;
3034
+ inputMarginLarge: string;
3035
+ inputMarginLargeRtl: string;
3036
+ selectMarginLarge: string;
3037
+ prefixMarginLarge: string;
3038
+ suffixMarginLarge: string;
3039
+ }, {
3040
+ Select: Theme<"Select", {
3041
+ menuBoxShadow: string;
3042
+ }, {
3043
+ InternalSelection: Theme<"InternalSelection", {
3044
+ fontSizeTiny: string;
3045
+ fontSizeSmall: string;
3046
+ fontSizeMedium: string;
3047
+ fontSizeLarge: string;
3048
+ heightTiny: string;
3049
+ heightSmall: string;
3050
+ heightMedium: string;
3051
+ heightLarge: string;
3052
+ borderRadius: string;
3053
+ fontWeight: string;
3054
+ textColor: string;
3055
+ textColorDisabled: string;
3056
+ placeholderColor: string;
3057
+ placeholderColorDisabled: string;
3058
+ color: string;
3059
+ colorDisabled: string;
3060
+ colorActive: string;
3061
+ border: string;
3062
+ borderHover: string;
3063
+ borderActive: string;
3064
+ borderFocus: string;
3065
+ boxShadowHover: string;
3066
+ boxShadowActive: string;
3067
+ boxShadowFocus: string;
3068
+ caretColor: string;
3069
+ arrowColor: string;
3070
+ arrowColorDisabled: string;
3071
+ loadingColor: string;
3072
+ borderWarning: string;
3073
+ borderHoverWarning: string;
3074
+ borderActiveWarning: string;
3075
+ borderFocusWarning: string;
3076
+ boxShadowHoverWarning: string;
3077
+ boxShadowActiveWarning: string;
3078
+ boxShadowFocusWarning: string;
3079
+ colorActiveWarning: string;
3080
+ caretColorWarning: string;
3081
+ borderError: string;
3082
+ borderHoverError: string;
3083
+ borderActiveError: string;
3084
+ borderFocusError: string;
3085
+ boxShadowHoverError: string;
3086
+ boxShadowActiveError: string;
3087
+ boxShadowFocusError: string;
3088
+ colorActiveError: string;
3089
+ caretColorError: string;
3090
+ clearColor: string;
3091
+ clearColorHover: string;
3092
+ clearColorPressed: string;
3093
+ paddingSingle: string;
3094
+ paddingMultiple: string;
3095
+ clearSize: string;
3096
+ arrowSize: string;
3097
+ }, {
3098
+ Popover: Theme<"Popover", {
3099
+ fontSize: string;
3100
+ borderRadius: string;
3101
+ color: string;
3102
+ dividerColor: string;
3103
+ textColor: string;
3104
+ boxShadow: string;
3105
+ space: string;
3106
+ spaceArrow: string;
3107
+ arrowOffset: string;
3108
+ arrowOffsetVertical: string;
3109
+ arrowHeight: string;
3110
+ padding: string;
3111
+ }, any>;
3112
+ }>;
3113
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
3114
+ optionFontSizeTiny: string;
3115
+ optionFontSizeSmall: string;
3116
+ optionFontSizeMedium: string;
3117
+ optionFontSizeLarge: string;
3118
+ optionFontSizeHuge: string;
3119
+ optionHeightTiny: string;
3120
+ optionHeightSmall: string;
3121
+ optionHeightMedium: string;
3122
+ optionHeightLarge: string;
3123
+ optionHeightHuge: string;
3124
+ borderRadius: string;
3125
+ color: string;
3126
+ groupHeaderTextColor: string;
3127
+ actionDividerColor: string;
3128
+ optionTextColor: string;
3129
+ optionTextColorPressed: string;
3130
+ optionTextColorDisabled: string;
3131
+ optionTextColorActive: string;
3132
+ optionOpacityDisabled: string;
3133
+ optionCheckColor: string;
3134
+ optionColorPending: string;
3135
+ optionColorActive: string;
3136
+ optionColorActivePending: string;
3137
+ actionTextColor: string;
3138
+ loadingColor: string;
3139
+ height: string;
3140
+ paddingTiny: string;
3141
+ paddingSmall: string;
3142
+ paddingMedium: string;
3143
+ paddingLarge: string;
3144
+ paddingHuge: string;
3145
+ optionPaddingTiny: string;
3146
+ optionPaddingSmall: string;
3147
+ optionPaddingMedium: string;
3148
+ optionPaddingLarge: string;
3149
+ optionPaddingHuge: string;
3150
+ loadingSize: string;
3151
+ }, {
3152
+ Scrollbar: Theme<"Scrollbar", {
3153
+ height: string;
3154
+ width: string;
3155
+ borderRadius: string;
3156
+ color: string;
3157
+ colorHover: string;
3158
+ railInsetHorizontalBottom: string;
3159
+ railInsetHorizontalTop: string;
3160
+ railInsetVerticalRight: string;
3161
+ railInsetVerticalLeft: string;
3162
+ railColor: string;
3163
+ }, any>;
3164
+ Empty: Theme<"Empty", {
3165
+ fontSizeTiny: string;
3166
+ fontSizeSmall: string;
3167
+ fontSizeMedium: string;
3168
+ fontSizeLarge: string;
3169
+ fontSizeHuge: string;
3170
+ textColor: string;
3171
+ iconColor: string;
3172
+ extraTextColor: string;
3173
+ iconSizeTiny: string;
3174
+ iconSizeSmall: string;
3175
+ iconSizeMedium: string;
3176
+ iconSizeLarge: string;
3177
+ iconSizeHuge: string;
3178
+ }, any>;
3179
+ }>;
3180
+ }>;
3181
+ Input: Theme<"Input", {
3182
+ fontWeight: string;
3183
+ countTextColorDisabled: string;
3184
+ countTextColor: string;
3185
+ heightTiny: string;
3186
+ heightSmall: string;
3187
+ heightMedium: string;
3188
+ heightLarge: string;
3189
+ fontSizeTiny: string;
3190
+ fontSizeSmall: string;
3191
+ fontSizeMedium: string;
3192
+ fontSizeLarge: string;
3193
+ lineHeight: string;
3194
+ lineHeightTextarea: string;
3195
+ borderRadius: string;
3196
+ iconSize: string;
3197
+ groupLabelColor: string;
3198
+ groupLabelTextColor: string;
3199
+ textColor: string;
3200
+ textColorDisabled: string;
3201
+ textDecorationColor: string;
3202
+ caretColor: string;
3203
+ placeholderColor: string;
3204
+ placeholderColorDisabled: string;
3205
+ color: string;
3206
+ colorDisabled: string;
3207
+ colorFocus: string;
3208
+ groupLabelBorder: string;
3209
+ border: string;
3210
+ borderHover: string;
3211
+ borderDisabled: string;
3212
+ borderFocus: string;
3213
+ boxShadowFocus: string;
3214
+ loadingColor: string;
3215
+ loadingColorWarning: string;
3216
+ borderWarning: string;
3217
+ borderHoverWarning: string;
3218
+ colorFocusWarning: string;
3219
+ borderFocusWarning: string;
3220
+ boxShadowFocusWarning: string;
3221
+ caretColorWarning: string;
3222
+ loadingColorError: string;
3223
+ borderError: string;
3224
+ borderHoverError: string;
3225
+ colorFocusError: string;
3226
+ borderFocusError: string;
3227
+ boxShadowFocusError: string;
3228
+ caretColorError: string;
3229
+ clearColor: string;
3230
+ clearColorHover: string;
3231
+ clearColorPressed: string;
3232
+ iconColor: string;
3233
+ iconColorDisabled: string;
3234
+ iconColorHover: string;
3235
+ iconColorPressed: string;
3236
+ suffixTextColor: string;
3237
+ paddingTiny: string;
3238
+ paddingSmall: string;
3239
+ paddingMedium: string;
3240
+ paddingLarge: string;
3241
+ clearSize: string;
3242
+ }, any>;
3243
+ Popselect: Theme<"Popselect", {
3244
+ menuBoxShadow: string;
3245
+ }, {
3246
+ Popover: Theme<"Popover", {
3247
+ fontSize: string;
3248
+ borderRadius: string;
3249
+ color: string;
3250
+ dividerColor: string;
3251
+ textColor: string;
3252
+ boxShadow: string;
3253
+ space: string;
3254
+ spaceArrow: string;
3255
+ arrowOffset: string;
3256
+ arrowOffsetVertical: string;
3257
+ arrowHeight: string;
3258
+ padding: string;
3259
+ }, any>;
3260
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
3261
+ optionFontSizeTiny: string;
3262
+ optionFontSizeSmall: string;
3263
+ optionFontSizeMedium: string;
3264
+ optionFontSizeLarge: string;
3265
+ optionFontSizeHuge: string;
3266
+ optionHeightTiny: string;
3267
+ optionHeightSmall: string;
3268
+ optionHeightMedium: string;
3269
+ optionHeightLarge: string;
3270
+ optionHeightHuge: string;
3271
+ borderRadius: string;
3272
+ color: string;
3273
+ groupHeaderTextColor: string;
3274
+ actionDividerColor: string;
3275
+ optionTextColor: string;
3276
+ optionTextColorPressed: string;
3277
+ optionTextColorDisabled: string;
3278
+ optionTextColorActive: string;
3279
+ optionOpacityDisabled: string;
3280
+ optionCheckColor: string;
3281
+ optionColorPending: string;
3282
+ optionColorActive: string;
3283
+ optionColorActivePending: string;
3284
+ actionTextColor: string;
3285
+ loadingColor: string;
3286
+ height: string;
3287
+ paddingTiny: string;
3288
+ paddingSmall: string;
3289
+ paddingMedium: string;
3290
+ paddingLarge: string;
3291
+ paddingHuge: string;
3292
+ optionPaddingTiny: string;
3293
+ optionPaddingSmall: string;
3294
+ optionPaddingMedium: string;
3295
+ optionPaddingLarge: string;
3296
+ optionPaddingHuge: string;
3297
+ loadingSize: string;
3298
+ }, {
3299
+ Scrollbar: Theme<"Scrollbar", {
3300
+ height: string;
3301
+ width: string;
3302
+ borderRadius: string;
3303
+ color: string;
3304
+ colorHover: string;
3305
+ railInsetHorizontalBottom: string;
3306
+ railInsetHorizontalTop: string;
3307
+ railInsetVerticalRight: string;
3308
+ railInsetVerticalLeft: string;
3309
+ railColor: string;
3310
+ }, any>;
3311
+ Empty: Theme<"Empty", {
3312
+ fontSizeTiny: string;
3313
+ fontSizeSmall: string;
3314
+ fontSizeMedium: string;
3315
+ fontSizeLarge: string;
3316
+ fontSizeHuge: string;
3317
+ textColor: string;
3318
+ iconColor: string;
3319
+ extraTextColor: string;
3320
+ iconSizeTiny: string;
3321
+ iconSizeSmall: string;
3322
+ iconSizeMedium: string;
3323
+ iconSizeLarge: string;
3324
+ iconSizeHuge: string;
3325
+ }, any>;
3326
+ }>;
3327
+ }>;
3328
+ }>>>;
3329
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Pagination", {
3330
+ buttonColor: string;
3331
+ buttonColorHover: string;
3332
+ buttonColorPressed: string;
3333
+ buttonBorder: string;
3334
+ buttonBorderHover: string;
3335
+ buttonBorderPressed: string;
3336
+ buttonIconColor: string;
3337
+ buttonIconColorHover: string;
3338
+ buttonIconColorPressed: string;
3339
+ itemTextColor: string;
3340
+ itemTextColorHover: string;
3341
+ itemTextColorPressed: string;
3342
+ itemTextColorActive: string;
3343
+ itemTextColorDisabled: string;
3344
+ itemColor: string;
3345
+ itemColorHover: string;
3346
+ itemColorPressed: string;
3347
+ itemColorActive: string;
3348
+ itemColorActiveHover: string;
3349
+ itemColorDisabled: string;
3350
+ itemBorder: string;
3351
+ itemBorderHover: string;
3352
+ itemBorderPressed: string;
3353
+ itemBorderActive: string;
3354
+ itemBorderDisabled: string;
3355
+ itemBorderRadius: string;
3356
+ itemSizeSmall: string;
3357
+ itemSizeMedium: string;
3358
+ itemSizeLarge: string;
3359
+ itemFontSizeSmall: string;
3360
+ itemFontSizeMedium: string;
3361
+ itemFontSizeLarge: string;
3362
+ jumperFontSizeSmall: string;
3363
+ jumperFontSizeMedium: string;
3364
+ jumperFontSizeLarge: string;
3365
+ jumperTextColor: string;
3366
+ jumperTextColorDisabled: string;
3367
+ itemPaddingSmall: string;
3368
+ itemMarginSmall: string;
3369
+ itemMarginSmallRtl: string;
3370
+ itemPaddingMedium: string;
3371
+ itemMarginMedium: string;
3372
+ itemMarginMediumRtl: string;
3373
+ itemPaddingLarge: string;
3374
+ itemMarginLarge: string;
3375
+ itemMarginLargeRtl: string;
3376
+ buttonIconSizeSmall: string;
3377
+ buttonIconSizeMedium: string;
3378
+ buttonIconSizeLarge: string;
3379
+ inputWidthSmall: string;
3380
+ selectWidthSmall: string;
3381
+ inputMarginSmall: string;
3382
+ inputMarginSmallRtl: string;
3383
+ selectMarginSmall: string;
3384
+ prefixMarginSmall: string;
3385
+ suffixMarginSmall: string;
3386
+ inputWidthMedium: string;
3387
+ selectWidthMedium: string;
3388
+ inputMarginMedium: string;
3389
+ inputMarginMediumRtl: string;
3390
+ selectMarginMedium: string;
3391
+ prefixMarginMedium: string;
3392
+ suffixMarginMedium: string;
3393
+ inputWidthLarge: string;
3394
+ selectWidthLarge: string;
3395
+ inputMarginLarge: string;
3396
+ inputMarginLargeRtl: string;
3397
+ selectMarginLarge: string;
3398
+ prefixMarginLarge: string;
3399
+ suffixMarginLarge: string;
3400
+ }, {
3401
+ Select: Theme<"Select", {
3402
+ menuBoxShadow: string;
3403
+ }, {
3404
+ InternalSelection: Theme<"InternalSelection", {
3405
+ fontSizeTiny: string;
3406
+ fontSizeSmall: string;
3407
+ fontSizeMedium: string;
3408
+ fontSizeLarge: string;
3409
+ heightTiny: string;
3410
+ heightSmall: string;
3411
+ heightMedium: string;
3412
+ heightLarge: string;
3413
+ borderRadius: string;
3414
+ fontWeight: string;
3415
+ textColor: string;
3416
+ textColorDisabled: string;
3417
+ placeholderColor: string;
3418
+ placeholderColorDisabled: string;
3419
+ color: string;
3420
+ colorDisabled: string;
3421
+ colorActive: string;
3422
+ border: string;
3423
+ borderHover: string;
3424
+ borderActive: string;
3425
+ borderFocus: string;
3426
+ boxShadowHover: string;
3427
+ boxShadowActive: string;
3428
+ boxShadowFocus: string;
3429
+ caretColor: string;
3430
+ arrowColor: string;
3431
+ arrowColorDisabled: string;
3432
+ loadingColor: string;
3433
+ borderWarning: string;
3434
+ borderHoverWarning: string;
3435
+ borderActiveWarning: string;
3436
+ borderFocusWarning: string;
3437
+ boxShadowHoverWarning: string;
3438
+ boxShadowActiveWarning: string;
3439
+ boxShadowFocusWarning: string;
3440
+ colorActiveWarning: string;
3441
+ caretColorWarning: string;
3442
+ borderError: string;
3443
+ borderHoverError: string;
3444
+ borderActiveError: string;
3445
+ borderFocusError: string;
3446
+ boxShadowHoverError: string;
3447
+ boxShadowActiveError: string;
3448
+ boxShadowFocusError: string;
3449
+ colorActiveError: string;
3450
+ caretColorError: string;
3451
+ clearColor: string;
3452
+ clearColorHover: string;
3453
+ clearColorPressed: string;
3454
+ paddingSingle: string;
3455
+ paddingMultiple: string;
3456
+ clearSize: string;
3457
+ arrowSize: string;
3458
+ }, {
3459
+ Popover: Theme<"Popover", {
3460
+ fontSize: string;
3461
+ borderRadius: string;
3462
+ color: string;
3463
+ dividerColor: string;
3464
+ textColor: string;
3465
+ boxShadow: string;
3466
+ space: string;
3467
+ spaceArrow: string;
3468
+ arrowOffset: string;
3469
+ arrowOffsetVertical: string;
3470
+ arrowHeight: string;
3471
+ padding: string;
3472
+ }, any>;
3473
+ }>;
3474
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
3475
+ optionFontSizeTiny: string;
3476
+ optionFontSizeSmall: string;
3477
+ optionFontSizeMedium: string;
3478
+ optionFontSizeLarge: string;
3479
+ optionFontSizeHuge: string;
3480
+ optionHeightTiny: string;
3481
+ optionHeightSmall: string;
3482
+ optionHeightMedium: string;
3483
+ optionHeightLarge: string;
3484
+ optionHeightHuge: string;
3485
+ borderRadius: string;
3486
+ color: string;
3487
+ groupHeaderTextColor: string;
3488
+ actionDividerColor: string;
3489
+ optionTextColor: string;
3490
+ optionTextColorPressed: string;
3491
+ optionTextColorDisabled: string;
3492
+ optionTextColorActive: string;
3493
+ optionOpacityDisabled: string;
3494
+ optionCheckColor: string;
3495
+ optionColorPending: string;
3496
+ optionColorActive: string;
3497
+ optionColorActivePending: string;
3498
+ actionTextColor: string;
3499
+ loadingColor: string;
3500
+ height: string;
3501
+ paddingTiny: string;
3502
+ paddingSmall: string;
3503
+ paddingMedium: string;
3504
+ paddingLarge: string;
3505
+ paddingHuge: string;
3506
+ optionPaddingTiny: string;
3507
+ optionPaddingSmall: string;
3508
+ optionPaddingMedium: string;
3509
+ optionPaddingLarge: string;
3510
+ optionPaddingHuge: string;
3511
+ loadingSize: string;
3512
+ }, {
3513
+ Scrollbar: Theme<"Scrollbar", {
3514
+ height: string;
3515
+ width: string;
3516
+ borderRadius: string;
3517
+ color: string;
3518
+ colorHover: string;
3519
+ railInsetHorizontalBottom: string;
3520
+ railInsetHorizontalTop: string;
3521
+ railInsetVerticalRight: string;
3522
+ railInsetVerticalLeft: string;
3523
+ railColor: string;
3524
+ }, any>;
3525
+ Empty: Theme<"Empty", {
3526
+ fontSizeTiny: string;
3527
+ fontSizeSmall: string;
3528
+ fontSizeMedium: string;
3529
+ fontSizeLarge: string;
3530
+ fontSizeHuge: string;
3531
+ textColor: string;
3532
+ iconColor: string;
3533
+ extraTextColor: string;
3534
+ iconSizeTiny: string;
3535
+ iconSizeSmall: string;
3536
+ iconSizeMedium: string;
3537
+ iconSizeLarge: string;
3538
+ iconSizeHuge: string;
3539
+ }, any>;
3540
+ }>;
3541
+ }>;
3542
+ Input: Theme<"Input", {
3543
+ fontWeight: string;
3544
+ countTextColorDisabled: string;
3545
+ countTextColor: string;
3546
+ heightTiny: string;
3547
+ heightSmall: string;
3548
+ heightMedium: string;
3549
+ heightLarge: string;
3550
+ fontSizeTiny: string;
3551
+ fontSizeSmall: string;
3552
+ fontSizeMedium: string;
3553
+ fontSizeLarge: string;
3554
+ lineHeight: string;
3555
+ lineHeightTextarea: string;
3556
+ borderRadius: string;
3557
+ iconSize: string;
3558
+ groupLabelColor: string;
3559
+ groupLabelTextColor: string;
3560
+ textColor: string;
3561
+ textColorDisabled: string;
3562
+ textDecorationColor: string;
3563
+ caretColor: string;
3564
+ placeholderColor: string;
3565
+ placeholderColorDisabled: string;
3566
+ color: string;
3567
+ colorDisabled: string;
3568
+ colorFocus: string;
3569
+ groupLabelBorder: string;
3570
+ border: string;
3571
+ borderHover: string;
3572
+ borderDisabled: string;
3573
+ borderFocus: string;
3574
+ boxShadowFocus: string;
3575
+ loadingColor: string;
3576
+ loadingColorWarning: string;
3577
+ borderWarning: string;
3578
+ borderHoverWarning: string;
3579
+ colorFocusWarning: string;
3580
+ borderFocusWarning: string;
3581
+ boxShadowFocusWarning: string;
3582
+ caretColorWarning: string;
3583
+ loadingColorError: string;
3584
+ borderError: string;
3585
+ borderHoverError: string;
3586
+ colorFocusError: string;
3587
+ borderFocusError: string;
3588
+ boxShadowFocusError: string;
3589
+ caretColorError: string;
3590
+ clearColor: string;
3591
+ clearColorHover: string;
3592
+ clearColorPressed: string;
3593
+ iconColor: string;
3594
+ iconColorDisabled: string;
3595
+ iconColorHover: string;
3596
+ iconColorPressed: string;
3597
+ suffixTextColor: string;
3598
+ paddingTiny: string;
3599
+ paddingSmall: string;
3600
+ paddingMedium: string;
3601
+ paddingLarge: string;
3602
+ clearSize: string;
3603
+ }, any>;
3604
+ Popselect: Theme<"Popselect", {
3605
+ menuBoxShadow: string;
3606
+ }, {
3607
+ Popover: Theme<"Popover", {
3608
+ fontSize: string;
3609
+ borderRadius: string;
3610
+ color: string;
3611
+ dividerColor: string;
3612
+ textColor: string;
3613
+ boxShadow: string;
3614
+ space: string;
3615
+ spaceArrow: string;
3616
+ arrowOffset: string;
3617
+ arrowOffsetVertical: string;
3618
+ arrowHeight: string;
3619
+ padding: string;
3620
+ }, any>;
3621
+ InternalSelectMenu: Theme<"InternalSelectMenu", {
3622
+ optionFontSizeTiny: string;
3623
+ optionFontSizeSmall: string;
3624
+ optionFontSizeMedium: string;
3625
+ optionFontSizeLarge: string;
3626
+ optionFontSizeHuge: string;
3627
+ optionHeightTiny: string;
3628
+ optionHeightSmall: string;
3629
+ optionHeightMedium: string;
3630
+ optionHeightLarge: string;
3631
+ optionHeightHuge: string;
3632
+ borderRadius: string;
3633
+ color: string;
3634
+ groupHeaderTextColor: string;
3635
+ actionDividerColor: string;
3636
+ optionTextColor: string;
3637
+ optionTextColorPressed: string;
3638
+ optionTextColorDisabled: string;
3639
+ optionTextColorActive: string;
3640
+ optionOpacityDisabled: string;
3641
+ optionCheckColor: string;
3642
+ optionColorPending: string;
3643
+ optionColorActive: string;
3644
+ optionColorActivePending: string;
3645
+ actionTextColor: string;
3646
+ loadingColor: string;
3647
+ height: string;
3648
+ paddingTiny: string;
3649
+ paddingSmall: string;
3650
+ paddingMedium: string;
3651
+ paddingLarge: string;
3652
+ paddingHuge: string;
3653
+ optionPaddingTiny: string;
3654
+ optionPaddingSmall: string;
3655
+ optionPaddingMedium: string;
3656
+ optionPaddingLarge: string;
3657
+ optionPaddingHuge: string;
3658
+ loadingSize: string;
3659
+ }, {
3660
+ Scrollbar: Theme<"Scrollbar", {
3661
+ height: string;
3662
+ width: string;
3663
+ borderRadius: string;
3664
+ color: string;
3665
+ colorHover: string;
3666
+ railInsetHorizontalBottom: string;
3667
+ railInsetHorizontalTop: string;
3668
+ railInsetVerticalRight: string;
3669
+ railInsetVerticalLeft: string;
3670
+ railColor: string;
3671
+ }, any>;
3672
+ Empty: Theme<"Empty", {
3673
+ fontSizeTiny: string;
3674
+ fontSizeSmall: string;
3675
+ fontSizeMedium: string;
3676
+ fontSizeLarge: string;
3677
+ fontSizeHuge: string;
3678
+ textColor: string;
3679
+ iconColor: string;
3680
+ extraTextColor: string;
3681
+ iconSizeTiny: string;
3682
+ iconSizeSmall: string;
3683
+ iconSizeMedium: string;
3684
+ iconSizeLarge: string;
3685
+ iconSizeHuge: string;
3686
+ }, any>;
3687
+ }>;
3688
+ }>;
3689
+ }>>>;
3690
+ }>> & Readonly<{}>, {
3691
+ readonly size: Size;
3692
+ readonly to: string | boolean | HTMLElement;
3693
+ readonly disabled: boolean;
3694
+ readonly simple: boolean;
3695
+ readonly defaultPage: number;
3696
+ readonly defaultPageCount: number;
3697
+ readonly showSizePicker: boolean;
3698
+ readonly pageSizes: (number | PaginationSizeOption)[];
3699
+ readonly showQuickJumper: boolean;
3700
+ readonly pageSlot: number;
3701
+ readonly displayOrder: ("pages" | "size-picker" | "quick-jumper")[];
3702
+ readonly showQuickJumpDropdown: boolean;
3703
+ }, SlotsType<PaginationSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3704
+ NCheckboxGroup: DefineComponent<ExtractPropTypes<{
3705
+ readonly min: NumberConstructor;
3706
+ readonly max: NumberConstructor;
3707
+ readonly size: PropType<"small" | "medium" | "large">;
3708
+ readonly value: PropType<Array<string | number> | null>;
3709
+ readonly defaultValue: {
3710
+ readonly type: PropType<Array<string | number> | null>;
3711
+ readonly default: null;
3712
+ };
3713
+ readonly disabled: {
3714
+ readonly type: PropType<boolean | undefined>;
3715
+ readonly default: undefined;
3716
+ };
3717
+ readonly 'onUpdate:value': PropType< MaybeArray<(value: Array<string | number>, meta: {
3718
+ actionType: "check" | "uncheck";
3719
+ value: string | number;
3720
+ }) => void>>;
3721
+ readonly onUpdateValue: PropType< MaybeArray<(value: Array<string | number>, meta: {
3722
+ actionType: "check" | "uncheck";
3723
+ value: string | number;
3724
+ }) => void>>;
3725
+ readonly onChange: PropType< MaybeArray<(value: Array<string | number>) => void> | undefined>;
3726
+ }>, {
3727
+ mergedClsPrefix: Ref<string, string>;
3728
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
3729
+ readonly min: NumberConstructor;
3730
+ readonly max: NumberConstructor;
3731
+ readonly size: PropType<"small" | "medium" | "large">;
3732
+ readonly value: PropType<Array<string | number> | null>;
3733
+ readonly defaultValue: {
3734
+ readonly type: PropType<Array<string | number> | null>;
3735
+ readonly default: null;
3736
+ };
3737
+ readonly disabled: {
3738
+ readonly type: PropType<boolean | undefined>;
3739
+ readonly default: undefined;
3740
+ };
3741
+ readonly 'onUpdate:value': PropType< MaybeArray<(value: Array<string | number>, meta: {
3742
+ actionType: "check" | "uncheck";
3743
+ value: string | number;
3744
+ }) => void>>;
3745
+ readonly onUpdateValue: PropType< MaybeArray<(value: Array<string | number>, meta: {
3746
+ actionType: "check" | "uncheck";
3747
+ value: string | number;
3748
+ }) => void>>;
3749
+ readonly onChange: PropType< MaybeArray<(value: Array<string | number>) => void> | undefined>;
3750
+ }>> & Readonly<{}>, {
3751
+ readonly disabled: boolean | undefined;
3752
+ readonly defaultValue: (string | number)[] | null;
3753
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3754
+ NRadioGroup: DefineComponent<ExtractPropTypes<{
3755
+ readonly name: StringConstructor;
3756
+ readonly value: PropType<string | number | boolean | null>;
3757
+ readonly defaultValue: {
3758
+ readonly type: PropType<string | number | boolean | null>;
3759
+ readonly default: null;
3760
+ };
3761
+ readonly size: PropType<"small" | "medium" | "large">;
3762
+ readonly disabled: {
3763
+ readonly type: PropType<boolean | undefined>;
3764
+ readonly default: undefined;
3765
+ };
3766
+ readonly 'onUpdate:value': PropType< MaybeArray<OnUpdateValue>>;
3767
+ readonly onUpdateValue: PropType< MaybeArray<OnUpdateValue>>;
3768
+ readonly theme: PropType< Theme<"Radio", {
3769
+ labelLineHeight: string;
3770
+ buttonHeightSmall: string;
3771
+ buttonHeightMedium: string;
3772
+ buttonHeightLarge: string;
3773
+ fontSizeSmall: string;
3774
+ fontSizeMedium: string;
3775
+ fontSizeLarge: string;
3776
+ boxShadow: string;
3777
+ boxShadowActive: string;
3778
+ boxShadowFocus: string;
3779
+ boxShadowHover: string;
3780
+ boxShadowDisabled: string;
3781
+ color: string;
3782
+ colorDisabled: string;
3783
+ colorActive: string;
3784
+ textColor: string;
3785
+ textColorDisabled: string;
3786
+ dotColorActive: string;
3787
+ dotColorDisabled: string;
3788
+ buttonBorderColor: string;
3789
+ buttonBorderColorActive: string;
3790
+ buttonBorderColorHover: string;
3791
+ buttonColor: string;
3792
+ buttonColorActive: string;
3793
+ buttonTextColor: string;
3794
+ buttonTextColorActive: string;
3795
+ buttonTextColorHover: string;
3796
+ opacityDisabled: string;
3797
+ buttonBoxShadowFocus: string;
3798
+ buttonBoxShadowHover: string;
3799
+ buttonBoxShadow: string;
3800
+ buttonBorderRadius: string;
3801
+ radioSizeSmall: string;
3802
+ radioSizeMedium: string;
3803
+ radioSizeLarge: string;
3804
+ labelPadding: string;
3805
+ labelFontWeight: string;
3806
+ }, any>>;
3807
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Radio", {
3808
+ labelLineHeight: string;
3809
+ buttonHeightSmall: string;
3810
+ buttonHeightMedium: string;
3811
+ buttonHeightLarge: string;
3812
+ fontSizeSmall: string;
3813
+ fontSizeMedium: string;
3814
+ fontSizeLarge: string;
3815
+ boxShadow: string;
3816
+ boxShadowActive: string;
3817
+ boxShadowFocus: string;
3818
+ boxShadowHover: string;
3819
+ boxShadowDisabled: string;
3820
+ color: string;
3821
+ colorDisabled: string;
3822
+ colorActive: string;
3823
+ textColor: string;
3824
+ textColorDisabled: string;
3825
+ dotColorActive: string;
3826
+ dotColorDisabled: string;
3827
+ buttonBorderColor: string;
3828
+ buttonBorderColorActive: string;
3829
+ buttonBorderColorHover: string;
3830
+ buttonColor: string;
3831
+ buttonColorActive: string;
3832
+ buttonTextColor: string;
3833
+ buttonTextColorActive: string;
3834
+ buttonTextColorHover: string;
3835
+ opacityDisabled: string;
3836
+ buttonBoxShadowFocus: string;
3837
+ buttonBoxShadowHover: string;
3838
+ buttonBoxShadow: string;
3839
+ buttonBorderRadius: string;
3840
+ radioSizeSmall: string;
3841
+ radioSizeMedium: string;
3842
+ radioSizeLarge: string;
3843
+ labelPadding: string;
3844
+ labelFontWeight: string;
3845
+ }, any>>>;
3846
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Radio", {
3847
+ labelLineHeight: string;
3848
+ buttonHeightSmall: string;
3849
+ buttonHeightMedium: string;
3850
+ buttonHeightLarge: string;
3851
+ fontSizeSmall: string;
3852
+ fontSizeMedium: string;
3853
+ fontSizeLarge: string;
3854
+ boxShadow: string;
3855
+ boxShadowActive: string;
3856
+ boxShadowFocus: string;
3857
+ boxShadowHover: string;
3858
+ boxShadowDisabled: string;
3859
+ color: string;
3860
+ colorDisabled: string;
3861
+ colorActive: string;
3862
+ textColor: string;
3863
+ textColorDisabled: string;
3864
+ dotColorActive: string;
3865
+ dotColorDisabled: string;
3866
+ buttonBorderColor: string;
3867
+ buttonBorderColorActive: string;
3868
+ buttonBorderColorHover: string;
3869
+ buttonColor: string;
3870
+ buttonColorActive: string;
3871
+ buttonTextColor: string;
3872
+ buttonTextColorActive: string;
3873
+ buttonTextColorHover: string;
3874
+ opacityDisabled: string;
3875
+ buttonBoxShadowFocus: string;
3876
+ buttonBoxShadowHover: string;
3877
+ buttonBoxShadow: string;
3878
+ buttonBorderRadius: string;
3879
+ radioSizeSmall: string;
3880
+ radioSizeMedium: string;
3881
+ radioSizeLarge: string;
3882
+ labelPadding: string;
3883
+ labelFontWeight: string;
3884
+ }, any>>>;
3885
+ }>, {
3886
+ selfElRef: Ref<HTMLDivElement | null, HTMLDivElement | null>;
3887
+ rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
3888
+ mergedClsPrefix: Ref<string, string>;
3889
+ mergedValue: ComputedRef<string | number | boolean | null>;
3890
+ handleFocusout: (e: FocusEvent) => void;
3891
+ handleFocusin: (e: FocusEvent) => void;
3892
+ cssVars: ComputedRef<{
3893
+ "--n-font-size": string;
3894
+ "--n-bezier": string;
3895
+ "--n-button-border-color": string;
3896
+ "--n-button-border-color-active": string;
3897
+ "--n-button-border-radius": string;
3898
+ "--n-button-box-shadow": string;
3899
+ "--n-button-box-shadow-focus": string;
3900
+ "--n-button-box-shadow-hover": string;
3901
+ "--n-button-color": string;
3902
+ "--n-button-color-active": string;
3903
+ "--n-button-text-color": string;
3904
+ "--n-button-text-color-hover": string;
3905
+ "--n-button-text-color-active": string;
3906
+ "--n-height": string;
3907
+ "--n-opacity-disabled": string;
3908
+ }> | undefined;
3909
+ themeClass: Ref<string, string> | undefined;
3910
+ onRender: (() => void) | undefined;
3911
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
3912
+ readonly name: StringConstructor;
3913
+ readonly value: PropType<string | number | boolean | null>;
3914
+ readonly defaultValue: {
3915
+ readonly type: PropType<string | number | boolean | null>;
3916
+ readonly default: null;
3917
+ };
3918
+ readonly size: PropType<"small" | "medium" | "large">;
3919
+ readonly disabled: {
3920
+ readonly type: PropType<boolean | undefined>;
3921
+ readonly default: undefined;
3922
+ };
3923
+ readonly 'onUpdate:value': PropType< MaybeArray<OnUpdateValue>>;
3924
+ readonly onUpdateValue: PropType< MaybeArray<OnUpdateValue>>;
3925
+ readonly theme: PropType< Theme<"Radio", {
3926
+ labelLineHeight: string;
3927
+ buttonHeightSmall: string;
3928
+ buttonHeightMedium: string;
3929
+ buttonHeightLarge: string;
3930
+ fontSizeSmall: string;
3931
+ fontSizeMedium: string;
3932
+ fontSizeLarge: string;
3933
+ boxShadow: string;
3934
+ boxShadowActive: string;
3935
+ boxShadowFocus: string;
3936
+ boxShadowHover: string;
3937
+ boxShadowDisabled: string;
3938
+ color: string;
3939
+ colorDisabled: string;
3940
+ colorActive: string;
3941
+ textColor: string;
3942
+ textColorDisabled: string;
3943
+ dotColorActive: string;
3944
+ dotColorDisabled: string;
3945
+ buttonBorderColor: string;
3946
+ buttonBorderColorActive: string;
3947
+ buttonBorderColorHover: string;
3948
+ buttonColor: string;
3949
+ buttonColorActive: string;
3950
+ buttonTextColor: string;
3951
+ buttonTextColorActive: string;
3952
+ buttonTextColorHover: string;
3953
+ opacityDisabled: string;
3954
+ buttonBoxShadowFocus: string;
3955
+ buttonBoxShadowHover: string;
3956
+ buttonBoxShadow: string;
3957
+ buttonBorderRadius: string;
3958
+ radioSizeSmall: string;
3959
+ radioSizeMedium: string;
3960
+ radioSizeLarge: string;
3961
+ labelPadding: string;
3962
+ labelFontWeight: string;
3963
+ }, any>>;
3964
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Radio", {
3965
+ labelLineHeight: string;
3966
+ buttonHeightSmall: string;
3967
+ buttonHeightMedium: string;
3968
+ buttonHeightLarge: string;
3969
+ fontSizeSmall: string;
3970
+ fontSizeMedium: string;
3971
+ fontSizeLarge: string;
3972
+ boxShadow: string;
3973
+ boxShadowActive: string;
3974
+ boxShadowFocus: string;
3975
+ boxShadowHover: string;
3976
+ boxShadowDisabled: string;
3977
+ color: string;
3978
+ colorDisabled: string;
3979
+ colorActive: string;
3980
+ textColor: string;
3981
+ textColorDisabled: string;
3982
+ dotColorActive: string;
3983
+ dotColorDisabled: string;
3984
+ buttonBorderColor: string;
3985
+ buttonBorderColorActive: string;
3986
+ buttonBorderColorHover: string;
3987
+ buttonColor: string;
3988
+ buttonColorActive: string;
3989
+ buttonTextColor: string;
3990
+ buttonTextColorActive: string;
3991
+ buttonTextColorHover: string;
3992
+ opacityDisabled: string;
3993
+ buttonBoxShadowFocus: string;
3994
+ buttonBoxShadowHover: string;
3995
+ buttonBoxShadow: string;
3996
+ buttonBorderRadius: string;
3997
+ radioSizeSmall: string;
3998
+ radioSizeMedium: string;
3999
+ radioSizeLarge: string;
4000
+ labelPadding: string;
4001
+ labelFontWeight: string;
4002
+ }, any>>>;
4003
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Radio", {
4004
+ labelLineHeight: string;
4005
+ buttonHeightSmall: string;
4006
+ buttonHeightMedium: string;
4007
+ buttonHeightLarge: string;
4008
+ fontSizeSmall: string;
4009
+ fontSizeMedium: string;
4010
+ fontSizeLarge: string;
4011
+ boxShadow: string;
4012
+ boxShadowActive: string;
4013
+ boxShadowFocus: string;
4014
+ boxShadowHover: string;
4015
+ boxShadowDisabled: string;
4016
+ color: string;
4017
+ colorDisabled: string;
4018
+ colorActive: string;
4019
+ textColor: string;
4020
+ textColorDisabled: string;
4021
+ dotColorActive: string;
4022
+ dotColorDisabled: string;
4023
+ buttonBorderColor: string;
4024
+ buttonBorderColorActive: string;
4025
+ buttonBorderColorHover: string;
4026
+ buttonColor: string;
4027
+ buttonColorActive: string;
4028
+ buttonTextColor: string;
4029
+ buttonTextColorActive: string;
4030
+ buttonTextColorHover: string;
4031
+ opacityDisabled: string;
4032
+ buttonBoxShadowFocus: string;
4033
+ buttonBoxShadowHover: string;
4034
+ buttonBoxShadow: string;
4035
+ buttonBorderRadius: string;
4036
+ radioSizeSmall: string;
4037
+ radioSizeMedium: string;
4038
+ radioSizeLarge: string;
4039
+ labelPadding: string;
4040
+ labelFontWeight: string;
4041
+ }, any>>>;
4042
+ }>> & Readonly<{}>, {
4043
+ readonly disabled: boolean | undefined;
4044
+ readonly defaultValue: string | number | boolean | null;
4045
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4046
+ QxTableMobileList: DefineComponent<ExtractPropTypes<{
4047
+ tableData: {
4048
+ type: PropType< ObjectKey>;
4049
+ default: () => void;
4050
+ };
4051
+ tableIndex: {
4052
+ type: PropType<number>;
4053
+ default: number;
4054
+ };
4055
+ tableColumns: {
4056
+ type: PropType<any[]>;
4057
+ default: () => never[];
4058
+ };
4059
+ }>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:row-keys"[], "update:row-keys", PublicProps, Readonly< ExtractPropTypes<{
4060
+ tableData: {
4061
+ type: PropType< ObjectKey>;
4062
+ default: () => void;
4063
+ };
4064
+ tableIndex: {
4065
+ type: PropType<number>;
4066
+ default: number;
4067
+ };
4068
+ tableColumns: {
4069
+ type: PropType<any[]>;
4070
+ default: () => never[];
4071
+ };
4072
+ }>> & Readonly<{
4073
+ "onUpdate:row-keys"?: ((...args: any[]) => any) | undefined;
4074
+ }>, {
4075
+ tableColumns: any[];
4076
+ tableData: ObjectKey;
4077
+ tableIndex: number;
4078
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4079
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
4080
+ export default _default;