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