@weni/unnnic-system 3.2.1 → 3.2.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.
Files changed (121) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/components/Accordion/Accordion.vue.d.ts +13 -72
  3. package/dist/components/Alert/Alert.vue.d.ts +28 -146
  4. package/dist/components/Alert/Version1dot1.vue.d.ts +14 -73
  5. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +13 -72
  6. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +13 -72
  7. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +39 -216
  8. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +13 -72
  9. package/dist/components/Banner/Banner.vue.d.ts +13 -72
  10. package/dist/components/Banner/InfoBanner.vue.d.ts +13 -72
  11. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -72
  12. package/dist/components/Button/Button.vue.d.ts +21 -180
  13. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  14. package/dist/components/Button/ButtonIcon.vue.d.ts +13 -72
  15. package/dist/components/Button/types.d.ts +16 -0
  16. package/dist/components/Button/types.d.ts.map +1 -0
  17. package/dist/components/Card/AccountCard.vue.d.ts +13 -72
  18. package/dist/components/Card/BlankCard.vue.d.ts +13 -72
  19. package/dist/components/Card/Card.vue.d.ts +107 -579
  20. package/dist/components/Card/CardCompany.vue.d.ts +40 -217
  21. package/dist/components/Card/CardData.vue.d.ts +13 -72
  22. package/dist/components/Card/CardStatusesContainer.vue.d.ts +26 -144
  23. package/dist/components/Card/ContentCard.vue.d.ts +13 -72
  24. package/dist/components/Card/DashCard.vue.d.ts +26 -144
  25. package/dist/components/Card/MarketplaceCard.vue.d.ts +13 -72
  26. package/dist/components/Card/SimpleCard.vue.d.ts +13 -72
  27. package/dist/components/Card/StatusCard.vue.d.ts +13 -72
  28. package/dist/components/Card/TitleCard.vue.d.ts +14 -73
  29. package/dist/components/CardImage/CardImage.vue.d.ts +39 -216
  30. package/dist/components/CardInformation/CardInformation.vue.d.ts +26 -144
  31. package/dist/components/CardProject/CardProject.vue.d.ts +14 -73
  32. package/dist/components/Carousel/Carousel.vue.d.ts +55 -291
  33. package/dist/components/Carousel/TagCarousel.vue.d.ts +53 -289
  34. package/dist/components/ChartBar/ChartBar.vue.d.ts +57 -252
  35. package/dist/components/ChatText/ChatText.vue.d.ts +13 -72
  36. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +79 -433
  37. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
  38. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +112 -291
  39. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts.map +1 -1
  40. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
  41. package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts +42 -3
  42. package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
  43. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
  44. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
  45. package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
  46. package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
  47. package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
  48. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
  49. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  50. package/dist/components/Disclaimer/types.d.ts +7 -0
  51. package/dist/components/Disclaimer/types.d.ts.map +1 -0
  52. package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
  53. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
  54. package/dist/components/Flag.vue.d.ts +13 -72
  55. package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
  56. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  57. package/dist/components/Icon/types.d.ts +13 -0
  58. package/dist/components/Icon/types.d.ts.map +1 -0
  59. package/dist/components/Icon.vue.d.ts +15 -72
  60. package/dist/components/Icon.vue.d.ts.map +1 -1
  61. package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
  62. package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
  63. package/dist/components/Input/BaseInput.vue.d.ts +1 -1
  64. package/dist/components/Input/Input.vue.d.ts +17 -76
  65. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  66. package/dist/components/Input/TextInput.vue.d.ts +16 -75
  67. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
  68. package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
  69. package/dist/components/Modal/Modal.vue.d.ts +13 -72
  70. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
  71. package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
  72. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
  73. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
  74. package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
  75. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
  76. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
  77. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
  78. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
  79. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  80. package/dist/components/SelectTime/index.vue.d.ts +16 -75
  81. package/dist/components/Slider/Slider.vue.d.ts +13 -72
  82. package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
  83. package/dist/components/Switch/Switch.vue.d.ts +15 -74
  84. package/dist/components/Tab/Tab.vue.d.ts +13 -72
  85. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  86. package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
  87. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
  88. package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
  89. package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
  90. package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
  91. package/dist/components/Tag/Tag.vue.d.ts +40 -217
  92. package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
  93. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  94. package/dist/components/Tour/Tour.vue.d.ts +44 -180
  95. package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
  96. package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
  97. package/dist/components/index.d.ts +13873 -7950
  98. package/dist/components/index.d.ts.map +1 -1
  99. package/dist/{es-a01fbef6.mjs → es-cc886436.mjs} +1 -1
  100. package/dist/{index-653c8f92.mjs → index-d36790a8.mjs} +5832 -5834
  101. package/dist/{pt-br-8c017501.mjs → pt-br-5f433748.mjs} +1 -1
  102. package/dist/style.css +1 -1
  103. package/dist/unnnic.mjs +177 -90
  104. package/dist/unnnic.umd.js +40 -40
  105. package/package.json +2 -2
  106. package/src/components/Button/Button.vue +99 -128
  107. package/src/components/Button/types.ts +23 -0
  108. package/src/components/ChatsMessage/ChatsMessage.vue +15 -0
  109. package/src/components/ChatsMessage/ChatsMessageText.vue +58 -4
  110. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  111. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  112. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  113. package/src/components/Disclaimer/types.ts +7 -0
  114. package/src/components/Icon/types.ts +114 -0
  115. package/src/components/Icon.vue +44 -76
  116. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  117. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  118. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  119. package/src/components/__tests__/Icon.spec.js +32 -18
  120. package/src/components/index.ts +93 -0
  121. package/src/stories/ChatsMessage.stories.js +7 -0
