cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
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.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -388,12 +388,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
388
388
|
tdPaddingLarge: string;
|
|
389
389
|
}, any>>>;
|
|
390
390
|
}>>, {
|
|
391
|
-
column: number;
|
|
392
|
-
size: "small" | "medium" | "large";
|
|
393
|
-
separator: string;
|
|
394
|
-
bordered: boolean;
|
|
395
|
-
labelAlign: "left" | "right" | "center";
|
|
396
|
-
labelPlacement: "left" | "top";
|
|
391
|
+
readonly column: number;
|
|
392
|
+
readonly size: "small" | "medium" | "large";
|
|
393
|
+
readonly separator: string;
|
|
394
|
+
readonly bordered: boolean;
|
|
395
|
+
readonly labelAlign: "left" | "right" | "center";
|
|
396
|
+
readonly labelPlacement: "left" | "top";
|
|
397
397
|
}>;
|
|
398
398
|
NDescriptionsItem: import("vue").DefineComponent<{
|
|
399
399
|
readonly label: StringConstructor;
|
|
@@ -412,7 +412,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
412
|
readonly labelStyle: PropType<string | CSSProperties>;
|
|
413
413
|
readonly contentStyle: PropType<string | CSSProperties>;
|
|
414
414
|
}>>, {
|
|
415
|
-
span: number;
|
|
415
|
+
readonly span: number;
|
|
416
416
|
}>;
|
|
417
417
|
NTag: import("vue").DefineComponent<{
|
|
418
418
|
bordered: {
|
|
@@ -421,12 +421,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
421
421
|
};
|
|
422
422
|
checked: BooleanConstructor;
|
|
423
423
|
checkable: BooleanConstructor;
|
|
424
|
+
strong: BooleanConstructor;
|
|
425
|
+
triggerClickOnClose: BooleanConstructor;
|
|
424
426
|
onClose: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
425
427
|
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
426
428
|
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
427
429
|
'onUpdate:checked': PropType<(checked: boolean) => void>;
|
|
428
430
|
onUpdateChecked: PropType<(checked: boolean) => void>;
|
|
429
|
-
|
|
431
|
+
internalCloseFocusable: {
|
|
432
|
+
type: BooleanConstructor;
|
|
433
|
+
default: boolean;
|
|
434
|
+
};
|
|
430
435
|
onCheckedChange: {
|
|
431
436
|
type: PropType<(checked: boolean) => void>;
|
|
432
437
|
validator: () => boolean;
|
|
@@ -448,6 +453,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
448
453
|
readonly default: undefined;
|
|
449
454
|
};
|
|
450
455
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
456
|
+
closeBorderRadius: string;
|
|
451
457
|
heightTiny: string;
|
|
452
458
|
heightSmall: string;
|
|
453
459
|
heightMedium: string;
|
|
@@ -458,6 +464,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
458
464
|
fontSizeSmall: string;
|
|
459
465
|
fontSizeMedium: string;
|
|
460
466
|
fontSizeLarge: string;
|
|
467
|
+
fontWeightStrong: string;
|
|
461
468
|
textColorCheckable: string;
|
|
462
469
|
textColorHoverCheckable: string;
|
|
463
470
|
textColorPressedCheckable: string;
|
|
@@ -471,39 +478,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
471
478
|
border: string;
|
|
472
479
|
textColor: string;
|
|
473
480
|
color: string;
|
|
474
|
-
|
|
481
|
+
colorBordered: string;
|
|
482
|
+
closeIconColor: string;
|
|
483
|
+
closeIconColorHover: string;
|
|
484
|
+
closeIconColorPressed: string;
|
|
475
485
|
closeColorHover: string;
|
|
476
486
|
closeColorPressed: string;
|
|
477
487
|
borderPrimary: string;
|
|
478
488
|
textColorPrimary: string;
|
|
479
489
|
colorPrimary: string;
|
|
480
|
-
|
|
490
|
+
colorBorderedPrimary: string;
|
|
491
|
+
closeIconColorPrimary: string;
|
|
492
|
+
closeIconColorHoverPrimary: string;
|
|
493
|
+
closeIconColorPressedPrimary: string;
|
|
481
494
|
closeColorHoverPrimary: string;
|
|
482
495
|
closeColorPressedPrimary: string;
|
|
483
496
|
borderInfo: string;
|
|
484
497
|
textColorInfo: string;
|
|
485
498
|
colorInfo: string;
|
|
486
|
-
|
|
499
|
+
colorBorderedInfo: string;
|
|
500
|
+
closeIconColorInfo: string;
|
|
501
|
+
closeIconColorHoverInfo: string;
|
|
502
|
+
closeIconColorPressedInfo: string;
|
|
487
503
|
closeColorHoverInfo: string;
|
|
488
504
|
closeColorPressedInfo: string;
|
|
489
505
|
borderSuccess: string;
|
|
490
506
|
textColorSuccess: string;
|
|
491
507
|
colorSuccess: string;
|
|
492
|
-
|
|
508
|
+
colorBorderedSuccess: string;
|
|
509
|
+
closeIconColorSuccess: string;
|
|
510
|
+
closeIconColorHoverSuccess: string;
|
|
511
|
+
closeIconColorPressedSuccess: string;
|
|
493
512
|
closeColorHoverSuccess: string;
|
|
494
513
|
closeColorPressedSuccess: string;
|
|
495
514
|
borderWarning: string;
|
|
496
515
|
textColorWarning: string;
|
|
497
516
|
colorWarning: string;
|
|
498
|
-
|
|
517
|
+
colorBorderedWarning: string;
|
|
518
|
+
closeIconColorWarning: string;
|
|
519
|
+
closeIconColorHoverWarning: string;
|
|
520
|
+
closeIconColorPressedWarning: string;
|
|
499
521
|
closeColorHoverWarning: string;
|
|
500
522
|
closeColorPressedWarning: string;
|
|
501
523
|
borderError: string;
|
|
502
524
|
textColorError: string;
|
|
503
525
|
colorError: string;
|
|
504
|
-
|
|
526
|
+
colorBorderedError: string;
|
|
527
|
+
closeIconColorError: string;
|
|
528
|
+
closeIconColorHoverError: string;
|
|
529
|
+
closeIconColorPressedError: string;
|
|
505
530
|
closeColorHoverError: string;
|
|
506
531
|
closeColorPressedError: string;
|
|
532
|
+
closeIconSizeTiny: string;
|
|
533
|
+
closeIconSizeSmall: string;
|
|
534
|
+
closeIconSizeMedium: string;
|
|
535
|
+
closeIconSizeLarge: string;
|
|
507
536
|
closeSizeTiny: string;
|
|
508
537
|
closeSizeSmall: string;
|
|
509
538
|
closeSizeMedium: string;
|
|
@@ -513,6 +542,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
513
542
|
closeMarginRtl: string;
|
|
514
543
|
}, any>>;
|
|
515
544
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
545
|
+
closeBorderRadius: string;
|
|
516
546
|
heightTiny: string;
|
|
517
547
|
heightSmall: string;
|
|
518
548
|
heightMedium: string;
|
|
@@ -523,6 +553,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
523
553
|
fontSizeSmall: string;
|
|
524
554
|
fontSizeMedium: string;
|
|
525
555
|
fontSizeLarge: string;
|
|
556
|
+
fontWeightStrong: string;
|
|
526
557
|
textColorCheckable: string;
|
|
527
558
|
textColorHoverCheckable: string;
|
|
528
559
|
textColorPressedCheckable: string;
|
|
@@ -536,39 +567,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
536
567
|
border: string;
|
|
537
568
|
textColor: string;
|
|
538
569
|
color: string;
|
|
539
|
-
|
|
570
|
+
colorBordered: string;
|
|
571
|
+
closeIconColor: string;
|
|
572
|
+
closeIconColorHover: string;
|
|
573
|
+
closeIconColorPressed: string;
|
|
540
574
|
closeColorHover: string;
|
|
541
575
|
closeColorPressed: string;
|
|
542
576
|
borderPrimary: string;
|
|
543
577
|
textColorPrimary: string;
|
|
544
578
|
colorPrimary: string;
|
|
545
|
-
|
|
579
|
+
colorBorderedPrimary: string;
|
|
580
|
+
closeIconColorPrimary: string;
|
|
581
|
+
closeIconColorHoverPrimary: string;
|
|
582
|
+
closeIconColorPressedPrimary: string;
|
|
546
583
|
closeColorHoverPrimary: string;
|
|
547
584
|
closeColorPressedPrimary: string;
|
|
548
585
|
borderInfo: string;
|
|
549
586
|
textColorInfo: string;
|
|
550
587
|
colorInfo: string;
|
|
551
|
-
|
|
588
|
+
colorBorderedInfo: string;
|
|
589
|
+
closeIconColorInfo: string;
|
|
590
|
+
closeIconColorHoverInfo: string;
|
|
591
|
+
closeIconColorPressedInfo: string;
|
|
552
592
|
closeColorHoverInfo: string;
|
|
553
593
|
closeColorPressedInfo: string;
|
|
554
594
|
borderSuccess: string;
|
|
555
595
|
textColorSuccess: string;
|
|
556
596
|
colorSuccess: string;
|
|
557
|
-
|
|
597
|
+
colorBorderedSuccess: string;
|
|
598
|
+
closeIconColorSuccess: string;
|
|
599
|
+
closeIconColorHoverSuccess: string;
|
|
600
|
+
closeIconColorPressedSuccess: string;
|
|
558
601
|
closeColorHoverSuccess: string;
|
|
559
602
|
closeColorPressedSuccess: string;
|
|
560
603
|
borderWarning: string;
|
|
561
604
|
textColorWarning: string;
|
|
562
605
|
colorWarning: string;
|
|
563
|
-
|
|
606
|
+
colorBorderedWarning: string;
|
|
607
|
+
closeIconColorWarning: string;
|
|
608
|
+
closeIconColorHoverWarning: string;
|
|
609
|
+
closeIconColorPressedWarning: string;
|
|
564
610
|
closeColorHoverWarning: string;
|
|
565
611
|
closeColorPressedWarning: string;
|
|
566
612
|
borderError: string;
|
|
567
613
|
textColorError: string;
|
|
568
614
|
colorError: string;
|
|
569
|
-
|
|
615
|
+
colorBorderedError: string;
|
|
616
|
+
closeIconColorError: string;
|
|
617
|
+
closeIconColorHoverError: string;
|
|
618
|
+
closeIconColorPressedError: string;
|
|
570
619
|
closeColorHoverError: string;
|
|
571
620
|
closeColorPressedError: string;
|
|
621
|
+
closeIconSizeTiny: string;
|
|
622
|
+
closeIconSizeSmall: string;
|
|
623
|
+
closeIconSizeMedium: string;
|
|
624
|
+
closeIconSizeLarge: string;
|
|
572
625
|
closeSizeTiny: string;
|
|
573
626
|
closeSizeSmall: string;
|
|
574
627
|
closeSizeMedium: string;
|
|
@@ -578,6 +631,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
578
631
|
closeMarginRtl: string;
|
|
579
632
|
}, any>>>;
|
|
580
633
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
634
|
+
closeBorderRadius: string;
|
|
581
635
|
heightTiny: string;
|
|
582
636
|
heightSmall: string;
|
|
583
637
|
heightMedium: string;
|
|
@@ -588,6 +642,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
588
642
|
fontSizeSmall: string;
|
|
589
643
|
fontSizeMedium: string;
|
|
590
644
|
fontSizeLarge: string;
|
|
645
|
+
fontWeightStrong: string;
|
|
591
646
|
textColorCheckable: string;
|
|
592
647
|
textColorHoverCheckable: string;
|
|
593
648
|
textColorPressedCheckable: string;
|
|
@@ -601,39 +656,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
601
656
|
border: string;
|
|
602
657
|
textColor: string;
|
|
603
658
|
color: string;
|
|
604
|
-
|
|
659
|
+
colorBordered: string;
|
|
660
|
+
closeIconColor: string;
|
|
661
|
+
closeIconColorHover: string;
|
|
662
|
+
closeIconColorPressed: string;
|
|
605
663
|
closeColorHover: string;
|
|
606
664
|
closeColorPressed: string;
|
|
607
665
|
borderPrimary: string;
|
|
608
666
|
textColorPrimary: string;
|
|
609
667
|
colorPrimary: string;
|
|
610
|
-
|
|
668
|
+
colorBorderedPrimary: string;
|
|
669
|
+
closeIconColorPrimary: string;
|
|
670
|
+
closeIconColorHoverPrimary: string;
|
|
671
|
+
closeIconColorPressedPrimary: string;
|
|
611
672
|
closeColorHoverPrimary: string;
|
|
612
673
|
closeColorPressedPrimary: string;
|
|
613
674
|
borderInfo: string;
|
|
614
675
|
textColorInfo: string;
|
|
615
676
|
colorInfo: string;
|
|
616
|
-
|
|
677
|
+
colorBorderedInfo: string;
|
|
678
|
+
closeIconColorInfo: string;
|
|
679
|
+
closeIconColorHoverInfo: string;
|
|
680
|
+
closeIconColorPressedInfo: string;
|
|
617
681
|
closeColorHoverInfo: string;
|
|
618
682
|
closeColorPressedInfo: string;
|
|
619
683
|
borderSuccess: string;
|
|
620
684
|
textColorSuccess: string;
|
|
621
685
|
colorSuccess: string;
|
|
622
|
-
|
|
686
|
+
colorBorderedSuccess: string;
|
|
687
|
+
closeIconColorSuccess: string;
|
|
688
|
+
closeIconColorHoverSuccess: string;
|
|
689
|
+
closeIconColorPressedSuccess: string;
|
|
623
690
|
closeColorHoverSuccess: string;
|
|
624
691
|
closeColorPressedSuccess: string;
|
|
625
692
|
borderWarning: string;
|
|
626
693
|
textColorWarning: string;
|
|
627
694
|
colorWarning: string;
|
|
628
|
-
|
|
695
|
+
colorBorderedWarning: string;
|
|
696
|
+
closeIconColorWarning: string;
|
|
697
|
+
closeIconColorHoverWarning: string;
|
|
698
|
+
closeIconColorPressedWarning: string;
|
|
629
699
|
closeColorHoverWarning: string;
|
|
630
700
|
closeColorPressedWarning: string;
|
|
631
701
|
borderError: string;
|
|
632
702
|
textColorError: string;
|
|
633
703
|
colorError: string;
|
|
634
|
-
|
|
704
|
+
colorBorderedError: string;
|
|
705
|
+
closeIconColorError: string;
|
|
706
|
+
closeIconColorHoverError: string;
|
|
707
|
+
closeIconColorPressedError: string;
|
|
635
708
|
closeColorHoverError: string;
|
|
636
709
|
closeColorPressedError: string;
|
|
710
|
+
closeIconSizeTiny: string;
|
|
711
|
+
closeIconSizeSmall: string;
|
|
712
|
+
closeIconSizeMedium: string;
|
|
713
|
+
closeIconSizeLarge: string;
|
|
637
714
|
closeSizeTiny: string;
|
|
638
715
|
closeSizeSmall: string;
|
|
639
716
|
closeSizeMedium: string;
|
|
@@ -650,14 +727,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
650
727
|
handleClick: (e: MouseEvent) => void;
|
|
651
728
|
handleCloseClick: (e: MouseEvent) => void;
|
|
652
729
|
cssVars: import("vue").ComputedRef<{
|
|
730
|
+
'--n-font-weight-strong': string;
|
|
653
731
|
'--n-avatar-size-override': string;
|
|
654
732
|
'--n-bezier': string;
|
|
655
733
|
'--n-border-radius': string;
|
|
656
734
|
'--n-border': string;
|
|
657
|
-
'--n-close-
|
|
658
|
-
'--n-close-color-hover': string;
|
|
735
|
+
'--n-close-icon-size': string;
|
|
659
736
|
'--n-close-color-pressed': string;
|
|
660
|
-
'--n-close-color-
|
|
737
|
+
'--n-close-color-hover': string;
|
|
738
|
+
'--n-close-border-radius': string;
|
|
739
|
+
'--n-close-icon-color': string;
|
|
740
|
+
'--n-close-icon-color-hover': string;
|
|
741
|
+
'--n-close-icon-color-pressed': string;
|
|
742
|
+
'--n-close-icon-color-disabled': string;
|
|
661
743
|
'--n-close-margin': string;
|
|
662
744
|
'--n-close-margin-rtl': string;
|
|
663
745
|
'--n-close-size': string;
|
|
@@ -688,12 +770,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
688
770
|
};
|
|
689
771
|
checked: BooleanConstructor;
|
|
690
772
|
checkable: BooleanConstructor;
|
|
773
|
+
strong: BooleanConstructor;
|
|
774
|
+
triggerClickOnClose: BooleanConstructor;
|
|
691
775
|
onClose: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
692
776
|
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
693
777
|
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
694
778
|
'onUpdate:checked': PropType<(checked: boolean) => void>;
|
|
695
779
|
onUpdateChecked: PropType<(checked: boolean) => void>;
|
|
696
|
-
|
|
780
|
+
internalCloseFocusable: {
|
|
781
|
+
type: BooleanConstructor;
|
|
782
|
+
default: boolean;
|
|
783
|
+
};
|
|
697
784
|
onCheckedChange: {
|
|
698
785
|
type: PropType<(checked: boolean) => void>;
|
|
699
786
|
validator: () => boolean;
|
|
@@ -715,6 +802,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
715
802
|
readonly default: undefined;
|
|
716
803
|
};
|
|
717
804
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
805
|
+
closeBorderRadius: string;
|
|
718
806
|
heightTiny: string;
|
|
719
807
|
heightSmall: string;
|
|
720
808
|
heightMedium: string;
|
|
@@ -725,6 +813,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
725
813
|
fontSizeSmall: string;
|
|
726
814
|
fontSizeMedium: string;
|
|
727
815
|
fontSizeLarge: string;
|
|
816
|
+
fontWeightStrong: string;
|
|
728
817
|
textColorCheckable: string;
|
|
729
818
|
textColorHoverCheckable: string;
|
|
730
819
|
textColorPressedCheckable: string;
|
|
@@ -738,39 +827,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
738
827
|
border: string;
|
|
739
828
|
textColor: string;
|
|
740
829
|
color: string;
|
|
741
|
-
|
|
830
|
+
colorBordered: string;
|
|
831
|
+
closeIconColor: string;
|
|
832
|
+
closeIconColorHover: string;
|
|
833
|
+
closeIconColorPressed: string;
|
|
742
834
|
closeColorHover: string;
|
|
743
835
|
closeColorPressed: string;
|
|
744
836
|
borderPrimary: string;
|
|
745
837
|
textColorPrimary: string;
|
|
746
838
|
colorPrimary: string;
|
|
747
|
-
|
|
839
|
+
colorBorderedPrimary: string;
|
|
840
|
+
closeIconColorPrimary: string;
|
|
841
|
+
closeIconColorHoverPrimary: string;
|
|
842
|
+
closeIconColorPressedPrimary: string;
|
|
748
843
|
closeColorHoverPrimary: string;
|
|
749
844
|
closeColorPressedPrimary: string;
|
|
750
845
|
borderInfo: string;
|
|
751
846
|
textColorInfo: string;
|
|
752
847
|
colorInfo: string;
|
|
753
|
-
|
|
848
|
+
colorBorderedInfo: string;
|
|
849
|
+
closeIconColorInfo: string;
|
|
850
|
+
closeIconColorHoverInfo: string;
|
|
851
|
+
closeIconColorPressedInfo: string;
|
|
754
852
|
closeColorHoverInfo: string;
|
|
755
853
|
closeColorPressedInfo: string;
|
|
756
854
|
borderSuccess: string;
|
|
757
855
|
textColorSuccess: string;
|
|
758
856
|
colorSuccess: string;
|
|
759
|
-
|
|
857
|
+
colorBorderedSuccess: string;
|
|
858
|
+
closeIconColorSuccess: string;
|
|
859
|
+
closeIconColorHoverSuccess: string;
|
|
860
|
+
closeIconColorPressedSuccess: string;
|
|
760
861
|
closeColorHoverSuccess: string;
|
|
761
862
|
closeColorPressedSuccess: string;
|
|
762
863
|
borderWarning: string;
|
|
763
864
|
textColorWarning: string;
|
|
764
865
|
colorWarning: string;
|
|
765
|
-
|
|
866
|
+
colorBorderedWarning: string;
|
|
867
|
+
closeIconColorWarning: string;
|
|
868
|
+
closeIconColorHoverWarning: string;
|
|
869
|
+
closeIconColorPressedWarning: string;
|
|
766
870
|
closeColorHoverWarning: string;
|
|
767
871
|
closeColorPressedWarning: string;
|
|
768
872
|
borderError: string;
|
|
769
873
|
textColorError: string;
|
|
770
874
|
colorError: string;
|
|
771
|
-
|
|
875
|
+
colorBorderedError: string;
|
|
876
|
+
closeIconColorError: string;
|
|
877
|
+
closeIconColorHoverError: string;
|
|
878
|
+
closeIconColorPressedError: string;
|
|
772
879
|
closeColorHoverError: string;
|
|
773
880
|
closeColorPressedError: string;
|
|
881
|
+
closeIconSizeTiny: string;
|
|
882
|
+
closeIconSizeSmall: string;
|
|
883
|
+
closeIconSizeMedium: string;
|
|
884
|
+
closeIconSizeLarge: string;
|
|
774
885
|
closeSizeTiny: string;
|
|
775
886
|
closeSizeSmall: string;
|
|
776
887
|
closeSizeMedium: string;
|
|
@@ -780,6 +891,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
780
891
|
closeMarginRtl: string;
|
|
781
892
|
}, any>>;
|
|
782
893
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
894
|
+
closeBorderRadius: string;
|
|
783
895
|
heightTiny: string;
|
|
784
896
|
heightSmall: string;
|
|
785
897
|
heightMedium: string;
|
|
@@ -790,6 +902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
790
902
|
fontSizeSmall: string;
|
|
791
903
|
fontSizeMedium: string;
|
|
792
904
|
fontSizeLarge: string;
|
|
905
|
+
fontWeightStrong: string;
|
|
793
906
|
textColorCheckable: string;
|
|
794
907
|
textColorHoverCheckable: string;
|
|
795
908
|
textColorPressedCheckable: string;
|
|
@@ -803,39 +916,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
803
916
|
border: string;
|
|
804
917
|
textColor: string;
|
|
805
918
|
color: string;
|
|
806
|
-
|
|
919
|
+
colorBordered: string;
|
|
920
|
+
closeIconColor: string;
|
|
921
|
+
closeIconColorHover: string;
|
|
922
|
+
closeIconColorPressed: string;
|
|
807
923
|
closeColorHover: string;
|
|
808
924
|
closeColorPressed: string;
|
|
809
925
|
borderPrimary: string;
|
|
810
926
|
textColorPrimary: string;
|
|
811
927
|
colorPrimary: string;
|
|
812
|
-
|
|
928
|
+
colorBorderedPrimary: string;
|
|
929
|
+
closeIconColorPrimary: string;
|
|
930
|
+
closeIconColorHoverPrimary: string;
|
|
931
|
+
closeIconColorPressedPrimary: string;
|
|
813
932
|
closeColorHoverPrimary: string;
|
|
814
933
|
closeColorPressedPrimary: string;
|
|
815
934
|
borderInfo: string;
|
|
816
935
|
textColorInfo: string;
|
|
817
936
|
colorInfo: string;
|
|
818
|
-
|
|
937
|
+
colorBorderedInfo: string;
|
|
938
|
+
closeIconColorInfo: string;
|
|
939
|
+
closeIconColorHoverInfo: string;
|
|
940
|
+
closeIconColorPressedInfo: string;
|
|
819
941
|
closeColorHoverInfo: string;
|
|
820
942
|
closeColorPressedInfo: string;
|
|
821
943
|
borderSuccess: string;
|
|
822
944
|
textColorSuccess: string;
|
|
823
945
|
colorSuccess: string;
|
|
824
|
-
|
|
946
|
+
colorBorderedSuccess: string;
|
|
947
|
+
closeIconColorSuccess: string;
|
|
948
|
+
closeIconColorHoverSuccess: string;
|
|
949
|
+
closeIconColorPressedSuccess: string;
|
|
825
950
|
closeColorHoverSuccess: string;
|
|
826
951
|
closeColorPressedSuccess: string;
|
|
827
952
|
borderWarning: string;
|
|
828
953
|
textColorWarning: string;
|
|
829
954
|
colorWarning: string;
|
|
830
|
-
|
|
955
|
+
colorBorderedWarning: string;
|
|
956
|
+
closeIconColorWarning: string;
|
|
957
|
+
closeIconColorHoverWarning: string;
|
|
958
|
+
closeIconColorPressedWarning: string;
|
|
831
959
|
closeColorHoverWarning: string;
|
|
832
960
|
closeColorPressedWarning: string;
|
|
833
961
|
borderError: string;
|
|
834
962
|
textColorError: string;
|
|
835
963
|
colorError: string;
|
|
836
|
-
|
|
964
|
+
colorBorderedError: string;
|
|
965
|
+
closeIconColorError: string;
|
|
966
|
+
closeIconColorHoverError: string;
|
|
967
|
+
closeIconColorPressedError: string;
|
|
837
968
|
closeColorHoverError: string;
|
|
838
969
|
closeColorPressedError: string;
|
|
970
|
+
closeIconSizeTiny: string;
|
|
971
|
+
closeIconSizeSmall: string;
|
|
972
|
+
closeIconSizeMedium: string;
|
|
973
|
+
closeIconSizeLarge: string;
|
|
839
974
|
closeSizeTiny: string;
|
|
840
975
|
closeSizeSmall: string;
|
|
841
976
|
closeSizeMedium: string;
|
|
@@ -845,6 +980,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
845
980
|
closeMarginRtl: string;
|
|
846
981
|
}, any>>>;
|
|
847
982
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
983
|
+
closeBorderRadius: string;
|
|
848
984
|
heightTiny: string;
|
|
849
985
|
heightSmall: string;
|
|
850
986
|
heightMedium: string;
|
|
@@ -855,6 +991,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
855
991
|
fontSizeSmall: string;
|
|
856
992
|
fontSizeMedium: string;
|
|
857
993
|
fontSizeLarge: string;
|
|
994
|
+
fontWeightStrong: string;
|
|
858
995
|
textColorCheckable: string;
|
|
859
996
|
textColorHoverCheckable: string;
|
|
860
997
|
textColorPressedCheckable: string;
|
|
@@ -868,39 +1005,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
868
1005
|
border: string;
|
|
869
1006
|
textColor: string;
|
|
870
1007
|
color: string;
|
|
871
|
-
|
|
1008
|
+
colorBordered: string;
|
|
1009
|
+
closeIconColor: string;
|
|
1010
|
+
closeIconColorHover: string;
|
|
1011
|
+
closeIconColorPressed: string;
|
|
872
1012
|
closeColorHover: string;
|
|
873
1013
|
closeColorPressed: string;
|
|
874
1014
|
borderPrimary: string;
|
|
875
1015
|
textColorPrimary: string;
|
|
876
1016
|
colorPrimary: string;
|
|
877
|
-
|
|
1017
|
+
colorBorderedPrimary: string;
|
|
1018
|
+
closeIconColorPrimary: string;
|
|
1019
|
+
closeIconColorHoverPrimary: string;
|
|
1020
|
+
closeIconColorPressedPrimary: string;
|
|
878
1021
|
closeColorHoverPrimary: string;
|
|
879
1022
|
closeColorPressedPrimary: string;
|
|
880
1023
|
borderInfo: string;
|
|
881
1024
|
textColorInfo: string;
|
|
882
1025
|
colorInfo: string;
|
|
883
|
-
|
|
1026
|
+
colorBorderedInfo: string;
|
|
1027
|
+
closeIconColorInfo: string;
|
|
1028
|
+
closeIconColorHoverInfo: string;
|
|
1029
|
+
closeIconColorPressedInfo: string;
|
|
884
1030
|
closeColorHoverInfo: string;
|
|
885
1031
|
closeColorPressedInfo: string;
|
|
886
1032
|
borderSuccess: string;
|
|
887
1033
|
textColorSuccess: string;
|
|
888
1034
|
colorSuccess: string;
|
|
889
|
-
|
|
1035
|
+
colorBorderedSuccess: string;
|
|
1036
|
+
closeIconColorSuccess: string;
|
|
1037
|
+
closeIconColorHoverSuccess: string;
|
|
1038
|
+
closeIconColorPressedSuccess: string;
|
|
890
1039
|
closeColorHoverSuccess: string;
|
|
891
1040
|
closeColorPressedSuccess: string;
|
|
892
1041
|
borderWarning: string;
|
|
893
1042
|
textColorWarning: string;
|
|
894
1043
|
colorWarning: string;
|
|
895
|
-
|
|
1044
|
+
colorBorderedWarning: string;
|
|
1045
|
+
closeIconColorWarning: string;
|
|
1046
|
+
closeIconColorHoverWarning: string;
|
|
1047
|
+
closeIconColorPressedWarning: string;
|
|
896
1048
|
closeColorHoverWarning: string;
|
|
897
1049
|
closeColorPressedWarning: string;
|
|
898
1050
|
borderError: string;
|
|
899
1051
|
textColorError: string;
|
|
900
1052
|
colorError: string;
|
|
901
|
-
|
|
1053
|
+
colorBorderedError: string;
|
|
1054
|
+
closeIconColorError: string;
|
|
1055
|
+
closeIconColorHoverError: string;
|
|
1056
|
+
closeIconColorPressedError: string;
|
|
902
1057
|
closeColorHoverError: string;
|
|
903
1058
|
closeColorPressedError: string;
|
|
1059
|
+
closeIconSizeTiny: string;
|
|
1060
|
+
closeIconSizeSmall: string;
|
|
1061
|
+
closeIconSizeMedium: string;
|
|
1062
|
+
closeIconSizeLarge: string;
|
|
904
1063
|
closeSizeTiny: string;
|
|
905
1064
|
closeSizeSmall: string;
|
|
906
1065
|
closeSizeMedium: string;
|
|
@@ -915,11 +1074,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
915
1074
|
size: "small" | "medium" | "tiny" | "large";
|
|
916
1075
|
disabled: boolean | undefined;
|
|
917
1076
|
checked: boolean;
|
|
1077
|
+
strong: boolean;
|
|
918
1078
|
bordered: boolean | undefined;
|
|
1079
|
+
closable: boolean;
|
|
919
1080
|
checkable: boolean;
|
|
920
|
-
|
|
1081
|
+
triggerClickOnClose: boolean;
|
|
1082
|
+
internalCloseFocusable: boolean;
|
|
921
1083
|
onCheckedChange: (checked: boolean) => void;
|
|
922
|
-
closable: boolean;
|
|
923
1084
|
}>;
|
|
924
1085
|
SlotRender: import("vue").DefineComponent<{
|
|
925
1086
|
renderer: {
|
|
@@ -1072,10 +1233,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1072
1233
|
opacity5: string;
|
|
1073
1234
|
dividerColor: string;
|
|
1074
1235
|
borderColor: string;
|
|
1075
|
-
|
|
1236
|
+
closeIconColor: string;
|
|
1237
|
+
closeIconColorHover: string;
|
|
1238
|
+
closeIconColorPressed: string;
|
|
1076
1239
|
closeColorHover: string;
|
|
1077
1240
|
closeColorPressed: string;
|
|
1078
|
-
closeColorDisabled: string;
|
|
1079
1241
|
clearColor: string;
|
|
1080
1242
|
clearColorHover: string;
|
|
1081
1243
|
clearColorPressed: string;
|
|
@@ -1271,7 +1433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1271
1433
|
}>;
|
|
1272
1434
|
}>>>;
|
|
1273
1435
|
}>>, {
|
|
1274
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1436
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1275
1437
|
}>;
|
|
1276
1438
|
NTooltip: import("vue").DefineComponent<{
|
|
1277
1439
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -1401,9 +1563,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1401
1563
|
scrollable: BooleanConstructor;
|
|
1402
1564
|
contentStyle: PropType<string | CSSProperties>;
|
|
1403
1565
|
headerStyle: PropType<string | CSSProperties>;
|
|
1566
|
+
footerStyle: PropType<string | CSSProperties>;
|
|
1404
1567
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1405
1568
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1406
1569
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1570
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1407
1571
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1408
1572
|
internalInheritedEventHandlers: {
|
|
1409
1573
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1468,10 +1632,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1468
1632
|
opacity5: string;
|
|
1469
1633
|
dividerColor: string;
|
|
1470
1634
|
borderColor: string;
|
|
1471
|
-
|
|
1635
|
+
closeIconColor: string;
|
|
1636
|
+
closeIconColorHover: string;
|
|
1637
|
+
closeIconColorPressed: string;
|
|
1472
1638
|
closeColorHover: string;
|
|
1473
1639
|
closeColorPressed: string;
|
|
1474
|
-
closeColorDisabled: string;
|
|
1475
1640
|
clearColor: string;
|
|
1476
1641
|
clearColorHover: string;
|
|
1477
1642
|
clearColorPressed: string;
|
|
@@ -1700,9 +1865,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1700
1865
|
scrollable: BooleanConstructor;
|
|
1701
1866
|
contentStyle: PropType<string | CSSProperties>;
|
|
1702
1867
|
headerStyle: PropType<string | CSSProperties>;
|
|
1868
|
+
footerStyle: PropType<string | CSSProperties>;
|
|
1703
1869
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1704
1870
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1705
1871
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1872
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1706
1873
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1707
1874
|
internalInheritedEventHandlers: {
|
|
1708
1875
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1738,6 +1905,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1738
1905
|
arrowPointToCenter: boolean;
|
|
1739
1906
|
displayDirective: "show" | "if";
|
|
1740
1907
|
keepAliveOnHover: boolean;
|
|
1908
|
+
internalDeactivateImmediately: boolean;
|
|
1741
1909
|
animated: boolean;
|
|
1742
1910
|
internalTrapFocus: boolean;
|
|
1743
1911
|
defaultShow: boolean;
|
|
@@ -1934,10 +2102,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1934
2102
|
opacity5: string;
|
|
1935
2103
|
dividerColor: string;
|
|
1936
2104
|
borderColor: string;
|
|
1937
|
-
|
|
2105
|
+
closeIconColor: string;
|
|
2106
|
+
closeIconColorHover: string;
|
|
2107
|
+
closeIconColorPressed: string;
|
|
1938
2108
|
closeColorHover: string;
|
|
1939
2109
|
closeColorPressed: string;
|
|
1940
|
-
closeColorDisabled: string;
|
|
1941
2110
|
clearColor: string;
|
|
1942
2111
|
clearColorHover: string;
|
|
1943
2112
|
clearColorPressed: string;
|
|
@@ -2133,7 +2302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2133
2302
|
}>;
|
|
2134
2303
|
}>>>;
|
|
2135
2304
|
}>>, {
|
|
2136
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
2305
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
2137
2306
|
}>;
|
|
2138
2307
|
NTooltip: import("vue").DefineComponent<{
|
|
2139
2308
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -2263,9 +2432,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2263
2432
|
scrollable: BooleanConstructor;
|
|
2264
2433
|
contentStyle: PropType<string | CSSProperties>;
|
|
2265
2434
|
headerStyle: PropType<string | CSSProperties>;
|
|
2435
|
+
footerStyle: PropType<string | CSSProperties>;
|
|
2266
2436
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
2267
2437
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2268
2438
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2439
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
2269
2440
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2270
2441
|
internalInheritedEventHandlers: {
|
|
2271
2442
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2330,10 +2501,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2330
2501
|
opacity5: string;
|
|
2331
2502
|
dividerColor: string;
|
|
2332
2503
|
borderColor: string;
|
|
2333
|
-
|
|
2504
|
+
closeIconColor: string;
|
|
2505
|
+
closeIconColorHover: string;
|
|
2506
|
+
closeIconColorPressed: string;
|
|
2334
2507
|
closeColorHover: string;
|
|
2335
2508
|
closeColorPressed: string;
|
|
2336
|
-
closeColorDisabled: string;
|
|
2337
2509
|
clearColor: string;
|
|
2338
2510
|
clearColorHover: string;
|
|
2339
2511
|
clearColorPressed: string;
|
|
@@ -2562,9 +2734,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2562
2734
|
scrollable: BooleanConstructor;
|
|
2563
2735
|
contentStyle: PropType<string | CSSProperties>;
|
|
2564
2736
|
headerStyle: PropType<string | CSSProperties>;
|
|
2737
|
+
footerStyle: PropType<string | CSSProperties>;
|
|
2565
2738
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
2566
2739
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2567
2740
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2741
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
2568
2742
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2569
2743
|
internalInheritedEventHandlers: {
|
|
2570
2744
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2600,6 +2774,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2600
2774
|
arrowPointToCenter: boolean;
|
|
2601
2775
|
displayDirective: "show" | "if";
|
|
2602
2776
|
keepAliveOnHover: boolean;
|
|
2777
|
+
internalDeactivateImmediately: boolean;
|
|
2603
2778
|
animated: boolean;
|
|
2604
2779
|
internalTrapFocus: boolean;
|
|
2605
2780
|
defaultShow: boolean;
|
|
@@ -2690,6 +2865,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2690
2865
|
}, {
|
|
2691
2866
|
separator: string;
|
|
2692
2867
|
labelField: string;
|
|
2868
|
+
valueField: string;
|
|
2693
2869
|
patientInfo: Partial<{
|
|
2694
2870
|
name: string;
|
|
2695
2871
|
sex: string;
|
|
@@ -2700,7 +2876,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2700
2876
|
content: string;
|
|
2701
2877
|
}>[] | undefined;
|
|
2702
2878
|
}>;
|
|
2703
|
-
valueField: string;
|
|
2704
2879
|
minColumnWidth: string | number;
|
|
2705
2880
|
rowHeight: string | number;
|
|
2706
2881
|
}>;
|