@weni/unnnic-system 3.8.2-alpha.0 → 3.8.2-alpha.2
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/dist/assets/tokens/colors.json.d.ts +376 -0
- package/dist/components/Card/CardCompany.vue.d.ts +11 -414
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -414
- package/dist/components/Carousel/TagCarousel.vue.d.ts +11 -414
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +0 -418
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +12 -415
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +12 -414
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/index.d.ts +12229 -15483
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-4bdcf86e.mjs → es-4f3d094b.mjs} +1 -1
- package/dist/{index-0d6fa367.mjs → index-43281ff3.mjs} +6777 -6600
- package/dist/{pt-br-51af7f2a.mjs → pt-br-8a34ccb7.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +32 -36
- package/package.json +1 -1
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +1 -1
- package/src/components/ChatsContact/ChatsContact.vue +10 -6
- package/src/components/Checkbox/Checkbox.vue +72 -54
- package/src/components/Collapse/__tests__/__snapshots__/Collapse.spec.js.snap +3 -1
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +3 -3
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +5 -14
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/Radio/Radio.vue +25 -7
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/Switch/Switch.vue +47 -33
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/DefaultTag.vue +46 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/stories/Tag.stories.js +24 -43
- package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -193,8 +193,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
193
|
disabled: boolean;
|
|
194
194
|
modelValue: unknown[];
|
|
195
195
|
options: unknown[];
|
|
196
|
-
orderedByIndex: boolean;
|
|
197
196
|
multiple: boolean;
|
|
197
|
+
orderedByIndex: boolean;
|
|
198
198
|
multipleWithoutSelectsMessage: string;
|
|
199
199
|
autocomplete: boolean;
|
|
200
200
|
autocompleteIconLeft: boolean;
|
|
@@ -685,424 +685,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
685
685
|
}>> & Readonly<{}>, {
|
|
686
686
|
withoutSelectsMessage: string;
|
|
687
687
|
}, {}, {
|
|
688
|
-
Tag: import('vue').DefineComponent<import('vue').
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
type: StringConstructor;
|
|
696
|
-
default: null;
|
|
697
|
-
};
|
|
698
|
-
tooltipText: {
|
|
699
|
-
type: StringConstructor;
|
|
700
|
-
default: null;
|
|
701
|
-
};
|
|
702
|
-
clickable: {
|
|
703
|
-
type: BooleanConstructor;
|
|
704
|
-
default: boolean;
|
|
705
|
-
};
|
|
706
|
-
count: {
|
|
707
|
-
type: NumberConstructor;
|
|
708
|
-
default: number;
|
|
709
|
-
};
|
|
710
|
-
disabled: {
|
|
711
|
-
type: BooleanConstructor;
|
|
712
|
-
default: boolean;
|
|
713
|
-
};
|
|
714
|
-
hasCloseIcon: {
|
|
715
|
-
type: BooleanConstructor;
|
|
716
|
-
default: boolean;
|
|
717
|
-
};
|
|
718
|
-
scheme: {
|
|
719
|
-
type: StringConstructor;
|
|
720
|
-
default: string;
|
|
721
|
-
};
|
|
722
|
-
hasBackButton: {
|
|
723
|
-
type: BooleanConstructor;
|
|
724
|
-
default: boolean;
|
|
725
|
-
};
|
|
726
|
-
enableTooltip: {
|
|
727
|
-
type: BooleanConstructor;
|
|
728
|
-
default: boolean;
|
|
729
|
-
};
|
|
730
|
-
leftIcon: {
|
|
731
|
-
type: StringConstructor;
|
|
732
|
-
default: string;
|
|
733
|
-
};
|
|
734
|
-
rightIcon: {
|
|
735
|
-
type: StringConstructor;
|
|
736
|
-
default: string;
|
|
737
|
-
};
|
|
738
|
-
}>, {}, {}, {
|
|
739
|
-
currentComponent(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
740
|
-
text: {
|
|
741
|
-
type: StringConstructor;
|
|
742
|
-
default: null;
|
|
743
|
-
};
|
|
744
|
-
clickable: {
|
|
745
|
-
type: BooleanConstructor;
|
|
746
|
-
default: boolean;
|
|
747
|
-
};
|
|
748
|
-
disabled: {
|
|
749
|
-
type: BooleanConstructor;
|
|
750
|
-
default: boolean;
|
|
751
|
-
};
|
|
752
|
-
hasCloseIcon: {
|
|
753
|
-
type: BooleanConstructor;
|
|
754
|
-
default: boolean;
|
|
755
|
-
};
|
|
756
|
-
scheme: {
|
|
757
|
-
type: StringConstructor;
|
|
758
|
-
default: string;
|
|
759
|
-
};
|
|
760
|
-
leftIcon: {
|
|
761
|
-
type: StringConstructor;
|
|
762
|
-
default: null;
|
|
763
|
-
};
|
|
764
|
-
rightIcon: {
|
|
765
|
-
type: StringConstructor;
|
|
766
|
-
default: null;
|
|
767
|
-
};
|
|
768
|
-
}>, {}, {}, {}, {
|
|
769
|
-
closeClicked(): void;
|
|
770
|
-
emitClose(): void;
|
|
771
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
772
|
-
text: {
|
|
773
|
-
type: StringConstructor;
|
|
774
|
-
default: null;
|
|
775
|
-
};
|
|
776
|
-
clickable: {
|
|
777
|
-
type: BooleanConstructor;
|
|
778
|
-
default: boolean;
|
|
779
|
-
};
|
|
780
|
-
disabled: {
|
|
781
|
-
type: BooleanConstructor;
|
|
782
|
-
default: boolean;
|
|
783
|
-
};
|
|
784
|
-
hasCloseIcon: {
|
|
785
|
-
type: BooleanConstructor;
|
|
786
|
-
default: boolean;
|
|
787
|
-
};
|
|
788
|
-
scheme: {
|
|
789
|
-
type: StringConstructor;
|
|
790
|
-
default: string;
|
|
791
|
-
};
|
|
792
|
-
leftIcon: {
|
|
793
|
-
type: StringConstructor;
|
|
794
|
-
default: null;
|
|
795
|
-
};
|
|
796
|
-
rightIcon: {
|
|
797
|
-
type: StringConstructor;
|
|
798
|
-
default: null;
|
|
799
|
-
};
|
|
800
|
-
}>> & Readonly<{}>, {
|
|
801
|
-
text: string;
|
|
802
|
-
clickable: boolean;
|
|
803
|
-
scheme: string;
|
|
804
|
-
disabled: boolean;
|
|
805
|
-
hasCloseIcon: boolean;
|
|
806
|
-
leftIcon: string;
|
|
807
|
-
rightIcon: string;
|
|
808
|
-
}, {}, {
|
|
809
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
810
|
-
click: (event: Event) => any;
|
|
811
|
-
mousedown: (event: Event) => any;
|
|
812
|
-
mouseup: (event: Event) => any;
|
|
813
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
814
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
815
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
816
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
817
|
-
}>, {
|
|
818
|
-
size: import('../Icon.vue').IconSize;
|
|
819
|
-
filled: boolean;
|
|
820
|
-
icon: string | null;
|
|
821
|
-
clickable: boolean;
|
|
822
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
823
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
824
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
825
|
-
text: {
|
|
826
|
-
type: StringConstructor;
|
|
827
|
-
default: null;
|
|
828
|
-
};
|
|
829
|
-
tooltipText: {
|
|
830
|
-
type: StringConstructor;
|
|
831
|
-
default: null;
|
|
832
|
-
};
|
|
833
|
-
count: {
|
|
834
|
-
type: NumberConstructor;
|
|
835
|
-
default: number;
|
|
836
|
-
};
|
|
837
|
-
clickable: {
|
|
838
|
-
type: BooleanConstructor;
|
|
839
|
-
default: boolean;
|
|
840
|
-
};
|
|
841
|
-
hasBackButton: {
|
|
842
|
-
type: BooleanConstructor;
|
|
843
|
-
default: boolean;
|
|
844
|
-
};
|
|
845
|
-
enableTooltip: {
|
|
846
|
-
type: BooleanConstructor;
|
|
847
|
-
default: boolean;
|
|
848
|
-
};
|
|
849
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
850
|
-
text: {
|
|
851
|
-
type: StringConstructor;
|
|
852
|
-
default: null;
|
|
853
|
-
};
|
|
854
|
-
tooltipText: {
|
|
855
|
-
type: StringConstructor;
|
|
856
|
-
default: null;
|
|
857
|
-
};
|
|
858
|
-
count: {
|
|
859
|
-
type: NumberConstructor;
|
|
860
|
-
default: number;
|
|
861
|
-
};
|
|
862
|
-
clickable: {
|
|
863
|
-
type: BooleanConstructor;
|
|
864
|
-
default: boolean;
|
|
865
|
-
};
|
|
866
|
-
hasBackButton: {
|
|
867
|
-
type: BooleanConstructor;
|
|
868
|
-
default: boolean;
|
|
869
|
-
};
|
|
870
|
-
enableTooltip: {
|
|
871
|
-
type: BooleanConstructor;
|
|
872
|
-
default: boolean;
|
|
873
|
-
};
|
|
874
|
-
}>> & Readonly<{}>, {
|
|
875
|
-
text: string;
|
|
876
|
-
clickable: boolean;
|
|
877
|
-
tooltipText: string;
|
|
878
|
-
count: number;
|
|
879
|
-
hasBackButton: boolean;
|
|
880
|
-
enableTooltip: boolean;
|
|
881
|
-
}, {}, {
|
|
882
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
883
|
-
click: (event: Event) => any;
|
|
884
|
-
mousedown: (event: Event) => any;
|
|
885
|
-
mouseup: (event: Event) => any;
|
|
886
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
887
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
888
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
889
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
890
|
-
}>, {
|
|
891
|
-
size: import('../Icon.vue').IconSize;
|
|
892
|
-
filled: boolean;
|
|
893
|
-
icon: string | null;
|
|
894
|
-
clickable: boolean;
|
|
895
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
896
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
897
|
-
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
898
|
-
text: {
|
|
899
|
-
type: StringConstructor;
|
|
900
|
-
default: string;
|
|
901
|
-
};
|
|
902
|
-
enabled: {
|
|
903
|
-
type: BooleanConstructor;
|
|
904
|
-
default: boolean;
|
|
905
|
-
};
|
|
906
|
-
forceOpen: {
|
|
907
|
-
type: BooleanConstructor;
|
|
908
|
-
default: boolean;
|
|
909
|
-
};
|
|
910
|
-
side: {
|
|
911
|
-
type: StringConstructor;
|
|
912
|
-
default: string;
|
|
913
|
-
validator(value: unknown): boolean;
|
|
914
|
-
};
|
|
915
|
-
maxWidth: {
|
|
916
|
-
type: StringConstructor;
|
|
917
|
-
default: string;
|
|
918
|
-
};
|
|
919
|
-
shortcutText: {
|
|
920
|
-
type: StringConstructor;
|
|
921
|
-
default: null;
|
|
922
|
-
};
|
|
923
|
-
enableHtml: {
|
|
924
|
-
type: BooleanConstructor;
|
|
925
|
-
default: boolean;
|
|
926
|
-
};
|
|
927
|
-
}>, {}, {
|
|
928
|
-
topPos: null;
|
|
929
|
-
leftPos: null;
|
|
930
|
-
}, {}, {
|
|
931
|
-
handleResize(): void;
|
|
932
|
-
getRightPost(element: any): void;
|
|
933
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
934
|
-
text: {
|
|
935
|
-
type: StringConstructor;
|
|
936
|
-
default: string;
|
|
937
|
-
};
|
|
938
|
-
enabled: {
|
|
939
|
-
type: BooleanConstructor;
|
|
940
|
-
default: boolean;
|
|
941
|
-
};
|
|
942
|
-
forceOpen: {
|
|
943
|
-
type: BooleanConstructor;
|
|
944
|
-
default: boolean;
|
|
945
|
-
};
|
|
946
|
-
side: {
|
|
947
|
-
type: StringConstructor;
|
|
948
|
-
default: string;
|
|
949
|
-
validator(value: unknown): boolean;
|
|
950
|
-
};
|
|
951
|
-
maxWidth: {
|
|
952
|
-
type: StringConstructor;
|
|
953
|
-
default: string;
|
|
954
|
-
};
|
|
955
|
-
shortcutText: {
|
|
956
|
-
type: StringConstructor;
|
|
957
|
-
default: null;
|
|
958
|
-
};
|
|
959
|
-
enableHtml: {
|
|
960
|
-
type: BooleanConstructor;
|
|
961
|
-
default: boolean;
|
|
962
|
-
};
|
|
963
|
-
}>> & Readonly<{}>, {
|
|
964
|
-
text: string;
|
|
965
|
-
enabled: boolean;
|
|
966
|
-
forceOpen: boolean;
|
|
967
|
-
side: string;
|
|
968
|
-
maxWidth: string;
|
|
969
|
-
shortcutText: string;
|
|
970
|
-
enableHtml: boolean;
|
|
971
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
972
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
973
|
-
text: {
|
|
974
|
-
type: StringConstructor;
|
|
975
|
-
default: null;
|
|
976
|
-
};
|
|
977
|
-
clickable: {
|
|
978
|
-
type: BooleanConstructor;
|
|
979
|
-
default: boolean;
|
|
980
|
-
};
|
|
981
|
-
disabled: {
|
|
982
|
-
type: BooleanConstructor;
|
|
983
|
-
default: boolean;
|
|
984
|
-
};
|
|
985
|
-
}>, {}, {}, {}, {
|
|
986
|
-
closeClicked(): void;
|
|
987
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
988
|
-
text: {
|
|
989
|
-
type: StringConstructor;
|
|
990
|
-
default: null;
|
|
991
|
-
};
|
|
992
|
-
clickable: {
|
|
993
|
-
type: BooleanConstructor;
|
|
994
|
-
default: boolean;
|
|
995
|
-
};
|
|
996
|
-
disabled: {
|
|
997
|
-
type: BooleanConstructor;
|
|
998
|
-
default: boolean;
|
|
999
|
-
};
|
|
1000
|
-
}>> & Readonly<{}>, {
|
|
1001
|
-
text: string;
|
|
1002
|
-
clickable: boolean;
|
|
1003
|
-
disabled: boolean;
|
|
1004
|
-
}, {}, {
|
|
1005
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1006
|
-
click: (event: Event) => any;
|
|
1007
|
-
mousedown: (event: Event) => any;
|
|
1008
|
-
mouseup: (event: Event) => any;
|
|
1009
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
1010
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
1011
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
1012
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
1013
|
-
}>, {
|
|
1014
|
-
size: import('../Icon.vue').IconSize;
|
|
1015
|
-
filled: boolean;
|
|
1016
|
-
icon: string | null;
|
|
1017
|
-
clickable: boolean;
|
|
1018
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
1019
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1020
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1021
|
-
text: {
|
|
1022
|
-
type: StringConstructor;
|
|
1023
|
-
default: null;
|
|
1024
|
-
};
|
|
1025
|
-
scheme: {
|
|
1026
|
-
type: StringConstructor;
|
|
1027
|
-
default: string;
|
|
1028
|
-
};
|
|
1029
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1030
|
-
text: {
|
|
1031
|
-
type: StringConstructor;
|
|
1032
|
-
default: null;
|
|
1033
|
-
};
|
|
1034
|
-
scheme: {
|
|
1035
|
-
type: StringConstructor;
|
|
1036
|
-
default: string;
|
|
1037
|
-
};
|
|
1038
|
-
}>> & Readonly<{}>, {
|
|
1039
|
-
text: string;
|
|
1040
|
-
scheme: string;
|
|
1041
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1042
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1043
|
-
type: {
|
|
1044
|
-
type: StringConstructor;
|
|
1045
|
-
default: string;
|
|
1046
|
-
validator(value: unknown): boolean;
|
|
1047
|
-
};
|
|
1048
|
-
text: {
|
|
1049
|
-
type: StringConstructor;
|
|
1050
|
-
default: null;
|
|
1051
|
-
};
|
|
1052
|
-
tooltipText: {
|
|
1053
|
-
type: StringConstructor;
|
|
1054
|
-
default: null;
|
|
1055
|
-
};
|
|
1056
|
-
clickable: {
|
|
1057
|
-
type: BooleanConstructor;
|
|
1058
|
-
default: boolean;
|
|
1059
|
-
};
|
|
1060
|
-
count: {
|
|
1061
|
-
type: NumberConstructor;
|
|
1062
|
-
default: number;
|
|
1063
|
-
};
|
|
1064
|
-
disabled: {
|
|
1065
|
-
type: BooleanConstructor;
|
|
1066
|
-
default: boolean;
|
|
1067
|
-
};
|
|
1068
|
-
hasCloseIcon: {
|
|
1069
|
-
type: BooleanConstructor;
|
|
1070
|
-
default: boolean;
|
|
1071
|
-
};
|
|
1072
|
-
scheme: {
|
|
1073
|
-
type: StringConstructor;
|
|
1074
|
-
default: string;
|
|
1075
|
-
};
|
|
1076
|
-
hasBackButton: {
|
|
1077
|
-
type: BooleanConstructor;
|
|
1078
|
-
default: boolean;
|
|
1079
|
-
};
|
|
1080
|
-
enableTooltip: {
|
|
1081
|
-
type: BooleanConstructor;
|
|
1082
|
-
default: boolean;
|
|
1083
|
-
};
|
|
1084
|
-
leftIcon: {
|
|
1085
|
-
type: StringConstructor;
|
|
1086
|
-
default: string;
|
|
1087
|
-
};
|
|
1088
|
-
rightIcon: {
|
|
1089
|
-
type: StringConstructor;
|
|
1090
|
-
default: string;
|
|
1091
|
-
};
|
|
1092
|
-
}>> & Readonly<{}>, {
|
|
688
|
+
Tag: import('vue').DefineComponent<import('../Tag/types').TagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
689
|
+
click: () => any;
|
|
690
|
+
close: () => any;
|
|
691
|
+
}, string, import('vue').PublicProps, Readonly<import('../Tag/types').TagProps> & Readonly<{
|
|
692
|
+
onClick?: (() => any) | undefined;
|
|
693
|
+
onClose?: (() => any) | undefined;
|
|
694
|
+
}>, {
|
|
1093
695
|
text: string;
|
|
1094
|
-
type:
|
|
1095
|
-
|
|
696
|
+
type: import('../Tag/types').TagType;
|
|
697
|
+
size: import('../Tag/types').TagSize;
|
|
1096
698
|
scheme: string;
|
|
1097
699
|
disabled: boolean;
|
|
1098
|
-
hasCloseIcon: boolean;
|
|
1099
700
|
leftIcon: string;
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
count: number;
|
|
1103
|
-
hasBackButton: boolean;
|
|
1104
|
-
enableTooltip: boolean;
|
|
1105
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
701
|
+
hasCloseIcon: boolean;
|
|
702
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1106
703
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1107
704
|
DropdownSkeleton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1108
705
|
type: {
|