cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.3
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +7 -5
- package/es/packages/big-table/src/BigTable.vue.d.ts +8 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +20 -20
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +5278 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +17 -2
- package/es/packages/form-render/src/components/date.d.ts +29 -25
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
- package/es/packages/form-render/src/components/slider.d.ts +11 -11
- package/es/packages/form-render/src/components/textarea.d.ts +5 -4
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2945 -2945
- package/es/packages/info-header/index.d.ts +217 -54
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/style/index.less +153 -153
- package/es/packages/map/index.d.ts +25 -24
- package/es/packages/map/src/Map.vue.d.ts +25 -24
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/index.d.ts +852 -245
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +29 -27
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +37 -33
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -42
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
|
@@ -625,11 +625,16 @@ export declare const componentMap: {
|
|
|
625
625
|
};
|
|
626
626
|
checked: BooleanConstructor;
|
|
627
627
|
checkable: BooleanConstructor;
|
|
628
|
+
strong: BooleanConstructor;
|
|
628
629
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
629
630
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
630
631
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
631
632
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
632
633
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
634
|
+
internalCloseFocusable: {
|
|
635
|
+
type: BooleanConstructor;
|
|
636
|
+
default: boolean;
|
|
637
|
+
};
|
|
633
638
|
internalStopClickPropagation: BooleanConstructor;
|
|
634
639
|
onCheckedChange: {
|
|
635
640
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -652,6 +657,7 @@ export declare const componentMap: {
|
|
|
652
657
|
readonly default: undefined;
|
|
653
658
|
};
|
|
654
659
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
660
|
+
closeBorderRadius: string;
|
|
655
661
|
heightTiny: string;
|
|
656
662
|
heightSmall: string;
|
|
657
663
|
heightMedium: string;
|
|
@@ -662,6 +668,7 @@ export declare const componentMap: {
|
|
|
662
668
|
fontSizeSmall: string;
|
|
663
669
|
fontSizeMedium: string;
|
|
664
670
|
fontSizeLarge: string;
|
|
671
|
+
fontWeightStrong: string;
|
|
665
672
|
textColorCheckable: string;
|
|
666
673
|
textColorHoverCheckable: string;
|
|
667
674
|
textColorPressedCheckable: string;
|
|
@@ -675,39 +682,61 @@ export declare const componentMap: {
|
|
|
675
682
|
border: string;
|
|
676
683
|
textColor: string;
|
|
677
684
|
color: string;
|
|
678
|
-
|
|
685
|
+
colorBordered: string;
|
|
686
|
+
closeIconColor: string;
|
|
687
|
+
closeIconColorHover: string;
|
|
688
|
+
closeIconColorPressed: string;
|
|
679
689
|
closeColorHover: string;
|
|
680
690
|
closeColorPressed: string;
|
|
681
691
|
borderPrimary: string;
|
|
682
692
|
textColorPrimary: string;
|
|
683
693
|
colorPrimary: string;
|
|
684
|
-
|
|
694
|
+
colorBorderedPrimary: string;
|
|
695
|
+
closeIconColorPrimary: string;
|
|
696
|
+
closeIconColorHoverPrimary: string;
|
|
697
|
+
closeIconColorPressedPrimary: string;
|
|
685
698
|
closeColorHoverPrimary: string;
|
|
686
699
|
closeColorPressedPrimary: string;
|
|
687
700
|
borderInfo: string;
|
|
688
701
|
textColorInfo: string;
|
|
689
702
|
colorInfo: string;
|
|
690
|
-
|
|
703
|
+
colorBorderedInfo: string;
|
|
704
|
+
closeIconColorInfo: string;
|
|
705
|
+
closeIconColorHoverInfo: string;
|
|
706
|
+
closeIconColorPressedInfo: string;
|
|
691
707
|
closeColorHoverInfo: string;
|
|
692
708
|
closeColorPressedInfo: string;
|
|
693
709
|
borderSuccess: string;
|
|
694
710
|
textColorSuccess: string;
|
|
695
711
|
colorSuccess: string;
|
|
696
|
-
|
|
712
|
+
colorBorderedSuccess: string;
|
|
713
|
+
closeIconColorSuccess: string;
|
|
714
|
+
closeIconColorHoverSuccess: string;
|
|
715
|
+
closeIconColorPressedSuccess: string;
|
|
697
716
|
closeColorHoverSuccess: string;
|
|
698
717
|
closeColorPressedSuccess: string;
|
|
699
718
|
borderWarning: string;
|
|
700
719
|
textColorWarning: string;
|
|
701
720
|
colorWarning: string;
|
|
702
|
-
|
|
721
|
+
colorBorderedWarning: string;
|
|
722
|
+
closeIconColorWarning: string;
|
|
723
|
+
closeIconColorHoverWarning: string;
|
|
724
|
+
closeIconColorPressedWarning: string;
|
|
703
725
|
closeColorHoverWarning: string;
|
|
704
726
|
closeColorPressedWarning: string;
|
|
705
727
|
borderError: string;
|
|
706
728
|
textColorError: string;
|
|
707
729
|
colorError: string;
|
|
708
|
-
|
|
730
|
+
colorBorderedError: string;
|
|
731
|
+
closeIconColorError: string;
|
|
732
|
+
closeIconColorHoverError: string;
|
|
733
|
+
closeIconColorPressedError: string;
|
|
709
734
|
closeColorHoverError: string;
|
|
710
735
|
closeColorPressedError: string;
|
|
736
|
+
closeIconSizeTiny: string;
|
|
737
|
+
closeIconSizeSmall: string;
|
|
738
|
+
closeIconSizeMedium: string;
|
|
739
|
+
closeIconSizeLarge: string;
|
|
711
740
|
closeSizeTiny: string;
|
|
712
741
|
closeSizeSmall: string;
|
|
713
742
|
closeSizeMedium: string;
|
|
@@ -717,6 +746,7 @@ export declare const componentMap: {
|
|
|
717
746
|
closeMarginRtl: string;
|
|
718
747
|
}, any>>;
|
|
719
748
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
749
|
+
closeBorderRadius: string;
|
|
720
750
|
heightTiny: string;
|
|
721
751
|
heightSmall: string;
|
|
722
752
|
heightMedium: string;
|
|
@@ -727,6 +757,7 @@ export declare const componentMap: {
|
|
|
727
757
|
fontSizeSmall: string;
|
|
728
758
|
fontSizeMedium: string;
|
|
729
759
|
fontSizeLarge: string;
|
|
760
|
+
fontWeightStrong: string;
|
|
730
761
|
textColorCheckable: string;
|
|
731
762
|
textColorHoverCheckable: string;
|
|
732
763
|
textColorPressedCheckable: string;
|
|
@@ -740,39 +771,61 @@ export declare const componentMap: {
|
|
|
740
771
|
border: string;
|
|
741
772
|
textColor: string;
|
|
742
773
|
color: string;
|
|
743
|
-
|
|
774
|
+
colorBordered: string;
|
|
775
|
+
closeIconColor: string;
|
|
776
|
+
closeIconColorHover: string;
|
|
777
|
+
closeIconColorPressed: string;
|
|
744
778
|
closeColorHover: string;
|
|
745
779
|
closeColorPressed: string;
|
|
746
780
|
borderPrimary: string;
|
|
747
781
|
textColorPrimary: string;
|
|
748
782
|
colorPrimary: string;
|
|
749
|
-
|
|
783
|
+
colorBorderedPrimary: string;
|
|
784
|
+
closeIconColorPrimary: string;
|
|
785
|
+
closeIconColorHoverPrimary: string;
|
|
786
|
+
closeIconColorPressedPrimary: string;
|
|
750
787
|
closeColorHoverPrimary: string;
|
|
751
788
|
closeColorPressedPrimary: string;
|
|
752
789
|
borderInfo: string;
|
|
753
790
|
textColorInfo: string;
|
|
754
791
|
colorInfo: string;
|
|
755
|
-
|
|
792
|
+
colorBorderedInfo: string;
|
|
793
|
+
closeIconColorInfo: string;
|
|
794
|
+
closeIconColorHoverInfo: string;
|
|
795
|
+
closeIconColorPressedInfo: string;
|
|
756
796
|
closeColorHoverInfo: string;
|
|
757
797
|
closeColorPressedInfo: string;
|
|
758
798
|
borderSuccess: string;
|
|
759
799
|
textColorSuccess: string;
|
|
760
800
|
colorSuccess: string;
|
|
761
|
-
|
|
801
|
+
colorBorderedSuccess: string;
|
|
802
|
+
closeIconColorSuccess: string;
|
|
803
|
+
closeIconColorHoverSuccess: string;
|
|
804
|
+
closeIconColorPressedSuccess: string;
|
|
762
805
|
closeColorHoverSuccess: string;
|
|
763
806
|
closeColorPressedSuccess: string;
|
|
764
807
|
borderWarning: string;
|
|
765
808
|
textColorWarning: string;
|
|
766
809
|
colorWarning: string;
|
|
767
|
-
|
|
810
|
+
colorBorderedWarning: string;
|
|
811
|
+
closeIconColorWarning: string;
|
|
812
|
+
closeIconColorHoverWarning: string;
|
|
813
|
+
closeIconColorPressedWarning: string;
|
|
768
814
|
closeColorHoverWarning: string;
|
|
769
815
|
closeColorPressedWarning: string;
|
|
770
816
|
borderError: string;
|
|
771
817
|
textColorError: string;
|
|
772
818
|
colorError: string;
|
|
773
|
-
|
|
819
|
+
colorBorderedError: string;
|
|
820
|
+
closeIconColorError: string;
|
|
821
|
+
closeIconColorHoverError: string;
|
|
822
|
+
closeIconColorPressedError: string;
|
|
774
823
|
closeColorHoverError: string;
|
|
775
824
|
closeColorPressedError: string;
|
|
825
|
+
closeIconSizeTiny: string;
|
|
826
|
+
closeIconSizeSmall: string;
|
|
827
|
+
closeIconSizeMedium: string;
|
|
828
|
+
closeIconSizeLarge: string;
|
|
776
829
|
closeSizeTiny: string;
|
|
777
830
|
closeSizeSmall: string;
|
|
778
831
|
closeSizeMedium: string;
|
|
@@ -782,6 +835,7 @@ export declare const componentMap: {
|
|
|
782
835
|
closeMarginRtl: string;
|
|
783
836
|
}, any>>>;
|
|
784
837
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
838
|
+
closeBorderRadius: string;
|
|
785
839
|
heightTiny: string;
|
|
786
840
|
heightSmall: string;
|
|
787
841
|
heightMedium: string;
|
|
@@ -792,6 +846,7 @@ export declare const componentMap: {
|
|
|
792
846
|
fontSizeSmall: string;
|
|
793
847
|
fontSizeMedium: string;
|
|
794
848
|
fontSizeLarge: string;
|
|
849
|
+
fontWeightStrong: string;
|
|
795
850
|
textColorCheckable: string;
|
|
796
851
|
textColorHoverCheckable: string;
|
|
797
852
|
textColorPressedCheckable: string;
|
|
@@ -805,39 +860,61 @@ export declare const componentMap: {
|
|
|
805
860
|
border: string;
|
|
806
861
|
textColor: string;
|
|
807
862
|
color: string;
|
|
808
|
-
|
|
863
|
+
colorBordered: string;
|
|
864
|
+
closeIconColor: string;
|
|
865
|
+
closeIconColorHover: string;
|
|
866
|
+
closeIconColorPressed: string;
|
|
809
867
|
closeColorHover: string;
|
|
810
868
|
closeColorPressed: string;
|
|
811
869
|
borderPrimary: string;
|
|
812
870
|
textColorPrimary: string;
|
|
813
871
|
colorPrimary: string;
|
|
814
|
-
|
|
872
|
+
colorBorderedPrimary: string;
|
|
873
|
+
closeIconColorPrimary: string;
|
|
874
|
+
closeIconColorHoverPrimary: string;
|
|
875
|
+
closeIconColorPressedPrimary: string;
|
|
815
876
|
closeColorHoverPrimary: string;
|
|
816
877
|
closeColorPressedPrimary: string;
|
|
817
878
|
borderInfo: string;
|
|
818
879
|
textColorInfo: string;
|
|
819
880
|
colorInfo: string;
|
|
820
|
-
|
|
881
|
+
colorBorderedInfo: string;
|
|
882
|
+
closeIconColorInfo: string;
|
|
883
|
+
closeIconColorHoverInfo: string;
|
|
884
|
+
closeIconColorPressedInfo: string;
|
|
821
885
|
closeColorHoverInfo: string;
|
|
822
886
|
closeColorPressedInfo: string;
|
|
823
887
|
borderSuccess: string;
|
|
824
888
|
textColorSuccess: string;
|
|
825
889
|
colorSuccess: string;
|
|
826
|
-
|
|
890
|
+
colorBorderedSuccess: string;
|
|
891
|
+
closeIconColorSuccess: string;
|
|
892
|
+
closeIconColorHoverSuccess: string;
|
|
893
|
+
closeIconColorPressedSuccess: string;
|
|
827
894
|
closeColorHoverSuccess: string;
|
|
828
895
|
closeColorPressedSuccess: string;
|
|
829
896
|
borderWarning: string;
|
|
830
897
|
textColorWarning: string;
|
|
831
898
|
colorWarning: string;
|
|
832
|
-
|
|
899
|
+
colorBorderedWarning: string;
|
|
900
|
+
closeIconColorWarning: string;
|
|
901
|
+
closeIconColorHoverWarning: string;
|
|
902
|
+
closeIconColorPressedWarning: string;
|
|
833
903
|
closeColorHoverWarning: string;
|
|
834
904
|
closeColorPressedWarning: string;
|
|
835
905
|
borderError: string;
|
|
836
906
|
textColorError: string;
|
|
837
907
|
colorError: string;
|
|
838
|
-
|
|
908
|
+
colorBorderedError: string;
|
|
909
|
+
closeIconColorError: string;
|
|
910
|
+
closeIconColorHoverError: string;
|
|
911
|
+
closeIconColorPressedError: string;
|
|
839
912
|
closeColorHoverError: string;
|
|
840
913
|
closeColorPressedError: string;
|
|
914
|
+
closeIconSizeTiny: string;
|
|
915
|
+
closeIconSizeSmall: string;
|
|
916
|
+
closeIconSizeMedium: string;
|
|
917
|
+
closeIconSizeLarge: string;
|
|
841
918
|
closeSizeTiny: string;
|
|
842
919
|
closeSizeSmall: string;
|
|
843
920
|
closeSizeMedium: string;
|
|
@@ -854,14 +931,19 @@ export declare const componentMap: {
|
|
|
854
931
|
handleClick: (e: MouseEvent) => void;
|
|
855
932
|
handleCloseClick: (e: MouseEvent) => void;
|
|
856
933
|
cssVars: import("vue").ComputedRef<{
|
|
934
|
+
'--n-font-weight-strong': string;
|
|
857
935
|
'--n-avatar-size-override': string;
|
|
858
936
|
'--n-bezier': string;
|
|
859
937
|
'--n-border-radius': string;
|
|
860
938
|
'--n-border': string;
|
|
861
|
-
'--n-close-
|
|
862
|
-
'--n-close-color-hover': string;
|
|
939
|
+
'--n-close-icon-size': string;
|
|
863
940
|
'--n-close-color-pressed': string;
|
|
864
|
-
'--n-close-color-
|
|
941
|
+
'--n-close-color-hover': string;
|
|
942
|
+
'--n-close-border-radius': string;
|
|
943
|
+
'--n-close-icon-color': string;
|
|
944
|
+
'--n-close-icon-color-hover': string;
|
|
945
|
+
'--n-close-icon-color-pressed': string;
|
|
946
|
+
'--n-close-icon-color-disabled': string;
|
|
865
947
|
'--n-close-margin': string;
|
|
866
948
|
'--n-close-margin-rtl': string;
|
|
867
949
|
'--n-close-size': string;
|
|
@@ -892,11 +974,16 @@ export declare const componentMap: {
|
|
|
892
974
|
};
|
|
893
975
|
checked: BooleanConstructor;
|
|
894
976
|
checkable: BooleanConstructor;
|
|
977
|
+
strong: BooleanConstructor;
|
|
895
978
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
896
979
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
897
980
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
898
981
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
899
982
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
983
|
+
internalCloseFocusable: {
|
|
984
|
+
type: BooleanConstructor;
|
|
985
|
+
default: boolean;
|
|
986
|
+
};
|
|
900
987
|
internalStopClickPropagation: BooleanConstructor;
|
|
901
988
|
onCheckedChange: {
|
|
902
989
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -919,6 +1006,7 @@ export declare const componentMap: {
|
|
|
919
1006
|
readonly default: undefined;
|
|
920
1007
|
};
|
|
921
1008
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1009
|
+
closeBorderRadius: string;
|
|
922
1010
|
heightTiny: string;
|
|
923
1011
|
heightSmall: string;
|
|
924
1012
|
heightMedium: string;
|
|
@@ -929,6 +1017,7 @@ export declare const componentMap: {
|
|
|
929
1017
|
fontSizeSmall: string;
|
|
930
1018
|
fontSizeMedium: string;
|
|
931
1019
|
fontSizeLarge: string;
|
|
1020
|
+
fontWeightStrong: string;
|
|
932
1021
|
textColorCheckable: string;
|
|
933
1022
|
textColorHoverCheckable: string;
|
|
934
1023
|
textColorPressedCheckable: string;
|
|
@@ -942,39 +1031,61 @@ export declare const componentMap: {
|
|
|
942
1031
|
border: string;
|
|
943
1032
|
textColor: string;
|
|
944
1033
|
color: string;
|
|
945
|
-
|
|
1034
|
+
colorBordered: string;
|
|
1035
|
+
closeIconColor: string;
|
|
1036
|
+
closeIconColorHover: string;
|
|
1037
|
+
closeIconColorPressed: string;
|
|
946
1038
|
closeColorHover: string;
|
|
947
1039
|
closeColorPressed: string;
|
|
948
1040
|
borderPrimary: string;
|
|
949
1041
|
textColorPrimary: string;
|
|
950
1042
|
colorPrimary: string;
|
|
951
|
-
|
|
1043
|
+
colorBorderedPrimary: string;
|
|
1044
|
+
closeIconColorPrimary: string;
|
|
1045
|
+
closeIconColorHoverPrimary: string;
|
|
1046
|
+
closeIconColorPressedPrimary: string;
|
|
952
1047
|
closeColorHoverPrimary: string;
|
|
953
1048
|
closeColorPressedPrimary: string;
|
|
954
1049
|
borderInfo: string;
|
|
955
1050
|
textColorInfo: string;
|
|
956
1051
|
colorInfo: string;
|
|
957
|
-
|
|
1052
|
+
colorBorderedInfo: string;
|
|
1053
|
+
closeIconColorInfo: string;
|
|
1054
|
+
closeIconColorHoverInfo: string;
|
|
1055
|
+
closeIconColorPressedInfo: string;
|
|
958
1056
|
closeColorHoverInfo: string;
|
|
959
1057
|
closeColorPressedInfo: string;
|
|
960
1058
|
borderSuccess: string;
|
|
961
1059
|
textColorSuccess: string;
|
|
962
1060
|
colorSuccess: string;
|
|
963
|
-
|
|
1061
|
+
colorBorderedSuccess: string;
|
|
1062
|
+
closeIconColorSuccess: string;
|
|
1063
|
+
closeIconColorHoverSuccess: string;
|
|
1064
|
+
closeIconColorPressedSuccess: string;
|
|
964
1065
|
closeColorHoverSuccess: string;
|
|
965
1066
|
closeColorPressedSuccess: string;
|
|
966
1067
|
borderWarning: string;
|
|
967
1068
|
textColorWarning: string;
|
|
968
1069
|
colorWarning: string;
|
|
969
|
-
|
|
1070
|
+
colorBorderedWarning: string;
|
|
1071
|
+
closeIconColorWarning: string;
|
|
1072
|
+
closeIconColorHoverWarning: string;
|
|
1073
|
+
closeIconColorPressedWarning: string;
|
|
970
1074
|
closeColorHoverWarning: string;
|
|
971
1075
|
closeColorPressedWarning: string;
|
|
972
1076
|
borderError: string;
|
|
973
1077
|
textColorError: string;
|
|
974
1078
|
colorError: string;
|
|
975
|
-
|
|
1079
|
+
colorBorderedError: string;
|
|
1080
|
+
closeIconColorError: string;
|
|
1081
|
+
closeIconColorHoverError: string;
|
|
1082
|
+
closeIconColorPressedError: string;
|
|
976
1083
|
closeColorHoverError: string;
|
|
977
1084
|
closeColorPressedError: string;
|
|
1085
|
+
closeIconSizeTiny: string;
|
|
1086
|
+
closeIconSizeSmall: string;
|
|
1087
|
+
closeIconSizeMedium: string;
|
|
1088
|
+
closeIconSizeLarge: string;
|
|
978
1089
|
closeSizeTiny: string;
|
|
979
1090
|
closeSizeSmall: string;
|
|
980
1091
|
closeSizeMedium: string;
|
|
@@ -984,6 +1095,7 @@ export declare const componentMap: {
|
|
|
984
1095
|
closeMarginRtl: string;
|
|
985
1096
|
}, any>>;
|
|
986
1097
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1098
|
+
closeBorderRadius: string;
|
|
987
1099
|
heightTiny: string;
|
|
988
1100
|
heightSmall: string;
|
|
989
1101
|
heightMedium: string;
|
|
@@ -994,6 +1106,7 @@ export declare const componentMap: {
|
|
|
994
1106
|
fontSizeSmall: string;
|
|
995
1107
|
fontSizeMedium: string;
|
|
996
1108
|
fontSizeLarge: string;
|
|
1109
|
+
fontWeightStrong: string;
|
|
997
1110
|
textColorCheckable: string;
|
|
998
1111
|
textColorHoverCheckable: string;
|
|
999
1112
|
textColorPressedCheckable: string;
|
|
@@ -1007,39 +1120,61 @@ export declare const componentMap: {
|
|
|
1007
1120
|
border: string;
|
|
1008
1121
|
textColor: string;
|
|
1009
1122
|
color: string;
|
|
1010
|
-
|
|
1123
|
+
colorBordered: string;
|
|
1124
|
+
closeIconColor: string;
|
|
1125
|
+
closeIconColorHover: string;
|
|
1126
|
+
closeIconColorPressed: string;
|
|
1011
1127
|
closeColorHover: string;
|
|
1012
1128
|
closeColorPressed: string;
|
|
1013
1129
|
borderPrimary: string;
|
|
1014
1130
|
textColorPrimary: string;
|
|
1015
1131
|
colorPrimary: string;
|
|
1016
|
-
|
|
1132
|
+
colorBorderedPrimary: string;
|
|
1133
|
+
closeIconColorPrimary: string;
|
|
1134
|
+
closeIconColorHoverPrimary: string;
|
|
1135
|
+
closeIconColorPressedPrimary: string;
|
|
1017
1136
|
closeColorHoverPrimary: string;
|
|
1018
1137
|
closeColorPressedPrimary: string;
|
|
1019
1138
|
borderInfo: string;
|
|
1020
1139
|
textColorInfo: string;
|
|
1021
1140
|
colorInfo: string;
|
|
1022
|
-
|
|
1141
|
+
colorBorderedInfo: string;
|
|
1142
|
+
closeIconColorInfo: string;
|
|
1143
|
+
closeIconColorHoverInfo: string;
|
|
1144
|
+
closeIconColorPressedInfo: string;
|
|
1023
1145
|
closeColorHoverInfo: string;
|
|
1024
1146
|
closeColorPressedInfo: string;
|
|
1025
1147
|
borderSuccess: string;
|
|
1026
1148
|
textColorSuccess: string;
|
|
1027
1149
|
colorSuccess: string;
|
|
1028
|
-
|
|
1150
|
+
colorBorderedSuccess: string;
|
|
1151
|
+
closeIconColorSuccess: string;
|
|
1152
|
+
closeIconColorHoverSuccess: string;
|
|
1153
|
+
closeIconColorPressedSuccess: string;
|
|
1029
1154
|
closeColorHoverSuccess: string;
|
|
1030
1155
|
closeColorPressedSuccess: string;
|
|
1031
1156
|
borderWarning: string;
|
|
1032
1157
|
textColorWarning: string;
|
|
1033
1158
|
colorWarning: string;
|
|
1034
|
-
|
|
1159
|
+
colorBorderedWarning: string;
|
|
1160
|
+
closeIconColorWarning: string;
|
|
1161
|
+
closeIconColorHoverWarning: string;
|
|
1162
|
+
closeIconColorPressedWarning: string;
|
|
1035
1163
|
closeColorHoverWarning: string;
|
|
1036
1164
|
closeColorPressedWarning: string;
|
|
1037
1165
|
borderError: string;
|
|
1038
1166
|
textColorError: string;
|
|
1039
1167
|
colorError: string;
|
|
1040
|
-
|
|
1168
|
+
colorBorderedError: string;
|
|
1169
|
+
closeIconColorError: string;
|
|
1170
|
+
closeIconColorHoverError: string;
|
|
1171
|
+
closeIconColorPressedError: string;
|
|
1041
1172
|
closeColorHoverError: string;
|
|
1042
1173
|
closeColorPressedError: string;
|
|
1174
|
+
closeIconSizeTiny: string;
|
|
1175
|
+
closeIconSizeSmall: string;
|
|
1176
|
+
closeIconSizeMedium: string;
|
|
1177
|
+
closeIconSizeLarge: string;
|
|
1043
1178
|
closeSizeTiny: string;
|
|
1044
1179
|
closeSizeSmall: string;
|
|
1045
1180
|
closeSizeMedium: string;
|
|
@@ -1049,6 +1184,7 @@ export declare const componentMap: {
|
|
|
1049
1184
|
closeMarginRtl: string;
|
|
1050
1185
|
}, any>>>;
|
|
1051
1186
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1187
|
+
closeBorderRadius: string;
|
|
1052
1188
|
heightTiny: string;
|
|
1053
1189
|
heightSmall: string;
|
|
1054
1190
|
heightMedium: string;
|
|
@@ -1059,6 +1195,7 @@ export declare const componentMap: {
|
|
|
1059
1195
|
fontSizeSmall: string;
|
|
1060
1196
|
fontSizeMedium: string;
|
|
1061
1197
|
fontSizeLarge: string;
|
|
1198
|
+
fontWeightStrong: string;
|
|
1062
1199
|
textColorCheckable: string;
|
|
1063
1200
|
textColorHoverCheckable: string;
|
|
1064
1201
|
textColorPressedCheckable: string;
|
|
@@ -1072,39 +1209,61 @@ export declare const componentMap: {
|
|
|
1072
1209
|
border: string;
|
|
1073
1210
|
textColor: string;
|
|
1074
1211
|
color: string;
|
|
1075
|
-
|
|
1212
|
+
colorBordered: string;
|
|
1213
|
+
closeIconColor: string;
|
|
1214
|
+
closeIconColorHover: string;
|
|
1215
|
+
closeIconColorPressed: string;
|
|
1076
1216
|
closeColorHover: string;
|
|
1077
1217
|
closeColorPressed: string;
|
|
1078
1218
|
borderPrimary: string;
|
|
1079
1219
|
textColorPrimary: string;
|
|
1080
1220
|
colorPrimary: string;
|
|
1081
|
-
|
|
1221
|
+
colorBorderedPrimary: string;
|
|
1222
|
+
closeIconColorPrimary: string;
|
|
1223
|
+
closeIconColorHoverPrimary: string;
|
|
1224
|
+
closeIconColorPressedPrimary: string;
|
|
1082
1225
|
closeColorHoverPrimary: string;
|
|
1083
1226
|
closeColorPressedPrimary: string;
|
|
1084
1227
|
borderInfo: string;
|
|
1085
1228
|
textColorInfo: string;
|
|
1086
1229
|
colorInfo: string;
|
|
1087
|
-
|
|
1230
|
+
colorBorderedInfo: string;
|
|
1231
|
+
closeIconColorInfo: string;
|
|
1232
|
+
closeIconColorHoverInfo: string;
|
|
1233
|
+
closeIconColorPressedInfo: string;
|
|
1088
1234
|
closeColorHoverInfo: string;
|
|
1089
1235
|
closeColorPressedInfo: string;
|
|
1090
1236
|
borderSuccess: string;
|
|
1091
1237
|
textColorSuccess: string;
|
|
1092
1238
|
colorSuccess: string;
|
|
1093
|
-
|
|
1239
|
+
colorBorderedSuccess: string;
|
|
1240
|
+
closeIconColorSuccess: string;
|
|
1241
|
+
closeIconColorHoverSuccess: string;
|
|
1242
|
+
closeIconColorPressedSuccess: string;
|
|
1094
1243
|
closeColorHoverSuccess: string;
|
|
1095
1244
|
closeColorPressedSuccess: string;
|
|
1096
1245
|
borderWarning: string;
|
|
1097
1246
|
textColorWarning: string;
|
|
1098
1247
|
colorWarning: string;
|
|
1099
|
-
|
|
1248
|
+
colorBorderedWarning: string;
|
|
1249
|
+
closeIconColorWarning: string;
|
|
1250
|
+
closeIconColorHoverWarning: string;
|
|
1251
|
+
closeIconColorPressedWarning: string;
|
|
1100
1252
|
closeColorHoverWarning: string;
|
|
1101
1253
|
closeColorPressedWarning: string;
|
|
1102
1254
|
borderError: string;
|
|
1103
1255
|
textColorError: string;
|
|
1104
1256
|
colorError: string;
|
|
1105
|
-
|
|
1257
|
+
colorBorderedError: string;
|
|
1258
|
+
closeIconColorError: string;
|
|
1259
|
+
closeIconColorHoverError: string;
|
|
1260
|
+
closeIconColorPressedError: string;
|
|
1106
1261
|
closeColorHoverError: string;
|
|
1107
1262
|
closeColorPressedError: string;
|
|
1263
|
+
closeIconSizeTiny: string;
|
|
1264
|
+
closeIconSizeSmall: string;
|
|
1265
|
+
closeIconSizeMedium: string;
|
|
1266
|
+
closeIconSizeLarge: string;
|
|
1108
1267
|
closeSizeTiny: string;
|
|
1109
1268
|
closeSizeSmall: string;
|
|
1110
1269
|
closeSizeMedium: string;
|
|
@@ -1119,11 +1278,13 @@ export declare const componentMap: {
|
|
|
1119
1278
|
size: "small" | "medium" | "large" | "tiny";
|
|
1120
1279
|
disabled: boolean | undefined;
|
|
1121
1280
|
checked: boolean;
|
|
1281
|
+
strong: boolean;
|
|
1122
1282
|
bordered: boolean | undefined;
|
|
1283
|
+
closable: boolean;
|
|
1123
1284
|
checkable: boolean;
|
|
1285
|
+
internalCloseFocusable: boolean;
|
|
1124
1286
|
internalStopClickPropagation: boolean;
|
|
1125
1287
|
onCheckedChange: (checked: boolean) => void;
|
|
1126
|
-
closable: boolean;
|
|
1127
1288
|
}>;
|
|
1128
1289
|
NIcon: import("vue").DefineComponent<{
|
|
1129
1290
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -1307,9 +1468,12 @@ export declare const componentMap: {
|
|
|
1307
1468
|
titleTextColor: string;
|
|
1308
1469
|
textColor: string;
|
|
1309
1470
|
color: string;
|
|
1310
|
-
closeColor: string;
|
|
1311
1471
|
closeColorHover: string;
|
|
1312
1472
|
closeColorPressed: string;
|
|
1473
|
+
closeIconColor: string;
|
|
1474
|
+
closeIconColorHover: string;
|
|
1475
|
+
closeIconColorPressed: string;
|
|
1476
|
+
closeBorderRadius: string;
|
|
1313
1477
|
iconColor: string;
|
|
1314
1478
|
iconColorInfo: string;
|
|
1315
1479
|
iconColorSuccess: string;
|
|
@@ -1325,6 +1489,7 @@ export declare const componentMap: {
|
|
|
1325
1489
|
iconMargin: string;
|
|
1326
1490
|
iconMarginIconTop: string;
|
|
1327
1491
|
closeSize: string;
|
|
1492
|
+
closeIconSize: string;
|
|
1328
1493
|
closeMargin: string;
|
|
1329
1494
|
closeMarginIconTop: string;
|
|
1330
1495
|
}, {
|
|
@@ -1545,9 +1710,12 @@ export declare const componentMap: {
|
|
|
1545
1710
|
borderColor: string;
|
|
1546
1711
|
actionColor: string;
|
|
1547
1712
|
titleFontWeight: string;
|
|
1548
|
-
closeColor: string;
|
|
1549
1713
|
closeColorHover: string;
|
|
1550
1714
|
closeColorPressed: string;
|
|
1715
|
+
closeBorderRadius: string;
|
|
1716
|
+
closeIconColor: string;
|
|
1717
|
+
closeIconColorHover: string;
|
|
1718
|
+
closeIconColorPressed: string;
|
|
1551
1719
|
fontSizeSmall: string;
|
|
1552
1720
|
fontSizeMedium: string;
|
|
1553
1721
|
fontSizeLarge: string;
|
|
@@ -1562,6 +1730,7 @@ export declare const componentMap: {
|
|
|
1562
1730
|
titleFontSizeMedium: string;
|
|
1563
1731
|
titleFontSizeLarge: string;
|
|
1564
1732
|
titleFontSizeHuge: string;
|
|
1733
|
+
closeIconSize: string;
|
|
1565
1734
|
closeSize: string;
|
|
1566
1735
|
}, any>;
|
|
1567
1736
|
}>>;
|
|
@@ -1581,9 +1750,12 @@ export declare const componentMap: {
|
|
|
1581
1750
|
titleTextColor: string;
|
|
1582
1751
|
textColor: string;
|
|
1583
1752
|
color: string;
|
|
1584
|
-
closeColor: string;
|
|
1585
1753
|
closeColorHover: string;
|
|
1586
1754
|
closeColorPressed: string;
|
|
1755
|
+
closeIconColor: string;
|
|
1756
|
+
closeIconColorHover: string;
|
|
1757
|
+
closeIconColorPressed: string;
|
|
1758
|
+
closeBorderRadius: string;
|
|
1587
1759
|
iconColor: string;
|
|
1588
1760
|
iconColorInfo: string;
|
|
1589
1761
|
iconColorSuccess: string;
|
|
@@ -1599,6 +1771,7 @@ export declare const componentMap: {
|
|
|
1599
1771
|
iconMargin: string;
|
|
1600
1772
|
iconMarginIconTop: string;
|
|
1601
1773
|
closeSize: string;
|
|
1774
|
+
closeIconSize: string;
|
|
1602
1775
|
closeMargin: string;
|
|
1603
1776
|
closeMarginIconTop: string;
|
|
1604
1777
|
}, {
|
|
@@ -1819,9 +1992,12 @@ export declare const componentMap: {
|
|
|
1819
1992
|
borderColor: string;
|
|
1820
1993
|
actionColor: string;
|
|
1821
1994
|
titleFontWeight: string;
|
|
1822
|
-
closeColor: string;
|
|
1823
1995
|
closeColorHover: string;
|
|
1824
1996
|
closeColorPressed: string;
|
|
1997
|
+
closeBorderRadius: string;
|
|
1998
|
+
closeIconColor: string;
|
|
1999
|
+
closeIconColorHover: string;
|
|
2000
|
+
closeIconColorPressed: string;
|
|
1825
2001
|
fontSizeSmall: string;
|
|
1826
2002
|
fontSizeMedium: string;
|
|
1827
2003
|
fontSizeLarge: string;
|
|
@@ -1836,6 +2012,7 @@ export declare const componentMap: {
|
|
|
1836
2012
|
titleFontSizeMedium: string;
|
|
1837
2013
|
titleFontSizeLarge: string;
|
|
1838
2014
|
titleFontSizeHuge: string;
|
|
2015
|
+
closeIconSize: string;
|
|
1839
2016
|
closeSize: string;
|
|
1840
2017
|
}, any>;
|
|
1841
2018
|
}>>>;
|
|
@@ -1855,9 +2032,12 @@ export declare const componentMap: {
|
|
|
1855
2032
|
titleTextColor: string;
|
|
1856
2033
|
textColor: string;
|
|
1857
2034
|
color: string;
|
|
1858
|
-
closeColor: string;
|
|
1859
2035
|
closeColorHover: string;
|
|
1860
2036
|
closeColorPressed: string;
|
|
2037
|
+
closeIconColor: string;
|
|
2038
|
+
closeIconColorHover: string;
|
|
2039
|
+
closeIconColorPressed: string;
|
|
2040
|
+
closeBorderRadius: string;
|
|
1861
2041
|
iconColor: string;
|
|
1862
2042
|
iconColorInfo: string;
|
|
1863
2043
|
iconColorSuccess: string;
|
|
@@ -1873,6 +2053,7 @@ export declare const componentMap: {
|
|
|
1873
2053
|
iconMargin: string;
|
|
1874
2054
|
iconMarginIconTop: string;
|
|
1875
2055
|
closeSize: string;
|
|
2056
|
+
closeIconSize: string;
|
|
1876
2057
|
closeMargin: string;
|
|
1877
2058
|
closeMarginIconTop: string;
|
|
1878
2059
|
}, {
|
|
@@ -2093,9 +2274,12 @@ export declare const componentMap: {
|
|
|
2093
2274
|
borderColor: string;
|
|
2094
2275
|
actionColor: string;
|
|
2095
2276
|
titleFontWeight: string;
|
|
2096
|
-
closeColor: string;
|
|
2097
2277
|
closeColorHover: string;
|
|
2098
2278
|
closeColorPressed: string;
|
|
2279
|
+
closeBorderRadius: string;
|
|
2280
|
+
closeIconColor: string;
|
|
2281
|
+
closeIconColorHover: string;
|
|
2282
|
+
closeIconColorPressed: string;
|
|
2099
2283
|
fontSizeSmall: string;
|
|
2100
2284
|
fontSizeMedium: string;
|
|
2101
2285
|
fontSizeLarge: string;
|
|
@@ -2110,6 +2294,7 @@ export declare const componentMap: {
|
|
|
2110
2294
|
titleFontSizeMedium: string;
|
|
2111
2295
|
titleFontSizeLarge: string;
|
|
2112
2296
|
titleFontSizeHuge: string;
|
|
2297
|
+
closeIconSize: string;
|
|
2113
2298
|
closeSize: string;
|
|
2114
2299
|
}, any>;
|
|
2115
2300
|
}>>>;
|
|
@@ -2245,9 +2430,12 @@ export declare const componentMap: {
|
|
|
2245
2430
|
titleTextColor: string;
|
|
2246
2431
|
textColor: string;
|
|
2247
2432
|
color: string;
|
|
2248
|
-
closeColor: string;
|
|
2249
2433
|
closeColorHover: string;
|
|
2250
2434
|
closeColorPressed: string;
|
|
2435
|
+
closeIconColor: string;
|
|
2436
|
+
closeIconColorHover: string;
|
|
2437
|
+
closeIconColorPressed: string;
|
|
2438
|
+
closeBorderRadius: string;
|
|
2251
2439
|
iconColor: string;
|
|
2252
2440
|
iconColorInfo: string;
|
|
2253
2441
|
iconColorSuccess: string;
|
|
@@ -2263,6 +2451,7 @@ export declare const componentMap: {
|
|
|
2263
2451
|
iconMargin: string;
|
|
2264
2452
|
iconMarginIconTop: string;
|
|
2265
2453
|
closeSize: string;
|
|
2454
|
+
closeIconSize: string;
|
|
2266
2455
|
closeMargin: string;
|
|
2267
2456
|
closeMarginIconTop: string;
|
|
2268
2457
|
}, {
|
|
@@ -2483,9 +2672,12 @@ export declare const componentMap: {
|
|
|
2483
2672
|
borderColor: string;
|
|
2484
2673
|
actionColor: string;
|
|
2485
2674
|
titleFontWeight: string;
|
|
2486
|
-
closeColor: string;
|
|
2487
2675
|
closeColorHover: string;
|
|
2488
2676
|
closeColorPressed: string;
|
|
2677
|
+
closeBorderRadius: string;
|
|
2678
|
+
closeIconColor: string;
|
|
2679
|
+
closeIconColorHover: string;
|
|
2680
|
+
closeIconColorPressed: string;
|
|
2489
2681
|
fontSizeSmall: string;
|
|
2490
2682
|
fontSizeMedium: string;
|
|
2491
2683
|
fontSizeLarge: string;
|
|
@@ -2500,6 +2692,7 @@ export declare const componentMap: {
|
|
|
2500
2692
|
titleFontSizeMedium: string;
|
|
2501
2693
|
titleFontSizeLarge: string;
|
|
2502
2694
|
titleFontSizeHuge: string;
|
|
2695
|
+
closeIconSize: string;
|
|
2503
2696
|
closeSize: string;
|
|
2504
2697
|
}, any>;
|
|
2505
2698
|
}>>;
|
|
@@ -2519,9 +2712,12 @@ export declare const componentMap: {
|
|
|
2519
2712
|
titleTextColor: string;
|
|
2520
2713
|
textColor: string;
|
|
2521
2714
|
color: string;
|
|
2522
|
-
closeColor: string;
|
|
2523
2715
|
closeColorHover: string;
|
|
2524
2716
|
closeColorPressed: string;
|
|
2717
|
+
closeIconColor: string;
|
|
2718
|
+
closeIconColorHover: string;
|
|
2719
|
+
closeIconColorPressed: string;
|
|
2720
|
+
closeBorderRadius: string;
|
|
2525
2721
|
iconColor: string;
|
|
2526
2722
|
iconColorInfo: string;
|
|
2527
2723
|
iconColorSuccess: string;
|
|
@@ -2537,6 +2733,7 @@ export declare const componentMap: {
|
|
|
2537
2733
|
iconMargin: string;
|
|
2538
2734
|
iconMarginIconTop: string;
|
|
2539
2735
|
closeSize: string;
|
|
2736
|
+
closeIconSize: string;
|
|
2540
2737
|
closeMargin: string;
|
|
2541
2738
|
closeMarginIconTop: string;
|
|
2542
2739
|
}, {
|
|
@@ -2757,9 +2954,12 @@ export declare const componentMap: {
|
|
|
2757
2954
|
borderColor: string;
|
|
2758
2955
|
actionColor: string;
|
|
2759
2956
|
titleFontWeight: string;
|
|
2760
|
-
closeColor: string;
|
|
2761
2957
|
closeColorHover: string;
|
|
2762
2958
|
closeColorPressed: string;
|
|
2959
|
+
closeBorderRadius: string;
|
|
2960
|
+
closeIconColor: string;
|
|
2961
|
+
closeIconColorHover: string;
|
|
2962
|
+
closeIconColorPressed: string;
|
|
2763
2963
|
fontSizeSmall: string;
|
|
2764
2964
|
fontSizeMedium: string;
|
|
2765
2965
|
fontSizeLarge: string;
|
|
@@ -2774,6 +2974,7 @@ export declare const componentMap: {
|
|
|
2774
2974
|
titleFontSizeMedium: string;
|
|
2775
2975
|
titleFontSizeLarge: string;
|
|
2776
2976
|
titleFontSizeHuge: string;
|
|
2977
|
+
closeIconSize: string;
|
|
2777
2978
|
closeSize: string;
|
|
2778
2979
|
}, any>;
|
|
2779
2980
|
}>>>;
|
|
@@ -2793,9 +2994,12 @@ export declare const componentMap: {
|
|
|
2793
2994
|
titleTextColor: string;
|
|
2794
2995
|
textColor: string;
|
|
2795
2996
|
color: string;
|
|
2796
|
-
closeColor: string;
|
|
2797
2997
|
closeColorHover: string;
|
|
2798
2998
|
closeColorPressed: string;
|
|
2999
|
+
closeIconColor: string;
|
|
3000
|
+
closeIconColorHover: string;
|
|
3001
|
+
closeIconColorPressed: string;
|
|
3002
|
+
closeBorderRadius: string;
|
|
2799
3003
|
iconColor: string;
|
|
2800
3004
|
iconColorInfo: string;
|
|
2801
3005
|
iconColorSuccess: string;
|
|
@@ -2811,6 +3015,7 @@ export declare const componentMap: {
|
|
|
2811
3015
|
iconMargin: string;
|
|
2812
3016
|
iconMarginIconTop: string;
|
|
2813
3017
|
closeSize: string;
|
|
3018
|
+
closeIconSize: string;
|
|
2814
3019
|
closeMargin: string;
|
|
2815
3020
|
closeMarginIconTop: string;
|
|
2816
3021
|
}, {
|
|
@@ -3031,9 +3236,12 @@ export declare const componentMap: {
|
|
|
3031
3236
|
borderColor: string;
|
|
3032
3237
|
actionColor: string;
|
|
3033
3238
|
titleFontWeight: string;
|
|
3034
|
-
closeColor: string;
|
|
3035
3239
|
closeColorHover: string;
|
|
3036
3240
|
closeColorPressed: string;
|
|
3241
|
+
closeBorderRadius: string;
|
|
3242
|
+
closeIconColor: string;
|
|
3243
|
+
closeIconColorHover: string;
|
|
3244
|
+
closeIconColorPressed: string;
|
|
3037
3245
|
fontSizeSmall: string;
|
|
3038
3246
|
fontSizeMedium: string;
|
|
3039
3247
|
fontSizeLarge: string;
|
|
@@ -3048,6 +3256,7 @@ export declare const componentMap: {
|
|
|
3048
3256
|
titleFontSizeMedium: string;
|
|
3049
3257
|
titleFontSizeLarge: string;
|
|
3050
3258
|
titleFontSizeHuge: string;
|
|
3259
|
+
closeIconSize: string;
|
|
3051
3260
|
closeSize: string;
|
|
3052
3261
|
}, any>;
|
|
3053
3262
|
}>>>;
|
|
@@ -3145,11 +3354,11 @@ export declare const componentMap: {
|
|
|
3145
3354
|
gapLarge: string;
|
|
3146
3355
|
}, any>>>;
|
|
3147
3356
|
}>>, {
|
|
3148
|
-
inline: boolean;
|
|
3149
|
-
size: number | "small" | "medium" | "large" | [number, number];
|
|
3150
|
-
wrap: boolean;
|
|
3151
|
-
vertical: boolean;
|
|
3152
|
-
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
3357
|
+
readonly inline: boolean;
|
|
3358
|
+
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
3359
|
+
readonly wrap: boolean;
|
|
3360
|
+
readonly vertical: boolean;
|
|
3361
|
+
readonly justify: import("naive-ui/es/space/src/Space").Justify;
|
|
3153
3362
|
}>;
|
|
3154
3363
|
AddCircleOutline: 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<{}>>, {}>;
|
|
3155
3364
|
labelFormContent: import("vue").DefineComponent<{
|
|
@@ -3317,9 +3526,12 @@ export declare const componentMap: {
|
|
|
3317
3526
|
tabTextColorActiveCard: string;
|
|
3318
3527
|
tabTextColorDisabledCard: string;
|
|
3319
3528
|
barColor: string;
|
|
3320
|
-
|
|
3529
|
+
closeIconColor: string;
|
|
3530
|
+
closeIconColorHover: string;
|
|
3531
|
+
closeIconColorPressed: string;
|
|
3321
3532
|
closeColorHover: string;
|
|
3322
3533
|
closeColorPressed: string;
|
|
3534
|
+
closeBorderRadius: string;
|
|
3323
3535
|
tabColor: string;
|
|
3324
3536
|
tabColorSegment: string;
|
|
3325
3537
|
tabBorderColor: string;
|
|
@@ -3358,6 +3570,8 @@ export declare const componentMap: {
|
|
|
3358
3570
|
panePaddingSmall: string;
|
|
3359
3571
|
panePaddingMedium: string;
|
|
3360
3572
|
panePaddingLarge: string;
|
|
3573
|
+
closeSize: string;
|
|
3574
|
+
closeIconSize: string;
|
|
3361
3575
|
}, any>>;
|
|
3362
3576
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3363
3577
|
colorSegment: string;
|
|
@@ -3379,9 +3593,12 @@ export declare const componentMap: {
|
|
|
3379
3593
|
tabTextColorActiveCard: string;
|
|
3380
3594
|
tabTextColorDisabledCard: string;
|
|
3381
3595
|
barColor: string;
|
|
3382
|
-
|
|
3596
|
+
closeIconColor: string;
|
|
3597
|
+
closeIconColorHover: string;
|
|
3598
|
+
closeIconColorPressed: string;
|
|
3383
3599
|
closeColorHover: string;
|
|
3384
3600
|
closeColorPressed: string;
|
|
3601
|
+
closeBorderRadius: string;
|
|
3385
3602
|
tabColor: string;
|
|
3386
3603
|
tabColorSegment: string;
|
|
3387
3604
|
tabBorderColor: string;
|
|
@@ -3420,6 +3637,8 @@ export declare const componentMap: {
|
|
|
3420
3637
|
panePaddingSmall: string;
|
|
3421
3638
|
panePaddingMedium: string;
|
|
3422
3639
|
panePaddingLarge: string;
|
|
3640
|
+
closeSize: string;
|
|
3641
|
+
closeIconSize: string;
|
|
3423
3642
|
}, any>>>;
|
|
3424
3643
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3425
3644
|
colorSegment: string;
|
|
@@ -3441,9 +3660,12 @@ export declare const componentMap: {
|
|
|
3441
3660
|
tabTextColorActiveCard: string;
|
|
3442
3661
|
tabTextColorDisabledCard: string;
|
|
3443
3662
|
barColor: string;
|
|
3444
|
-
|
|
3663
|
+
closeIconColor: string;
|
|
3664
|
+
closeIconColorHover: string;
|
|
3665
|
+
closeIconColorPressed: string;
|
|
3445
3666
|
closeColorHover: string;
|
|
3446
3667
|
closeColorPressed: string;
|
|
3668
|
+
closeBorderRadius: string;
|
|
3447
3669
|
tabColor: string;
|
|
3448
3670
|
tabColorSegment: string;
|
|
3449
3671
|
tabBorderColor: string;
|
|
@@ -3482,12 +3704,15 @@ export declare const componentMap: {
|
|
|
3482
3704
|
panePaddingSmall: string;
|
|
3483
3705
|
panePaddingMedium: string;
|
|
3484
3706
|
panePaddingLarge: string;
|
|
3707
|
+
closeSize: string;
|
|
3708
|
+
closeIconSize: string;
|
|
3485
3709
|
}, any>>>;
|
|
3486
3710
|
}, {
|
|
3487
3711
|
syncBarPosition: () => void;
|
|
3488
3712
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3489
3713
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3490
3714
|
renderedNames: Set<string | number>;
|
|
3715
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3491
3716
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3492
3717
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3493
3718
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3552,9 +3777,14 @@ export declare const componentMap: {
|
|
|
3552
3777
|
'--n-pane-text-color': string;
|
|
3553
3778
|
'--n-tab-border-color': string;
|
|
3554
3779
|
'--n-tab-border-radius': string;
|
|
3555
|
-
'--n-close-
|
|
3780
|
+
'--n-close-size': string;
|
|
3781
|
+
'--n-close-icon-size': string;
|
|
3556
3782
|
'--n-close-color-hover': string;
|
|
3557
3783
|
'--n-close-color-pressed': string;
|
|
3784
|
+
'--n-close-border-radius': string;
|
|
3785
|
+
'--n-close-icon-color': string;
|
|
3786
|
+
'--n-close-icon-color-hover': string;
|
|
3787
|
+
'--n-close-icon-color-pressed': string;
|
|
3558
3788
|
'--n-tab-color': string;
|
|
3559
3789
|
'--n-tab-font-weight': string;
|
|
3560
3790
|
'--n-tab-font-weight-active': string;
|
|
@@ -3569,7 +3799,7 @@ export declare const componentMap: {
|
|
|
3569
3799
|
renderNameListRef: {
|
|
3570
3800
|
value: (string | number)[];
|
|
3571
3801
|
};
|
|
3572
|
-
onAnimationBeforeLeave: () => void;
|
|
3802
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
3573
3803
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3574
3804
|
onAnimationAfterEnter: () => void;
|
|
3575
3805
|
onRender: (() => void) | undefined;
|
|
@@ -3628,9 +3858,12 @@ export declare const componentMap: {
|
|
|
3628
3858
|
tabTextColorActiveCard: string;
|
|
3629
3859
|
tabTextColorDisabledCard: string;
|
|
3630
3860
|
barColor: string;
|
|
3631
|
-
|
|
3861
|
+
closeIconColor: string;
|
|
3862
|
+
closeIconColorHover: string;
|
|
3863
|
+
closeIconColorPressed: string;
|
|
3632
3864
|
closeColorHover: string;
|
|
3633
3865
|
closeColorPressed: string;
|
|
3866
|
+
closeBorderRadius: string;
|
|
3634
3867
|
tabColor: string;
|
|
3635
3868
|
tabColorSegment: string;
|
|
3636
3869
|
tabBorderColor: string;
|
|
@@ -3669,6 +3902,8 @@ export declare const componentMap: {
|
|
|
3669
3902
|
panePaddingSmall: string;
|
|
3670
3903
|
panePaddingMedium: string;
|
|
3671
3904
|
panePaddingLarge: string;
|
|
3905
|
+
closeSize: string;
|
|
3906
|
+
closeIconSize: string;
|
|
3672
3907
|
}, any>>;
|
|
3673
3908
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3674
3909
|
colorSegment: string;
|
|
@@ -3690,9 +3925,12 @@ export declare const componentMap: {
|
|
|
3690
3925
|
tabTextColorActiveCard: string;
|
|
3691
3926
|
tabTextColorDisabledCard: string;
|
|
3692
3927
|
barColor: string;
|
|
3693
|
-
|
|
3928
|
+
closeIconColor: string;
|
|
3929
|
+
closeIconColorHover: string;
|
|
3930
|
+
closeIconColorPressed: string;
|
|
3694
3931
|
closeColorHover: string;
|
|
3695
3932
|
closeColorPressed: string;
|
|
3933
|
+
closeBorderRadius: string;
|
|
3696
3934
|
tabColor: string;
|
|
3697
3935
|
tabColorSegment: string;
|
|
3698
3936
|
tabBorderColor: string;
|
|
@@ -3731,6 +3969,8 @@ export declare const componentMap: {
|
|
|
3731
3969
|
panePaddingSmall: string;
|
|
3732
3970
|
panePaddingMedium: string;
|
|
3733
3971
|
panePaddingLarge: string;
|
|
3972
|
+
closeSize: string;
|
|
3973
|
+
closeIconSize: string;
|
|
3734
3974
|
}, any>>>;
|
|
3735
3975
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3736
3976
|
colorSegment: string;
|
|
@@ -3752,9 +3992,12 @@ export declare const componentMap: {
|
|
|
3752
3992
|
tabTextColorActiveCard: string;
|
|
3753
3993
|
tabTextColorDisabledCard: string;
|
|
3754
3994
|
barColor: string;
|
|
3755
|
-
|
|
3995
|
+
closeIconColor: string;
|
|
3996
|
+
closeIconColorHover: string;
|
|
3997
|
+
closeIconColorPressed: string;
|
|
3756
3998
|
closeColorHover: string;
|
|
3757
3999
|
closeColorPressed: string;
|
|
4000
|
+
closeBorderRadius: string;
|
|
3758
4001
|
tabColor: string;
|
|
3759
4002
|
tabColorSegment: string;
|
|
3760
4003
|
tabBorderColor: string;
|
|
@@ -3793,14 +4036,16 @@ export declare const componentMap: {
|
|
|
3793
4036
|
panePaddingSmall: string;
|
|
3794
4037
|
panePaddingMedium: string;
|
|
3795
4038
|
panePaddingLarge: string;
|
|
4039
|
+
closeSize: string;
|
|
4040
|
+
closeIconSize: string;
|
|
3796
4041
|
}, any>>>;
|
|
3797
4042
|
}>>, {
|
|
3798
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3799
|
-
size: "small" | "medium" | "large";
|
|
3800
|
-
closable: boolean;
|
|
3801
|
-
trigger: "click" | "hover";
|
|
3802
|
-
animated: boolean;
|
|
3803
|
-
tabsPadding: number;
|
|
4043
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
4044
|
+
readonly size: "small" | "medium" | "large";
|
|
4045
|
+
readonly closable: boolean;
|
|
4046
|
+
readonly trigger: "click" | "hover";
|
|
4047
|
+
readonly animated: boolean;
|
|
4048
|
+
readonly tabsPadding: number;
|
|
3804
4049
|
}>;
|
|
3805
4050
|
NTabPane: import("vue").DefineComponent<{
|
|
3806
4051
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3849,9 +4094,9 @@ export declare const componentMap: {
|
|
|
3849
4094
|
[key: string]: any;
|
|
3850
4095
|
}> | (() => import("vue").VNodeChild)>;
|
|
3851
4096
|
}>>, {
|
|
3852
|
-
disabled: boolean;
|
|
3853
|
-
closable: boolean | undefined;
|
|
3854
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
4097
|
+
readonly disabled: boolean;
|
|
4098
|
+
readonly closable: boolean | undefined;
|
|
4099
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
3855
4100
|
}>;
|
|
3856
4101
|
NAnchor: import("vue").DefineComponent<{
|
|
3857
4102
|
readonly type: {
|
|
@@ -4025,17 +4270,17 @@ export declare const componentMap: {
|
|
|
4025
4270
|
railWidth: string;
|
|
4026
4271
|
}, any>>>;
|
|
4027
4272
|
}>>, {
|
|
4028
|
-
type: "block" | "rail";
|
|
4029
|
-
bound: number;
|
|
4030
|
-
position: "fix" | "absolute";
|
|
4031
|
-
target: (() => HTMLElement) | undefined;
|
|
4032
|
-
affix: boolean;
|
|
4033
|
-
offsetTop: number | undefined;
|
|
4034
|
-
offsetBottom: number | undefined;
|
|
4035
|
-
showRail: boolean;
|
|
4036
|
-
showBackground: boolean;
|
|
4037
|
-
internalScrollable: boolean;
|
|
4038
|
-
ignoreGap: boolean;
|
|
4273
|
+
readonly type: "block" | "rail";
|
|
4274
|
+
readonly bound: number;
|
|
4275
|
+
readonly position: "fix" | "absolute";
|
|
4276
|
+
readonly target: (() => HTMLElement) | undefined;
|
|
4277
|
+
readonly affix: boolean;
|
|
4278
|
+
readonly offsetTop: number | undefined;
|
|
4279
|
+
readonly offsetBottom: number | undefined;
|
|
4280
|
+
readonly showRail: boolean;
|
|
4281
|
+
readonly showBackground: boolean;
|
|
4282
|
+
readonly internalScrollable: boolean;
|
|
4283
|
+
readonly ignoreGap: boolean;
|
|
4039
4284
|
}>;
|
|
4040
4285
|
NAnchorLink: import("vue").DefineComponent<{
|
|
4041
4286
|
readonly title: StringConstructor;
|
|
@@ -4110,11 +4355,16 @@ export declare const componentMap: {
|
|
|
4110
4355
|
};
|
|
4111
4356
|
checked: BooleanConstructor;
|
|
4112
4357
|
checkable: BooleanConstructor;
|
|
4358
|
+
strong: BooleanConstructor;
|
|
4113
4359
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4114
4360
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4115
4361
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4116
4362
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
4117
4363
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
4364
|
+
internalCloseFocusable: {
|
|
4365
|
+
type: BooleanConstructor;
|
|
4366
|
+
default: boolean;
|
|
4367
|
+
};
|
|
4118
4368
|
internalStopClickPropagation: BooleanConstructor;
|
|
4119
4369
|
onCheckedChange: {
|
|
4120
4370
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -4137,6 +4387,7 @@ export declare const componentMap: {
|
|
|
4137
4387
|
readonly default: undefined;
|
|
4138
4388
|
};
|
|
4139
4389
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4390
|
+
closeBorderRadius: string;
|
|
4140
4391
|
heightTiny: string;
|
|
4141
4392
|
heightSmall: string;
|
|
4142
4393
|
heightMedium: string;
|
|
@@ -4147,6 +4398,7 @@ export declare const componentMap: {
|
|
|
4147
4398
|
fontSizeSmall: string;
|
|
4148
4399
|
fontSizeMedium: string;
|
|
4149
4400
|
fontSizeLarge: string;
|
|
4401
|
+
fontWeightStrong: string;
|
|
4150
4402
|
textColorCheckable: string;
|
|
4151
4403
|
textColorHoverCheckable: string;
|
|
4152
4404
|
textColorPressedCheckable: string;
|
|
@@ -4160,39 +4412,61 @@ export declare const componentMap: {
|
|
|
4160
4412
|
border: string;
|
|
4161
4413
|
textColor: string;
|
|
4162
4414
|
color: string;
|
|
4163
|
-
|
|
4415
|
+
colorBordered: string;
|
|
4416
|
+
closeIconColor: string;
|
|
4417
|
+
closeIconColorHover: string;
|
|
4418
|
+
closeIconColorPressed: string;
|
|
4164
4419
|
closeColorHover: string;
|
|
4165
4420
|
closeColorPressed: string;
|
|
4166
4421
|
borderPrimary: string;
|
|
4167
4422
|
textColorPrimary: string;
|
|
4168
4423
|
colorPrimary: string;
|
|
4169
|
-
|
|
4424
|
+
colorBorderedPrimary: string;
|
|
4425
|
+
closeIconColorPrimary: string;
|
|
4426
|
+
closeIconColorHoverPrimary: string;
|
|
4427
|
+
closeIconColorPressedPrimary: string;
|
|
4170
4428
|
closeColorHoverPrimary: string;
|
|
4171
4429
|
closeColorPressedPrimary: string;
|
|
4172
4430
|
borderInfo: string;
|
|
4173
4431
|
textColorInfo: string;
|
|
4174
4432
|
colorInfo: string;
|
|
4175
|
-
|
|
4433
|
+
colorBorderedInfo: string;
|
|
4434
|
+
closeIconColorInfo: string;
|
|
4435
|
+
closeIconColorHoverInfo: string;
|
|
4436
|
+
closeIconColorPressedInfo: string;
|
|
4176
4437
|
closeColorHoverInfo: string;
|
|
4177
4438
|
closeColorPressedInfo: string;
|
|
4178
4439
|
borderSuccess: string;
|
|
4179
4440
|
textColorSuccess: string;
|
|
4180
4441
|
colorSuccess: string;
|
|
4181
|
-
|
|
4442
|
+
colorBorderedSuccess: string;
|
|
4443
|
+
closeIconColorSuccess: string;
|
|
4444
|
+
closeIconColorHoverSuccess: string;
|
|
4445
|
+
closeIconColorPressedSuccess: string;
|
|
4182
4446
|
closeColorHoverSuccess: string;
|
|
4183
4447
|
closeColorPressedSuccess: string;
|
|
4184
4448
|
borderWarning: string;
|
|
4185
4449
|
textColorWarning: string;
|
|
4186
4450
|
colorWarning: string;
|
|
4187
|
-
|
|
4451
|
+
colorBorderedWarning: string;
|
|
4452
|
+
closeIconColorWarning: string;
|
|
4453
|
+
closeIconColorHoverWarning: string;
|
|
4454
|
+
closeIconColorPressedWarning: string;
|
|
4188
4455
|
closeColorHoverWarning: string;
|
|
4189
4456
|
closeColorPressedWarning: string;
|
|
4190
4457
|
borderError: string;
|
|
4191
4458
|
textColorError: string;
|
|
4192
4459
|
colorError: string;
|
|
4193
|
-
|
|
4460
|
+
colorBorderedError: string;
|
|
4461
|
+
closeIconColorError: string;
|
|
4462
|
+
closeIconColorHoverError: string;
|
|
4463
|
+
closeIconColorPressedError: string;
|
|
4194
4464
|
closeColorHoverError: string;
|
|
4195
4465
|
closeColorPressedError: string;
|
|
4466
|
+
closeIconSizeTiny: string;
|
|
4467
|
+
closeIconSizeSmall: string;
|
|
4468
|
+
closeIconSizeMedium: string;
|
|
4469
|
+
closeIconSizeLarge: string;
|
|
4196
4470
|
closeSizeTiny: string;
|
|
4197
4471
|
closeSizeSmall: string;
|
|
4198
4472
|
closeSizeMedium: string;
|
|
@@ -4202,6 +4476,7 @@ export declare const componentMap: {
|
|
|
4202
4476
|
closeMarginRtl: string;
|
|
4203
4477
|
}, any>>;
|
|
4204
4478
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4479
|
+
closeBorderRadius: string;
|
|
4205
4480
|
heightTiny: string;
|
|
4206
4481
|
heightSmall: string;
|
|
4207
4482
|
heightMedium: string;
|
|
@@ -4212,6 +4487,7 @@ export declare const componentMap: {
|
|
|
4212
4487
|
fontSizeSmall: string;
|
|
4213
4488
|
fontSizeMedium: string;
|
|
4214
4489
|
fontSizeLarge: string;
|
|
4490
|
+
fontWeightStrong: string;
|
|
4215
4491
|
textColorCheckable: string;
|
|
4216
4492
|
textColorHoverCheckable: string;
|
|
4217
4493
|
textColorPressedCheckable: string;
|
|
@@ -4225,39 +4501,61 @@ export declare const componentMap: {
|
|
|
4225
4501
|
border: string;
|
|
4226
4502
|
textColor: string;
|
|
4227
4503
|
color: string;
|
|
4228
|
-
|
|
4504
|
+
colorBordered: string;
|
|
4505
|
+
closeIconColor: string;
|
|
4506
|
+
closeIconColorHover: string;
|
|
4507
|
+
closeIconColorPressed: string;
|
|
4229
4508
|
closeColorHover: string;
|
|
4230
4509
|
closeColorPressed: string;
|
|
4231
4510
|
borderPrimary: string;
|
|
4232
4511
|
textColorPrimary: string;
|
|
4233
4512
|
colorPrimary: string;
|
|
4234
|
-
|
|
4513
|
+
colorBorderedPrimary: string;
|
|
4514
|
+
closeIconColorPrimary: string;
|
|
4515
|
+
closeIconColorHoverPrimary: string;
|
|
4516
|
+
closeIconColorPressedPrimary: string;
|
|
4235
4517
|
closeColorHoverPrimary: string;
|
|
4236
4518
|
closeColorPressedPrimary: string;
|
|
4237
4519
|
borderInfo: string;
|
|
4238
4520
|
textColorInfo: string;
|
|
4239
4521
|
colorInfo: string;
|
|
4240
|
-
|
|
4522
|
+
colorBorderedInfo: string;
|
|
4523
|
+
closeIconColorInfo: string;
|
|
4524
|
+
closeIconColorHoverInfo: string;
|
|
4525
|
+
closeIconColorPressedInfo: string;
|
|
4241
4526
|
closeColorHoverInfo: string;
|
|
4242
4527
|
closeColorPressedInfo: string;
|
|
4243
4528
|
borderSuccess: string;
|
|
4244
4529
|
textColorSuccess: string;
|
|
4245
4530
|
colorSuccess: string;
|
|
4246
|
-
|
|
4531
|
+
colorBorderedSuccess: string;
|
|
4532
|
+
closeIconColorSuccess: string;
|
|
4533
|
+
closeIconColorHoverSuccess: string;
|
|
4534
|
+
closeIconColorPressedSuccess: string;
|
|
4247
4535
|
closeColorHoverSuccess: string;
|
|
4248
4536
|
closeColorPressedSuccess: string;
|
|
4249
4537
|
borderWarning: string;
|
|
4250
4538
|
textColorWarning: string;
|
|
4251
4539
|
colorWarning: string;
|
|
4252
|
-
|
|
4540
|
+
colorBorderedWarning: string;
|
|
4541
|
+
closeIconColorWarning: string;
|
|
4542
|
+
closeIconColorHoverWarning: string;
|
|
4543
|
+
closeIconColorPressedWarning: string;
|
|
4253
4544
|
closeColorHoverWarning: string;
|
|
4254
4545
|
closeColorPressedWarning: string;
|
|
4255
4546
|
borderError: string;
|
|
4256
4547
|
textColorError: string;
|
|
4257
4548
|
colorError: string;
|
|
4258
|
-
|
|
4549
|
+
colorBorderedError: string;
|
|
4550
|
+
closeIconColorError: string;
|
|
4551
|
+
closeIconColorHoverError: string;
|
|
4552
|
+
closeIconColorPressedError: string;
|
|
4259
4553
|
closeColorHoverError: string;
|
|
4260
4554
|
closeColorPressedError: string;
|
|
4555
|
+
closeIconSizeTiny: string;
|
|
4556
|
+
closeIconSizeSmall: string;
|
|
4557
|
+
closeIconSizeMedium: string;
|
|
4558
|
+
closeIconSizeLarge: string;
|
|
4261
4559
|
closeSizeTiny: string;
|
|
4262
4560
|
closeSizeSmall: string;
|
|
4263
4561
|
closeSizeMedium: string;
|
|
@@ -4267,6 +4565,7 @@ export declare const componentMap: {
|
|
|
4267
4565
|
closeMarginRtl: string;
|
|
4268
4566
|
}, any>>>;
|
|
4269
4567
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4568
|
+
closeBorderRadius: string;
|
|
4270
4569
|
heightTiny: string;
|
|
4271
4570
|
heightSmall: string;
|
|
4272
4571
|
heightMedium: string;
|
|
@@ -4277,6 +4576,7 @@ export declare const componentMap: {
|
|
|
4277
4576
|
fontSizeSmall: string;
|
|
4278
4577
|
fontSizeMedium: string;
|
|
4279
4578
|
fontSizeLarge: string;
|
|
4579
|
+
fontWeightStrong: string;
|
|
4280
4580
|
textColorCheckable: string;
|
|
4281
4581
|
textColorHoverCheckable: string;
|
|
4282
4582
|
textColorPressedCheckable: string;
|
|
@@ -4290,39 +4590,61 @@ export declare const componentMap: {
|
|
|
4290
4590
|
border: string;
|
|
4291
4591
|
textColor: string;
|
|
4292
4592
|
color: string;
|
|
4293
|
-
|
|
4593
|
+
colorBordered: string;
|
|
4594
|
+
closeIconColor: string;
|
|
4595
|
+
closeIconColorHover: string;
|
|
4596
|
+
closeIconColorPressed: string;
|
|
4294
4597
|
closeColorHover: string;
|
|
4295
4598
|
closeColorPressed: string;
|
|
4296
4599
|
borderPrimary: string;
|
|
4297
4600
|
textColorPrimary: string;
|
|
4298
4601
|
colorPrimary: string;
|
|
4299
|
-
|
|
4602
|
+
colorBorderedPrimary: string;
|
|
4603
|
+
closeIconColorPrimary: string;
|
|
4604
|
+
closeIconColorHoverPrimary: string;
|
|
4605
|
+
closeIconColorPressedPrimary: string;
|
|
4300
4606
|
closeColorHoverPrimary: string;
|
|
4301
4607
|
closeColorPressedPrimary: string;
|
|
4302
4608
|
borderInfo: string;
|
|
4303
4609
|
textColorInfo: string;
|
|
4304
4610
|
colorInfo: string;
|
|
4305
|
-
|
|
4611
|
+
colorBorderedInfo: string;
|
|
4612
|
+
closeIconColorInfo: string;
|
|
4613
|
+
closeIconColorHoverInfo: string;
|
|
4614
|
+
closeIconColorPressedInfo: string;
|
|
4306
4615
|
closeColorHoverInfo: string;
|
|
4307
4616
|
closeColorPressedInfo: string;
|
|
4308
4617
|
borderSuccess: string;
|
|
4309
4618
|
textColorSuccess: string;
|
|
4310
4619
|
colorSuccess: string;
|
|
4311
|
-
|
|
4620
|
+
colorBorderedSuccess: string;
|
|
4621
|
+
closeIconColorSuccess: string;
|
|
4622
|
+
closeIconColorHoverSuccess: string;
|
|
4623
|
+
closeIconColorPressedSuccess: string;
|
|
4312
4624
|
closeColorHoverSuccess: string;
|
|
4313
4625
|
closeColorPressedSuccess: string;
|
|
4314
4626
|
borderWarning: string;
|
|
4315
4627
|
textColorWarning: string;
|
|
4316
4628
|
colorWarning: string;
|
|
4317
|
-
|
|
4629
|
+
colorBorderedWarning: string;
|
|
4630
|
+
closeIconColorWarning: string;
|
|
4631
|
+
closeIconColorHoverWarning: string;
|
|
4632
|
+
closeIconColorPressedWarning: string;
|
|
4318
4633
|
closeColorHoverWarning: string;
|
|
4319
4634
|
closeColorPressedWarning: string;
|
|
4320
4635
|
borderError: string;
|
|
4321
4636
|
textColorError: string;
|
|
4322
4637
|
colorError: string;
|
|
4323
|
-
|
|
4638
|
+
colorBorderedError: string;
|
|
4639
|
+
closeIconColorError: string;
|
|
4640
|
+
closeIconColorHoverError: string;
|
|
4641
|
+
closeIconColorPressedError: string;
|
|
4324
4642
|
closeColorHoverError: string;
|
|
4325
4643
|
closeColorPressedError: string;
|
|
4644
|
+
closeIconSizeTiny: string;
|
|
4645
|
+
closeIconSizeSmall: string;
|
|
4646
|
+
closeIconSizeMedium: string;
|
|
4647
|
+
closeIconSizeLarge: string;
|
|
4326
4648
|
closeSizeTiny: string;
|
|
4327
4649
|
closeSizeSmall: string;
|
|
4328
4650
|
closeSizeMedium: string;
|
|
@@ -4339,14 +4661,19 @@ export declare const componentMap: {
|
|
|
4339
4661
|
handleClick: (e: MouseEvent) => void;
|
|
4340
4662
|
handleCloseClick: (e: MouseEvent) => void;
|
|
4341
4663
|
cssVars: import("vue").ComputedRef<{
|
|
4664
|
+
'--n-font-weight-strong': string;
|
|
4342
4665
|
'--n-avatar-size-override': string;
|
|
4343
4666
|
'--n-bezier': string;
|
|
4344
4667
|
'--n-border-radius': string;
|
|
4345
4668
|
'--n-border': string;
|
|
4346
|
-
'--n-close-
|
|
4347
|
-
'--n-close-color-hover': string;
|
|
4669
|
+
'--n-close-icon-size': string;
|
|
4348
4670
|
'--n-close-color-pressed': string;
|
|
4349
|
-
'--n-close-color-
|
|
4671
|
+
'--n-close-color-hover': string;
|
|
4672
|
+
'--n-close-border-radius': string;
|
|
4673
|
+
'--n-close-icon-color': string;
|
|
4674
|
+
'--n-close-icon-color-hover': string;
|
|
4675
|
+
'--n-close-icon-color-pressed': string;
|
|
4676
|
+
'--n-close-icon-color-disabled': string;
|
|
4350
4677
|
'--n-close-margin': string;
|
|
4351
4678
|
'--n-close-margin-rtl': string;
|
|
4352
4679
|
'--n-close-size': string;
|
|
@@ -4377,11 +4704,16 @@ export declare const componentMap: {
|
|
|
4377
4704
|
};
|
|
4378
4705
|
checked: BooleanConstructor;
|
|
4379
4706
|
checkable: BooleanConstructor;
|
|
4707
|
+
strong: BooleanConstructor;
|
|
4380
4708
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4381
4709
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4382
4710
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4383
4711
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
4384
4712
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
4713
|
+
internalCloseFocusable: {
|
|
4714
|
+
type: BooleanConstructor;
|
|
4715
|
+
default: boolean;
|
|
4716
|
+
};
|
|
4385
4717
|
internalStopClickPropagation: BooleanConstructor;
|
|
4386
4718
|
onCheckedChange: {
|
|
4387
4719
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -4404,6 +4736,7 @@ export declare const componentMap: {
|
|
|
4404
4736
|
readonly default: undefined;
|
|
4405
4737
|
};
|
|
4406
4738
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4739
|
+
closeBorderRadius: string;
|
|
4407
4740
|
heightTiny: string;
|
|
4408
4741
|
heightSmall: string;
|
|
4409
4742
|
heightMedium: string;
|
|
@@ -4414,6 +4747,7 @@ export declare const componentMap: {
|
|
|
4414
4747
|
fontSizeSmall: string;
|
|
4415
4748
|
fontSizeMedium: string;
|
|
4416
4749
|
fontSizeLarge: string;
|
|
4750
|
+
fontWeightStrong: string;
|
|
4417
4751
|
textColorCheckable: string;
|
|
4418
4752
|
textColorHoverCheckable: string;
|
|
4419
4753
|
textColorPressedCheckable: string;
|
|
@@ -4427,39 +4761,61 @@ export declare const componentMap: {
|
|
|
4427
4761
|
border: string;
|
|
4428
4762
|
textColor: string;
|
|
4429
4763
|
color: string;
|
|
4430
|
-
|
|
4764
|
+
colorBordered: string;
|
|
4765
|
+
closeIconColor: string;
|
|
4766
|
+
closeIconColorHover: string;
|
|
4767
|
+
closeIconColorPressed: string;
|
|
4431
4768
|
closeColorHover: string;
|
|
4432
4769
|
closeColorPressed: string;
|
|
4433
4770
|
borderPrimary: string;
|
|
4434
4771
|
textColorPrimary: string;
|
|
4435
4772
|
colorPrimary: string;
|
|
4436
|
-
|
|
4773
|
+
colorBorderedPrimary: string;
|
|
4774
|
+
closeIconColorPrimary: string;
|
|
4775
|
+
closeIconColorHoverPrimary: string;
|
|
4776
|
+
closeIconColorPressedPrimary: string;
|
|
4437
4777
|
closeColorHoverPrimary: string;
|
|
4438
4778
|
closeColorPressedPrimary: string;
|
|
4439
4779
|
borderInfo: string;
|
|
4440
4780
|
textColorInfo: string;
|
|
4441
4781
|
colorInfo: string;
|
|
4442
|
-
|
|
4782
|
+
colorBorderedInfo: string;
|
|
4783
|
+
closeIconColorInfo: string;
|
|
4784
|
+
closeIconColorHoverInfo: string;
|
|
4785
|
+
closeIconColorPressedInfo: string;
|
|
4443
4786
|
closeColorHoverInfo: string;
|
|
4444
4787
|
closeColorPressedInfo: string;
|
|
4445
4788
|
borderSuccess: string;
|
|
4446
4789
|
textColorSuccess: string;
|
|
4447
4790
|
colorSuccess: string;
|
|
4448
|
-
|
|
4791
|
+
colorBorderedSuccess: string;
|
|
4792
|
+
closeIconColorSuccess: string;
|
|
4793
|
+
closeIconColorHoverSuccess: string;
|
|
4794
|
+
closeIconColorPressedSuccess: string;
|
|
4449
4795
|
closeColorHoverSuccess: string;
|
|
4450
4796
|
closeColorPressedSuccess: string;
|
|
4451
4797
|
borderWarning: string;
|
|
4452
4798
|
textColorWarning: string;
|
|
4453
4799
|
colorWarning: string;
|
|
4454
|
-
|
|
4800
|
+
colorBorderedWarning: string;
|
|
4801
|
+
closeIconColorWarning: string;
|
|
4802
|
+
closeIconColorHoverWarning: string;
|
|
4803
|
+
closeIconColorPressedWarning: string;
|
|
4455
4804
|
closeColorHoverWarning: string;
|
|
4456
4805
|
closeColorPressedWarning: string;
|
|
4457
4806
|
borderError: string;
|
|
4458
4807
|
textColorError: string;
|
|
4459
4808
|
colorError: string;
|
|
4460
|
-
|
|
4809
|
+
colorBorderedError: string;
|
|
4810
|
+
closeIconColorError: string;
|
|
4811
|
+
closeIconColorHoverError: string;
|
|
4812
|
+
closeIconColorPressedError: string;
|
|
4461
4813
|
closeColorHoverError: string;
|
|
4462
4814
|
closeColorPressedError: string;
|
|
4815
|
+
closeIconSizeTiny: string;
|
|
4816
|
+
closeIconSizeSmall: string;
|
|
4817
|
+
closeIconSizeMedium: string;
|
|
4818
|
+
closeIconSizeLarge: string;
|
|
4463
4819
|
closeSizeTiny: string;
|
|
4464
4820
|
closeSizeSmall: string;
|
|
4465
4821
|
closeSizeMedium: string;
|
|
@@ -4469,6 +4825,7 @@ export declare const componentMap: {
|
|
|
4469
4825
|
closeMarginRtl: string;
|
|
4470
4826
|
}, any>>;
|
|
4471
4827
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4828
|
+
closeBorderRadius: string;
|
|
4472
4829
|
heightTiny: string;
|
|
4473
4830
|
heightSmall: string;
|
|
4474
4831
|
heightMedium: string;
|
|
@@ -4479,6 +4836,7 @@ export declare const componentMap: {
|
|
|
4479
4836
|
fontSizeSmall: string;
|
|
4480
4837
|
fontSizeMedium: string;
|
|
4481
4838
|
fontSizeLarge: string;
|
|
4839
|
+
fontWeightStrong: string;
|
|
4482
4840
|
textColorCheckable: string;
|
|
4483
4841
|
textColorHoverCheckable: string;
|
|
4484
4842
|
textColorPressedCheckable: string;
|
|
@@ -4492,39 +4850,61 @@ export declare const componentMap: {
|
|
|
4492
4850
|
border: string;
|
|
4493
4851
|
textColor: string;
|
|
4494
4852
|
color: string;
|
|
4495
|
-
|
|
4853
|
+
colorBordered: string;
|
|
4854
|
+
closeIconColor: string;
|
|
4855
|
+
closeIconColorHover: string;
|
|
4856
|
+
closeIconColorPressed: string;
|
|
4496
4857
|
closeColorHover: string;
|
|
4497
4858
|
closeColorPressed: string;
|
|
4498
4859
|
borderPrimary: string;
|
|
4499
4860
|
textColorPrimary: string;
|
|
4500
4861
|
colorPrimary: string;
|
|
4501
|
-
|
|
4862
|
+
colorBorderedPrimary: string;
|
|
4863
|
+
closeIconColorPrimary: string;
|
|
4864
|
+
closeIconColorHoverPrimary: string;
|
|
4865
|
+
closeIconColorPressedPrimary: string;
|
|
4502
4866
|
closeColorHoverPrimary: string;
|
|
4503
4867
|
closeColorPressedPrimary: string;
|
|
4504
4868
|
borderInfo: string;
|
|
4505
4869
|
textColorInfo: string;
|
|
4506
4870
|
colorInfo: string;
|
|
4507
|
-
|
|
4871
|
+
colorBorderedInfo: string;
|
|
4872
|
+
closeIconColorInfo: string;
|
|
4873
|
+
closeIconColorHoverInfo: string;
|
|
4874
|
+
closeIconColorPressedInfo: string;
|
|
4508
4875
|
closeColorHoverInfo: string;
|
|
4509
4876
|
closeColorPressedInfo: string;
|
|
4510
4877
|
borderSuccess: string;
|
|
4511
4878
|
textColorSuccess: string;
|
|
4512
4879
|
colorSuccess: string;
|
|
4513
|
-
|
|
4880
|
+
colorBorderedSuccess: string;
|
|
4881
|
+
closeIconColorSuccess: string;
|
|
4882
|
+
closeIconColorHoverSuccess: string;
|
|
4883
|
+
closeIconColorPressedSuccess: string;
|
|
4514
4884
|
closeColorHoverSuccess: string;
|
|
4515
4885
|
closeColorPressedSuccess: string;
|
|
4516
4886
|
borderWarning: string;
|
|
4517
4887
|
textColorWarning: string;
|
|
4518
4888
|
colorWarning: string;
|
|
4519
|
-
|
|
4889
|
+
colorBorderedWarning: string;
|
|
4890
|
+
closeIconColorWarning: string;
|
|
4891
|
+
closeIconColorHoverWarning: string;
|
|
4892
|
+
closeIconColorPressedWarning: string;
|
|
4520
4893
|
closeColorHoverWarning: string;
|
|
4521
4894
|
closeColorPressedWarning: string;
|
|
4522
4895
|
borderError: string;
|
|
4523
4896
|
textColorError: string;
|
|
4524
4897
|
colorError: string;
|
|
4525
|
-
|
|
4898
|
+
colorBorderedError: string;
|
|
4899
|
+
closeIconColorError: string;
|
|
4900
|
+
closeIconColorHoverError: string;
|
|
4901
|
+
closeIconColorPressedError: string;
|
|
4526
4902
|
closeColorHoverError: string;
|
|
4527
4903
|
closeColorPressedError: string;
|
|
4904
|
+
closeIconSizeTiny: string;
|
|
4905
|
+
closeIconSizeSmall: string;
|
|
4906
|
+
closeIconSizeMedium: string;
|
|
4907
|
+
closeIconSizeLarge: string;
|
|
4528
4908
|
closeSizeTiny: string;
|
|
4529
4909
|
closeSizeSmall: string;
|
|
4530
4910
|
closeSizeMedium: string;
|
|
@@ -4534,6 +4914,7 @@ export declare const componentMap: {
|
|
|
4534
4914
|
closeMarginRtl: string;
|
|
4535
4915
|
}, any>>>;
|
|
4536
4916
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4917
|
+
closeBorderRadius: string;
|
|
4537
4918
|
heightTiny: string;
|
|
4538
4919
|
heightSmall: string;
|
|
4539
4920
|
heightMedium: string;
|
|
@@ -4544,6 +4925,7 @@ export declare const componentMap: {
|
|
|
4544
4925
|
fontSizeSmall: string;
|
|
4545
4926
|
fontSizeMedium: string;
|
|
4546
4927
|
fontSizeLarge: string;
|
|
4928
|
+
fontWeightStrong: string;
|
|
4547
4929
|
textColorCheckable: string;
|
|
4548
4930
|
textColorHoverCheckable: string;
|
|
4549
4931
|
textColorPressedCheckable: string;
|
|
@@ -4557,39 +4939,61 @@ export declare const componentMap: {
|
|
|
4557
4939
|
border: string;
|
|
4558
4940
|
textColor: string;
|
|
4559
4941
|
color: string;
|
|
4560
|
-
|
|
4942
|
+
colorBordered: string;
|
|
4943
|
+
closeIconColor: string;
|
|
4944
|
+
closeIconColorHover: string;
|
|
4945
|
+
closeIconColorPressed: string;
|
|
4561
4946
|
closeColorHover: string;
|
|
4562
4947
|
closeColorPressed: string;
|
|
4563
4948
|
borderPrimary: string;
|
|
4564
4949
|
textColorPrimary: string;
|
|
4565
4950
|
colorPrimary: string;
|
|
4566
|
-
|
|
4951
|
+
colorBorderedPrimary: string;
|
|
4952
|
+
closeIconColorPrimary: string;
|
|
4953
|
+
closeIconColorHoverPrimary: string;
|
|
4954
|
+
closeIconColorPressedPrimary: string;
|
|
4567
4955
|
closeColorHoverPrimary: string;
|
|
4568
4956
|
closeColorPressedPrimary: string;
|
|
4569
4957
|
borderInfo: string;
|
|
4570
4958
|
textColorInfo: string;
|
|
4571
4959
|
colorInfo: string;
|
|
4572
|
-
|
|
4960
|
+
colorBorderedInfo: string;
|
|
4961
|
+
closeIconColorInfo: string;
|
|
4962
|
+
closeIconColorHoverInfo: string;
|
|
4963
|
+
closeIconColorPressedInfo: string;
|
|
4573
4964
|
closeColorHoverInfo: string;
|
|
4574
4965
|
closeColorPressedInfo: string;
|
|
4575
4966
|
borderSuccess: string;
|
|
4576
4967
|
textColorSuccess: string;
|
|
4577
4968
|
colorSuccess: string;
|
|
4578
|
-
|
|
4969
|
+
colorBorderedSuccess: string;
|
|
4970
|
+
closeIconColorSuccess: string;
|
|
4971
|
+
closeIconColorHoverSuccess: string;
|
|
4972
|
+
closeIconColorPressedSuccess: string;
|
|
4579
4973
|
closeColorHoverSuccess: string;
|
|
4580
4974
|
closeColorPressedSuccess: string;
|
|
4581
4975
|
borderWarning: string;
|
|
4582
4976
|
textColorWarning: string;
|
|
4583
4977
|
colorWarning: string;
|
|
4584
|
-
|
|
4978
|
+
colorBorderedWarning: string;
|
|
4979
|
+
closeIconColorWarning: string;
|
|
4980
|
+
closeIconColorHoverWarning: string;
|
|
4981
|
+
closeIconColorPressedWarning: string;
|
|
4585
4982
|
closeColorHoverWarning: string;
|
|
4586
4983
|
closeColorPressedWarning: string;
|
|
4587
4984
|
borderError: string;
|
|
4588
4985
|
textColorError: string;
|
|
4589
4986
|
colorError: string;
|
|
4590
|
-
|
|
4987
|
+
colorBorderedError: string;
|
|
4988
|
+
closeIconColorError: string;
|
|
4989
|
+
closeIconColorHoverError: string;
|
|
4990
|
+
closeIconColorPressedError: string;
|
|
4591
4991
|
closeColorHoverError: string;
|
|
4592
4992
|
closeColorPressedError: string;
|
|
4993
|
+
closeIconSizeTiny: string;
|
|
4994
|
+
closeIconSizeSmall: string;
|
|
4995
|
+
closeIconSizeMedium: string;
|
|
4996
|
+
closeIconSizeLarge: string;
|
|
4593
4997
|
closeSizeTiny: string;
|
|
4594
4998
|
closeSizeSmall: string;
|
|
4595
4999
|
closeSizeMedium: string;
|
|
@@ -4604,11 +5008,13 @@ export declare const componentMap: {
|
|
|
4604
5008
|
size: "small" | "medium" | "large" | "tiny";
|
|
4605
5009
|
disabled: boolean | undefined;
|
|
4606
5010
|
checked: boolean;
|
|
5011
|
+
strong: boolean;
|
|
4607
5012
|
bordered: boolean | undefined;
|
|
5013
|
+
closable: boolean;
|
|
4608
5014
|
checkable: boolean;
|
|
5015
|
+
internalCloseFocusable: boolean;
|
|
4609
5016
|
internalStopClickPropagation: boolean;
|
|
4610
5017
|
onCheckedChange: (checked: boolean) => void;
|
|
4611
|
-
closable: boolean;
|
|
4612
5018
|
}>;
|
|
4613
5019
|
NTooltip: import("vue").DefineComponent<{
|
|
4614
5020
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4805,10 +5211,11 @@ export declare const componentMap: {
|
|
|
4805
5211
|
opacity5: string;
|
|
4806
5212
|
dividerColor: string;
|
|
4807
5213
|
borderColor: string;
|
|
4808
|
-
|
|
5214
|
+
closeIconColor: string;
|
|
5215
|
+
closeIconColorHover: string;
|
|
5216
|
+
closeIconColorPressed: string;
|
|
4809
5217
|
closeColorHover: string;
|
|
4810
5218
|
closeColorPressed: string;
|
|
4811
|
-
closeColorDisabled: string;
|
|
4812
5219
|
clearColor: string;
|
|
4813
5220
|
clearColorHover: string;
|
|
4814
5221
|
clearColorPressed: string;
|
|
@@ -6528,26 +6935,26 @@ export declare const componentMap: {
|
|
|
6528
6935
|
rippleDuration: string;
|
|
6529
6936
|
}, any>>>;
|
|
6530
6937
|
}>>, {
|
|
6531
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
6532
|
-
tag: keyof HTMLElementTagNameMap;
|
|
6533
|
-
block: boolean;
|
|
6534
|
-
round: boolean;
|
|
6535
|
-
dashed: boolean;
|
|
6536
|
-
text: boolean;
|
|
6537
|
-
circle: boolean;
|
|
6538
|
-
disabled: boolean;
|
|
6539
|
-
focusable: boolean;
|
|
6540
|
-
strong: boolean;
|
|
6541
|
-
loading: boolean;
|
|
6542
|
-
bordered: boolean;
|
|
6543
|
-
tertiary: boolean;
|
|
6544
|
-
ghost: boolean;
|
|
6545
|
-
keyboard: boolean;
|
|
6546
|
-
secondary: boolean;
|
|
6547
|
-
quaternary: boolean;
|
|
6548
|
-
iconPlacement: "left" | "right";
|
|
6549
|
-
attrType: "button" | "reset" | "submit";
|
|
6550
|
-
nativeFocusBehavior: boolean;
|
|
6938
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
6939
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
6940
|
+
readonly block: boolean;
|
|
6941
|
+
readonly round: boolean;
|
|
6942
|
+
readonly dashed: boolean;
|
|
6943
|
+
readonly text: boolean;
|
|
6944
|
+
readonly circle: boolean;
|
|
6945
|
+
readonly disabled: boolean;
|
|
6946
|
+
readonly focusable: boolean;
|
|
6947
|
+
readonly strong: boolean;
|
|
6948
|
+
readonly loading: boolean;
|
|
6949
|
+
readonly bordered: boolean;
|
|
6950
|
+
readonly tertiary: boolean;
|
|
6951
|
+
readonly ghost: boolean;
|
|
6952
|
+
readonly keyboard: boolean;
|
|
6953
|
+
readonly secondary: boolean;
|
|
6954
|
+
readonly quaternary: boolean;
|
|
6955
|
+
readonly iconPlacement: "left" | "right";
|
|
6956
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
6957
|
+
readonly nativeFocusBehavior: boolean;
|
|
6551
6958
|
}>;
|
|
6552
6959
|
NInput: import("vue").DefineComponent<{
|
|
6553
6960
|
bordered: {
|
|
@@ -6827,8 +7234,8 @@ export declare const componentMap: {
|
|
|
6827
7234
|
contentRef: HTMLElement | null;
|
|
6828
7235
|
containerScrollTop: number;
|
|
6829
7236
|
syncUnifiedContainer: () => void;
|
|
6830
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6831
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
7237
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
7238
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6832
7239
|
sync: () => void;
|
|
6833
7240
|
handleMouseEnterWrapper: () => void;
|
|
6834
7241
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6917,10 +7324,11 @@ export declare const componentMap: {
|
|
|
6917
7324
|
opacity5: string;
|
|
6918
7325
|
dividerColor: string;
|
|
6919
7326
|
borderColor: string;
|
|
6920
|
-
|
|
7327
|
+
closeIconColor: string;
|
|
7328
|
+
closeIconColorHover: string;
|
|
7329
|
+
closeIconColorPressed: string;
|
|
6921
7330
|
closeColorHover: string;
|
|
6922
7331
|
closeColorPressed: string;
|
|
6923
|
-
closeColorDisabled: string;
|
|
6924
7332
|
clearColor: string;
|
|
6925
7333
|
clearColorHover: string;
|
|
6926
7334
|
clearColorPressed: string;
|
|
@@ -9380,26 +9788,26 @@ export declare const componentMap: {
|
|
|
9380
9788
|
rippleDuration: string;
|
|
9381
9789
|
}, any>>>;
|
|
9382
9790
|
}>>, {
|
|
9383
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
9384
|
-
tag: keyof HTMLElementTagNameMap;
|
|
9385
|
-
block: boolean;
|
|
9386
|
-
round: boolean;
|
|
9387
|
-
dashed: boolean;
|
|
9388
|
-
text: boolean;
|
|
9389
|
-
circle: boolean;
|
|
9390
|
-
disabled: boolean;
|
|
9391
|
-
focusable: boolean;
|
|
9392
|
-
strong: boolean;
|
|
9393
|
-
loading: boolean;
|
|
9394
|
-
bordered: boolean;
|
|
9395
|
-
tertiary: boolean;
|
|
9396
|
-
ghost: boolean;
|
|
9397
|
-
keyboard: boolean;
|
|
9398
|
-
secondary: boolean;
|
|
9399
|
-
quaternary: boolean;
|
|
9400
|
-
iconPlacement: "left" | "right";
|
|
9401
|
-
attrType: "button" | "reset" | "submit";
|
|
9402
|
-
nativeFocusBehavior: boolean;
|
|
9791
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
9792
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
9793
|
+
readonly block: boolean;
|
|
9794
|
+
readonly round: boolean;
|
|
9795
|
+
readonly dashed: boolean;
|
|
9796
|
+
readonly text: boolean;
|
|
9797
|
+
readonly circle: boolean;
|
|
9798
|
+
readonly disabled: boolean;
|
|
9799
|
+
readonly focusable: boolean;
|
|
9800
|
+
readonly strong: boolean;
|
|
9801
|
+
readonly loading: boolean;
|
|
9802
|
+
readonly bordered: boolean;
|
|
9803
|
+
readonly tertiary: boolean;
|
|
9804
|
+
readonly ghost: boolean;
|
|
9805
|
+
readonly keyboard: boolean;
|
|
9806
|
+
readonly secondary: boolean;
|
|
9807
|
+
readonly quaternary: boolean;
|
|
9808
|
+
readonly iconPlacement: "left" | "right";
|
|
9809
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
9810
|
+
readonly nativeFocusBehavior: boolean;
|
|
9403
9811
|
}>;
|
|
9404
9812
|
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<{}>>, {}>;
|
|
9405
9813
|
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<{}>>, {}>;
|