cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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