@partex/one-core 2.1.19 → 2.1.22

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