@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,2540 @@
1
+ import { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType, ComputedRef } from 'vue';
2
+ import { PopoverPlacement, FormValidationStatus, ThemeCommonVars } from 'naive-ui';
3
+ import { IsHourDisabled, Size, IsMinuteDisabled, IsSecondDisabled, OnUpdateValue, OnUpdateFormattedValue, PanelRef, ItemValue } from 'naive-ui/es/time-picker/src/interface';
4
+ import { MaybeArray } from 'naive-ui/es/_utils';
5
+ import { Theme } from 'naive-ui/es/_mixins';
6
+ import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
7
+ import { ScrollTo, ScrollBy } from 'naive-ui/es/_internal/scrollbar/src/Scrollbar';
8
+ declare const _default: DefineComponent<ExtractPropTypes<{
9
+ value: {
10
+ required: true;
11
+ type: ArrayConstructor;
12
+ default: () => never[];
13
+ };
14
+ format: {
15
+ required: false;
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ disabled: {
20
+ required: false;
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ clearable: {
25
+ required: false;
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ }>, {
30
+ startTime: Ref<number | null, number | null>;
31
+ endTime: Ref<number | null, number | null>;
32
+ updateStartValue: (value: number | null) => void;
33
+ updateEndValue: (value: number | null) => void;
34
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "on-update:value"[], "on-update:value", PublicProps, Readonly< ExtractPropTypes<{
35
+ value: {
36
+ required: true;
37
+ type: ArrayConstructor;
38
+ default: () => never[];
39
+ };
40
+ format: {
41
+ required: false;
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
45
+ disabled: {
46
+ required: false;
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ clearable: {
51
+ required: false;
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ }>> & Readonly<{
56
+ "onOn-update:value"?: ((...args: any[]) => any) | undefined;
57
+ }>, {
58
+ disabled: boolean;
59
+ value: unknown[];
60
+ clearable: boolean;
61
+ format: string;
62
+ }, {}, {
63
+ NInputGroup: DefineComponent<{}, {
64
+ mergedClsPrefix: Ref<string, string>;
65
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
66
+ NTimePicker: DefineComponent<ExtractPropTypes<{
67
+ to: {
68
+ type: PropType<HTMLElement | string | boolean>;
69
+ default: undefined;
70
+ };
71
+ bordered: {
72
+ type: PropType<boolean | undefined>;
73
+ default: undefined;
74
+ };
75
+ actions: PropType<Array<"clear" | "now" | "confirm"> | null>;
76
+ defaultValue: {
77
+ type: PropType<number | null>;
78
+ default: null;
79
+ };
80
+ defaultFormattedValue: StringConstructor;
81
+ placeholder: StringConstructor;
82
+ placement: {
83
+ type: PropType<PopoverPlacement>;
84
+ default: string;
85
+ };
86
+ value: PropType<number | null>;
87
+ format: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ valueFormat: StringConstructor;
92
+ formattedValue: PropType<string | null>;
93
+ isHourDisabled: PropType<IsHourDisabled>;
94
+ size: PropType<Size>;
95
+ isMinuteDisabled: PropType<IsMinuteDisabled>;
96
+ isSecondDisabled: PropType<IsSecondDisabled>;
97
+ inputReadonly: BooleanConstructor;
98
+ clearable: BooleanConstructor;
99
+ status: PropType<FormValidationStatus>;
100
+ 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
101
+ onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
102
+ 'onUpdate:show': PropType<MaybeArray<(show: boolean) => void>>;
103
+ onUpdateShow: PropType<MaybeArray<(show: boolean) => void>>;
104
+ onUpdateFormattedValue: PropType<MaybeArray<OnUpdateFormattedValue>>;
105
+ 'onUpdate:formattedValue': PropType<MaybeArray<OnUpdateFormattedValue>>;
106
+ onBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
107
+ onConfirm: PropType<MaybeArray<(value: number & null, formattedValue: string & null) => void>>;
108
+ onClear: PropType<() => void>;
109
+ onFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
110
+ timeZone: StringConstructor;
111
+ showIcon: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ disabled: {
116
+ type: PropType<boolean | undefined>;
117
+ default: undefined;
118
+ };
119
+ show: {
120
+ type: PropType<boolean | undefined>;
121
+ default: undefined;
122
+ };
123
+ hours: {
124
+ type: PropType<MaybeArray<number>>;
125
+ validator: (value: MaybeArray<number>) => boolean;
126
+ };
127
+ minutes: {
128
+ type: PropType<MaybeArray<number>>;
129
+ validator: (value: MaybeArray<number>) => boolean;
130
+ };
131
+ seconds: {
132
+ type: PropType<MaybeArray<number>>;
133
+ validator: (value: MaybeArray<number>) => boolean;
134
+ };
135
+ use12Hours: BooleanConstructor;
136
+ stateful: {
137
+ type: BooleanConstructor;
138
+ default: boolean;
139
+ };
140
+ onChange: PropType< MaybeArray<OnUpdateValue> | undefined>;
141
+ theme: PropType<Theme<"TimePicker", {
142
+ panelColor: string;
143
+ panelBoxShadow: string;
144
+ panelDividerColor: string;
145
+ itemTextColor: string;
146
+ itemTextColorActive: string;
147
+ itemColorHover: string;
148
+ itemOpacityDisabled: string;
149
+ itemBorderRadius: string;
150
+ borderRadius: string;
151
+ iconColor: string;
152
+ iconColorDisabled: string;
153
+ itemFontSize: string;
154
+ itemHeight: string;
155
+ itemWidth: string;
156
+ panelActionPadding: string;
157
+ }, {
158
+ Scrollbar: Theme<"Scrollbar", {
159
+ height: string;
160
+ width: string;
161
+ borderRadius: string;
162
+ color: string;
163
+ colorHover: string;
164
+ railInsetHorizontalBottom: string;
165
+ railInsetHorizontalTop: string;
166
+ railInsetVerticalRight: string;
167
+ railInsetVerticalLeft: string;
168
+ railColor: string;
169
+ }, any>;
170
+ Button: Theme<"Button", {
171
+ heightTiny: string;
172
+ heightSmall: string;
173
+ heightMedium: string;
174
+ heightLarge: string;
175
+ borderRadiusTiny: string;
176
+ borderRadiusSmall: string;
177
+ borderRadiusMedium: string;
178
+ borderRadiusLarge: string;
179
+ fontSizeTiny: string;
180
+ fontSizeSmall: string;
181
+ fontSizeMedium: string;
182
+ fontSizeLarge: string;
183
+ opacityDisabled: string;
184
+ colorOpacitySecondary: string;
185
+ colorOpacitySecondaryHover: string;
186
+ colorOpacitySecondaryPressed: string;
187
+ colorSecondary: string;
188
+ colorSecondaryHover: string;
189
+ colorSecondaryPressed: string;
190
+ colorTertiary: string;
191
+ colorTertiaryHover: string;
192
+ colorTertiaryPressed: string;
193
+ colorQuaternary: string;
194
+ colorQuaternaryHover: string;
195
+ colorQuaternaryPressed: string;
196
+ color: string;
197
+ colorHover: string;
198
+ colorPressed: string;
199
+ colorFocus: string;
200
+ colorDisabled: string;
201
+ textColor: string;
202
+ textColorTertiary: string;
203
+ textColorHover: string;
204
+ textColorPressed: string;
205
+ textColorFocus: string;
206
+ textColorDisabled: string;
207
+ textColorText: string;
208
+ textColorTextHover: string;
209
+ textColorTextPressed: string;
210
+ textColorTextFocus: string;
211
+ textColorTextDisabled: string;
212
+ textColorGhost: string;
213
+ textColorGhostHover: string;
214
+ textColorGhostPressed: string;
215
+ textColorGhostFocus: string;
216
+ textColorGhostDisabled: string;
217
+ border: string;
218
+ borderHover: string;
219
+ borderPressed: string;
220
+ borderFocus: string;
221
+ borderDisabled: string;
222
+ rippleColor: string;
223
+ colorPrimary: string;
224
+ colorHoverPrimary: string;
225
+ colorPressedPrimary: string;
226
+ colorFocusPrimary: string;
227
+ colorDisabledPrimary: string;
228
+ textColorPrimary: string;
229
+ textColorHoverPrimary: string;
230
+ textColorPressedPrimary: string;
231
+ textColorFocusPrimary: string;
232
+ textColorDisabledPrimary: string;
233
+ textColorTextPrimary: string;
234
+ textColorTextHoverPrimary: string;
235
+ textColorTextPressedPrimary: string;
236
+ textColorTextFocusPrimary: string;
237
+ textColorTextDisabledPrimary: string;
238
+ textColorGhostPrimary: string;
239
+ textColorGhostHoverPrimary: string;
240
+ textColorGhostPressedPrimary: string;
241
+ textColorGhostFocusPrimary: string;
242
+ textColorGhostDisabledPrimary: string;
243
+ borderPrimary: string;
244
+ borderHoverPrimary: string;
245
+ borderPressedPrimary: string;
246
+ borderFocusPrimary: string;
247
+ borderDisabledPrimary: string;
248
+ rippleColorPrimary: string;
249
+ colorInfo: string;
250
+ colorHoverInfo: string;
251
+ colorPressedInfo: string;
252
+ colorFocusInfo: string;
253
+ colorDisabledInfo: string;
254
+ textColorInfo: string;
255
+ textColorHoverInfo: string;
256
+ textColorPressedInfo: string;
257
+ textColorFocusInfo: string;
258
+ textColorDisabledInfo: string;
259
+ textColorTextInfo: string;
260
+ textColorTextHoverInfo: string;
261
+ textColorTextPressedInfo: string;
262
+ textColorTextFocusInfo: string;
263
+ textColorTextDisabledInfo: string;
264
+ textColorGhostInfo: string;
265
+ textColorGhostHoverInfo: string;
266
+ textColorGhostPressedInfo: string;
267
+ textColorGhostFocusInfo: string;
268
+ textColorGhostDisabledInfo: string;
269
+ borderInfo: string;
270
+ borderHoverInfo: string;
271
+ borderPressedInfo: string;
272
+ borderFocusInfo: string;
273
+ borderDisabledInfo: string;
274
+ rippleColorInfo: string;
275
+ colorSuccess: string;
276
+ colorHoverSuccess: string;
277
+ colorPressedSuccess: string;
278
+ colorFocusSuccess: string;
279
+ colorDisabledSuccess: string;
280
+ textColorSuccess: string;
281
+ textColorHoverSuccess: string;
282
+ textColorPressedSuccess: string;
283
+ textColorFocusSuccess: string;
284
+ textColorDisabledSuccess: string;
285
+ textColorTextSuccess: string;
286
+ textColorTextHoverSuccess: string;
287
+ textColorTextPressedSuccess: string;
288
+ textColorTextFocusSuccess: string;
289
+ textColorTextDisabledSuccess: string;
290
+ textColorGhostSuccess: string;
291
+ textColorGhostHoverSuccess: string;
292
+ textColorGhostPressedSuccess: string;
293
+ textColorGhostFocusSuccess: string;
294
+ textColorGhostDisabledSuccess: string;
295
+ borderSuccess: string;
296
+ borderHoverSuccess: string;
297
+ borderPressedSuccess: string;
298
+ borderFocusSuccess: string;
299
+ borderDisabledSuccess: string;
300
+ rippleColorSuccess: string;
301
+ colorWarning: string;
302
+ colorHoverWarning: string;
303
+ colorPressedWarning: string;
304
+ colorFocusWarning: string;
305
+ colorDisabledWarning: string;
306
+ textColorWarning: string;
307
+ textColorHoverWarning: string;
308
+ textColorPressedWarning: string;
309
+ textColorFocusWarning: string;
310
+ textColorDisabledWarning: string;
311
+ textColorTextWarning: string;
312
+ textColorTextHoverWarning: string;
313
+ textColorTextPressedWarning: string;
314
+ textColorTextFocusWarning: string;
315
+ textColorTextDisabledWarning: string;
316
+ textColorGhostWarning: string;
317
+ textColorGhostHoverWarning: string;
318
+ textColorGhostPressedWarning: string;
319
+ textColorGhostFocusWarning: string;
320
+ textColorGhostDisabledWarning: string;
321
+ borderWarning: string;
322
+ borderHoverWarning: string;
323
+ borderPressedWarning: string;
324
+ borderFocusWarning: string;
325
+ borderDisabledWarning: string;
326
+ rippleColorWarning: string;
327
+ colorError: string;
328
+ colorHoverError: string;
329
+ colorPressedError: string;
330
+ colorFocusError: string;
331
+ colorDisabledError: string;
332
+ textColorError: string;
333
+ textColorHoverError: string;
334
+ textColorPressedError: string;
335
+ textColorFocusError: string;
336
+ textColorDisabledError: string;
337
+ textColorTextError: string;
338
+ textColorTextHoverError: string;
339
+ textColorTextPressedError: string;
340
+ textColorTextFocusError: string;
341
+ textColorTextDisabledError: string;
342
+ textColorGhostError: string;
343
+ textColorGhostHoverError: string;
344
+ textColorGhostPressedError: string;
345
+ textColorGhostFocusError: string;
346
+ textColorGhostDisabledError: string;
347
+ borderError: string;
348
+ borderHoverError: string;
349
+ borderPressedError: string;
350
+ borderFocusError: string;
351
+ borderDisabledError: string;
352
+ rippleColorError: string;
353
+ waveOpacity: string;
354
+ fontWeight: string;
355
+ fontWeightStrong: string;
356
+ paddingTiny: string;
357
+ paddingSmall: string;
358
+ paddingMedium: string;
359
+ paddingLarge: string;
360
+ paddingRoundTiny: string;
361
+ paddingRoundSmall: string;
362
+ paddingRoundMedium: string;
363
+ paddingRoundLarge: string;
364
+ iconMarginTiny: string;
365
+ iconMarginSmall: string;
366
+ iconMarginMedium: string;
367
+ iconMarginLarge: string;
368
+ iconSizeTiny: string;
369
+ iconSizeSmall: string;
370
+ iconSizeMedium: string;
371
+ iconSizeLarge: string;
372
+ rippleDuration: string;
373
+ }, any>;
374
+ Input: Theme<"Input", {
375
+ fontWeight: string;
376
+ countTextColorDisabled: string;
377
+ countTextColor: string;
378
+ heightTiny: string;
379
+ heightSmall: string;
380
+ heightMedium: string;
381
+ heightLarge: string;
382
+ fontSizeTiny: string;
383
+ fontSizeSmall: string;
384
+ fontSizeMedium: string;
385
+ fontSizeLarge: string;
386
+ lineHeight: string;
387
+ lineHeightTextarea: string;
388
+ borderRadius: string;
389
+ iconSize: string;
390
+ groupLabelColor: string;
391
+ groupLabelTextColor: string;
392
+ textColor: string;
393
+ textColorDisabled: string;
394
+ textDecorationColor: string;
395
+ caretColor: string;
396
+ placeholderColor: string;
397
+ placeholderColorDisabled: string;
398
+ color: string;
399
+ colorDisabled: string;
400
+ colorFocus: string;
401
+ groupLabelBorder: string;
402
+ border: string;
403
+ borderHover: string;
404
+ borderDisabled: string;
405
+ borderFocus: string;
406
+ boxShadowFocus: string;
407
+ loadingColor: string;
408
+ loadingColorWarning: string;
409
+ borderWarning: string;
410
+ borderHoverWarning: string;
411
+ colorFocusWarning: string;
412
+ borderFocusWarning: string;
413
+ boxShadowFocusWarning: string;
414
+ caretColorWarning: string;
415
+ loadingColorError: string;
416
+ borderError: string;
417
+ borderHoverError: string;
418
+ colorFocusError: string;
419
+ borderFocusError: string;
420
+ boxShadowFocusError: string;
421
+ caretColorError: string;
422
+ clearColor: string;
423
+ clearColorHover: string;
424
+ clearColorPressed: string;
425
+ iconColor: string;
426
+ iconColorDisabled: string;
427
+ iconColorHover: string;
428
+ iconColorPressed: string;
429
+ suffixTextColor: string;
430
+ paddingTiny: string;
431
+ paddingSmall: string;
432
+ paddingMedium: string;
433
+ paddingLarge: string;
434
+ clearSize: string;
435
+ }, any>;
436
+ }>>;
437
+ themeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
438
+ panelColor: string;
439
+ panelBoxShadow: string;
440
+ panelDividerColor: string;
441
+ itemTextColor: string;
442
+ itemTextColorActive: string;
443
+ itemColorHover: string;
444
+ itemOpacityDisabled: string;
445
+ itemBorderRadius: string;
446
+ borderRadius: string;
447
+ iconColor: string;
448
+ iconColorDisabled: string;
449
+ itemFontSize: string;
450
+ itemHeight: string;
451
+ itemWidth: string;
452
+ panelActionPadding: string;
453
+ }, {
454
+ Scrollbar: Theme<"Scrollbar", {
455
+ height: string;
456
+ width: string;
457
+ borderRadius: string;
458
+ color: string;
459
+ colorHover: string;
460
+ railInsetHorizontalBottom: string;
461
+ railInsetHorizontalTop: string;
462
+ railInsetVerticalRight: string;
463
+ railInsetVerticalLeft: string;
464
+ railColor: string;
465
+ }, any>;
466
+ Button: Theme<"Button", {
467
+ heightTiny: string;
468
+ heightSmall: string;
469
+ heightMedium: string;
470
+ heightLarge: string;
471
+ borderRadiusTiny: string;
472
+ borderRadiusSmall: string;
473
+ borderRadiusMedium: string;
474
+ borderRadiusLarge: string;
475
+ fontSizeTiny: string;
476
+ fontSizeSmall: string;
477
+ fontSizeMedium: string;
478
+ fontSizeLarge: string;
479
+ opacityDisabled: string;
480
+ colorOpacitySecondary: string;
481
+ colorOpacitySecondaryHover: string;
482
+ colorOpacitySecondaryPressed: string;
483
+ colorSecondary: string;
484
+ colorSecondaryHover: string;
485
+ colorSecondaryPressed: string;
486
+ colorTertiary: string;
487
+ colorTertiaryHover: string;
488
+ colorTertiaryPressed: string;
489
+ colorQuaternary: string;
490
+ colorQuaternaryHover: string;
491
+ colorQuaternaryPressed: string;
492
+ color: string;
493
+ colorHover: string;
494
+ colorPressed: string;
495
+ colorFocus: string;
496
+ colorDisabled: string;
497
+ textColor: string;
498
+ textColorTertiary: string;
499
+ textColorHover: string;
500
+ textColorPressed: string;
501
+ textColorFocus: string;
502
+ textColorDisabled: string;
503
+ textColorText: string;
504
+ textColorTextHover: string;
505
+ textColorTextPressed: string;
506
+ textColorTextFocus: string;
507
+ textColorTextDisabled: string;
508
+ textColorGhost: string;
509
+ textColorGhostHover: string;
510
+ textColorGhostPressed: string;
511
+ textColorGhostFocus: string;
512
+ textColorGhostDisabled: string;
513
+ border: string;
514
+ borderHover: string;
515
+ borderPressed: string;
516
+ borderFocus: string;
517
+ borderDisabled: string;
518
+ rippleColor: string;
519
+ colorPrimary: string;
520
+ colorHoverPrimary: string;
521
+ colorPressedPrimary: string;
522
+ colorFocusPrimary: string;
523
+ colorDisabledPrimary: string;
524
+ textColorPrimary: string;
525
+ textColorHoverPrimary: string;
526
+ textColorPressedPrimary: string;
527
+ textColorFocusPrimary: string;
528
+ textColorDisabledPrimary: string;
529
+ textColorTextPrimary: string;
530
+ textColorTextHoverPrimary: string;
531
+ textColorTextPressedPrimary: string;
532
+ textColorTextFocusPrimary: string;
533
+ textColorTextDisabledPrimary: string;
534
+ textColorGhostPrimary: string;
535
+ textColorGhostHoverPrimary: string;
536
+ textColorGhostPressedPrimary: string;
537
+ textColorGhostFocusPrimary: string;
538
+ textColorGhostDisabledPrimary: string;
539
+ borderPrimary: string;
540
+ borderHoverPrimary: string;
541
+ borderPressedPrimary: string;
542
+ borderFocusPrimary: string;
543
+ borderDisabledPrimary: string;
544
+ rippleColorPrimary: string;
545
+ colorInfo: string;
546
+ colorHoverInfo: string;
547
+ colorPressedInfo: string;
548
+ colorFocusInfo: string;
549
+ colorDisabledInfo: string;
550
+ textColorInfo: string;
551
+ textColorHoverInfo: string;
552
+ textColorPressedInfo: string;
553
+ textColorFocusInfo: string;
554
+ textColorDisabledInfo: string;
555
+ textColorTextInfo: string;
556
+ textColorTextHoverInfo: string;
557
+ textColorTextPressedInfo: string;
558
+ textColorTextFocusInfo: string;
559
+ textColorTextDisabledInfo: string;
560
+ textColorGhostInfo: string;
561
+ textColorGhostHoverInfo: string;
562
+ textColorGhostPressedInfo: string;
563
+ textColorGhostFocusInfo: string;
564
+ textColorGhostDisabledInfo: string;
565
+ borderInfo: string;
566
+ borderHoverInfo: string;
567
+ borderPressedInfo: string;
568
+ borderFocusInfo: string;
569
+ borderDisabledInfo: string;
570
+ rippleColorInfo: string;
571
+ colorSuccess: string;
572
+ colorHoverSuccess: string;
573
+ colorPressedSuccess: string;
574
+ colorFocusSuccess: string;
575
+ colorDisabledSuccess: string;
576
+ textColorSuccess: string;
577
+ textColorHoverSuccess: string;
578
+ textColorPressedSuccess: string;
579
+ textColorFocusSuccess: string;
580
+ textColorDisabledSuccess: string;
581
+ textColorTextSuccess: string;
582
+ textColorTextHoverSuccess: string;
583
+ textColorTextPressedSuccess: string;
584
+ textColorTextFocusSuccess: string;
585
+ textColorTextDisabledSuccess: string;
586
+ textColorGhostSuccess: string;
587
+ textColorGhostHoverSuccess: string;
588
+ textColorGhostPressedSuccess: string;
589
+ textColorGhostFocusSuccess: string;
590
+ textColorGhostDisabledSuccess: string;
591
+ borderSuccess: string;
592
+ borderHoverSuccess: string;
593
+ borderPressedSuccess: string;
594
+ borderFocusSuccess: string;
595
+ borderDisabledSuccess: string;
596
+ rippleColorSuccess: string;
597
+ colorWarning: string;
598
+ colorHoverWarning: string;
599
+ colorPressedWarning: string;
600
+ colorFocusWarning: string;
601
+ colorDisabledWarning: string;
602
+ textColorWarning: string;
603
+ textColorHoverWarning: string;
604
+ textColorPressedWarning: string;
605
+ textColorFocusWarning: string;
606
+ textColorDisabledWarning: string;
607
+ textColorTextWarning: string;
608
+ textColorTextHoverWarning: string;
609
+ textColorTextPressedWarning: string;
610
+ textColorTextFocusWarning: string;
611
+ textColorTextDisabledWarning: string;
612
+ textColorGhostWarning: string;
613
+ textColorGhostHoverWarning: string;
614
+ textColorGhostPressedWarning: string;
615
+ textColorGhostFocusWarning: string;
616
+ textColorGhostDisabledWarning: string;
617
+ borderWarning: string;
618
+ borderHoverWarning: string;
619
+ borderPressedWarning: string;
620
+ borderFocusWarning: string;
621
+ borderDisabledWarning: string;
622
+ rippleColorWarning: string;
623
+ colorError: string;
624
+ colorHoverError: string;
625
+ colorPressedError: string;
626
+ colorFocusError: string;
627
+ colorDisabledError: string;
628
+ textColorError: string;
629
+ textColorHoverError: string;
630
+ textColorPressedError: string;
631
+ textColorFocusError: string;
632
+ textColorDisabledError: string;
633
+ textColorTextError: string;
634
+ textColorTextHoverError: string;
635
+ textColorTextPressedError: string;
636
+ textColorTextFocusError: string;
637
+ textColorTextDisabledError: string;
638
+ textColorGhostError: string;
639
+ textColorGhostHoverError: string;
640
+ textColorGhostPressedError: string;
641
+ textColorGhostFocusError: string;
642
+ textColorGhostDisabledError: string;
643
+ borderError: string;
644
+ borderHoverError: string;
645
+ borderPressedError: string;
646
+ borderFocusError: string;
647
+ borderDisabledError: string;
648
+ rippleColorError: string;
649
+ waveOpacity: string;
650
+ fontWeight: string;
651
+ fontWeightStrong: string;
652
+ paddingTiny: string;
653
+ paddingSmall: string;
654
+ paddingMedium: string;
655
+ paddingLarge: string;
656
+ paddingRoundTiny: string;
657
+ paddingRoundSmall: string;
658
+ paddingRoundMedium: string;
659
+ paddingRoundLarge: string;
660
+ iconMarginTiny: string;
661
+ iconMarginSmall: string;
662
+ iconMarginMedium: string;
663
+ iconMarginLarge: string;
664
+ iconSizeTiny: string;
665
+ iconSizeSmall: string;
666
+ iconSizeMedium: string;
667
+ iconSizeLarge: string;
668
+ rippleDuration: string;
669
+ }, any>;
670
+ Input: Theme<"Input", {
671
+ fontWeight: string;
672
+ countTextColorDisabled: string;
673
+ countTextColor: string;
674
+ heightTiny: string;
675
+ heightSmall: string;
676
+ heightMedium: string;
677
+ heightLarge: string;
678
+ fontSizeTiny: string;
679
+ fontSizeSmall: string;
680
+ fontSizeMedium: string;
681
+ fontSizeLarge: string;
682
+ lineHeight: string;
683
+ lineHeightTextarea: string;
684
+ borderRadius: string;
685
+ iconSize: string;
686
+ groupLabelColor: string;
687
+ groupLabelTextColor: string;
688
+ textColor: string;
689
+ textColorDisabled: string;
690
+ textDecorationColor: string;
691
+ caretColor: string;
692
+ placeholderColor: string;
693
+ placeholderColorDisabled: string;
694
+ color: string;
695
+ colorDisabled: string;
696
+ colorFocus: string;
697
+ groupLabelBorder: string;
698
+ border: string;
699
+ borderHover: string;
700
+ borderDisabled: string;
701
+ borderFocus: string;
702
+ boxShadowFocus: string;
703
+ loadingColor: string;
704
+ loadingColorWarning: string;
705
+ borderWarning: string;
706
+ borderHoverWarning: string;
707
+ colorFocusWarning: string;
708
+ borderFocusWarning: string;
709
+ boxShadowFocusWarning: string;
710
+ caretColorWarning: string;
711
+ loadingColorError: string;
712
+ borderError: string;
713
+ borderHoverError: string;
714
+ colorFocusError: string;
715
+ borderFocusError: string;
716
+ boxShadowFocusError: string;
717
+ caretColorError: string;
718
+ clearColor: string;
719
+ clearColorHover: string;
720
+ clearColorPressed: string;
721
+ iconColor: string;
722
+ iconColorDisabled: string;
723
+ iconColorHover: string;
724
+ iconColorPressed: string;
725
+ suffixTextColor: string;
726
+ paddingTiny: string;
727
+ paddingSmall: string;
728
+ paddingMedium: string;
729
+ paddingLarge: string;
730
+ clearSize: string;
731
+ }, any>;
732
+ }>>>;
733
+ builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
734
+ panelColor: string;
735
+ panelBoxShadow: string;
736
+ panelDividerColor: string;
737
+ itemTextColor: string;
738
+ itemTextColorActive: string;
739
+ itemColorHover: string;
740
+ itemOpacityDisabled: string;
741
+ itemBorderRadius: string;
742
+ borderRadius: string;
743
+ iconColor: string;
744
+ iconColorDisabled: string;
745
+ itemFontSize: string;
746
+ itemHeight: string;
747
+ itemWidth: string;
748
+ panelActionPadding: string;
749
+ }, {
750
+ Scrollbar: Theme<"Scrollbar", {
751
+ height: string;
752
+ width: string;
753
+ borderRadius: string;
754
+ color: string;
755
+ colorHover: string;
756
+ railInsetHorizontalBottom: string;
757
+ railInsetHorizontalTop: string;
758
+ railInsetVerticalRight: string;
759
+ railInsetVerticalLeft: string;
760
+ railColor: string;
761
+ }, any>;
762
+ Button: Theme<"Button", {
763
+ heightTiny: string;
764
+ heightSmall: string;
765
+ heightMedium: string;
766
+ heightLarge: string;
767
+ borderRadiusTiny: string;
768
+ borderRadiusSmall: string;
769
+ borderRadiusMedium: string;
770
+ borderRadiusLarge: string;
771
+ fontSizeTiny: string;
772
+ fontSizeSmall: string;
773
+ fontSizeMedium: string;
774
+ fontSizeLarge: string;
775
+ opacityDisabled: string;
776
+ colorOpacitySecondary: string;
777
+ colorOpacitySecondaryHover: string;
778
+ colorOpacitySecondaryPressed: string;
779
+ colorSecondary: string;
780
+ colorSecondaryHover: string;
781
+ colorSecondaryPressed: string;
782
+ colorTertiary: string;
783
+ colorTertiaryHover: string;
784
+ colorTertiaryPressed: string;
785
+ colorQuaternary: string;
786
+ colorQuaternaryHover: string;
787
+ colorQuaternaryPressed: string;
788
+ color: string;
789
+ colorHover: string;
790
+ colorPressed: string;
791
+ colorFocus: string;
792
+ colorDisabled: string;
793
+ textColor: string;
794
+ textColorTertiary: string;
795
+ textColorHover: string;
796
+ textColorPressed: string;
797
+ textColorFocus: string;
798
+ textColorDisabled: string;
799
+ textColorText: string;
800
+ textColorTextHover: string;
801
+ textColorTextPressed: string;
802
+ textColorTextFocus: string;
803
+ textColorTextDisabled: string;
804
+ textColorGhost: string;
805
+ textColorGhostHover: string;
806
+ textColorGhostPressed: string;
807
+ textColorGhostFocus: string;
808
+ textColorGhostDisabled: string;
809
+ border: string;
810
+ borderHover: string;
811
+ borderPressed: string;
812
+ borderFocus: string;
813
+ borderDisabled: string;
814
+ rippleColor: string;
815
+ colorPrimary: string;
816
+ colorHoverPrimary: string;
817
+ colorPressedPrimary: string;
818
+ colorFocusPrimary: string;
819
+ colorDisabledPrimary: string;
820
+ textColorPrimary: string;
821
+ textColorHoverPrimary: string;
822
+ textColorPressedPrimary: string;
823
+ textColorFocusPrimary: string;
824
+ textColorDisabledPrimary: string;
825
+ textColorTextPrimary: string;
826
+ textColorTextHoverPrimary: string;
827
+ textColorTextPressedPrimary: string;
828
+ textColorTextFocusPrimary: string;
829
+ textColorTextDisabledPrimary: string;
830
+ textColorGhostPrimary: string;
831
+ textColorGhostHoverPrimary: string;
832
+ textColorGhostPressedPrimary: string;
833
+ textColorGhostFocusPrimary: string;
834
+ textColorGhostDisabledPrimary: string;
835
+ borderPrimary: string;
836
+ borderHoverPrimary: string;
837
+ borderPressedPrimary: string;
838
+ borderFocusPrimary: string;
839
+ borderDisabledPrimary: string;
840
+ rippleColorPrimary: string;
841
+ colorInfo: string;
842
+ colorHoverInfo: string;
843
+ colorPressedInfo: string;
844
+ colorFocusInfo: string;
845
+ colorDisabledInfo: string;
846
+ textColorInfo: string;
847
+ textColorHoverInfo: string;
848
+ textColorPressedInfo: string;
849
+ textColorFocusInfo: string;
850
+ textColorDisabledInfo: string;
851
+ textColorTextInfo: string;
852
+ textColorTextHoverInfo: string;
853
+ textColorTextPressedInfo: string;
854
+ textColorTextFocusInfo: string;
855
+ textColorTextDisabledInfo: string;
856
+ textColorGhostInfo: string;
857
+ textColorGhostHoverInfo: string;
858
+ textColorGhostPressedInfo: string;
859
+ textColorGhostFocusInfo: string;
860
+ textColorGhostDisabledInfo: string;
861
+ borderInfo: string;
862
+ borderHoverInfo: string;
863
+ borderPressedInfo: string;
864
+ borderFocusInfo: string;
865
+ borderDisabledInfo: string;
866
+ rippleColorInfo: string;
867
+ colorSuccess: string;
868
+ colorHoverSuccess: string;
869
+ colorPressedSuccess: string;
870
+ colorFocusSuccess: string;
871
+ colorDisabledSuccess: string;
872
+ textColorSuccess: string;
873
+ textColorHoverSuccess: string;
874
+ textColorPressedSuccess: string;
875
+ textColorFocusSuccess: string;
876
+ textColorDisabledSuccess: string;
877
+ textColorTextSuccess: string;
878
+ textColorTextHoverSuccess: string;
879
+ textColorTextPressedSuccess: string;
880
+ textColorTextFocusSuccess: string;
881
+ textColorTextDisabledSuccess: string;
882
+ textColorGhostSuccess: string;
883
+ textColorGhostHoverSuccess: string;
884
+ textColorGhostPressedSuccess: string;
885
+ textColorGhostFocusSuccess: string;
886
+ textColorGhostDisabledSuccess: string;
887
+ borderSuccess: string;
888
+ borderHoverSuccess: string;
889
+ borderPressedSuccess: string;
890
+ borderFocusSuccess: string;
891
+ borderDisabledSuccess: string;
892
+ rippleColorSuccess: string;
893
+ colorWarning: string;
894
+ colorHoverWarning: string;
895
+ colorPressedWarning: string;
896
+ colorFocusWarning: string;
897
+ colorDisabledWarning: string;
898
+ textColorWarning: string;
899
+ textColorHoverWarning: string;
900
+ textColorPressedWarning: string;
901
+ textColorFocusWarning: string;
902
+ textColorDisabledWarning: string;
903
+ textColorTextWarning: string;
904
+ textColorTextHoverWarning: string;
905
+ textColorTextPressedWarning: string;
906
+ textColorTextFocusWarning: string;
907
+ textColorTextDisabledWarning: string;
908
+ textColorGhostWarning: string;
909
+ textColorGhostHoverWarning: string;
910
+ textColorGhostPressedWarning: string;
911
+ textColorGhostFocusWarning: string;
912
+ textColorGhostDisabledWarning: string;
913
+ borderWarning: string;
914
+ borderHoverWarning: string;
915
+ borderPressedWarning: string;
916
+ borderFocusWarning: string;
917
+ borderDisabledWarning: string;
918
+ rippleColorWarning: string;
919
+ colorError: string;
920
+ colorHoverError: string;
921
+ colorPressedError: string;
922
+ colorFocusError: string;
923
+ colorDisabledError: string;
924
+ textColorError: string;
925
+ textColorHoverError: string;
926
+ textColorPressedError: string;
927
+ textColorFocusError: string;
928
+ textColorDisabledError: string;
929
+ textColorTextError: string;
930
+ textColorTextHoverError: string;
931
+ textColorTextPressedError: string;
932
+ textColorTextFocusError: string;
933
+ textColorTextDisabledError: string;
934
+ textColorGhostError: string;
935
+ textColorGhostHoverError: string;
936
+ textColorGhostPressedError: string;
937
+ textColorGhostFocusError: string;
938
+ textColorGhostDisabledError: string;
939
+ borderError: string;
940
+ borderHoverError: string;
941
+ borderPressedError: string;
942
+ borderFocusError: string;
943
+ borderDisabledError: string;
944
+ rippleColorError: string;
945
+ waveOpacity: string;
946
+ fontWeight: string;
947
+ fontWeightStrong: string;
948
+ paddingTiny: string;
949
+ paddingSmall: string;
950
+ paddingMedium: string;
951
+ paddingLarge: string;
952
+ paddingRoundTiny: string;
953
+ paddingRoundSmall: string;
954
+ paddingRoundMedium: string;
955
+ paddingRoundLarge: string;
956
+ iconMarginTiny: string;
957
+ iconMarginSmall: string;
958
+ iconMarginMedium: string;
959
+ iconMarginLarge: string;
960
+ iconSizeTiny: string;
961
+ iconSizeSmall: string;
962
+ iconSizeMedium: string;
963
+ iconSizeLarge: string;
964
+ rippleDuration: string;
965
+ }, any>;
966
+ Input: Theme<"Input", {
967
+ fontWeight: string;
968
+ countTextColorDisabled: string;
969
+ countTextColor: string;
970
+ heightTiny: string;
971
+ heightSmall: string;
972
+ heightMedium: string;
973
+ heightLarge: string;
974
+ fontSizeTiny: string;
975
+ fontSizeSmall: string;
976
+ fontSizeMedium: string;
977
+ fontSizeLarge: string;
978
+ lineHeight: string;
979
+ lineHeightTextarea: string;
980
+ borderRadius: string;
981
+ iconSize: string;
982
+ groupLabelColor: string;
983
+ groupLabelTextColor: string;
984
+ textColor: string;
985
+ textColorDisabled: string;
986
+ textDecorationColor: string;
987
+ caretColor: string;
988
+ placeholderColor: string;
989
+ placeholderColorDisabled: string;
990
+ color: string;
991
+ colorDisabled: string;
992
+ colorFocus: string;
993
+ groupLabelBorder: string;
994
+ border: string;
995
+ borderHover: string;
996
+ borderDisabled: string;
997
+ borderFocus: string;
998
+ boxShadowFocus: string;
999
+ loadingColor: string;
1000
+ loadingColorWarning: string;
1001
+ borderWarning: string;
1002
+ borderHoverWarning: string;
1003
+ colorFocusWarning: string;
1004
+ borderFocusWarning: string;
1005
+ boxShadowFocusWarning: string;
1006
+ caretColorWarning: string;
1007
+ loadingColorError: string;
1008
+ borderError: string;
1009
+ borderHoverError: string;
1010
+ colorFocusError: string;
1011
+ borderFocusError: string;
1012
+ boxShadowFocusError: string;
1013
+ caretColorError: string;
1014
+ clearColor: string;
1015
+ clearColorHover: string;
1016
+ clearColorPressed: string;
1017
+ iconColor: string;
1018
+ iconColorDisabled: string;
1019
+ iconColorHover: string;
1020
+ iconColorPressed: string;
1021
+ suffixTextColor: string;
1022
+ paddingTiny: string;
1023
+ paddingSmall: string;
1024
+ paddingMedium: string;
1025
+ paddingLarge: string;
1026
+ clearSize: string;
1027
+ }, any>;
1028
+ }>>>;
1029
+ }>, {
1030
+ focus: () => void;
1031
+ blur: () => void;
1032
+ mergedStatus: ComputedRef< FormValidationStatus | undefined>;
1033
+ mergedBordered: ComputedRef<boolean>;
1034
+ mergedClsPrefix: Ref<string, string>;
1035
+ namespace: ComputedRef<string | undefined>;
1036
+ uncontrolledValue: Ref<number | null, number | null>;
1037
+ mergedValue: ComputedRef<number | null>;
1038
+ isMounted: Readonly< Ref<boolean, boolean>>;
1039
+ inputInstRef: Ref<{
1040
+ wrapperElRef: HTMLElement | null;
1041
+ textareaElRef: HTMLTextAreaElement | null;
1042
+ inputElRef: HTMLInputElement | null;
1043
+ isCompositing: boolean;
1044
+ blur: () => void;
1045
+ clear: () => void;
1046
+ focus: () => void;
1047
+ select: () => void;
1048
+ activate: () => void;
1049
+ deactivate: () => void;
1050
+ scrollTo: (options: ScrollToOptions) => void;
1051
+ } | null, {
1052
+ wrapperElRef: HTMLElement | null;
1053
+ textareaElRef: HTMLTextAreaElement | null;
1054
+ inputElRef: HTMLInputElement | null;
1055
+ isCompositing: boolean;
1056
+ blur: () => void;
1057
+ clear: () => void;
1058
+ focus: () => void;
1059
+ select: () => void;
1060
+ activate: () => void;
1061
+ deactivate: () => void;
1062
+ scrollTo: (options: ScrollToOptions) => void;
1063
+ } | {
1064
+ wrapperElRef: HTMLElement | null;
1065
+ textareaElRef: HTMLTextAreaElement | null;
1066
+ inputElRef: HTMLInputElement | null;
1067
+ isCompositing: boolean;
1068
+ blur: () => void;
1069
+ clear: () => void;
1070
+ focus: () => void;
1071
+ select: () => void;
1072
+ activate: () => void;
1073
+ deactivate: () => void;
1074
+ scrollTo: (options: ScrollToOptions) => void;
1075
+ } | null>;
1076
+ panelInstRef: Ref<{
1077
+ $el: HTMLElement;
1078
+ hourScrollRef?: {
1079
+ $el: HTMLElement;
1080
+ containerRef: HTMLElement | null;
1081
+ contentRef: HTMLElement | null;
1082
+ containerScrollTop: number;
1083
+ syncUnifiedContainer: () => void;
1084
+ scrollTo: ScrollTo;
1085
+ scrollBy: ScrollBy;
1086
+ sync: () => void;
1087
+ handleMouseEnterWrapper: () => void;
1088
+ handleMouseLeaveWrapper: () => void;
1089
+ } | undefined;
1090
+ minuteScrollRef?: {
1091
+ $el: HTMLElement;
1092
+ containerRef: HTMLElement | null;
1093
+ contentRef: HTMLElement | null;
1094
+ containerScrollTop: number;
1095
+ syncUnifiedContainer: () => void;
1096
+ scrollTo: ScrollTo;
1097
+ scrollBy: ScrollBy;
1098
+ sync: () => void;
1099
+ handleMouseEnterWrapper: () => void;
1100
+ handleMouseLeaveWrapper: () => void;
1101
+ } | undefined;
1102
+ secondScrollRef?: {
1103
+ $el: HTMLElement;
1104
+ containerRef: HTMLElement | null;
1105
+ contentRef: HTMLElement | null;
1106
+ containerScrollTop: number;
1107
+ syncUnifiedContainer: () => void;
1108
+ scrollTo: ScrollTo;
1109
+ scrollBy: ScrollBy;
1110
+ sync: () => void;
1111
+ handleMouseEnterWrapper: () => void;
1112
+ handleMouseLeaveWrapper: () => void;
1113
+ } | undefined;
1114
+ amPmScrollRef?: {
1115
+ $el: HTMLElement;
1116
+ containerRef: HTMLElement | null;
1117
+ contentRef: HTMLElement | null;
1118
+ containerScrollTop: number;
1119
+ syncUnifiedContainer: () => void;
1120
+ scrollTo: ScrollTo;
1121
+ scrollBy: ScrollBy;
1122
+ sync: () => void;
1123
+ handleMouseEnterWrapper: () => void;
1124
+ handleMouseLeaveWrapper: () => void;
1125
+ } | undefined;
1126
+ } | null, PanelRef | {
1127
+ $el: HTMLElement;
1128
+ hourScrollRef?: {
1129
+ $el: HTMLElement;
1130
+ containerRef: HTMLElement | null;
1131
+ contentRef: HTMLElement | null;
1132
+ containerScrollTop: number;
1133
+ syncUnifiedContainer: () => void;
1134
+ scrollTo: ScrollTo;
1135
+ scrollBy: ScrollBy;
1136
+ sync: () => void;
1137
+ handleMouseEnterWrapper: () => void;
1138
+ handleMouseLeaveWrapper: () => void;
1139
+ } | undefined;
1140
+ minuteScrollRef?: {
1141
+ $el: HTMLElement;
1142
+ containerRef: HTMLElement | null;
1143
+ contentRef: HTMLElement | null;
1144
+ containerScrollTop: number;
1145
+ syncUnifiedContainer: () => void;
1146
+ scrollTo: ScrollTo;
1147
+ scrollBy: ScrollBy;
1148
+ sync: () => void;
1149
+ handleMouseEnterWrapper: () => void;
1150
+ handleMouseLeaveWrapper: () => void;
1151
+ } | undefined;
1152
+ secondScrollRef?: {
1153
+ $el: HTMLElement;
1154
+ containerRef: HTMLElement | null;
1155
+ contentRef: HTMLElement | null;
1156
+ containerScrollTop: number;
1157
+ syncUnifiedContainer: () => void;
1158
+ scrollTo: ScrollTo;
1159
+ scrollBy: ScrollBy;
1160
+ sync: () => void;
1161
+ handleMouseEnterWrapper: () => void;
1162
+ handleMouseLeaveWrapper: () => void;
1163
+ } | undefined;
1164
+ amPmScrollRef?: {
1165
+ $el: HTMLElement;
1166
+ containerRef: HTMLElement | null;
1167
+ contentRef: HTMLElement | null;
1168
+ containerScrollTop: number;
1169
+ syncUnifiedContainer: () => void;
1170
+ scrollTo: ScrollTo;
1171
+ scrollBy: ScrollBy;
1172
+ sync: () => void;
1173
+ handleMouseEnterWrapper: () => void;
1174
+ handleMouseLeaveWrapper: () => void;
1175
+ } | undefined;
1176
+ } | null>;
1177
+ adjustedTo: ComputedRef<string | HTMLElement>;
1178
+ mergedShow: ComputedRef<boolean>;
1179
+ localizedClear: ComputedRef<string>;
1180
+ localizedNow: ComputedRef<string>;
1181
+ localizedPlaceholder: ComputedRef<string>;
1182
+ localizedNegativeText: ComputedRef<string>;
1183
+ localizedPositiveText: ComputedRef<string>;
1184
+ hourInFormat: ComputedRef<boolean>;
1185
+ minuteInFormat: ComputedRef<boolean>;
1186
+ secondInFormat: ComputedRef<boolean>;
1187
+ mergedAttrSize: ComputedRef<number>;
1188
+ displayTimeString: Ref<string, string>;
1189
+ mergedSize: ComputedRef<"small" | "medium" | "large">;
1190
+ mergedDisabled: ComputedRef<boolean>;
1191
+ isValueInvalid: ComputedRef<boolean>;
1192
+ isHourInvalid: ComputedRef<boolean>;
1193
+ isMinuteInvalid: ComputedRef<boolean>;
1194
+ isSecondInvalid: ComputedRef<boolean>;
1195
+ transitionDisabled: Ref<boolean, boolean>;
1196
+ hourValue: ComputedRef<number | null>;
1197
+ minuteValue: ComputedRef<number | null>;
1198
+ secondValue: ComputedRef<number | null>;
1199
+ amPmValue: ComputedRef<"am" | "pm" | null>;
1200
+ handleInputKeydown: (e: KeyboardEvent) => void;
1201
+ handleTimeInputFocus: (e: FocusEvent) => void;
1202
+ handleTimeInputBlur: (e: FocusEvent) => void;
1203
+ handleNowClick: () => void;
1204
+ handleConfirmClick: () => void;
1205
+ handleTimeInputUpdateValue: (v: string) => void;
1206
+ handleMenuFocusOut: (e: FocusEvent) => void;
1207
+ handleCancelClick: () => void;
1208
+ handleClickOutside: (e: MouseEvent) => void;
1209
+ handleTimeInputActivate: () => void;
1210
+ handleTimeInputDeactivate: () => void;
1211
+ handleHourClick: (hour: ItemValue) => void;
1212
+ handleMinuteClick: (minute: ItemValue) => void;
1213
+ handleSecondClick: (second: ItemValue) => void;
1214
+ handleAmPmClick: (amPm: ItemValue) => void;
1215
+ handleTimeInputClear: (e: MouseEvent) => void;
1216
+ handleFocusDetectorFocus: () => void;
1217
+ handleMenuKeydown: (e: KeyboardEvent) => void;
1218
+ handleTriggerClick: (e: MouseEvent) => void;
1219
+ mergedTheme: ComputedRef<{
1220
+ common: ThemeCommonVars;
1221
+ self: {
1222
+ panelColor: string;
1223
+ panelBoxShadow: string;
1224
+ panelDividerColor: string;
1225
+ itemTextColor: string;
1226
+ itemTextColorActive: string;
1227
+ itemColorHover: string;
1228
+ itemOpacityDisabled: string;
1229
+ itemBorderRadius: string;
1230
+ borderRadius: string;
1231
+ iconColor: string;
1232
+ iconColorDisabled: string;
1233
+ itemFontSize: string;
1234
+ itemHeight: string;
1235
+ itemWidth: string;
1236
+ panelActionPadding: string;
1237
+ };
1238
+ peers: {
1239
+ Scrollbar: Theme<"Scrollbar", {
1240
+ height: string;
1241
+ width: string;
1242
+ borderRadius: string;
1243
+ color: string;
1244
+ colorHover: string;
1245
+ railInsetHorizontalBottom: string;
1246
+ railInsetHorizontalTop: string;
1247
+ railInsetVerticalRight: string;
1248
+ railInsetVerticalLeft: string;
1249
+ railColor: string;
1250
+ }, any>;
1251
+ Button: Theme<"Button", {
1252
+ heightTiny: string;
1253
+ heightSmall: string;
1254
+ heightMedium: string;
1255
+ heightLarge: string;
1256
+ borderRadiusTiny: string;
1257
+ borderRadiusSmall: string;
1258
+ borderRadiusMedium: string;
1259
+ borderRadiusLarge: string;
1260
+ fontSizeTiny: string;
1261
+ fontSizeSmall: string;
1262
+ fontSizeMedium: string;
1263
+ fontSizeLarge: string;
1264
+ opacityDisabled: string;
1265
+ colorOpacitySecondary: string;
1266
+ colorOpacitySecondaryHover: string;
1267
+ colorOpacitySecondaryPressed: string;
1268
+ colorSecondary: string;
1269
+ colorSecondaryHover: string;
1270
+ colorSecondaryPressed: string;
1271
+ colorTertiary: string;
1272
+ colorTertiaryHover: string;
1273
+ colorTertiaryPressed: string;
1274
+ colorQuaternary: string;
1275
+ colorQuaternaryHover: string;
1276
+ colorQuaternaryPressed: string;
1277
+ color: string;
1278
+ colorHover: string;
1279
+ colorPressed: string;
1280
+ colorFocus: string;
1281
+ colorDisabled: string;
1282
+ textColor: string;
1283
+ textColorTertiary: string;
1284
+ textColorHover: string;
1285
+ textColorPressed: string;
1286
+ textColorFocus: string;
1287
+ textColorDisabled: string;
1288
+ textColorText: string;
1289
+ textColorTextHover: string;
1290
+ textColorTextPressed: string;
1291
+ textColorTextFocus: string;
1292
+ textColorTextDisabled: string;
1293
+ textColorGhost: string;
1294
+ textColorGhostHover: string;
1295
+ textColorGhostPressed: string;
1296
+ textColorGhostFocus: string;
1297
+ textColorGhostDisabled: string;
1298
+ border: string;
1299
+ borderHover: string;
1300
+ borderPressed: string;
1301
+ borderFocus: string;
1302
+ borderDisabled: string;
1303
+ rippleColor: string;
1304
+ colorPrimary: string;
1305
+ colorHoverPrimary: string;
1306
+ colorPressedPrimary: string;
1307
+ colorFocusPrimary: string;
1308
+ colorDisabledPrimary: string;
1309
+ textColorPrimary: string;
1310
+ textColorHoverPrimary: string;
1311
+ textColorPressedPrimary: string;
1312
+ textColorFocusPrimary: string;
1313
+ textColorDisabledPrimary: string;
1314
+ textColorTextPrimary: string;
1315
+ textColorTextHoverPrimary: string;
1316
+ textColorTextPressedPrimary: string;
1317
+ textColorTextFocusPrimary: string;
1318
+ textColorTextDisabledPrimary: string;
1319
+ textColorGhostPrimary: string;
1320
+ textColorGhostHoverPrimary: string;
1321
+ textColorGhostPressedPrimary: string;
1322
+ textColorGhostFocusPrimary: string;
1323
+ textColorGhostDisabledPrimary: string;
1324
+ borderPrimary: string;
1325
+ borderHoverPrimary: string;
1326
+ borderPressedPrimary: string;
1327
+ borderFocusPrimary: string;
1328
+ borderDisabledPrimary: string;
1329
+ rippleColorPrimary: string;
1330
+ colorInfo: string;
1331
+ colorHoverInfo: string;
1332
+ colorPressedInfo: string;
1333
+ colorFocusInfo: string;
1334
+ colorDisabledInfo: string;
1335
+ textColorInfo: string;
1336
+ textColorHoverInfo: string;
1337
+ textColorPressedInfo: string;
1338
+ textColorFocusInfo: string;
1339
+ textColorDisabledInfo: string;
1340
+ textColorTextInfo: string;
1341
+ textColorTextHoverInfo: string;
1342
+ textColorTextPressedInfo: string;
1343
+ textColorTextFocusInfo: string;
1344
+ textColorTextDisabledInfo: string;
1345
+ textColorGhostInfo: string;
1346
+ textColorGhostHoverInfo: string;
1347
+ textColorGhostPressedInfo: string;
1348
+ textColorGhostFocusInfo: string;
1349
+ textColorGhostDisabledInfo: string;
1350
+ borderInfo: string;
1351
+ borderHoverInfo: string;
1352
+ borderPressedInfo: string;
1353
+ borderFocusInfo: string;
1354
+ borderDisabledInfo: string;
1355
+ rippleColorInfo: string;
1356
+ colorSuccess: string;
1357
+ colorHoverSuccess: string;
1358
+ colorPressedSuccess: string;
1359
+ colorFocusSuccess: string;
1360
+ colorDisabledSuccess: string;
1361
+ textColorSuccess: string;
1362
+ textColorHoverSuccess: string;
1363
+ textColorPressedSuccess: string;
1364
+ textColorFocusSuccess: string;
1365
+ textColorDisabledSuccess: string;
1366
+ textColorTextSuccess: string;
1367
+ textColorTextHoverSuccess: string;
1368
+ textColorTextPressedSuccess: string;
1369
+ textColorTextFocusSuccess: string;
1370
+ textColorTextDisabledSuccess: string;
1371
+ textColorGhostSuccess: string;
1372
+ textColorGhostHoverSuccess: string;
1373
+ textColorGhostPressedSuccess: string;
1374
+ textColorGhostFocusSuccess: string;
1375
+ textColorGhostDisabledSuccess: string;
1376
+ borderSuccess: string;
1377
+ borderHoverSuccess: string;
1378
+ borderPressedSuccess: string;
1379
+ borderFocusSuccess: string;
1380
+ borderDisabledSuccess: string;
1381
+ rippleColorSuccess: string;
1382
+ colorWarning: string;
1383
+ colorHoverWarning: string;
1384
+ colorPressedWarning: string;
1385
+ colorFocusWarning: string;
1386
+ colorDisabledWarning: string;
1387
+ textColorWarning: string;
1388
+ textColorHoverWarning: string;
1389
+ textColorPressedWarning: string;
1390
+ textColorFocusWarning: string;
1391
+ textColorDisabledWarning: string;
1392
+ textColorTextWarning: string;
1393
+ textColorTextHoverWarning: string;
1394
+ textColorTextPressedWarning: string;
1395
+ textColorTextFocusWarning: string;
1396
+ textColorTextDisabledWarning: string;
1397
+ textColorGhostWarning: string;
1398
+ textColorGhostHoverWarning: string;
1399
+ textColorGhostPressedWarning: string;
1400
+ textColorGhostFocusWarning: string;
1401
+ textColorGhostDisabledWarning: string;
1402
+ borderWarning: string;
1403
+ borderHoverWarning: string;
1404
+ borderPressedWarning: string;
1405
+ borderFocusWarning: string;
1406
+ borderDisabledWarning: string;
1407
+ rippleColorWarning: string;
1408
+ colorError: string;
1409
+ colorHoverError: string;
1410
+ colorPressedError: string;
1411
+ colorFocusError: string;
1412
+ colorDisabledError: string;
1413
+ textColorError: string;
1414
+ textColorHoverError: string;
1415
+ textColorPressedError: string;
1416
+ textColorFocusError: string;
1417
+ textColorDisabledError: string;
1418
+ textColorTextError: string;
1419
+ textColorTextHoverError: string;
1420
+ textColorTextPressedError: string;
1421
+ textColorTextFocusError: string;
1422
+ textColorTextDisabledError: string;
1423
+ textColorGhostError: string;
1424
+ textColorGhostHoverError: string;
1425
+ textColorGhostPressedError: string;
1426
+ textColorGhostFocusError: string;
1427
+ textColorGhostDisabledError: string;
1428
+ borderError: string;
1429
+ borderHoverError: string;
1430
+ borderPressedError: string;
1431
+ borderFocusError: string;
1432
+ borderDisabledError: string;
1433
+ rippleColorError: string;
1434
+ waveOpacity: string;
1435
+ fontWeight: string;
1436
+ fontWeightStrong: string;
1437
+ paddingTiny: string;
1438
+ paddingSmall: string;
1439
+ paddingMedium: string;
1440
+ paddingLarge: string;
1441
+ paddingRoundTiny: string;
1442
+ paddingRoundSmall: string;
1443
+ paddingRoundMedium: string;
1444
+ paddingRoundLarge: string;
1445
+ iconMarginTiny: string;
1446
+ iconMarginSmall: string;
1447
+ iconMarginMedium: string;
1448
+ iconMarginLarge: string;
1449
+ iconSizeTiny: string;
1450
+ iconSizeSmall: string;
1451
+ iconSizeMedium: string;
1452
+ iconSizeLarge: string;
1453
+ rippleDuration: string;
1454
+ }, any>;
1455
+ Input: Theme<"Input", {
1456
+ fontWeight: string;
1457
+ countTextColorDisabled: string;
1458
+ countTextColor: string;
1459
+ heightTiny: string;
1460
+ heightSmall: string;
1461
+ heightMedium: string;
1462
+ heightLarge: string;
1463
+ fontSizeTiny: string;
1464
+ fontSizeSmall: string;
1465
+ fontSizeMedium: string;
1466
+ fontSizeLarge: string;
1467
+ lineHeight: string;
1468
+ lineHeightTextarea: string;
1469
+ borderRadius: string;
1470
+ iconSize: string;
1471
+ groupLabelColor: string;
1472
+ groupLabelTextColor: string;
1473
+ textColor: string;
1474
+ textColorDisabled: string;
1475
+ textDecorationColor: string;
1476
+ caretColor: string;
1477
+ placeholderColor: string;
1478
+ placeholderColorDisabled: string;
1479
+ color: string;
1480
+ colorDisabled: string;
1481
+ colorFocus: string;
1482
+ groupLabelBorder: string;
1483
+ border: string;
1484
+ borderHover: string;
1485
+ borderDisabled: string;
1486
+ borderFocus: string;
1487
+ boxShadowFocus: string;
1488
+ loadingColor: string;
1489
+ loadingColorWarning: string;
1490
+ borderWarning: string;
1491
+ borderHoverWarning: string;
1492
+ colorFocusWarning: string;
1493
+ borderFocusWarning: string;
1494
+ boxShadowFocusWarning: string;
1495
+ caretColorWarning: string;
1496
+ loadingColorError: string;
1497
+ borderError: string;
1498
+ borderHoverError: string;
1499
+ colorFocusError: string;
1500
+ borderFocusError: string;
1501
+ boxShadowFocusError: string;
1502
+ caretColorError: string;
1503
+ clearColor: string;
1504
+ clearColorHover: string;
1505
+ clearColorPressed: string;
1506
+ iconColor: string;
1507
+ iconColorDisabled: string;
1508
+ iconColorHover: string;
1509
+ iconColorPressed: string;
1510
+ suffixTextColor: string;
1511
+ paddingTiny: string;
1512
+ paddingSmall: string;
1513
+ paddingMedium: string;
1514
+ paddingLarge: string;
1515
+ clearSize: string;
1516
+ }, any>;
1517
+ };
1518
+ peerOverrides: {
1519
+ Scrollbar?: {
1520
+ peers?: {
1521
+ [x: string]: any;
1522
+ } | undefined;
1523
+ } | undefined;
1524
+ Button?: {
1525
+ peers?: {
1526
+ [x: string]: any;
1527
+ } | undefined;
1528
+ } | undefined;
1529
+ Input?: {
1530
+ peers?: {
1531
+ [x: string]: any;
1532
+ } | undefined;
1533
+ } | undefined;
1534
+ };
1535
+ }>;
1536
+ triggerCssVars: ComputedRef<{
1537
+ "--n-icon-color-override": string;
1538
+ "--n-icon-color-disabled-override": string;
1539
+ "--n-bezier": string;
1540
+ }> | undefined;
1541
+ triggerThemeClass: Ref<string, string> | undefined;
1542
+ triggerOnRender: (() => void) | undefined;
1543
+ cssVars: ComputedRef<{
1544
+ "--n-bezier": string;
1545
+ "--n-border-radius": string;
1546
+ "--n-item-color-hover": string;
1547
+ "--n-item-font-size": string;
1548
+ "--n-item-height": string;
1549
+ "--n-item-opacity-disabled": string;
1550
+ "--n-item-text-color": string;
1551
+ "--n-item-text-color-active": string;
1552
+ "--n-item-width": string;
1553
+ "--n-panel-action-padding": string;
1554
+ "--n-panel-box-shadow": string;
1555
+ "--n-panel-color": string;
1556
+ "--n-panel-divider-color": string;
1557
+ "--n-item-border-radius": string;
1558
+ }> | undefined;
1559
+ themeClass: Ref<string, string> | undefined;
1560
+ onRender: (() => void) | undefined;
1561
+ clearSelectedValue: () => void;
1562
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1563
+ to: {
1564
+ type: PropType<HTMLElement | string | boolean>;
1565
+ default: undefined;
1566
+ };
1567
+ bordered: {
1568
+ type: PropType<boolean | undefined>;
1569
+ default: undefined;
1570
+ };
1571
+ actions: PropType<Array<"clear" | "now" | "confirm"> | null>;
1572
+ defaultValue: {
1573
+ type: PropType<number | null>;
1574
+ default: null;
1575
+ };
1576
+ defaultFormattedValue: StringConstructor;
1577
+ placeholder: StringConstructor;
1578
+ placement: {
1579
+ type: PropType<PopoverPlacement>;
1580
+ default: string;
1581
+ };
1582
+ value: PropType<number | null>;
1583
+ format: {
1584
+ type: StringConstructor;
1585
+ default: string;
1586
+ };
1587
+ valueFormat: StringConstructor;
1588
+ formattedValue: PropType<string | null>;
1589
+ isHourDisabled: PropType<IsHourDisabled>;
1590
+ size: PropType<Size>;
1591
+ isMinuteDisabled: PropType<IsMinuteDisabled>;
1592
+ isSecondDisabled: PropType<IsSecondDisabled>;
1593
+ inputReadonly: BooleanConstructor;
1594
+ clearable: BooleanConstructor;
1595
+ status: PropType<FormValidationStatus>;
1596
+ 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
1597
+ onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
1598
+ 'onUpdate:show': PropType<MaybeArray<(show: boolean) => void>>;
1599
+ onUpdateShow: PropType<MaybeArray<(show: boolean) => void>>;
1600
+ onUpdateFormattedValue: PropType<MaybeArray<OnUpdateFormattedValue>>;
1601
+ 'onUpdate:formattedValue': PropType<MaybeArray<OnUpdateFormattedValue>>;
1602
+ onBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
1603
+ onConfirm: PropType<MaybeArray<(value: number & null, formattedValue: string & null) => void>>;
1604
+ onClear: PropType<() => void>;
1605
+ onFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
1606
+ timeZone: StringConstructor;
1607
+ showIcon: {
1608
+ type: BooleanConstructor;
1609
+ default: boolean;
1610
+ };
1611
+ disabled: {
1612
+ type: PropType<boolean | undefined>;
1613
+ default: undefined;
1614
+ };
1615
+ show: {
1616
+ type: PropType<boolean | undefined>;
1617
+ default: undefined;
1618
+ };
1619
+ hours: {
1620
+ type: PropType<MaybeArray<number>>;
1621
+ validator: (value: MaybeArray<number>) => boolean;
1622
+ };
1623
+ minutes: {
1624
+ type: PropType<MaybeArray<number>>;
1625
+ validator: (value: MaybeArray<number>) => boolean;
1626
+ };
1627
+ seconds: {
1628
+ type: PropType<MaybeArray<number>>;
1629
+ validator: (value: MaybeArray<number>) => boolean;
1630
+ };
1631
+ use12Hours: BooleanConstructor;
1632
+ stateful: {
1633
+ type: BooleanConstructor;
1634
+ default: boolean;
1635
+ };
1636
+ onChange: PropType< MaybeArray<OnUpdateValue> | undefined>;
1637
+ theme: PropType<Theme<"TimePicker", {
1638
+ panelColor: string;
1639
+ panelBoxShadow: string;
1640
+ panelDividerColor: string;
1641
+ itemTextColor: string;
1642
+ itemTextColorActive: string;
1643
+ itemColorHover: string;
1644
+ itemOpacityDisabled: string;
1645
+ itemBorderRadius: string;
1646
+ borderRadius: string;
1647
+ iconColor: string;
1648
+ iconColorDisabled: string;
1649
+ itemFontSize: string;
1650
+ itemHeight: string;
1651
+ itemWidth: string;
1652
+ panelActionPadding: string;
1653
+ }, {
1654
+ Scrollbar: Theme<"Scrollbar", {
1655
+ height: string;
1656
+ width: string;
1657
+ borderRadius: string;
1658
+ color: string;
1659
+ colorHover: string;
1660
+ railInsetHorizontalBottom: string;
1661
+ railInsetHorizontalTop: string;
1662
+ railInsetVerticalRight: string;
1663
+ railInsetVerticalLeft: string;
1664
+ railColor: string;
1665
+ }, any>;
1666
+ Button: Theme<"Button", {
1667
+ heightTiny: string;
1668
+ heightSmall: string;
1669
+ heightMedium: string;
1670
+ heightLarge: string;
1671
+ borderRadiusTiny: string;
1672
+ borderRadiusSmall: string;
1673
+ borderRadiusMedium: string;
1674
+ borderRadiusLarge: string;
1675
+ fontSizeTiny: string;
1676
+ fontSizeSmall: string;
1677
+ fontSizeMedium: string;
1678
+ fontSizeLarge: string;
1679
+ opacityDisabled: string;
1680
+ colorOpacitySecondary: string;
1681
+ colorOpacitySecondaryHover: string;
1682
+ colorOpacitySecondaryPressed: string;
1683
+ colorSecondary: string;
1684
+ colorSecondaryHover: string;
1685
+ colorSecondaryPressed: string;
1686
+ colorTertiary: string;
1687
+ colorTertiaryHover: string;
1688
+ colorTertiaryPressed: string;
1689
+ colorQuaternary: string;
1690
+ colorQuaternaryHover: string;
1691
+ colorQuaternaryPressed: string;
1692
+ color: string;
1693
+ colorHover: string;
1694
+ colorPressed: string;
1695
+ colorFocus: string;
1696
+ colorDisabled: string;
1697
+ textColor: string;
1698
+ textColorTertiary: string;
1699
+ textColorHover: string;
1700
+ textColorPressed: string;
1701
+ textColorFocus: string;
1702
+ textColorDisabled: string;
1703
+ textColorText: string;
1704
+ textColorTextHover: string;
1705
+ textColorTextPressed: string;
1706
+ textColorTextFocus: string;
1707
+ textColorTextDisabled: string;
1708
+ textColorGhost: string;
1709
+ textColorGhostHover: string;
1710
+ textColorGhostPressed: string;
1711
+ textColorGhostFocus: string;
1712
+ textColorGhostDisabled: string;
1713
+ border: string;
1714
+ borderHover: string;
1715
+ borderPressed: string;
1716
+ borderFocus: string;
1717
+ borderDisabled: string;
1718
+ rippleColor: string;
1719
+ colorPrimary: string;
1720
+ colorHoverPrimary: string;
1721
+ colorPressedPrimary: string;
1722
+ colorFocusPrimary: string;
1723
+ colorDisabledPrimary: string;
1724
+ textColorPrimary: string;
1725
+ textColorHoverPrimary: string;
1726
+ textColorPressedPrimary: string;
1727
+ textColorFocusPrimary: string;
1728
+ textColorDisabledPrimary: string;
1729
+ textColorTextPrimary: string;
1730
+ textColorTextHoverPrimary: string;
1731
+ textColorTextPressedPrimary: string;
1732
+ textColorTextFocusPrimary: string;
1733
+ textColorTextDisabledPrimary: string;
1734
+ textColorGhostPrimary: string;
1735
+ textColorGhostHoverPrimary: string;
1736
+ textColorGhostPressedPrimary: string;
1737
+ textColorGhostFocusPrimary: string;
1738
+ textColorGhostDisabledPrimary: string;
1739
+ borderPrimary: string;
1740
+ borderHoverPrimary: string;
1741
+ borderPressedPrimary: string;
1742
+ borderFocusPrimary: string;
1743
+ borderDisabledPrimary: string;
1744
+ rippleColorPrimary: string;
1745
+ colorInfo: string;
1746
+ colorHoverInfo: string;
1747
+ colorPressedInfo: string;
1748
+ colorFocusInfo: string;
1749
+ colorDisabledInfo: string;
1750
+ textColorInfo: string;
1751
+ textColorHoverInfo: string;
1752
+ textColorPressedInfo: string;
1753
+ textColorFocusInfo: string;
1754
+ textColorDisabledInfo: string;
1755
+ textColorTextInfo: string;
1756
+ textColorTextHoverInfo: string;
1757
+ textColorTextPressedInfo: string;
1758
+ textColorTextFocusInfo: string;
1759
+ textColorTextDisabledInfo: string;
1760
+ textColorGhostInfo: string;
1761
+ textColorGhostHoverInfo: string;
1762
+ textColorGhostPressedInfo: string;
1763
+ textColorGhostFocusInfo: string;
1764
+ textColorGhostDisabledInfo: string;
1765
+ borderInfo: string;
1766
+ borderHoverInfo: string;
1767
+ borderPressedInfo: string;
1768
+ borderFocusInfo: string;
1769
+ borderDisabledInfo: string;
1770
+ rippleColorInfo: string;
1771
+ colorSuccess: string;
1772
+ colorHoverSuccess: string;
1773
+ colorPressedSuccess: string;
1774
+ colorFocusSuccess: string;
1775
+ colorDisabledSuccess: string;
1776
+ textColorSuccess: string;
1777
+ textColorHoverSuccess: string;
1778
+ textColorPressedSuccess: string;
1779
+ textColorFocusSuccess: string;
1780
+ textColorDisabledSuccess: string;
1781
+ textColorTextSuccess: string;
1782
+ textColorTextHoverSuccess: string;
1783
+ textColorTextPressedSuccess: string;
1784
+ textColorTextFocusSuccess: string;
1785
+ textColorTextDisabledSuccess: string;
1786
+ textColorGhostSuccess: string;
1787
+ textColorGhostHoverSuccess: string;
1788
+ textColorGhostPressedSuccess: string;
1789
+ textColorGhostFocusSuccess: string;
1790
+ textColorGhostDisabledSuccess: string;
1791
+ borderSuccess: string;
1792
+ borderHoverSuccess: string;
1793
+ borderPressedSuccess: string;
1794
+ borderFocusSuccess: string;
1795
+ borderDisabledSuccess: string;
1796
+ rippleColorSuccess: string;
1797
+ colorWarning: string;
1798
+ colorHoverWarning: string;
1799
+ colorPressedWarning: string;
1800
+ colorFocusWarning: string;
1801
+ colorDisabledWarning: string;
1802
+ textColorWarning: string;
1803
+ textColorHoverWarning: string;
1804
+ textColorPressedWarning: string;
1805
+ textColorFocusWarning: string;
1806
+ textColorDisabledWarning: string;
1807
+ textColorTextWarning: string;
1808
+ textColorTextHoverWarning: string;
1809
+ textColorTextPressedWarning: string;
1810
+ textColorTextFocusWarning: string;
1811
+ textColorTextDisabledWarning: string;
1812
+ textColorGhostWarning: string;
1813
+ textColorGhostHoverWarning: string;
1814
+ textColorGhostPressedWarning: string;
1815
+ textColorGhostFocusWarning: string;
1816
+ textColorGhostDisabledWarning: string;
1817
+ borderWarning: string;
1818
+ borderHoverWarning: string;
1819
+ borderPressedWarning: string;
1820
+ borderFocusWarning: string;
1821
+ borderDisabledWarning: string;
1822
+ rippleColorWarning: string;
1823
+ colorError: string;
1824
+ colorHoverError: string;
1825
+ colorPressedError: string;
1826
+ colorFocusError: string;
1827
+ colorDisabledError: string;
1828
+ textColorError: string;
1829
+ textColorHoverError: string;
1830
+ textColorPressedError: string;
1831
+ textColorFocusError: string;
1832
+ textColorDisabledError: string;
1833
+ textColorTextError: string;
1834
+ textColorTextHoverError: string;
1835
+ textColorTextPressedError: string;
1836
+ textColorTextFocusError: string;
1837
+ textColorTextDisabledError: string;
1838
+ textColorGhostError: string;
1839
+ textColorGhostHoverError: string;
1840
+ textColorGhostPressedError: string;
1841
+ textColorGhostFocusError: string;
1842
+ textColorGhostDisabledError: string;
1843
+ borderError: string;
1844
+ borderHoverError: string;
1845
+ borderPressedError: string;
1846
+ borderFocusError: string;
1847
+ borderDisabledError: string;
1848
+ rippleColorError: string;
1849
+ waveOpacity: string;
1850
+ fontWeight: string;
1851
+ fontWeightStrong: string;
1852
+ paddingTiny: string;
1853
+ paddingSmall: string;
1854
+ paddingMedium: string;
1855
+ paddingLarge: string;
1856
+ paddingRoundTiny: string;
1857
+ paddingRoundSmall: string;
1858
+ paddingRoundMedium: string;
1859
+ paddingRoundLarge: string;
1860
+ iconMarginTiny: string;
1861
+ iconMarginSmall: string;
1862
+ iconMarginMedium: string;
1863
+ iconMarginLarge: string;
1864
+ iconSizeTiny: string;
1865
+ iconSizeSmall: string;
1866
+ iconSizeMedium: string;
1867
+ iconSizeLarge: string;
1868
+ rippleDuration: string;
1869
+ }, any>;
1870
+ Input: Theme<"Input", {
1871
+ fontWeight: string;
1872
+ countTextColorDisabled: string;
1873
+ countTextColor: string;
1874
+ heightTiny: string;
1875
+ heightSmall: string;
1876
+ heightMedium: string;
1877
+ heightLarge: string;
1878
+ fontSizeTiny: string;
1879
+ fontSizeSmall: string;
1880
+ fontSizeMedium: string;
1881
+ fontSizeLarge: string;
1882
+ lineHeight: string;
1883
+ lineHeightTextarea: string;
1884
+ borderRadius: string;
1885
+ iconSize: string;
1886
+ groupLabelColor: string;
1887
+ groupLabelTextColor: string;
1888
+ textColor: string;
1889
+ textColorDisabled: string;
1890
+ textDecorationColor: string;
1891
+ caretColor: string;
1892
+ placeholderColor: string;
1893
+ placeholderColorDisabled: string;
1894
+ color: string;
1895
+ colorDisabled: string;
1896
+ colorFocus: string;
1897
+ groupLabelBorder: string;
1898
+ border: string;
1899
+ borderHover: string;
1900
+ borderDisabled: string;
1901
+ borderFocus: string;
1902
+ boxShadowFocus: string;
1903
+ loadingColor: string;
1904
+ loadingColorWarning: string;
1905
+ borderWarning: string;
1906
+ borderHoverWarning: string;
1907
+ colorFocusWarning: string;
1908
+ borderFocusWarning: string;
1909
+ boxShadowFocusWarning: string;
1910
+ caretColorWarning: string;
1911
+ loadingColorError: string;
1912
+ borderError: string;
1913
+ borderHoverError: string;
1914
+ colorFocusError: string;
1915
+ borderFocusError: string;
1916
+ boxShadowFocusError: string;
1917
+ caretColorError: string;
1918
+ clearColor: string;
1919
+ clearColorHover: string;
1920
+ clearColorPressed: string;
1921
+ iconColor: string;
1922
+ iconColorDisabled: string;
1923
+ iconColorHover: string;
1924
+ iconColorPressed: string;
1925
+ suffixTextColor: string;
1926
+ paddingTiny: string;
1927
+ paddingSmall: string;
1928
+ paddingMedium: string;
1929
+ paddingLarge: string;
1930
+ clearSize: string;
1931
+ }, any>;
1932
+ }>>;
1933
+ themeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
1934
+ panelColor: string;
1935
+ panelBoxShadow: string;
1936
+ panelDividerColor: string;
1937
+ itemTextColor: string;
1938
+ itemTextColorActive: string;
1939
+ itemColorHover: string;
1940
+ itemOpacityDisabled: string;
1941
+ itemBorderRadius: string;
1942
+ borderRadius: string;
1943
+ iconColor: string;
1944
+ iconColorDisabled: string;
1945
+ itemFontSize: string;
1946
+ itemHeight: string;
1947
+ itemWidth: string;
1948
+ panelActionPadding: string;
1949
+ }, {
1950
+ Scrollbar: Theme<"Scrollbar", {
1951
+ height: string;
1952
+ width: string;
1953
+ borderRadius: string;
1954
+ color: string;
1955
+ colorHover: string;
1956
+ railInsetHorizontalBottom: string;
1957
+ railInsetHorizontalTop: string;
1958
+ railInsetVerticalRight: string;
1959
+ railInsetVerticalLeft: string;
1960
+ railColor: string;
1961
+ }, any>;
1962
+ Button: Theme<"Button", {
1963
+ heightTiny: string;
1964
+ heightSmall: string;
1965
+ heightMedium: string;
1966
+ heightLarge: string;
1967
+ borderRadiusTiny: string;
1968
+ borderRadiusSmall: string;
1969
+ borderRadiusMedium: string;
1970
+ borderRadiusLarge: string;
1971
+ fontSizeTiny: string;
1972
+ fontSizeSmall: string;
1973
+ fontSizeMedium: string;
1974
+ fontSizeLarge: string;
1975
+ opacityDisabled: string;
1976
+ colorOpacitySecondary: string;
1977
+ colorOpacitySecondaryHover: string;
1978
+ colorOpacitySecondaryPressed: string;
1979
+ colorSecondary: string;
1980
+ colorSecondaryHover: string;
1981
+ colorSecondaryPressed: string;
1982
+ colorTertiary: string;
1983
+ colorTertiaryHover: string;
1984
+ colorTertiaryPressed: string;
1985
+ colorQuaternary: string;
1986
+ colorQuaternaryHover: string;
1987
+ colorQuaternaryPressed: string;
1988
+ color: string;
1989
+ colorHover: string;
1990
+ colorPressed: string;
1991
+ colorFocus: string;
1992
+ colorDisabled: string;
1993
+ textColor: string;
1994
+ textColorTertiary: string;
1995
+ textColorHover: string;
1996
+ textColorPressed: string;
1997
+ textColorFocus: string;
1998
+ textColorDisabled: string;
1999
+ textColorText: string;
2000
+ textColorTextHover: string;
2001
+ textColorTextPressed: string;
2002
+ textColorTextFocus: string;
2003
+ textColorTextDisabled: string;
2004
+ textColorGhost: string;
2005
+ textColorGhostHover: string;
2006
+ textColorGhostPressed: string;
2007
+ textColorGhostFocus: string;
2008
+ textColorGhostDisabled: string;
2009
+ border: string;
2010
+ borderHover: string;
2011
+ borderPressed: string;
2012
+ borderFocus: string;
2013
+ borderDisabled: string;
2014
+ rippleColor: string;
2015
+ colorPrimary: string;
2016
+ colorHoverPrimary: string;
2017
+ colorPressedPrimary: string;
2018
+ colorFocusPrimary: string;
2019
+ colorDisabledPrimary: string;
2020
+ textColorPrimary: string;
2021
+ textColorHoverPrimary: string;
2022
+ textColorPressedPrimary: string;
2023
+ textColorFocusPrimary: string;
2024
+ textColorDisabledPrimary: string;
2025
+ textColorTextPrimary: string;
2026
+ textColorTextHoverPrimary: string;
2027
+ textColorTextPressedPrimary: string;
2028
+ textColorTextFocusPrimary: string;
2029
+ textColorTextDisabledPrimary: string;
2030
+ textColorGhostPrimary: string;
2031
+ textColorGhostHoverPrimary: string;
2032
+ textColorGhostPressedPrimary: string;
2033
+ textColorGhostFocusPrimary: string;
2034
+ textColorGhostDisabledPrimary: string;
2035
+ borderPrimary: string;
2036
+ borderHoverPrimary: string;
2037
+ borderPressedPrimary: string;
2038
+ borderFocusPrimary: string;
2039
+ borderDisabledPrimary: string;
2040
+ rippleColorPrimary: string;
2041
+ colorInfo: string;
2042
+ colorHoverInfo: string;
2043
+ colorPressedInfo: string;
2044
+ colorFocusInfo: string;
2045
+ colorDisabledInfo: string;
2046
+ textColorInfo: string;
2047
+ textColorHoverInfo: string;
2048
+ textColorPressedInfo: string;
2049
+ textColorFocusInfo: string;
2050
+ textColorDisabledInfo: string;
2051
+ textColorTextInfo: string;
2052
+ textColorTextHoverInfo: string;
2053
+ textColorTextPressedInfo: string;
2054
+ textColorTextFocusInfo: string;
2055
+ textColorTextDisabledInfo: string;
2056
+ textColorGhostInfo: string;
2057
+ textColorGhostHoverInfo: string;
2058
+ textColorGhostPressedInfo: string;
2059
+ textColorGhostFocusInfo: string;
2060
+ textColorGhostDisabledInfo: string;
2061
+ borderInfo: string;
2062
+ borderHoverInfo: string;
2063
+ borderPressedInfo: string;
2064
+ borderFocusInfo: string;
2065
+ borderDisabledInfo: string;
2066
+ rippleColorInfo: string;
2067
+ colorSuccess: string;
2068
+ colorHoverSuccess: string;
2069
+ colorPressedSuccess: string;
2070
+ colorFocusSuccess: string;
2071
+ colorDisabledSuccess: string;
2072
+ textColorSuccess: string;
2073
+ textColorHoverSuccess: string;
2074
+ textColorPressedSuccess: string;
2075
+ textColorFocusSuccess: string;
2076
+ textColorDisabledSuccess: string;
2077
+ textColorTextSuccess: string;
2078
+ textColorTextHoverSuccess: string;
2079
+ textColorTextPressedSuccess: string;
2080
+ textColorTextFocusSuccess: string;
2081
+ textColorTextDisabledSuccess: string;
2082
+ textColorGhostSuccess: string;
2083
+ textColorGhostHoverSuccess: string;
2084
+ textColorGhostPressedSuccess: string;
2085
+ textColorGhostFocusSuccess: string;
2086
+ textColorGhostDisabledSuccess: string;
2087
+ borderSuccess: string;
2088
+ borderHoverSuccess: string;
2089
+ borderPressedSuccess: string;
2090
+ borderFocusSuccess: string;
2091
+ borderDisabledSuccess: string;
2092
+ rippleColorSuccess: string;
2093
+ colorWarning: string;
2094
+ colorHoverWarning: string;
2095
+ colorPressedWarning: string;
2096
+ colorFocusWarning: string;
2097
+ colorDisabledWarning: string;
2098
+ textColorWarning: string;
2099
+ textColorHoverWarning: string;
2100
+ textColorPressedWarning: string;
2101
+ textColorFocusWarning: string;
2102
+ textColorDisabledWarning: string;
2103
+ textColorTextWarning: string;
2104
+ textColorTextHoverWarning: string;
2105
+ textColorTextPressedWarning: string;
2106
+ textColorTextFocusWarning: string;
2107
+ textColorTextDisabledWarning: string;
2108
+ textColorGhostWarning: string;
2109
+ textColorGhostHoverWarning: string;
2110
+ textColorGhostPressedWarning: string;
2111
+ textColorGhostFocusWarning: string;
2112
+ textColorGhostDisabledWarning: string;
2113
+ borderWarning: string;
2114
+ borderHoverWarning: string;
2115
+ borderPressedWarning: string;
2116
+ borderFocusWarning: string;
2117
+ borderDisabledWarning: string;
2118
+ rippleColorWarning: string;
2119
+ colorError: string;
2120
+ colorHoverError: string;
2121
+ colorPressedError: string;
2122
+ colorFocusError: string;
2123
+ colorDisabledError: string;
2124
+ textColorError: string;
2125
+ textColorHoverError: string;
2126
+ textColorPressedError: string;
2127
+ textColorFocusError: string;
2128
+ textColorDisabledError: string;
2129
+ textColorTextError: string;
2130
+ textColorTextHoverError: string;
2131
+ textColorTextPressedError: string;
2132
+ textColorTextFocusError: string;
2133
+ textColorTextDisabledError: string;
2134
+ textColorGhostError: string;
2135
+ textColorGhostHoverError: string;
2136
+ textColorGhostPressedError: string;
2137
+ textColorGhostFocusError: string;
2138
+ textColorGhostDisabledError: string;
2139
+ borderError: string;
2140
+ borderHoverError: string;
2141
+ borderPressedError: string;
2142
+ borderFocusError: string;
2143
+ borderDisabledError: string;
2144
+ rippleColorError: string;
2145
+ waveOpacity: string;
2146
+ fontWeight: string;
2147
+ fontWeightStrong: string;
2148
+ paddingTiny: string;
2149
+ paddingSmall: string;
2150
+ paddingMedium: string;
2151
+ paddingLarge: string;
2152
+ paddingRoundTiny: string;
2153
+ paddingRoundSmall: string;
2154
+ paddingRoundMedium: string;
2155
+ paddingRoundLarge: string;
2156
+ iconMarginTiny: string;
2157
+ iconMarginSmall: string;
2158
+ iconMarginMedium: string;
2159
+ iconMarginLarge: string;
2160
+ iconSizeTiny: string;
2161
+ iconSizeSmall: string;
2162
+ iconSizeMedium: string;
2163
+ iconSizeLarge: string;
2164
+ rippleDuration: string;
2165
+ }, any>;
2166
+ Input: Theme<"Input", {
2167
+ fontWeight: string;
2168
+ countTextColorDisabled: string;
2169
+ countTextColor: string;
2170
+ heightTiny: string;
2171
+ heightSmall: string;
2172
+ heightMedium: string;
2173
+ heightLarge: string;
2174
+ fontSizeTiny: string;
2175
+ fontSizeSmall: string;
2176
+ fontSizeMedium: string;
2177
+ fontSizeLarge: string;
2178
+ lineHeight: string;
2179
+ lineHeightTextarea: string;
2180
+ borderRadius: string;
2181
+ iconSize: string;
2182
+ groupLabelColor: string;
2183
+ groupLabelTextColor: string;
2184
+ textColor: string;
2185
+ textColorDisabled: string;
2186
+ textDecorationColor: string;
2187
+ caretColor: string;
2188
+ placeholderColor: string;
2189
+ placeholderColorDisabled: string;
2190
+ color: string;
2191
+ colorDisabled: string;
2192
+ colorFocus: string;
2193
+ groupLabelBorder: string;
2194
+ border: string;
2195
+ borderHover: string;
2196
+ borderDisabled: string;
2197
+ borderFocus: string;
2198
+ boxShadowFocus: string;
2199
+ loadingColor: string;
2200
+ loadingColorWarning: string;
2201
+ borderWarning: string;
2202
+ borderHoverWarning: string;
2203
+ colorFocusWarning: string;
2204
+ borderFocusWarning: string;
2205
+ boxShadowFocusWarning: string;
2206
+ caretColorWarning: string;
2207
+ loadingColorError: string;
2208
+ borderError: string;
2209
+ borderHoverError: string;
2210
+ colorFocusError: string;
2211
+ borderFocusError: string;
2212
+ boxShadowFocusError: string;
2213
+ caretColorError: string;
2214
+ clearColor: string;
2215
+ clearColorHover: string;
2216
+ clearColorPressed: string;
2217
+ iconColor: string;
2218
+ iconColorDisabled: string;
2219
+ iconColorHover: string;
2220
+ iconColorPressed: string;
2221
+ suffixTextColor: string;
2222
+ paddingTiny: string;
2223
+ paddingSmall: string;
2224
+ paddingMedium: string;
2225
+ paddingLarge: string;
2226
+ clearSize: string;
2227
+ }, any>;
2228
+ }>>>;
2229
+ builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"TimePicker", {
2230
+ panelColor: string;
2231
+ panelBoxShadow: string;
2232
+ panelDividerColor: string;
2233
+ itemTextColor: string;
2234
+ itemTextColorActive: string;
2235
+ itemColorHover: string;
2236
+ itemOpacityDisabled: string;
2237
+ itemBorderRadius: string;
2238
+ borderRadius: string;
2239
+ iconColor: string;
2240
+ iconColorDisabled: string;
2241
+ itemFontSize: string;
2242
+ itemHeight: string;
2243
+ itemWidth: string;
2244
+ panelActionPadding: string;
2245
+ }, {
2246
+ Scrollbar: Theme<"Scrollbar", {
2247
+ height: string;
2248
+ width: string;
2249
+ borderRadius: string;
2250
+ color: string;
2251
+ colorHover: string;
2252
+ railInsetHorizontalBottom: string;
2253
+ railInsetHorizontalTop: string;
2254
+ railInsetVerticalRight: string;
2255
+ railInsetVerticalLeft: string;
2256
+ railColor: string;
2257
+ }, any>;
2258
+ Button: Theme<"Button", {
2259
+ heightTiny: string;
2260
+ heightSmall: string;
2261
+ heightMedium: string;
2262
+ heightLarge: string;
2263
+ borderRadiusTiny: string;
2264
+ borderRadiusSmall: string;
2265
+ borderRadiusMedium: string;
2266
+ borderRadiusLarge: string;
2267
+ fontSizeTiny: string;
2268
+ fontSizeSmall: string;
2269
+ fontSizeMedium: string;
2270
+ fontSizeLarge: string;
2271
+ opacityDisabled: string;
2272
+ colorOpacitySecondary: string;
2273
+ colorOpacitySecondaryHover: string;
2274
+ colorOpacitySecondaryPressed: string;
2275
+ colorSecondary: string;
2276
+ colorSecondaryHover: string;
2277
+ colorSecondaryPressed: string;
2278
+ colorTertiary: string;
2279
+ colorTertiaryHover: string;
2280
+ colorTertiaryPressed: string;
2281
+ colorQuaternary: string;
2282
+ colorQuaternaryHover: string;
2283
+ colorQuaternaryPressed: string;
2284
+ color: string;
2285
+ colorHover: string;
2286
+ colorPressed: string;
2287
+ colorFocus: string;
2288
+ colorDisabled: string;
2289
+ textColor: string;
2290
+ textColorTertiary: string;
2291
+ textColorHover: string;
2292
+ textColorPressed: string;
2293
+ textColorFocus: string;
2294
+ textColorDisabled: string;
2295
+ textColorText: string;
2296
+ textColorTextHover: string;
2297
+ textColorTextPressed: string;
2298
+ textColorTextFocus: string;
2299
+ textColorTextDisabled: string;
2300
+ textColorGhost: string;
2301
+ textColorGhostHover: string;
2302
+ textColorGhostPressed: string;
2303
+ textColorGhostFocus: string;
2304
+ textColorGhostDisabled: string;
2305
+ border: string;
2306
+ borderHover: string;
2307
+ borderPressed: string;
2308
+ borderFocus: string;
2309
+ borderDisabled: string;
2310
+ rippleColor: string;
2311
+ colorPrimary: string;
2312
+ colorHoverPrimary: string;
2313
+ colorPressedPrimary: string;
2314
+ colorFocusPrimary: string;
2315
+ colorDisabledPrimary: string;
2316
+ textColorPrimary: string;
2317
+ textColorHoverPrimary: string;
2318
+ textColorPressedPrimary: string;
2319
+ textColorFocusPrimary: string;
2320
+ textColorDisabledPrimary: string;
2321
+ textColorTextPrimary: string;
2322
+ textColorTextHoverPrimary: string;
2323
+ textColorTextPressedPrimary: string;
2324
+ textColorTextFocusPrimary: string;
2325
+ textColorTextDisabledPrimary: string;
2326
+ textColorGhostPrimary: string;
2327
+ textColorGhostHoverPrimary: string;
2328
+ textColorGhostPressedPrimary: string;
2329
+ textColorGhostFocusPrimary: string;
2330
+ textColorGhostDisabledPrimary: string;
2331
+ borderPrimary: string;
2332
+ borderHoverPrimary: string;
2333
+ borderPressedPrimary: string;
2334
+ borderFocusPrimary: string;
2335
+ borderDisabledPrimary: string;
2336
+ rippleColorPrimary: string;
2337
+ colorInfo: string;
2338
+ colorHoverInfo: string;
2339
+ colorPressedInfo: string;
2340
+ colorFocusInfo: string;
2341
+ colorDisabledInfo: string;
2342
+ textColorInfo: string;
2343
+ textColorHoverInfo: string;
2344
+ textColorPressedInfo: string;
2345
+ textColorFocusInfo: string;
2346
+ textColorDisabledInfo: string;
2347
+ textColorTextInfo: string;
2348
+ textColorTextHoverInfo: string;
2349
+ textColorTextPressedInfo: string;
2350
+ textColorTextFocusInfo: string;
2351
+ textColorTextDisabledInfo: string;
2352
+ textColorGhostInfo: string;
2353
+ textColorGhostHoverInfo: string;
2354
+ textColorGhostPressedInfo: string;
2355
+ textColorGhostFocusInfo: string;
2356
+ textColorGhostDisabledInfo: string;
2357
+ borderInfo: string;
2358
+ borderHoverInfo: string;
2359
+ borderPressedInfo: string;
2360
+ borderFocusInfo: string;
2361
+ borderDisabledInfo: string;
2362
+ rippleColorInfo: string;
2363
+ colorSuccess: string;
2364
+ colorHoverSuccess: string;
2365
+ colorPressedSuccess: string;
2366
+ colorFocusSuccess: string;
2367
+ colorDisabledSuccess: string;
2368
+ textColorSuccess: string;
2369
+ textColorHoverSuccess: string;
2370
+ textColorPressedSuccess: string;
2371
+ textColorFocusSuccess: string;
2372
+ textColorDisabledSuccess: string;
2373
+ textColorTextSuccess: string;
2374
+ textColorTextHoverSuccess: string;
2375
+ textColorTextPressedSuccess: string;
2376
+ textColorTextFocusSuccess: string;
2377
+ textColorTextDisabledSuccess: string;
2378
+ textColorGhostSuccess: string;
2379
+ textColorGhostHoverSuccess: string;
2380
+ textColorGhostPressedSuccess: string;
2381
+ textColorGhostFocusSuccess: string;
2382
+ textColorGhostDisabledSuccess: string;
2383
+ borderSuccess: string;
2384
+ borderHoverSuccess: string;
2385
+ borderPressedSuccess: string;
2386
+ borderFocusSuccess: string;
2387
+ borderDisabledSuccess: string;
2388
+ rippleColorSuccess: string;
2389
+ colorWarning: string;
2390
+ colorHoverWarning: string;
2391
+ colorPressedWarning: string;
2392
+ colorFocusWarning: string;
2393
+ colorDisabledWarning: string;
2394
+ textColorWarning: string;
2395
+ textColorHoverWarning: string;
2396
+ textColorPressedWarning: string;
2397
+ textColorFocusWarning: string;
2398
+ textColorDisabledWarning: string;
2399
+ textColorTextWarning: string;
2400
+ textColorTextHoverWarning: string;
2401
+ textColorTextPressedWarning: string;
2402
+ textColorTextFocusWarning: string;
2403
+ textColorTextDisabledWarning: string;
2404
+ textColorGhostWarning: string;
2405
+ textColorGhostHoverWarning: string;
2406
+ textColorGhostPressedWarning: string;
2407
+ textColorGhostFocusWarning: string;
2408
+ textColorGhostDisabledWarning: string;
2409
+ borderWarning: string;
2410
+ borderHoverWarning: string;
2411
+ borderPressedWarning: string;
2412
+ borderFocusWarning: string;
2413
+ borderDisabledWarning: string;
2414
+ rippleColorWarning: string;
2415
+ colorError: string;
2416
+ colorHoverError: string;
2417
+ colorPressedError: string;
2418
+ colorFocusError: string;
2419
+ colorDisabledError: string;
2420
+ textColorError: string;
2421
+ textColorHoverError: string;
2422
+ textColorPressedError: string;
2423
+ textColorFocusError: string;
2424
+ textColorDisabledError: string;
2425
+ textColorTextError: string;
2426
+ textColorTextHoverError: string;
2427
+ textColorTextPressedError: string;
2428
+ textColorTextFocusError: string;
2429
+ textColorTextDisabledError: string;
2430
+ textColorGhostError: string;
2431
+ textColorGhostHoverError: string;
2432
+ textColorGhostPressedError: string;
2433
+ textColorGhostFocusError: string;
2434
+ textColorGhostDisabledError: string;
2435
+ borderError: string;
2436
+ borderHoverError: string;
2437
+ borderPressedError: string;
2438
+ borderFocusError: string;
2439
+ borderDisabledError: string;
2440
+ rippleColorError: string;
2441
+ waveOpacity: string;
2442
+ fontWeight: string;
2443
+ fontWeightStrong: string;
2444
+ paddingTiny: string;
2445
+ paddingSmall: string;
2446
+ paddingMedium: string;
2447
+ paddingLarge: string;
2448
+ paddingRoundTiny: string;
2449
+ paddingRoundSmall: string;
2450
+ paddingRoundMedium: string;
2451
+ paddingRoundLarge: string;
2452
+ iconMarginTiny: string;
2453
+ iconMarginSmall: string;
2454
+ iconMarginMedium: string;
2455
+ iconMarginLarge: string;
2456
+ iconSizeTiny: string;
2457
+ iconSizeSmall: string;
2458
+ iconSizeMedium: string;
2459
+ iconSizeLarge: string;
2460
+ rippleDuration: string;
2461
+ }, any>;
2462
+ Input: Theme<"Input", {
2463
+ fontWeight: string;
2464
+ countTextColorDisabled: string;
2465
+ countTextColor: string;
2466
+ heightTiny: string;
2467
+ heightSmall: string;
2468
+ heightMedium: string;
2469
+ heightLarge: string;
2470
+ fontSizeTiny: string;
2471
+ fontSizeSmall: string;
2472
+ fontSizeMedium: string;
2473
+ fontSizeLarge: string;
2474
+ lineHeight: string;
2475
+ lineHeightTextarea: string;
2476
+ borderRadius: string;
2477
+ iconSize: string;
2478
+ groupLabelColor: string;
2479
+ groupLabelTextColor: string;
2480
+ textColor: string;
2481
+ textColorDisabled: string;
2482
+ textDecorationColor: string;
2483
+ caretColor: string;
2484
+ placeholderColor: string;
2485
+ placeholderColorDisabled: string;
2486
+ color: string;
2487
+ colorDisabled: string;
2488
+ colorFocus: string;
2489
+ groupLabelBorder: string;
2490
+ border: string;
2491
+ borderHover: string;
2492
+ borderDisabled: string;
2493
+ borderFocus: string;
2494
+ boxShadowFocus: string;
2495
+ loadingColor: string;
2496
+ loadingColorWarning: string;
2497
+ borderWarning: string;
2498
+ borderHoverWarning: string;
2499
+ colorFocusWarning: string;
2500
+ borderFocusWarning: string;
2501
+ boxShadowFocusWarning: string;
2502
+ caretColorWarning: string;
2503
+ loadingColorError: string;
2504
+ borderError: string;
2505
+ borderHoverError: string;
2506
+ colorFocusError: string;
2507
+ borderFocusError: string;
2508
+ boxShadowFocusError: string;
2509
+ caretColorError: string;
2510
+ clearColor: string;
2511
+ clearColorHover: string;
2512
+ clearColorPressed: string;
2513
+ iconColor: string;
2514
+ iconColorDisabled: string;
2515
+ iconColorHover: string;
2516
+ iconColorPressed: string;
2517
+ suffixTextColor: string;
2518
+ paddingTiny: string;
2519
+ paddingSmall: string;
2520
+ paddingMedium: string;
2521
+ paddingLarge: string;
2522
+ clearSize: string;
2523
+ }, any>;
2524
+ }>>>;
2525
+ }>> & Readonly<{}>, {
2526
+ to: string | boolean | HTMLElement;
2527
+ disabled: boolean | undefined;
2528
+ show: boolean | undefined;
2529
+ format: string;
2530
+ bordered: boolean | undefined;
2531
+ showIcon: boolean;
2532
+ placement: PopoverPlacement;
2533
+ clearable: boolean;
2534
+ defaultValue: number | null;
2535
+ stateful: boolean;
2536
+ use12Hours: boolean;
2537
+ inputReadonly: boolean;
2538
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2539
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
2540
+ export default _default;