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
@@ -262,1478 +262,8 @@ declare const _default: import("vue").DefineComponent<{
262
262
  modelValue: boolean;
263
263
  modalTitle: string;
264
264
  }>;
265
- NIcon: import("vue").DefineComponent<{
266
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
267
- readonly size: import("vue").PropType<string | number>;
268
- readonly color: StringConstructor;
269
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
270
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
271
- color: string;
272
- opacity1Depth: string;
273
- opacity2Depth: string;
274
- opacity3Depth: string;
275
- opacity4Depth: string;
276
- opacity5Depth: string;
277
- }, any>>;
278
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
279
- color: string;
280
- opacity1Depth: string;
281
- opacity2Depth: string;
282
- opacity3Depth: string;
283
- opacity4Depth: string;
284
- opacity5Depth: string;
285
- }, any>>>;
286
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
287
- color: string;
288
- opacity1Depth: string;
289
- opacity2Depth: string;
290
- opacity3Depth: string;
291
- opacity4Depth: string;
292
- opacity5Depth: string;
293
- }, any>>>;
294
- }, {
295
- mergedClsPrefix: import("vue").ComputedRef<string>;
296
- mergedStyle: import("vue").ComputedRef<{
297
- fontSize: string | undefined;
298
- color: string | undefined;
299
- }>;
300
- cssVars: import("vue").ComputedRef<{
301
- '--n-bezier': string;
302
- '--n-color': string;
303
- '--n-opacity': string;
304
- }> | undefined;
305
- themeClass: import("vue").Ref<string> | undefined;
306
- onRender: (() => void) | undefined;
307
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
308
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
309
- readonly size: import("vue").PropType<string | number>;
310
- readonly color: StringConstructor;
311
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
312
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
313
- color: string;
314
- opacity1Depth: string;
315
- opacity2Depth: string;
316
- opacity3Depth: string;
317
- opacity4Depth: string;
318
- opacity5Depth: string;
319
- }, any>>;
320
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
321
- color: string;
322
- opacity1Depth: string;
323
- opacity2Depth: string;
324
- opacity3Depth: string;
325
- opacity4Depth: string;
326
- opacity5Depth: string;
327
- }, any>>>;
328
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
329
- color: string;
330
- opacity1Depth: string;
331
- opacity2Depth: string;
332
- opacity3Depth: string;
333
- opacity4Depth: string;
334
- opacity5Depth: string;
335
- }, any>>>;
336
- }>>, {}>;
337
- NButton: import("vue").DefineComponent<{
338
- readonly color: StringConstructor;
339
- readonly textColor: StringConstructor;
340
- readonly text: BooleanConstructor;
341
- readonly block: BooleanConstructor;
342
- readonly loading: BooleanConstructor;
343
- readonly disabled: BooleanConstructor;
344
- readonly circle: BooleanConstructor;
345
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
346
- readonly ghost: BooleanConstructor;
347
- readonly round: BooleanConstructor;
348
- readonly secondary: BooleanConstructor;
349
- readonly tertiary: BooleanConstructor;
350
- readonly quaternary: BooleanConstructor;
351
- readonly strong: BooleanConstructor;
352
- readonly focusable: {
353
- readonly type: BooleanConstructor;
354
- readonly default: true;
355
- };
356
- readonly keyboard: {
357
- readonly type: BooleanConstructor;
358
- readonly default: true;
359
- };
360
- readonly tag: {
361
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
362
- readonly default: "button";
363
- };
364
- readonly type: {
365
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
366
- readonly default: "default";
367
- };
368
- readonly dashed: BooleanConstructor;
369
- readonly iconPlacement: {
370
- readonly type: import("vue").PropType<"left" | "right">;
371
- readonly default: "left";
372
- };
373
- readonly attrType: {
374
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
375
- readonly default: "button";
376
- };
377
- readonly bordered: {
378
- readonly type: BooleanConstructor;
379
- readonly default: true;
380
- };
381
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
382
- readonly nativeFocusBehavior: {
383
- readonly type: BooleanConstructor;
384
- readonly default: boolean;
385
- };
386
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
387
- heightTiny: string;
388
- heightSmall: string;
389
- heightMedium: string;
390
- heightLarge: string;
391
- borderRadiusTiny: string;
392
- borderRadiusSmall: string;
393
- borderRadiusMedium: string;
394
- borderRadiusLarge: string;
395
- fontSizeTiny: string;
396
- fontSizeSmall: string;
397
- fontSizeMedium: string;
398
- fontSizeLarge: string;
399
- opacityDisabled: string;
400
- colorOpacitySecondary: string;
401
- colorOpacitySecondaryHover: string;
402
- colorOpacitySecondaryPressed: string;
403
- colorSecondary: string;
404
- colorSecondaryHover: string;
405
- colorSecondaryPressed: string;
406
- colorTertiary: string;
407
- colorTertiaryHover: string;
408
- colorTertiaryPressed: string;
409
- colorQuaternary: string;
410
- colorQuaternaryHover: string;
411
- colorQuaternaryPressed: string;
412
- color: string;
413
- colorHover: string;
414
- colorPressed: string;
415
- colorFocus: string;
416
- colorDisabled: string;
417
- textColor: string;
418
- textColorTertiary: string;
419
- textColorHover: string;
420
- textColorPressed: string;
421
- textColorFocus: string;
422
- textColorDisabled: string;
423
- textColorText: string;
424
- textColorTextHover: string;
425
- textColorTextPressed: string;
426
- textColorTextFocus: string;
427
- textColorTextDisabled: string;
428
- textColorGhost: string;
429
- textColorGhostHover: string;
430
- textColorGhostPressed: string;
431
- textColorGhostFocus: string;
432
- textColorGhostDisabled: string;
433
- border: string;
434
- borderHover: string;
435
- borderPressed: string;
436
- borderFocus: string;
437
- borderDisabled: string;
438
- rippleColor: string;
439
- colorPrimary: string;
440
- colorHoverPrimary: string;
441
- colorPressedPrimary: string;
442
- colorFocusPrimary: string;
443
- colorDisabledPrimary: string;
444
- textColorPrimary: string;
445
- textColorHoverPrimary: string;
446
- textColorPressedPrimary: string;
447
- textColorFocusPrimary: string;
448
- textColorDisabledPrimary: string;
449
- textColorTextPrimary: string;
450
- textColorTextHoverPrimary: string;
451
- textColorTextPressedPrimary: string;
452
- textColorTextFocusPrimary: string;
453
- textColorTextDisabledPrimary: string;
454
- textColorGhostPrimary: string;
455
- textColorGhostHoverPrimary: string;
456
- textColorGhostPressedPrimary: string;
457
- textColorGhostFocusPrimary: string;
458
- textColorGhostDisabledPrimary: string;
459
- borderPrimary: string;
460
- borderHoverPrimary: string;
461
- borderPressedPrimary: string;
462
- borderFocusPrimary: string;
463
- borderDisabledPrimary: string;
464
- rippleColorPrimary: string;
465
- colorInfo: string;
466
- colorHoverInfo: string;
467
- colorPressedInfo: string;
468
- colorFocusInfo: string;
469
- colorDisabledInfo: string;
470
- textColorInfo: string;
471
- textColorHoverInfo: string;
472
- textColorPressedInfo: string;
473
- textColorFocusInfo: string;
474
- textColorDisabledInfo: string;
475
- textColorTextInfo: string;
476
- textColorTextHoverInfo: string;
477
- textColorTextPressedInfo: string;
478
- textColorTextFocusInfo: string;
479
- textColorTextDisabledInfo: string;
480
- textColorGhostInfo: string;
481
- textColorGhostHoverInfo: string;
482
- textColorGhostPressedInfo: string;
483
- textColorGhostFocusInfo: string;
484
- textColorGhostDisabledInfo: string;
485
- borderInfo: string;
486
- borderHoverInfo: string;
487
- borderPressedInfo: string;
488
- borderFocusInfo: string;
489
- borderDisabledInfo: string;
490
- rippleColorInfo: string;
491
- colorSuccess: string;
492
- colorHoverSuccess: string;
493
- colorPressedSuccess: string;
494
- colorFocusSuccess: string;
495
- colorDisabledSuccess: string;
496
- textColorSuccess: string;
497
- textColorHoverSuccess: string;
498
- textColorPressedSuccess: string;
499
- textColorFocusSuccess: string;
500
- textColorDisabledSuccess: string;
501
- textColorTextSuccess: string;
502
- textColorTextHoverSuccess: string;
503
- textColorTextPressedSuccess: string;
504
- textColorTextFocusSuccess: string;
505
- textColorTextDisabledSuccess: string;
506
- textColorGhostSuccess: string;
507
- textColorGhostHoverSuccess: string;
508
- textColorGhostPressedSuccess: string;
509
- textColorGhostFocusSuccess: string;
510
- textColorGhostDisabledSuccess: string;
511
- borderSuccess: string;
512
- borderHoverSuccess: string;
513
- borderPressedSuccess: string;
514
- borderFocusSuccess: string;
515
- borderDisabledSuccess: string;
516
- rippleColorSuccess: string;
517
- colorWarning: string;
518
- colorHoverWarning: string;
519
- colorPressedWarning: string;
520
- colorFocusWarning: string;
521
- colorDisabledWarning: string;
522
- textColorWarning: string;
523
- textColorHoverWarning: string;
524
- textColorPressedWarning: string;
525
- textColorFocusWarning: string;
526
- textColorDisabledWarning: string;
527
- textColorTextWarning: string;
528
- textColorTextHoverWarning: string;
529
- textColorTextPressedWarning: string;
530
- textColorTextFocusWarning: string;
531
- textColorTextDisabledWarning: string;
532
- textColorGhostWarning: string;
533
- textColorGhostHoverWarning: string;
534
- textColorGhostPressedWarning: string;
535
- textColorGhostFocusWarning: string;
536
- textColorGhostDisabledWarning: string;
537
- borderWarning: string;
538
- borderHoverWarning: string;
539
- borderPressedWarning: string;
540
- borderFocusWarning: string;
541
- borderDisabledWarning: string;
542
- rippleColorWarning: string;
543
- colorError: string;
544
- colorHoverError: string;
545
- colorPressedError: string;
546
- colorFocusError: string;
547
- colorDisabledError: string;
548
- textColorError: string;
549
- textColorHoverError: string;
550
- textColorPressedError: string;
551
- textColorFocusError: string;
552
- textColorDisabledError: string;
553
- textColorTextError: string;
554
- textColorTextHoverError: string;
555
- textColorTextPressedError: string;
556
- textColorTextFocusError: string;
557
- textColorTextDisabledError: string;
558
- textColorGhostError: string;
559
- textColorGhostHoverError: string;
560
- textColorGhostPressedError: string;
561
- textColorGhostFocusError: string;
562
- textColorGhostDisabledError: string;
563
- borderError: string;
564
- borderHoverError: string;
565
- borderPressedError: string;
566
- borderFocusError: string;
567
- borderDisabledError: string;
568
- rippleColorError: string;
569
- waveOpacity: string;
570
- fontWeight: string;
571
- fontWeightStrong: string;
572
- paddingTiny: string;
573
- paddingSmall: string;
574
- paddingMedium: string;
575
- paddingLarge: string;
576
- paddingRoundTiny: string;
577
- paddingRoundSmall: string;
578
- paddingRoundMedium: string;
579
- paddingRoundLarge: string;
580
- iconMarginTiny: string;
581
- iconMarginSmall: string;
582
- iconMarginMedium: string;
583
- iconMarginLarge: string;
584
- iconSizeTiny: string;
585
- iconSizeSmall: string;
586
- iconSizeMedium: string;
587
- iconSizeLarge: string;
588
- rippleDuration: string;
589
- }, any>>;
590
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
591
- heightTiny: string;
592
- heightSmall: string;
593
- heightMedium: string;
594
- heightLarge: string;
595
- borderRadiusTiny: string;
596
- borderRadiusSmall: string;
597
- borderRadiusMedium: string;
598
- borderRadiusLarge: string;
599
- fontSizeTiny: string;
600
- fontSizeSmall: string;
601
- fontSizeMedium: string;
602
- fontSizeLarge: string;
603
- opacityDisabled: string;
604
- colorOpacitySecondary: string;
605
- colorOpacitySecondaryHover: string;
606
- colorOpacitySecondaryPressed: string;
607
- colorSecondary: string;
608
- colorSecondaryHover: string;
609
- colorSecondaryPressed: string;
610
- colorTertiary: string;
611
- colorTertiaryHover: string;
612
- colorTertiaryPressed: string;
613
- colorQuaternary: string;
614
- colorQuaternaryHover: string;
615
- colorQuaternaryPressed: string;
616
- color: string;
617
- colorHover: string;
618
- colorPressed: string;
619
- colorFocus: string;
620
- colorDisabled: string;
621
- textColor: string;
622
- textColorTertiary: string;
623
- textColorHover: string;
624
- textColorPressed: string;
625
- textColorFocus: string;
626
- textColorDisabled: string;
627
- textColorText: string;
628
- textColorTextHover: string;
629
- textColorTextPressed: string;
630
- textColorTextFocus: string;
631
- textColorTextDisabled: string;
632
- textColorGhost: string;
633
- textColorGhostHover: string;
634
- textColorGhostPressed: string;
635
- textColorGhostFocus: string;
636
- textColorGhostDisabled: string;
637
- border: string;
638
- borderHover: string;
639
- borderPressed: string;
640
- borderFocus: string;
641
- borderDisabled: string;
642
- rippleColor: string;
643
- colorPrimary: string;
644
- colorHoverPrimary: string;
645
- colorPressedPrimary: string;
646
- colorFocusPrimary: string;
647
- colorDisabledPrimary: string;
648
- textColorPrimary: string;
649
- textColorHoverPrimary: string;
650
- textColorPressedPrimary: string;
651
- textColorFocusPrimary: string;
652
- textColorDisabledPrimary: string;
653
- textColorTextPrimary: string;
654
- textColorTextHoverPrimary: string;
655
- textColorTextPressedPrimary: string;
656
- textColorTextFocusPrimary: string;
657
- textColorTextDisabledPrimary: string;
658
- textColorGhostPrimary: string;
659
- textColorGhostHoverPrimary: string;
660
- textColorGhostPressedPrimary: string;
661
- textColorGhostFocusPrimary: string;
662
- textColorGhostDisabledPrimary: string;
663
- borderPrimary: string;
664
- borderHoverPrimary: string;
665
- borderPressedPrimary: string;
666
- borderFocusPrimary: string;
667
- borderDisabledPrimary: string;
668
- rippleColorPrimary: string;
669
- colorInfo: string;
670
- colorHoverInfo: string;
671
- colorPressedInfo: string;
672
- colorFocusInfo: string;
673
- colorDisabledInfo: string;
674
- textColorInfo: string;
675
- textColorHoverInfo: string;
676
- textColorPressedInfo: string;
677
- textColorFocusInfo: string;
678
- textColorDisabledInfo: string;
679
- textColorTextInfo: string;
680
- textColorTextHoverInfo: string;
681
- textColorTextPressedInfo: string;
682
- textColorTextFocusInfo: string;
683
- textColorTextDisabledInfo: string;
684
- textColorGhostInfo: string;
685
- textColorGhostHoverInfo: string;
686
- textColorGhostPressedInfo: string;
687
- textColorGhostFocusInfo: string;
688
- textColorGhostDisabledInfo: string;
689
- borderInfo: string;
690
- borderHoverInfo: string;
691
- borderPressedInfo: string;
692
- borderFocusInfo: string;
693
- borderDisabledInfo: string;
694
- rippleColorInfo: string;
695
- colorSuccess: string;
696
- colorHoverSuccess: string;
697
- colorPressedSuccess: string;
698
- colorFocusSuccess: string;
699
- colorDisabledSuccess: string;
700
- textColorSuccess: string;
701
- textColorHoverSuccess: string;
702
- textColorPressedSuccess: string;
703
- textColorFocusSuccess: string;
704
- textColorDisabledSuccess: string;
705
- textColorTextSuccess: string;
706
- textColorTextHoverSuccess: string;
707
- textColorTextPressedSuccess: string;
708
- textColorTextFocusSuccess: string;
709
- textColorTextDisabledSuccess: string;
710
- textColorGhostSuccess: string;
711
- textColorGhostHoverSuccess: string;
712
- textColorGhostPressedSuccess: string;
713
- textColorGhostFocusSuccess: string;
714
- textColorGhostDisabledSuccess: string;
715
- borderSuccess: string;
716
- borderHoverSuccess: string;
717
- borderPressedSuccess: string;
718
- borderFocusSuccess: string;
719
- borderDisabledSuccess: string;
720
- rippleColorSuccess: string;
721
- colorWarning: string;
722
- colorHoverWarning: string;
723
- colorPressedWarning: string;
724
- colorFocusWarning: string;
725
- colorDisabledWarning: string;
726
- textColorWarning: string;
727
- textColorHoverWarning: string;
728
- textColorPressedWarning: string;
729
- textColorFocusWarning: string;
730
- textColorDisabledWarning: string;
731
- textColorTextWarning: string;
732
- textColorTextHoverWarning: string;
733
- textColorTextPressedWarning: string;
734
- textColorTextFocusWarning: string;
735
- textColorTextDisabledWarning: string;
736
- textColorGhostWarning: string;
737
- textColorGhostHoverWarning: string;
738
- textColorGhostPressedWarning: string;
739
- textColorGhostFocusWarning: string;
740
- textColorGhostDisabledWarning: string;
741
- borderWarning: string;
742
- borderHoverWarning: string;
743
- borderPressedWarning: string;
744
- borderFocusWarning: string;
745
- borderDisabledWarning: string;
746
- rippleColorWarning: string;
747
- colorError: string;
748
- colorHoverError: string;
749
- colorPressedError: string;
750
- colorFocusError: string;
751
- colorDisabledError: string;
752
- textColorError: string;
753
- textColorHoverError: string;
754
- textColorPressedError: string;
755
- textColorFocusError: string;
756
- textColorDisabledError: string;
757
- textColorTextError: string;
758
- textColorTextHoverError: string;
759
- textColorTextPressedError: string;
760
- textColorTextFocusError: string;
761
- textColorTextDisabledError: string;
762
- textColorGhostError: string;
763
- textColorGhostHoverError: string;
764
- textColorGhostPressedError: string;
765
- textColorGhostFocusError: string;
766
- textColorGhostDisabledError: string;
767
- borderError: string;
768
- borderHoverError: string;
769
- borderPressedError: string;
770
- borderFocusError: string;
771
- borderDisabledError: string;
772
- rippleColorError: string;
773
- waveOpacity: string;
774
- fontWeight: string;
775
- fontWeightStrong: string;
776
- paddingTiny: string;
777
- paddingSmall: string;
778
- paddingMedium: string;
779
- paddingLarge: string;
780
- paddingRoundTiny: string;
781
- paddingRoundSmall: string;
782
- paddingRoundMedium: string;
783
- paddingRoundLarge: string;
784
- iconMarginTiny: string;
785
- iconMarginSmall: string;
786
- iconMarginMedium: string;
787
- iconMarginLarge: string;
788
- iconSizeTiny: string;
789
- iconSizeSmall: string;
790
- iconSizeMedium: string;
791
- iconSizeLarge: string;
792
- rippleDuration: string;
793
- }, any>>>;
794
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
795
- heightTiny: string;
796
- heightSmall: string;
797
- heightMedium: string;
798
- heightLarge: string;
799
- borderRadiusTiny: string;
800
- borderRadiusSmall: string;
801
- borderRadiusMedium: string;
802
- borderRadiusLarge: string;
803
- fontSizeTiny: string;
804
- fontSizeSmall: string;
805
- fontSizeMedium: string;
806
- fontSizeLarge: string;
807
- opacityDisabled: string;
808
- colorOpacitySecondary: string;
809
- colorOpacitySecondaryHover: string;
810
- colorOpacitySecondaryPressed: string;
811
- colorSecondary: string;
812
- colorSecondaryHover: string;
813
- colorSecondaryPressed: string;
814
- colorTertiary: string;
815
- colorTertiaryHover: string;
816
- colorTertiaryPressed: string;
817
- colorQuaternary: string;
818
- colorQuaternaryHover: string;
819
- colorQuaternaryPressed: string;
820
- color: string;
821
- colorHover: string;
822
- colorPressed: string;
823
- colorFocus: string;
824
- colorDisabled: string;
825
- textColor: string;
826
- textColorTertiary: string;
827
- textColorHover: string;
828
- textColorPressed: string;
829
- textColorFocus: string;
830
- textColorDisabled: string;
831
- textColorText: string;
832
- textColorTextHover: string;
833
- textColorTextPressed: string;
834
- textColorTextFocus: string;
835
- textColorTextDisabled: string;
836
- textColorGhost: string;
837
- textColorGhostHover: string;
838
- textColorGhostPressed: string;
839
- textColorGhostFocus: string;
840
- textColorGhostDisabled: string;
841
- border: string;
842
- borderHover: string;
843
- borderPressed: string;
844
- borderFocus: string;
845
- borderDisabled: string;
846
- rippleColor: string;
847
- colorPrimary: string;
848
- colorHoverPrimary: string;
849
- colorPressedPrimary: string;
850
- colorFocusPrimary: string;
851
- colorDisabledPrimary: string;
852
- textColorPrimary: string;
853
- textColorHoverPrimary: string;
854
- textColorPressedPrimary: string;
855
- textColorFocusPrimary: string;
856
- textColorDisabledPrimary: string;
857
- textColorTextPrimary: string;
858
- textColorTextHoverPrimary: string;
859
- textColorTextPressedPrimary: string;
860
- textColorTextFocusPrimary: string;
861
- textColorTextDisabledPrimary: string;
862
- textColorGhostPrimary: string;
863
- textColorGhostHoverPrimary: string;
864
- textColorGhostPressedPrimary: string;
865
- textColorGhostFocusPrimary: string;
866
- textColorGhostDisabledPrimary: string;
867
- borderPrimary: string;
868
- borderHoverPrimary: string;
869
- borderPressedPrimary: string;
870
- borderFocusPrimary: string;
871
- borderDisabledPrimary: string;
872
- rippleColorPrimary: string;
873
- colorInfo: string;
874
- colorHoverInfo: string;
875
- colorPressedInfo: string;
876
- colorFocusInfo: string;
877
- colorDisabledInfo: string;
878
- textColorInfo: string;
879
- textColorHoverInfo: string;
880
- textColorPressedInfo: string;
881
- textColorFocusInfo: string;
882
- textColorDisabledInfo: string;
883
- textColorTextInfo: string;
884
- textColorTextHoverInfo: string;
885
- textColorTextPressedInfo: string;
886
- textColorTextFocusInfo: string;
887
- textColorTextDisabledInfo: string;
888
- textColorGhostInfo: string;
889
- textColorGhostHoverInfo: string;
890
- textColorGhostPressedInfo: string;
891
- textColorGhostFocusInfo: string;
892
- textColorGhostDisabledInfo: string;
893
- borderInfo: string;
894
- borderHoverInfo: string;
895
- borderPressedInfo: string;
896
- borderFocusInfo: string;
897
- borderDisabledInfo: string;
898
- rippleColorInfo: string;
899
- colorSuccess: string;
900
- colorHoverSuccess: string;
901
- colorPressedSuccess: string;
902
- colorFocusSuccess: string;
903
- colorDisabledSuccess: string;
904
- textColorSuccess: string;
905
- textColorHoverSuccess: string;
906
- textColorPressedSuccess: string;
907
- textColorFocusSuccess: string;
908
- textColorDisabledSuccess: string;
909
- textColorTextSuccess: string;
910
- textColorTextHoverSuccess: string;
911
- textColorTextPressedSuccess: string;
912
- textColorTextFocusSuccess: string;
913
- textColorTextDisabledSuccess: string;
914
- textColorGhostSuccess: string;
915
- textColorGhostHoverSuccess: string;
916
- textColorGhostPressedSuccess: string;
917
- textColorGhostFocusSuccess: string;
918
- textColorGhostDisabledSuccess: string;
919
- borderSuccess: string;
920
- borderHoverSuccess: string;
921
- borderPressedSuccess: string;
922
- borderFocusSuccess: string;
923
- borderDisabledSuccess: string;
924
- rippleColorSuccess: string;
925
- colorWarning: string;
926
- colorHoverWarning: string;
927
- colorPressedWarning: string;
928
- colorFocusWarning: string;
929
- colorDisabledWarning: string;
930
- textColorWarning: string;
931
- textColorHoverWarning: string;
932
- textColorPressedWarning: string;
933
- textColorFocusWarning: string;
934
- textColorDisabledWarning: string;
935
- textColorTextWarning: string;
936
- textColorTextHoverWarning: string;
937
- textColorTextPressedWarning: string;
938
- textColorTextFocusWarning: string;
939
- textColorTextDisabledWarning: string;
940
- textColorGhostWarning: string;
941
- textColorGhostHoverWarning: string;
942
- textColorGhostPressedWarning: string;
943
- textColorGhostFocusWarning: string;
944
- textColorGhostDisabledWarning: string;
945
- borderWarning: string;
946
- borderHoverWarning: string;
947
- borderPressedWarning: string;
948
- borderFocusWarning: string;
949
- borderDisabledWarning: string;
950
- rippleColorWarning: string;
951
- colorError: string;
952
- colorHoverError: string;
953
- colorPressedError: string;
954
- colorFocusError: string;
955
- colorDisabledError: string;
956
- textColorError: string;
957
- textColorHoverError: string;
958
- textColorPressedError: string;
959
- textColorFocusError: string;
960
- textColorDisabledError: string;
961
- textColorTextError: string;
962
- textColorTextHoverError: string;
963
- textColorTextPressedError: string;
964
- textColorTextFocusError: string;
965
- textColorTextDisabledError: string;
966
- textColorGhostError: string;
967
- textColorGhostHoverError: string;
968
- textColorGhostPressedError: string;
969
- textColorGhostFocusError: string;
970
- textColorGhostDisabledError: string;
971
- borderError: string;
972
- borderHoverError: string;
973
- borderPressedError: string;
974
- borderFocusError: string;
975
- borderDisabledError: string;
976
- rippleColorError: string;
977
- waveOpacity: string;
978
- fontWeight: string;
979
- fontWeightStrong: string;
980
- paddingTiny: string;
981
- paddingSmall: string;
982
- paddingMedium: string;
983
- paddingLarge: string;
984
- paddingRoundTiny: string;
985
- paddingRoundSmall: string;
986
- paddingRoundMedium: string;
987
- paddingRoundLarge: string;
988
- iconMarginTiny: string;
989
- iconMarginSmall: string;
990
- iconMarginMedium: string;
991
- iconMarginLarge: string;
992
- iconSizeTiny: string;
993
- iconSizeSmall: string;
994
- iconSizeMedium: string;
995
- iconSizeLarge: string;
996
- rippleDuration: string;
997
- }, any>>>;
998
- }, {
999
- selfElRef: import("vue").Ref<HTMLElement | null>;
1000
- waveElRef: import("vue").Ref<{
1001
- play: () => void;
1002
- } | null>;
1003
- mergedClsPrefix: import("vue").ComputedRef<string>;
1004
- mergedFocusable: import("vue").ComputedRef<boolean>;
1005
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1006
- showBorder: import("vue").ComputedRef<boolean>;
1007
- enterPressed: import("vue").Ref<boolean>;
1008
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1009
- handleMousedown: (e: MouseEvent) => void;
1010
- handleKeydown: (e: KeyboardEvent) => void;
1011
- handleBlur: () => void;
1012
- handleKeyup: (e: KeyboardEvent) => void;
1013
- handleClick: (e: MouseEvent) => void;
1014
- customColorCssVars: import("vue").ComputedRef<{
1015
- '--n-border-color': string;
1016
- '--n-border-color-hover': string;
1017
- '--n-border-color-pressed': string;
1018
- '--n-border-color-focus': string;
1019
- '--n-border-color-disabled': string;
1020
- } | null>;
1021
- cssVars: import("vue").ComputedRef<{
1022
- '--n-width': string;
1023
- '--n-height': string;
1024
- '--n-font-size': string;
1025
- '--n-padding': string;
1026
- '--n-icon-size': string;
1027
- '--n-icon-margin': string;
1028
- '--n-border-radius': string;
1029
- '--n-border': string;
1030
- '--n-border-hover': string;
1031
- '--n-border-pressed': string;
1032
- '--n-border-focus': string;
1033
- '--n-border-disabled': string;
1034
- '--n-color': string;
1035
- '--n-color-hover': string;
1036
- '--n-color-pressed': string;
1037
- '--n-color-focus': string;
1038
- '--n-color-disabled': string;
1039
- '--n-ripple-color': string;
1040
- '--n-text-color': string;
1041
- '--n-text-color-hover': string;
1042
- '--n-text-color-pressed': string;
1043
- '--n-text-color-focus': string;
1044
- '--n-text-color-disabled': string;
1045
- 'font-weight': string;
1046
- '--n-bezier': string;
1047
- '--n-bezier-ease-out': string;
1048
- '--n-ripple-duration': string;
1049
- '--n-opacity-disabled': string;
1050
- '--n-wave-opacity': string;
1051
- }> | undefined;
1052
- themeClass: import("vue").Ref<string> | undefined;
1053
- onRender: (() => void) | undefined;
1054
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1055
- readonly color: StringConstructor;
1056
- readonly textColor: StringConstructor;
1057
- readonly text: BooleanConstructor;
1058
- readonly block: BooleanConstructor;
1059
- readonly loading: BooleanConstructor;
1060
- readonly disabled: BooleanConstructor;
1061
- readonly circle: BooleanConstructor;
1062
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1063
- readonly ghost: BooleanConstructor;
1064
- readonly round: BooleanConstructor;
1065
- readonly secondary: BooleanConstructor;
1066
- readonly tertiary: BooleanConstructor;
1067
- readonly quaternary: BooleanConstructor;
1068
- readonly strong: BooleanConstructor;
1069
- readonly focusable: {
1070
- readonly type: BooleanConstructor;
1071
- readonly default: true;
1072
- };
1073
- readonly keyboard: {
1074
- readonly type: BooleanConstructor;
1075
- readonly default: true;
1076
- };
1077
- readonly tag: {
1078
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1079
- readonly default: "button";
1080
- };
1081
- readonly type: {
1082
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1083
- readonly default: "default";
1084
- };
1085
- readonly dashed: BooleanConstructor;
1086
- readonly iconPlacement: {
1087
- readonly type: import("vue").PropType<"left" | "right">;
1088
- readonly default: "left";
1089
- };
1090
- readonly attrType: {
1091
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1092
- readonly default: "button";
1093
- };
1094
- readonly bordered: {
1095
- readonly type: BooleanConstructor;
1096
- readonly default: true;
1097
- };
1098
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1099
- readonly nativeFocusBehavior: {
1100
- readonly type: BooleanConstructor;
1101
- readonly default: boolean;
1102
- };
1103
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1104
- heightTiny: string;
1105
- heightSmall: string;
1106
- heightMedium: string;
1107
- heightLarge: string;
1108
- borderRadiusTiny: string;
1109
- borderRadiusSmall: string;
1110
- borderRadiusMedium: string;
1111
- borderRadiusLarge: string;
1112
- fontSizeTiny: string;
1113
- fontSizeSmall: string;
1114
- fontSizeMedium: string;
1115
- fontSizeLarge: string;
1116
- opacityDisabled: string;
1117
- colorOpacitySecondary: string;
1118
- colorOpacitySecondaryHover: string;
1119
- colorOpacitySecondaryPressed: string;
1120
- colorSecondary: string;
1121
- colorSecondaryHover: string;
1122
- colorSecondaryPressed: string;
1123
- colorTertiary: string;
1124
- colorTertiaryHover: string;
1125
- colorTertiaryPressed: string;
1126
- colorQuaternary: string;
1127
- colorQuaternaryHover: string;
1128
- colorQuaternaryPressed: string;
1129
- color: string;
1130
- colorHover: string;
1131
- colorPressed: string;
1132
- colorFocus: string;
1133
- colorDisabled: string;
1134
- textColor: string;
1135
- textColorTertiary: string;
1136
- textColorHover: string;
1137
- textColorPressed: string;
1138
- textColorFocus: string;
1139
- textColorDisabled: string;
1140
- textColorText: string;
1141
- textColorTextHover: string;
1142
- textColorTextPressed: string;
1143
- textColorTextFocus: string;
1144
- textColorTextDisabled: string;
1145
- textColorGhost: string;
1146
- textColorGhostHover: string;
1147
- textColorGhostPressed: string;
1148
- textColorGhostFocus: string;
1149
- textColorGhostDisabled: string;
1150
- border: string;
1151
- borderHover: string;
1152
- borderPressed: string;
1153
- borderFocus: string;
1154
- borderDisabled: string;
1155
- rippleColor: string;
1156
- colorPrimary: string;
1157
- colorHoverPrimary: string;
1158
- colorPressedPrimary: string;
1159
- colorFocusPrimary: string;
1160
- colorDisabledPrimary: string;
1161
- textColorPrimary: string;
1162
- textColorHoverPrimary: string;
1163
- textColorPressedPrimary: string;
1164
- textColorFocusPrimary: string;
1165
- textColorDisabledPrimary: string;
1166
- textColorTextPrimary: string;
1167
- textColorTextHoverPrimary: string;
1168
- textColorTextPressedPrimary: string;
1169
- textColorTextFocusPrimary: string;
1170
- textColorTextDisabledPrimary: string;
1171
- textColorGhostPrimary: string;
1172
- textColorGhostHoverPrimary: string;
1173
- textColorGhostPressedPrimary: string;
1174
- textColorGhostFocusPrimary: string;
1175
- textColorGhostDisabledPrimary: string;
1176
- borderPrimary: string;
1177
- borderHoverPrimary: string;
1178
- borderPressedPrimary: string;
1179
- borderFocusPrimary: string;
1180
- borderDisabledPrimary: string;
1181
- rippleColorPrimary: string;
1182
- colorInfo: string;
1183
- colorHoverInfo: string;
1184
- colorPressedInfo: string;
1185
- colorFocusInfo: string;
1186
- colorDisabledInfo: string;
1187
- textColorInfo: string;
1188
- textColorHoverInfo: string;
1189
- textColorPressedInfo: string;
1190
- textColorFocusInfo: string;
1191
- textColorDisabledInfo: string;
1192
- textColorTextInfo: string;
1193
- textColorTextHoverInfo: string;
1194
- textColorTextPressedInfo: string;
1195
- textColorTextFocusInfo: string;
1196
- textColorTextDisabledInfo: string;
1197
- textColorGhostInfo: string;
1198
- textColorGhostHoverInfo: string;
1199
- textColorGhostPressedInfo: string;
1200
- textColorGhostFocusInfo: string;
1201
- textColorGhostDisabledInfo: string;
1202
- borderInfo: string;
1203
- borderHoverInfo: string;
1204
- borderPressedInfo: string;
1205
- borderFocusInfo: string;
1206
- borderDisabledInfo: string;
1207
- rippleColorInfo: string;
1208
- colorSuccess: string;
1209
- colorHoverSuccess: string;
1210
- colorPressedSuccess: string;
1211
- colorFocusSuccess: string;
1212
- colorDisabledSuccess: string;
1213
- textColorSuccess: string;
1214
- textColorHoverSuccess: string;
1215
- textColorPressedSuccess: string;
1216
- textColorFocusSuccess: string;
1217
- textColorDisabledSuccess: string;
1218
- textColorTextSuccess: string;
1219
- textColorTextHoverSuccess: string;
1220
- textColorTextPressedSuccess: string;
1221
- textColorTextFocusSuccess: string;
1222
- textColorTextDisabledSuccess: string;
1223
- textColorGhostSuccess: string;
1224
- textColorGhostHoverSuccess: string;
1225
- textColorGhostPressedSuccess: string;
1226
- textColorGhostFocusSuccess: string;
1227
- textColorGhostDisabledSuccess: string;
1228
- borderSuccess: string;
1229
- borderHoverSuccess: string;
1230
- borderPressedSuccess: string;
1231
- borderFocusSuccess: string;
1232
- borderDisabledSuccess: string;
1233
- rippleColorSuccess: string;
1234
- colorWarning: string;
1235
- colorHoverWarning: string;
1236
- colorPressedWarning: string;
1237
- colorFocusWarning: string;
1238
- colorDisabledWarning: string;
1239
- textColorWarning: string;
1240
- textColorHoverWarning: string;
1241
- textColorPressedWarning: string;
1242
- textColorFocusWarning: string;
1243
- textColorDisabledWarning: string;
1244
- textColorTextWarning: string;
1245
- textColorTextHoverWarning: string;
1246
- textColorTextPressedWarning: string;
1247
- textColorTextFocusWarning: string;
1248
- textColorTextDisabledWarning: string;
1249
- textColorGhostWarning: string;
1250
- textColorGhostHoverWarning: string;
1251
- textColorGhostPressedWarning: string;
1252
- textColorGhostFocusWarning: string;
1253
- textColorGhostDisabledWarning: string;
1254
- borderWarning: string;
1255
- borderHoverWarning: string;
1256
- borderPressedWarning: string;
1257
- borderFocusWarning: string;
1258
- borderDisabledWarning: string;
1259
- rippleColorWarning: string;
1260
- colorError: string;
1261
- colorHoverError: string;
1262
- colorPressedError: string;
1263
- colorFocusError: string;
1264
- colorDisabledError: string;
1265
- textColorError: string;
1266
- textColorHoverError: string;
1267
- textColorPressedError: string;
1268
- textColorFocusError: string;
1269
- textColorDisabledError: string;
1270
- textColorTextError: string;
1271
- textColorTextHoverError: string;
1272
- textColorTextPressedError: string;
1273
- textColorTextFocusError: string;
1274
- textColorTextDisabledError: string;
1275
- textColorGhostError: string;
1276
- textColorGhostHoverError: string;
1277
- textColorGhostPressedError: string;
1278
- textColorGhostFocusError: string;
1279
- textColorGhostDisabledError: string;
1280
- borderError: string;
1281
- borderHoverError: string;
1282
- borderPressedError: string;
1283
- borderFocusError: string;
1284
- borderDisabledError: string;
1285
- rippleColorError: string;
1286
- waveOpacity: string;
1287
- fontWeight: string;
1288
- fontWeightStrong: string;
1289
- paddingTiny: string;
1290
- paddingSmall: string;
1291
- paddingMedium: string;
1292
- paddingLarge: string;
1293
- paddingRoundTiny: string;
1294
- paddingRoundSmall: string;
1295
- paddingRoundMedium: string;
1296
- paddingRoundLarge: string;
1297
- iconMarginTiny: string;
1298
- iconMarginSmall: string;
1299
- iconMarginMedium: string;
1300
- iconMarginLarge: string;
1301
- iconSizeTiny: string;
1302
- iconSizeSmall: string;
1303
- iconSizeMedium: string;
1304
- iconSizeLarge: string;
1305
- rippleDuration: string;
1306
- }, any>>;
1307
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1308
- heightTiny: string;
1309
- heightSmall: string;
1310
- heightMedium: string;
1311
- heightLarge: string;
1312
- borderRadiusTiny: string;
1313
- borderRadiusSmall: string;
1314
- borderRadiusMedium: string;
1315
- borderRadiusLarge: string;
1316
- fontSizeTiny: string;
1317
- fontSizeSmall: string;
1318
- fontSizeMedium: string;
1319
- fontSizeLarge: string;
1320
- opacityDisabled: string;
1321
- colorOpacitySecondary: string;
1322
- colorOpacitySecondaryHover: string;
1323
- colorOpacitySecondaryPressed: string;
1324
- colorSecondary: string;
1325
- colorSecondaryHover: string;
1326
- colorSecondaryPressed: string;
1327
- colorTertiary: string;
1328
- colorTertiaryHover: string;
1329
- colorTertiaryPressed: string;
1330
- colorQuaternary: string;
1331
- colorQuaternaryHover: string;
1332
- colorQuaternaryPressed: string;
1333
- color: string;
1334
- colorHover: string;
1335
- colorPressed: string;
1336
- colorFocus: string;
1337
- colorDisabled: string;
1338
- textColor: string;
1339
- textColorTertiary: string;
1340
- textColorHover: string;
1341
- textColorPressed: string;
1342
- textColorFocus: string;
1343
- textColorDisabled: string;
1344
- textColorText: string;
1345
- textColorTextHover: string;
1346
- textColorTextPressed: string;
1347
- textColorTextFocus: string;
1348
- textColorTextDisabled: string;
1349
- textColorGhost: string;
1350
- textColorGhostHover: string;
1351
- textColorGhostPressed: string;
1352
- textColorGhostFocus: string;
1353
- textColorGhostDisabled: string;
1354
- border: string;
1355
- borderHover: string;
1356
- borderPressed: string;
1357
- borderFocus: string;
1358
- borderDisabled: string;
1359
- rippleColor: string;
1360
- colorPrimary: string;
1361
- colorHoverPrimary: string;
1362
- colorPressedPrimary: string;
1363
- colorFocusPrimary: string;
1364
- colorDisabledPrimary: string;
1365
- textColorPrimary: string;
1366
- textColorHoverPrimary: string;
1367
- textColorPressedPrimary: string;
1368
- textColorFocusPrimary: string;
1369
- textColorDisabledPrimary: string;
1370
- textColorTextPrimary: string;
1371
- textColorTextHoverPrimary: string;
1372
- textColorTextPressedPrimary: string;
1373
- textColorTextFocusPrimary: string;
1374
- textColorTextDisabledPrimary: string;
1375
- textColorGhostPrimary: string;
1376
- textColorGhostHoverPrimary: string;
1377
- textColorGhostPressedPrimary: string;
1378
- textColorGhostFocusPrimary: string;
1379
- textColorGhostDisabledPrimary: string;
1380
- borderPrimary: string;
1381
- borderHoverPrimary: string;
1382
- borderPressedPrimary: string;
1383
- borderFocusPrimary: string;
1384
- borderDisabledPrimary: string;
1385
- rippleColorPrimary: string;
1386
- colorInfo: string;
1387
- colorHoverInfo: string;
1388
- colorPressedInfo: string;
1389
- colorFocusInfo: string;
1390
- colorDisabledInfo: string;
1391
- textColorInfo: string;
1392
- textColorHoverInfo: string;
1393
- textColorPressedInfo: string;
1394
- textColorFocusInfo: string;
1395
- textColorDisabledInfo: string;
1396
- textColorTextInfo: string;
1397
- textColorTextHoverInfo: string;
1398
- textColorTextPressedInfo: string;
1399
- textColorTextFocusInfo: string;
1400
- textColorTextDisabledInfo: string;
1401
- textColorGhostInfo: string;
1402
- textColorGhostHoverInfo: string;
1403
- textColorGhostPressedInfo: string;
1404
- textColorGhostFocusInfo: string;
1405
- textColorGhostDisabledInfo: string;
1406
- borderInfo: string;
1407
- borderHoverInfo: string;
1408
- borderPressedInfo: string;
1409
- borderFocusInfo: string;
1410
- borderDisabledInfo: string;
1411
- rippleColorInfo: string;
1412
- colorSuccess: string;
1413
- colorHoverSuccess: string;
1414
- colorPressedSuccess: string;
1415
- colorFocusSuccess: string;
1416
- colorDisabledSuccess: string;
1417
- textColorSuccess: string;
1418
- textColorHoverSuccess: string;
1419
- textColorPressedSuccess: string;
1420
- textColorFocusSuccess: string;
1421
- textColorDisabledSuccess: string;
1422
- textColorTextSuccess: string;
1423
- textColorTextHoverSuccess: string;
1424
- textColorTextPressedSuccess: string;
1425
- textColorTextFocusSuccess: string;
1426
- textColorTextDisabledSuccess: string;
1427
- textColorGhostSuccess: string;
1428
- textColorGhostHoverSuccess: string;
1429
- textColorGhostPressedSuccess: string;
1430
- textColorGhostFocusSuccess: string;
1431
- textColorGhostDisabledSuccess: string;
1432
- borderSuccess: string;
1433
- borderHoverSuccess: string;
1434
- borderPressedSuccess: string;
1435
- borderFocusSuccess: string;
1436
- borderDisabledSuccess: string;
1437
- rippleColorSuccess: string;
1438
- colorWarning: string;
1439
- colorHoverWarning: string;
1440
- colorPressedWarning: string;
1441
- colorFocusWarning: string;
1442
- colorDisabledWarning: string;
1443
- textColorWarning: string;
1444
- textColorHoverWarning: string;
1445
- textColorPressedWarning: string;
1446
- textColorFocusWarning: string;
1447
- textColorDisabledWarning: string;
1448
- textColorTextWarning: string;
1449
- textColorTextHoverWarning: string;
1450
- textColorTextPressedWarning: string;
1451
- textColorTextFocusWarning: string;
1452
- textColorTextDisabledWarning: string;
1453
- textColorGhostWarning: string;
1454
- textColorGhostHoverWarning: string;
1455
- textColorGhostPressedWarning: string;
1456
- textColorGhostFocusWarning: string;
1457
- textColorGhostDisabledWarning: string;
1458
- borderWarning: string;
1459
- borderHoverWarning: string;
1460
- borderPressedWarning: string;
1461
- borderFocusWarning: string;
1462
- borderDisabledWarning: string;
1463
- rippleColorWarning: string;
1464
- colorError: string;
1465
- colorHoverError: string;
1466
- colorPressedError: string;
1467
- colorFocusError: string;
1468
- colorDisabledError: string;
1469
- textColorError: string;
1470
- textColorHoverError: string;
1471
- textColorPressedError: string;
1472
- textColorFocusError: string;
1473
- textColorDisabledError: string;
1474
- textColorTextError: string;
1475
- textColorTextHoverError: string;
1476
- textColorTextPressedError: string;
1477
- textColorTextFocusError: string;
1478
- textColorTextDisabledError: string;
1479
- textColorGhostError: string;
1480
- textColorGhostHoverError: string;
1481
- textColorGhostPressedError: string;
1482
- textColorGhostFocusError: string;
1483
- textColorGhostDisabledError: string;
1484
- borderError: string;
1485
- borderHoverError: string;
1486
- borderPressedError: string;
1487
- borderFocusError: string;
1488
- borderDisabledError: string;
1489
- rippleColorError: string;
1490
- waveOpacity: string;
1491
- fontWeight: string;
1492
- fontWeightStrong: string;
1493
- paddingTiny: string;
1494
- paddingSmall: string;
1495
- paddingMedium: string;
1496
- paddingLarge: string;
1497
- paddingRoundTiny: string;
1498
- paddingRoundSmall: string;
1499
- paddingRoundMedium: string;
1500
- paddingRoundLarge: string;
1501
- iconMarginTiny: string;
1502
- iconMarginSmall: string;
1503
- iconMarginMedium: string;
1504
- iconMarginLarge: string;
1505
- iconSizeTiny: string;
1506
- iconSizeSmall: string;
1507
- iconSizeMedium: string;
1508
- iconSizeLarge: string;
1509
- rippleDuration: string;
1510
- }, any>>>;
1511
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1512
- heightTiny: string;
1513
- heightSmall: string;
1514
- heightMedium: string;
1515
- heightLarge: string;
1516
- borderRadiusTiny: string;
1517
- borderRadiusSmall: string;
1518
- borderRadiusMedium: string;
1519
- borderRadiusLarge: string;
1520
- fontSizeTiny: string;
1521
- fontSizeSmall: string;
1522
- fontSizeMedium: string;
1523
- fontSizeLarge: string;
1524
- opacityDisabled: string;
1525
- colorOpacitySecondary: string;
1526
- colorOpacitySecondaryHover: string;
1527
- colorOpacitySecondaryPressed: string;
1528
- colorSecondary: string;
1529
- colorSecondaryHover: string;
1530
- colorSecondaryPressed: string;
1531
- colorTertiary: string;
1532
- colorTertiaryHover: string;
1533
- colorTertiaryPressed: string;
1534
- colorQuaternary: string;
1535
- colorQuaternaryHover: string;
1536
- colorQuaternaryPressed: string;
1537
- color: string;
1538
- colorHover: string;
1539
- colorPressed: string;
1540
- colorFocus: string;
1541
- colorDisabled: string;
1542
- textColor: string;
1543
- textColorTertiary: string;
1544
- textColorHover: string;
1545
- textColorPressed: string;
1546
- textColorFocus: string;
1547
- textColorDisabled: string;
1548
- textColorText: string;
1549
- textColorTextHover: string;
1550
- textColorTextPressed: string;
1551
- textColorTextFocus: string;
1552
- textColorTextDisabled: string;
1553
- textColorGhost: string;
1554
- textColorGhostHover: string;
1555
- textColorGhostPressed: string;
1556
- textColorGhostFocus: string;
1557
- textColorGhostDisabled: string;
1558
- border: string;
1559
- borderHover: string;
1560
- borderPressed: string;
1561
- borderFocus: string;
1562
- borderDisabled: string;
1563
- rippleColor: string;
1564
- colorPrimary: string;
1565
- colorHoverPrimary: string;
1566
- colorPressedPrimary: string;
1567
- colorFocusPrimary: string;
1568
- colorDisabledPrimary: string;
1569
- textColorPrimary: string;
1570
- textColorHoverPrimary: string;
1571
- textColorPressedPrimary: string;
1572
- textColorFocusPrimary: string;
1573
- textColorDisabledPrimary: string;
1574
- textColorTextPrimary: string;
1575
- textColorTextHoverPrimary: string;
1576
- textColorTextPressedPrimary: string;
1577
- textColorTextFocusPrimary: string;
1578
- textColorTextDisabledPrimary: string;
1579
- textColorGhostPrimary: string;
1580
- textColorGhostHoverPrimary: string;
1581
- textColorGhostPressedPrimary: string;
1582
- textColorGhostFocusPrimary: string;
1583
- textColorGhostDisabledPrimary: string;
1584
- borderPrimary: string;
1585
- borderHoverPrimary: string;
1586
- borderPressedPrimary: string;
1587
- borderFocusPrimary: string;
1588
- borderDisabledPrimary: string;
1589
- rippleColorPrimary: string;
1590
- colorInfo: string;
1591
- colorHoverInfo: string;
1592
- colorPressedInfo: string;
1593
- colorFocusInfo: string;
1594
- colorDisabledInfo: string;
1595
- textColorInfo: string;
1596
- textColorHoverInfo: string;
1597
- textColorPressedInfo: string;
1598
- textColorFocusInfo: string;
1599
- textColorDisabledInfo: string;
1600
- textColorTextInfo: string;
1601
- textColorTextHoverInfo: string;
1602
- textColorTextPressedInfo: string;
1603
- textColorTextFocusInfo: string;
1604
- textColorTextDisabledInfo: string;
1605
- textColorGhostInfo: string;
1606
- textColorGhostHoverInfo: string;
1607
- textColorGhostPressedInfo: string;
1608
- textColorGhostFocusInfo: string;
1609
- textColorGhostDisabledInfo: string;
1610
- borderInfo: string;
1611
- borderHoverInfo: string;
1612
- borderPressedInfo: string;
1613
- borderFocusInfo: string;
1614
- borderDisabledInfo: string;
1615
- rippleColorInfo: string;
1616
- colorSuccess: string;
1617
- colorHoverSuccess: string;
1618
- colorPressedSuccess: string;
1619
- colorFocusSuccess: string;
1620
- colorDisabledSuccess: string;
1621
- textColorSuccess: string;
1622
- textColorHoverSuccess: string;
1623
- textColorPressedSuccess: string;
1624
- textColorFocusSuccess: string;
1625
- textColorDisabledSuccess: string;
1626
- textColorTextSuccess: string;
1627
- textColorTextHoverSuccess: string;
1628
- textColorTextPressedSuccess: string;
1629
- textColorTextFocusSuccess: string;
1630
- textColorTextDisabledSuccess: string;
1631
- textColorGhostSuccess: string;
1632
- textColorGhostHoverSuccess: string;
1633
- textColorGhostPressedSuccess: string;
1634
- textColorGhostFocusSuccess: string;
1635
- textColorGhostDisabledSuccess: string;
1636
- borderSuccess: string;
1637
- borderHoverSuccess: string;
1638
- borderPressedSuccess: string;
1639
- borderFocusSuccess: string;
1640
- borderDisabledSuccess: string;
1641
- rippleColorSuccess: string;
1642
- colorWarning: string;
1643
- colorHoverWarning: string;
1644
- colorPressedWarning: string;
1645
- colorFocusWarning: string;
1646
- colorDisabledWarning: string;
1647
- textColorWarning: string;
1648
- textColorHoverWarning: string;
1649
- textColorPressedWarning: string;
1650
- textColorFocusWarning: string;
1651
- textColorDisabledWarning: string;
1652
- textColorTextWarning: string;
1653
- textColorTextHoverWarning: string;
1654
- textColorTextPressedWarning: string;
1655
- textColorTextFocusWarning: string;
1656
- textColorTextDisabledWarning: string;
1657
- textColorGhostWarning: string;
1658
- textColorGhostHoverWarning: string;
1659
- textColorGhostPressedWarning: string;
1660
- textColorGhostFocusWarning: string;
1661
- textColorGhostDisabledWarning: string;
1662
- borderWarning: string;
1663
- borderHoverWarning: string;
1664
- borderPressedWarning: string;
1665
- borderFocusWarning: string;
1666
- borderDisabledWarning: string;
1667
- rippleColorWarning: string;
1668
- colorError: string;
1669
- colorHoverError: string;
1670
- colorPressedError: string;
1671
- colorFocusError: string;
1672
- colorDisabledError: string;
1673
- textColorError: string;
1674
- textColorHoverError: string;
1675
- textColorPressedError: string;
1676
- textColorFocusError: string;
1677
- textColorDisabledError: string;
1678
- textColorTextError: string;
1679
- textColorTextHoverError: string;
1680
- textColorTextPressedError: string;
1681
- textColorTextFocusError: string;
1682
- textColorTextDisabledError: string;
1683
- textColorGhostError: string;
1684
- textColorGhostHoverError: string;
1685
- textColorGhostPressedError: string;
1686
- textColorGhostFocusError: string;
1687
- textColorGhostDisabledError: string;
1688
- borderError: string;
1689
- borderHoverError: string;
1690
- borderPressedError: string;
1691
- borderFocusError: string;
1692
- borderDisabledError: string;
1693
- rippleColorError: string;
1694
- waveOpacity: string;
1695
- fontWeight: string;
1696
- fontWeightStrong: string;
1697
- paddingTiny: string;
1698
- paddingSmall: string;
1699
- paddingMedium: string;
1700
- paddingLarge: string;
1701
- paddingRoundTiny: string;
1702
- paddingRoundSmall: string;
1703
- paddingRoundMedium: string;
1704
- paddingRoundLarge: string;
1705
- iconMarginTiny: string;
1706
- iconMarginSmall: string;
1707
- iconMarginMedium: string;
1708
- iconMarginLarge: string;
1709
- iconSizeTiny: string;
1710
- iconSizeSmall: string;
1711
- iconSizeMedium: string;
1712
- iconSizeLarge: string;
1713
- rippleDuration: string;
1714
- }, any>>>;
1715
- }>>, {
1716
- readonly type: import("naive-ui/es/button/src/interface").Type;
1717
- readonly tag: keyof HTMLElementTagNameMap;
1718
- readonly block: boolean;
1719
- readonly round: boolean;
1720
- readonly dashed: boolean;
1721
- readonly text: boolean;
1722
- readonly circle: boolean;
1723
- readonly disabled: boolean;
1724
- readonly focusable: boolean;
1725
- readonly strong: boolean;
1726
- readonly loading: boolean;
1727
- readonly bordered: boolean;
1728
- readonly tertiary: boolean;
1729
- readonly ghost: boolean;
1730
- readonly keyboard: boolean;
1731
- readonly secondary: boolean;
1732
- readonly quaternary: boolean;
1733
- readonly iconPlacement: "left" | "right";
1734
- readonly attrType: "button" | "reset" | "submit";
1735
- readonly nativeFocusBehavior: boolean;
1736
- }>;
265
+ NIcon: any;
266
+ NButton: any;
1737
267
  PlayCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1738
268
  PlayCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1739
269
  RemoveCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;