@@ -186,8 +186,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
186
186
  onOnChange?: ((...args: any[]) => any) | undefined;
187
187
  "onUpdate:searchValue"?: ((...args: any[]) => any) | undefined;
188
188
  }>, {
189
- type: string;
190
189
  size: string;
190
+ type: string;
191
191
  disabled: boolean;
192
192
  modelValue: unknown[];
193
193
  placeholder: string;
@@ -259,7 +259,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
259
259
  }, {
260
260
  isDisabled(): unknown;
261
261
  iconRightSvg(): string;
262
- iconScheme(): "aux-red-500" | "neutral-cleanest" | "neutral-dark" | "neutral-cloudy";
262
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
263
263
  attributes(): any;
264
264
  }, {
265
265
  focus(): void;
@@ -321,8 +321,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
321
321
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
322
322
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
323
323
  }>, {
324
- type: string;
325
324
  size: string;
325
+ type: string;
326
326
  modelValue: string;
327
327
  nativeType: string;
328
328
  placeholder: string;
@@ -394,8 +394,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
394
394
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
395
395
  }>, {
396
396
  mask: string | unknown[];
397
- type: string;
398
397
  size: string;
398
+ type: string;
399
399
  hasIconLeft: boolean;
400
400
  hasIconRight: boolean;
401
401
  modelValue: string;
@@ -403,82 +403,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
403
403
  }, {}, {}, {
404
404
  mask: any;
405
405
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
406
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
407
- filled: {
408
- type: BooleanConstructor;
409
- };
410
- next: {
411
- type: BooleanConstructor;
412
- };
413
- icon: {
414
- type: StringConstructor;
415
- default: null;
416
- };
417
- clickable: {
418
- type: BooleanConstructor;
419
- default: boolean;
420
- };
421
- size: {
422
- type: StringConstructor;
423
- default: string;
424
- validator(value: unknown): boolean;
425
- };
426
- lineHeight: {
427
- type: StringConstructor;
428
- default: null;
429
- validator(value: unknown): boolean;
430
- };
431
- scheme: {
432
- type: StringConstructor;
433
- default: string;
434
- };
435
- }>, {}, {}, {
436
- svg(): any;
437
- materialSymbolsName(): any;
438
- }, {
439
- onClick($event: any): void;
440
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
441
- filled: {
442
- type: BooleanConstructor;
443
- };
444
- next: {
445
- type: BooleanConstructor;
446
- };
447
- icon: {
448
- type: StringConstructor;
449
- default: null;
450
- };
451
- clickable: {
452
- type: BooleanConstructor;
453
- default: boolean;
454
- };
455
- size: {
456
- type: StringConstructor;
457
- default: string;
458
- validator(value: unknown): boolean;
459
- };
460
- lineHeight: {
461
- type: StringConstructor;
462
- default: null;
463
- validator(value: unknown): boolean;
464
- };
465
- scheme: {
466
- type: StringConstructor;
467
- default: string;
468
- };
469
- }>> & Readonly<{
470
- onClick?: ((...args: any[]) => any) | undefined;
471
- onMousedown?: ((...args: any[]) => any) | undefined;
472
- onMouseup?: ((...args: any[]) => any) | undefined;
406
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
407
+ click: (event: Event) => any;
408
+ mousedown: (event: Event) => any;
409
+ mouseup: (event: Event) => any;
410
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
411
+ onClick?: ((event: Event) => any) | undefined;
412
+ onMousedown?: ((event: Event) => any) | undefined;
413
+ onMouseup?: ((event: Event) => any) | undefined;
473
414
  }>, {
474
415
  filled: boolean;
475
416
  next: boolean;
476
- icon: string;
417
+ icon: string | null;
477
418
  clickable: boolean;
478
- size: string;
479
- lineHeight: string;
480
- scheme: string;
481
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
419
+ size: import('../Icon.vue').IconSize;
420
+ lineHeight: import('../Icon.vue').LineHeight | null;
421
+ scheme: import('../Icon.vue').SchemeColor;
422
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
482
423
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
483
424
  SelectSmartOption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
484
425
  label: {
@@ -629,82 +570,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
629
570
  modelValue: string | boolean;
630
571
  textRight: string;
631
572
  }, {}, {
632
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
633
- filled: {
634
- type: BooleanConstructor;
635
- };
636
- next: {
637
- type: BooleanConstructor;
638
- };
639
- icon: {
640
- type: StringConstructor;
641
- default: null;
642
- };
643
- clickable: {
644
- type: BooleanConstructor;
645
- default: boolean;
646
- };
647
- size: {
648
- type: StringConstructor;
649
- default: string;
650
- validator(value: unknown): boolean;
651
- };
652
- lineHeight: {
653
- type: StringConstructor;
654
- default: null;
655
- validator(value: unknown): boolean;
656
- };
657
- scheme: {
658
- type: StringConstructor;
659
- default: string;
660
- };
661
- }>, {}, {}, {
662
- svg(): any;
663
- materialSymbolsName(): any;
664
- }, {
665
- onClick($event: any): void;
666
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
667
- filled: {
668
- type: BooleanConstructor;
669
- };
670
- next: {
671
- type: BooleanConstructor;
672
- };
673
- icon: {
674
- type: StringConstructor;
675
- default: null;
676
- };
677
- clickable: {
678
- type: BooleanConstructor;
679
- default: boolean;
680
- };
681
- size: {
682
- type: StringConstructor;
683
- default: string;
684
- validator(value: unknown): boolean;
685
- };
686
- lineHeight: {
687
- type: StringConstructor;
688
- default: null;
689
- validator(value: unknown): boolean;
690
- };
691
- scheme: {
692
- type: StringConstructor;
693
- default: string;
694
- };
695
- }>> & Readonly<{
696
- onClick?: ((...args: any[]) => any) | undefined;
697
- onMousedown?: ((...args: any[]) => any) | undefined;
698
- onMouseup?: ((...args: any[]) => any) | undefined;
573
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
574
+ click: (event: Event) => any;
575
+ mousedown: (event: Event) => any;
576
+ mouseup: (event: Event) => any;
577
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
578
+ onClick?: ((event: Event) => any) | undefined;
579
+ onMousedown?: ((event: Event) => any) | undefined;
580
+ onMouseup?: ((event: Event) => any) | undefined;
699
581
  }>, {
700
582
  filled: boolean;
701
583
  next: boolean;
702
- icon: string;
584
+ icon: string | null;
703
585
  clickable: boolean;
704
- size: string;
705
- lineHeight: string;
706
- scheme: string;
707
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
586
+ size: import('../Icon.vue').IconSize;
587
+ lineHeight: import('../Icon.vue').LineHeight | null;
588
+ scheme: import('../Icon.vue').SchemeColor;
589
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
708
590
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
709
591
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
710
592
  SelectSmartMultipleHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -874,82 +756,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
874
756
  leftIcon: string;
875
757
  rightIcon: string;
876
758
  }, {}, {
877
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
878
- filled: {
879
- type: BooleanConstructor;
880
- };
881
- next: {
882
- type: BooleanConstructor;
883
- };
884
- icon: {
885
- type: StringConstructor;
886
- default: null;
887
- };
888
- clickable: {
889
- type: BooleanConstructor;
890
- default: boolean;
891
- };
892
- size: {
893
- type: StringConstructor;
894
- default: string;
895
- validator(value: unknown): boolean;
896
- };
897
- lineHeight: {
898
- type: StringConstructor;
899
- default: null;
900
- validator(value: unknown): boolean;
901
- };
902
- scheme: {
903
- type: StringConstructor;
904
- default: string;
905
- };
906
- }>, {}, {}, {
907
- svg(): any;
908
- materialSymbolsName(): any;
909
- }, {
910
- onClick($event: any): void;
911
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
912
- filled: {
913
- type: BooleanConstructor;
914
- };
915
- next: {
916
- type: BooleanConstructor;
917
- };
918
- icon: {
919
- type: StringConstructor;
920
- default: null;
921
- };
922
- clickable: {
923
- type: BooleanConstructor;
924
- default: boolean;
925
- };
926
- size: {
927
- type: StringConstructor;
928
- default: string;
929
- validator(value: unknown): boolean;
930
- };
931
- lineHeight: {
932
- type: StringConstructor;
933
- default: null;
934
- validator(value: unknown): boolean;
935
- };
936
- scheme: {
937
- type: StringConstructor;
938
- default: string;
939
- };
940
- }>> & Readonly<{
941
- onClick?: ((...args: any[]) => any) | undefined;
942
- onMousedown?: ((...args: any[]) => any) | undefined;
943
- onMouseup?: ((...args: any[]) => any) | undefined;
759
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
760
+ click: (event: Event) => any;
761
+ mousedown: (event: Event) => any;
762
+ mouseup: (event: Event) => any;
763
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
764
+ onClick?: ((event: Event) => any) | undefined;
765
+ onMousedown?: ((event: Event) => any) | undefined;
766
+ onMouseup?: ((event: Event) => any) | undefined;
944
767
  }>, {
945
768
  filled: boolean;
946
769
  next: boolean;
947
- icon: string;
770
+ icon: string | null;
948
771
  clickable: boolean;
949
- size: string;
950
- lineHeight: string;
951
- scheme: string;
952
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
772
+ size: import('../Icon.vue').IconSize;
773
+ lineHeight: import('../Icon.vue').LineHeight | null;
774
+ scheme: import('../Icon.vue').SchemeColor;
775
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
953
776
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
954
777
  text: {
955
778
  type: StringConstructor;
@@ -1008,82 +831,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1008
831
  hasBackButton: boolean;
1009
832
  enableTooltip: boolean;
1010
833
  }, {}, {
1011
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1012
- filled: {
1013
- type: BooleanConstructor;
1014
- };
1015
- next: {
1016
- type: BooleanConstructor;
1017
- };
1018
- icon: {
1019
- type: StringConstructor;
1020
- default: null;
1021
- };
1022
- clickable: {
1023
- type: BooleanConstructor;
1024
- default: boolean;
1025
- };
1026
- size: {
1027
- type: StringConstructor;
1028
- default: string;
1029
- validator(value: unknown): boolean;
1030
- };
1031
- lineHeight: {
1032
- type: StringConstructor;
1033
- default: null;
1034
- validator(value: unknown): boolean;
1035
- };
1036
- scheme: {
1037
- type: StringConstructor;
1038
- default: string;
1039
- };
1040
- }>, {}, {}, {
1041
- svg(): any;
1042
- materialSymbolsName(): any;
1043
- }, {
1044
- onClick($event: any): void;
1045
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1046
- filled: {
1047
- type: BooleanConstructor;
1048
- };
1049
- next: {
1050
- type: BooleanConstructor;
1051
- };
1052
- icon: {
1053
- type: StringConstructor;
1054
- default: null;
1055
- };
1056
- clickable: {
1057
- type: BooleanConstructor;
1058
- default: boolean;
1059
- };
1060
- size: {
1061
- type: StringConstructor;
1062
- default: string;
1063
- validator(value: unknown): boolean;
1064
- };
1065
- lineHeight: {
1066
- type: StringConstructor;
1067
- default: null;
1068
- validator(value: unknown): boolean;
1069
- };
1070
- scheme: {
1071
- type: StringConstructor;
1072
- default: string;
1073
- };
1074
- }>> & Readonly<{
1075
- onClick?: ((...args: any[]) => any) | undefined;
1076
- onMousedown?: ((...args: any[]) => any) | undefined;
1077
- onMouseup?: ((...args: any[]) => any) | undefined;
834
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
835
+ click: (event: Event) => any;
836
+ mousedown: (event: Event) => any;
837
+ mouseup: (event: Event) => any;
838
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
839
+ onClick?: ((event: Event) => any) | undefined;
840
+ onMousedown?: ((event: Event) => any) | undefined;
841
+ onMouseup?: ((event: Event) => any) | undefined;
1078
842
  }>, {
1079
843
  filled: boolean;
1080
844
  next: boolean;
1081
- icon: string;
845
+ icon: string | null;
1082
846
  clickable: boolean;
1083
- size: string;
1084
- lineHeight: string;
1085
- scheme: string;
1086
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
847
+ size: import('../Icon.vue').IconSize;
848
+ lineHeight: import('../Icon.vue').LineHeight | null;
849
+ scheme: import('../Icon.vue').SchemeColor;
850
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1087
851
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1088
852
  text: {
1089
853
  type: StringConstructor;
@@ -1192,82 +956,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1192
956
  clickable: boolean;
1193
957
  disabled: boolean;
1194
958
  }, {}, {
1195
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1196
- filled: {
1197
- type: BooleanConstructor;
1198
- };
1199
- next: {
1200
- type: BooleanConstructor;
1201
- };
1202
- icon: {
1203
- type: StringConstructor;
1204
- default: null;
1205
- };
1206
- clickable: {
1207
- type: BooleanConstructor;
1208
- default: boolean;
1209
- };
1210
- size: {
1211
- type: StringConstructor;
1212
- default: string;
1213
- validator(value: unknown): boolean;
1214
- };
1215
- lineHeight: {
1216
- type: StringConstructor;
1217
- default: null;
1218
- validator(value: unknown): boolean;
1219
- };
1220
- scheme: {
1221
- type: StringConstructor;
1222
- default: string;
1223
- };
1224
- }>, {}, {}, {
1225
- svg(): any;
1226
- materialSymbolsName(): any;
1227
- }, {
1228
- onClick($event: any): void;
1229
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1230
- filled: {
1231
- type: BooleanConstructor;
1232
- };
1233
- next: {
1234
- type: BooleanConstructor;
1235
- };
1236
- icon: {
1237
- type: StringConstructor;
1238
- default: null;
1239
- };
1240
- clickable: {
1241
- type: BooleanConstructor;
1242
- default: boolean;
1243
- };
1244
- size: {
1245
- type: StringConstructor;
1246
- default: string;
1247
- validator(value: unknown): boolean;
1248
- };
1249
- lineHeight: {
1250
- type: StringConstructor;
1251
- default: null;
1252
- validator(value: unknown): boolean;
1253
- };
1254
- scheme: {
1255
- type: StringConstructor;
1256
- default: string;
1257
- };
1258
- }>> & Readonly<{
1259
- onClick?: ((...args: any[]) => any) | undefined;
1260
- onMousedown?: ((...args: any[]) => any) | undefined;
1261
- onMouseup?: ((...args: any[]) => any) | undefined;
959
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
960
+ click: (event: Event) => any;
961
+ mousedown: (event: Event) => any;
962
+ mouseup: (event: Event) => any;
963
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
964
+ onClick?: ((event: Event) => any) | undefined;
965
+ onMousedown?: ((event: Event) => any) | undefined;
966
+ onMouseup?: ((event: Event) => any) | undefined;
1262
967
  }>, {
1263
968
  filled: boolean;
1264
969
  next: boolean;
1265
- icon: string;
970
+ icon: string | null;
1266
971
  clickable: boolean;
1267
- size: string;
1268
- lineHeight: string;
1269
- scheme: string;
1270
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
972
+ size: import('../Icon.vue').IconSize;
973
+ lineHeight: import('../Icon.vue').LineHeight | null;
974
+ scheme: import('../Icon.vue').SchemeColor;
975
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1271
976
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1272
977
  text: {
1273
978
  type: StringConstructor;
@@ -1342,9 +1047,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1342
1047
  };
1343
1048
  }>> & Readonly<{}>, {
1344
1049
  text: string;
1345
- type: string;
1346
1050
  clickable: boolean;
1347
1051
  scheme: string;
1052
+ type: string;
1348
1053
  disabled: boolean;
1349
1054
  hasCloseIcon: boolean;
1350
1055
  leftIcon: string;
@@ -1432,82 +1137,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1432
1137
  size: string;
1433
1138
  scheme: string;
1434
1139
  }, {}, {
1435
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1436
- filled: {
1437
- type: BooleanConstructor;
1438
- };
1439
- next: {
1440
- type: BooleanConstructor;
1441
- };
1442
- icon: {
1443
- type: StringConstructor;
1444
- default: null;
1445
- };
1446
- clickable: {
1447
- type: BooleanConstructor;
1448
- default: boolean;
1449
- };
1450
- size: {
1451
- type: StringConstructor;
1452
- default: string;
1453
- validator(value: unknown): boolean;
1454
- };
1455
- lineHeight: {
1456
- type: StringConstructor;
1457
- default: null;
1458
- validator(value: unknown): boolean;
1459
- };
1460
- scheme: {
1461
- type: StringConstructor;
1462
- default: string;
1463
- };
1464
- }>, {}, {}, {
1465
- svg(): any;
1466
- materialSymbolsName(): any;
1467
- }, {
1468
- onClick($event: any): void;
1469
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1470
- filled: {
1471
- type: BooleanConstructor;
1472
- };
1473
- next: {
1474
- type: BooleanConstructor;
1475
- };
1476
- icon: {
1477
- type: StringConstructor;
1478
- default: null;
1479
- };
1480
- clickable: {
1481
- type: BooleanConstructor;
1482
- default: boolean;
1483
- };
1484
- size: {
1485
- type: StringConstructor;
1486
- default: string;
1487
- validator(value: unknown): boolean;
1488
- };
1489
- lineHeight: {
1490
- type: StringConstructor;
1491
- default: null;
1492
- validator(value: unknown): boolean;
1493
- };
1494
- scheme: {
1495
- type: StringConstructor;
1496
- default: string;
1497
- };
1498
- }>> & Readonly<{
1499
- onClick?: ((...args: any[]) => any) | undefined;
1500
- onMousedown?: ((...args: any[]) => any) | undefined;
1501
- onMouseup?: ((...args: any[]) => any) | undefined;
1140
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1141
+ click: (event: Event) => any;
1142
+ mousedown: (event: Event) => any;
1143
+ mouseup: (event: Event) => any;
1144
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
1145
+ onClick?: ((event: Event) => any) | undefined;
1146
+ onMousedown?: ((event: Event) => any) | undefined;
1147
+ onMouseup?: ((event: Event) => any) | undefined;
1502
1148
  }>, {
1503
1149
  filled: boolean;
1504
1150
  next: boolean;
1505
- icon: string;
1151
+ icon: string | null;
1506
1152
  clickable: boolean;
1507
- size: string;
1508
- lineHeight: string;
1509
- scheme: string;
1510
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1153
+ size: import('../Icon.vue').IconSize;
1154
+ lineHeight: import('../Icon.vue').LineHeight | null;
1155
+ scheme: import('../Icon.vue').SchemeColor;
1156
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1511
1157
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1512
1158
  }, {
1513
1159
  onClickOutside: any;