@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
@@ -276,159 +276,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
276
276
  active: boolean;
277
277
  photoUrl: string;
278
278
  }, {}, {
279
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
280
- filled: {
281
- type: BooleanConstructor;
282
- };
283
- next: {
284
- type: BooleanConstructor;
285
- };
286
- icon: {
287
- type: StringConstructor;
288
- default: null;
289
- };
290
- clickable: {
291
- type: BooleanConstructor;
292
- default: boolean;
293
- };
294
- size: {
295
- type: StringConstructor;
296
- default: string;
297
- validator(value: unknown): boolean;
298
- };
299
- lineHeight: {
300
- type: StringConstructor;
301
- default: null;
302
- validator(value: unknown): boolean;
303
- };
304
- scheme: {
305
- type: StringConstructor;
306
- default: string;
307
- };
308
- }>, {}, {}, {
309
- svg(): any;
310
- materialSymbolsName(): any;
311
- }, {
312
- onClick($event: any): void;
313
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
314
- filled: {
315
- type: BooleanConstructor;
316
- };
317
- next: {
318
- type: BooleanConstructor;
319
- };
320
- icon: {
321
- type: StringConstructor;
322
- default: null;
323
- };
324
- clickable: {
325
- type: BooleanConstructor;
326
- default: boolean;
327
- };
328
- size: {
329
- type: StringConstructor;
330
- default: string;
331
- validator(value: unknown): boolean;
332
- };
333
- lineHeight: {
334
- type: StringConstructor;
335
- default: null;
336
- validator(value: unknown): boolean;
337
- };
338
- scheme: {
339
- type: StringConstructor;
340
- default: string;
341
- };
342
- }>> & Readonly<{
343
- onClick?: ((...args: any[]) => any) | undefined;
344
- onMousedown?: ((...args: any[]) => any) | undefined;
345
- onMouseup?: ((...args: any[]) => any) | undefined;
279
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
280
+ click: (event: Event) => any;
281
+ mousedown: (event: Event) => any;
282
+ mouseup: (event: Event) => any;
283
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
284
+ onClick?: ((event: Event) => any) | undefined;
285
+ onMousedown?: ((event: Event) => any) | undefined;
286
+ onMouseup?: ((event: Event) => any) | undefined;
346
287
  }>, {
347
288
  filled: boolean;
348
289
  next: boolean;
349
- icon: string;
290
+ icon: string | null;
350
291
  clickable: boolean;
351
- size: string;
352
- lineHeight: string;
353
- scheme: string;
354
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
292
+ size: import('../Icon.vue').IconSize;
293
+ lineHeight: import('../Icon.vue').LineHeight | null;
294
+ scheme: import('../Icon.vue').SchemeColor;
295
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
355
296
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
356
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
357
- filled: {
358
- type: BooleanConstructor;
359
- };
360
- next: {
361
- type: BooleanConstructor;
362
- };
363
- icon: {
364
- type: StringConstructor;
365
- default: null;
366
- };
367
- clickable: {
368
- type: BooleanConstructor;
369
- default: boolean;
370
- };
371
- size: {
372
- type: StringConstructor;
373
- default: string;
374
- validator(value: unknown): boolean;
375
- };
376
- lineHeight: {
377
- type: StringConstructor;
378
- default: null;
379
- validator(value: unknown): boolean;
380
- };
381
- scheme: {
382
- type: StringConstructor;
383
- default: string;
384
- };
385
- }>, {}, {}, {
386
- svg(): any;
387
- materialSymbolsName(): any;
388
- }, {
389
- onClick($event: any): void;
390
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
391
- filled: {
392
- type: BooleanConstructor;
393
- };
394
- next: {
395
- type: BooleanConstructor;
396
- };
397
- icon: {
398
- type: StringConstructor;
399
- default: null;
400
- };
401
- clickable: {
402
- type: BooleanConstructor;
403
- default: boolean;
404
- };
405
- size: {
406
- type: StringConstructor;
407
- default: string;
408
- validator(value: unknown): boolean;
409
- };
410
- lineHeight: {
411
- type: StringConstructor;
412
- default: null;
413
- validator(value: unknown): boolean;
414
- };
415
- scheme: {
416
- type: StringConstructor;
417
- default: string;
418
- };
419
- }>> & Readonly<{
420
- onClick?: ((...args: any[]) => any) | undefined;
421
- onMousedown?: ((...args: any[]) => any) | undefined;
422
- onMouseup?: ((...args: any[]) => any) | undefined;
297
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
298
+ click: (event: Event) => any;
299
+ mousedown: (event: Event) => any;
300
+ mouseup: (event: Event) => any;
301
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
302
+ onClick?: ((event: Event) => any) | undefined;
303
+ onMousedown?: ((event: Event) => any) | undefined;
304
+ onMouseup?: ((event: Event) => any) | undefined;
423
305
  }>, {
424
306
  filled: boolean;
425
307
  next: boolean;
426
- icon: string;
308
+ icon: string | null;
427
309
  clickable: boolean;
428
- size: string;
429
- lineHeight: string;
430
- scheme: string;
431
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
310
+ size: import('../Icon.vue').IconSize;
311
+ lineHeight: import('../Icon.vue').LineHeight | null;
312
+ scheme: import('../Icon.vue').SchemeColor;
313
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
432
314
  TransitionRipple: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
433
315
  color: {
434
316
  type: StringConstructor;
@@ -502,82 +384,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
502
384
  modelValue: string | boolean;
503
385
  textRight: string;
504
386
  }, {}, {
505
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
506
- filled: {
507
- type: BooleanConstructor;
508
- };
509
- next: {
510
- type: BooleanConstructor;
511
- };
512
- icon: {
513
- type: StringConstructor;
514
- default: null;
515
- };
516
- clickable: {
517
- type: BooleanConstructor;
518
- default: boolean;
519
- };
520
- size: {
521
- type: StringConstructor;
522
- default: string;
523
- validator(value: unknown): boolean;
524
- };
525
- lineHeight: {
526
- type: StringConstructor;
527
- default: null;
528
- validator(value: unknown): boolean;
529
- };
530
- scheme: {
531
- type: StringConstructor;
532
- default: string;
533
- };
534
- }>, {}, {}, {
535
- svg(): any;
536
- materialSymbolsName(): any;
537
- }, {
538
- onClick($event: any): void;
539
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
540
- filled: {
541
- type: BooleanConstructor;
542
- };
543
- next: {
544
- type: BooleanConstructor;
545
- };
546
- icon: {
547
- type: StringConstructor;
548
- default: null;
549
- };
550
- clickable: {
551
- type: BooleanConstructor;
552
- default: boolean;
553
- };
554
- size: {
555
- type: StringConstructor;
556
- default: string;
557
- validator(value: unknown): boolean;
558
- };
559
- lineHeight: {
560
- type: StringConstructor;
561
- default: null;
562
- validator(value: unknown): boolean;
563
- };
564
- scheme: {
565
- type: StringConstructor;
566
- default: string;
567
- };
568
- }>> & Readonly<{
569
- onClick?: ((...args: any[]) => any) | undefined;
570
- onMousedown?: ((...args: any[]) => any) | undefined;
571
- onMouseup?: ((...args: any[]) => any) | undefined;
387
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
388
+ click: (event: Event) => any;
389
+ mousedown: (event: Event) => any;
390
+ mouseup: (event: Event) => any;
391
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
392
+ onClick?: ((event: Event) => any) | undefined;
393
+ onMousedown?: ((event: Event) => any) | undefined;
394
+ onMouseup?: ((event: Event) => any) | undefined;
572
395
  }>, {
573
396
  filled: boolean;
574
397
  next: boolean;
575
- icon: string;
398
+ icon: string | null;
576
399
  clickable: boolean;
577
- size: string;
578
- lineHeight: string;
579
- scheme: string;
580
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
400
+ size: import('../Icon.vue').IconSize;
401
+ lineHeight: import('../Icon.vue').LineHeight | null;
402
+ scheme: import('../Icon.vue').SchemeColor;
403
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
581
404
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
582
405
  UnnnicTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
583
406
  type: {
@@ -700,82 +523,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
700
523
  leftIcon: string;
701
524
  rightIcon: string;
702
525
  }, {}, {
703
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
704
- filled: {
705
- type: BooleanConstructor;
706
- };
707
- next: {
708
- type: BooleanConstructor;
709
- };
710
- icon: {
711
- type: StringConstructor;
712
- default: null;
713
- };
714
- clickable: {
715
- type: BooleanConstructor;
716
- default: boolean;
717
- };
718
- size: {
719
- type: StringConstructor;
720
- default: string;
721
- validator(value: unknown): boolean;
722
- };
723
- lineHeight: {
724
- type: StringConstructor;
725
- default: null;
726
- validator(value: unknown): boolean;
727
- };
728
- scheme: {
729
- type: StringConstructor;
730
- default: string;
731
- };
732
- }>, {}, {}, {
733
- svg(): any;
734
- materialSymbolsName(): any;
735
- }, {
736
- onClick($event: any): void;
737
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
738
- filled: {
739
- type: BooleanConstructor;
740
- };
741
- next: {
742
- type: BooleanConstructor;
743
- };
744
- icon: {
745
- type: StringConstructor;
746
- default: null;
747
- };
748
- clickable: {
749
- type: BooleanConstructor;
750
- default: boolean;
751
- };
752
- size: {
753
- type: StringConstructor;
754
- default: string;
755
- validator(value: unknown): boolean;
756
- };
757
- lineHeight: {
758
- type: StringConstructor;
759
- default: null;
760
- validator(value: unknown): boolean;
761
- };
762
- scheme: {
763
- type: StringConstructor;
764
- default: string;
765
- };
766
- }>> & Readonly<{
767
- onClick?: ((...args: any[]) => any) | undefined;
768
- onMousedown?: ((...args: any[]) => any) | undefined;
769
- onMouseup?: ((...args: any[]) => any) | undefined;
526
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
527
+ click: (event: Event) => any;
528
+ mousedown: (event: Event) => any;
529
+ mouseup: (event: Event) => any;
530
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
531
+ onClick?: ((event: Event) => any) | undefined;
532
+ onMousedown?: ((event: Event) => any) | undefined;
533
+ onMouseup?: ((event: Event) => any) | undefined;
770
534
  }>, {
771
535
  filled: boolean;
772
536
  next: boolean;
773
- icon: string;
537
+ icon: string | null;
774
538
  clickable: boolean;
775
- size: string;
776
- lineHeight: string;
777
- scheme: string;
778
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
539
+ size: import('../Icon.vue').IconSize;
540
+ lineHeight: import('../Icon.vue').LineHeight | null;
541
+ scheme: import('../Icon.vue').SchemeColor;
542
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
779
543
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
780
544
  text: {
781
545
  type: StringConstructor;
@@ -834,82 +598,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
834
598
  hasBackButton: boolean;
835
599
  enableTooltip: boolean;
836
600
  }, {}, {
837
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
838
- filled: {
839
- type: BooleanConstructor;
840
- };
841
- next: {
842
- type: BooleanConstructor;
843
- };
844
- icon: {
845
- type: StringConstructor;
846
- default: null;
847
- };
848
- clickable: {
849
- type: BooleanConstructor;
850
- default: boolean;
851
- };
852
- size: {
853
- type: StringConstructor;
854
- default: string;
855
- validator(value: unknown): boolean;
856
- };
857
- lineHeight: {
858
- type: StringConstructor;
859
- default: null;
860
- validator(value: unknown): boolean;
861
- };
862
- scheme: {
863
- type: StringConstructor;
864
- default: string;
865
- };
866
- }>, {}, {}, {
867
- svg(): any;
868
- materialSymbolsName(): any;
869
- }, {
870
- onClick($event: any): void;
871
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
872
- filled: {
873
- type: BooleanConstructor;
874
- };
875
- next: {
876
- type: BooleanConstructor;
877
- };
878
- icon: {
879
- type: StringConstructor;
880
- default: null;
881
- };
882
- clickable: {
883
- type: BooleanConstructor;
884
- default: boolean;
885
- };
886
- size: {
887
- type: StringConstructor;
888
- default: string;
889
- validator(value: unknown): boolean;
890
- };
891
- lineHeight: {
892
- type: StringConstructor;
893
- default: null;
894
- validator(value: unknown): boolean;
895
- };
896
- scheme: {
897
- type: StringConstructor;
898
- default: string;
899
- };
900
- }>> & Readonly<{
901
- onClick?: ((...args: any[]) => any) | undefined;
902
- onMousedown?: ((...args: any[]) => any) | undefined;
903
- onMouseup?: ((...args: any[]) => any) | undefined;
601
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
602
+ click: (event: Event) => any;
603
+ mousedown: (event: Event) => any;
604
+ mouseup: (event: Event) => any;
605
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
606
+ onClick?: ((event: Event) => any) | undefined;
607
+ onMousedown?: ((event: Event) => any) | undefined;
608
+ onMouseup?: ((event: Event) => any) | undefined;
904
609
  }>, {
905
610
  filled: boolean;
906
611
  next: boolean;
907
- icon: string;
612
+ icon: string | null;
908
613
  clickable: boolean;
909
- size: string;
910
- lineHeight: string;
911
- scheme: string;
912
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
614
+ size: import('../Icon.vue').IconSize;
615
+ lineHeight: import('../Icon.vue').LineHeight | null;
616
+ scheme: import('../Icon.vue').SchemeColor;
617
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
913
618
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
914
619
  text: {
915
620
  type: StringConstructor;
@@ -1018,82 +723,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1018
723
  clickable: boolean;
1019
724
  disabled: boolean;
1020
725
  }, {}, {
1021
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1022
- filled: {
1023
- type: BooleanConstructor;
1024
- };
1025
- next: {
1026
- type: BooleanConstructor;
1027
- };
1028
- icon: {
1029
- type: StringConstructor;
1030
- default: null;
1031
- };
1032
- clickable: {
1033
- type: BooleanConstructor;
1034
- default: boolean;
1035
- };
1036
- size: {
1037
- type: StringConstructor;
1038
- default: string;
1039
- validator(value: unknown): boolean;
1040
- };
1041
- lineHeight: {
1042
- type: StringConstructor;
1043
- default: null;
1044
- validator(value: unknown): boolean;
1045
- };
1046
- scheme: {
1047
- type: StringConstructor;
1048
- default: string;
1049
- };
1050
- }>, {}, {}, {
1051
- svg(): any;
1052
- materialSymbolsName(): any;
1053
- }, {
1054
- onClick($event: any): void;
1055
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1056
- filled: {
1057
- type: BooleanConstructor;
1058
- };
1059
- next: {
1060
- type: BooleanConstructor;
1061
- };
1062
- icon: {
1063
- type: StringConstructor;
1064
- default: null;
1065
- };
1066
- clickable: {
1067
- type: BooleanConstructor;
1068
- default: boolean;
1069
- };
1070
- size: {
1071
- type: StringConstructor;
1072
- default: string;
1073
- validator(value: unknown): boolean;
1074
- };
1075
- lineHeight: {
1076
- type: StringConstructor;
1077
- default: null;
1078
- validator(value: unknown): boolean;
1079
- };
1080
- scheme: {
1081
- type: StringConstructor;
1082
- default: string;
1083
- };
1084
- }>> & Readonly<{
1085
- onClick?: ((...args: any[]) => any) | undefined;
1086
- onMousedown?: ((...args: any[]) => any) | undefined;
1087
- onMouseup?: ((...args: any[]) => any) | undefined;
726
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
727
+ click: (event: Event) => any;
728
+ mousedown: (event: Event) => any;
729
+ mouseup: (event: Event) => any;
730
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
731
+ onClick?: ((event: Event) => any) | undefined;
732
+ onMousedown?: ((event: Event) => any) | undefined;
733
+ onMouseup?: ((event: Event) => any) | undefined;
1088
734
  }>, {
1089
735
  filled: boolean;
1090
736
  next: boolean;
1091
- icon: string;
737
+ icon: string | null;
1092
738
  clickable: boolean;
1093
- size: string;
1094
- lineHeight: string;
1095
- scheme: string;
1096
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
739
+ size: import('../Icon.vue').IconSize;
740
+ lineHeight: import('../Icon.vue').LineHeight | null;
741
+ scheme: import('../Icon.vue').SchemeColor;
742
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1097
743
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1098
744
  text: {
1099
745
  type: StringConstructor;
@@ -1168,9 +814,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1168
814
  };
1169
815
  }>> & Readonly<{}>, {
1170
816
  text: string;
1171
- type: string;
1172
817
  clickable: boolean;
1173
818
  scheme: string;
819
+ type: string;
1174
820
  disabled: boolean;
1175
821
  hasCloseIcon: boolean;
1176
822
  leftIcon: string;
@@ -19,82 +19,23 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
19
19
  i18n(...args: any[]): any;
20
20
  };
21
21
  }, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
22
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
23
- filled: {
24
- type: BooleanConstructor;
25
- };
26
- next: {
27
- type: BooleanConstructor;
28
- };
29
- icon: {
30
- type: StringConstructor;
31
- default: null;
32
- };
33
- clickable: {
34
- type: BooleanConstructor;
35
- default: boolean;
36
- };
37
- size: {
38
- type: StringConstructor;
39
- default: string;
40
- validator(value: unknown): boolean;
41
- };
42
- lineHeight: {
43
- type: StringConstructor;
44
- default: null;
45
- validator(value: unknown): boolean;
46
- };
47
- scheme: {
48
- type: StringConstructor;
49
- default: string;
50
- };
51
- }>, {}, {}, {
52
- svg(): any;
53
- materialSymbolsName(): any;
54
- }, {
55
- onClick($event: any): void;
56
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
57
- filled: {
58
- type: BooleanConstructor;
59
- };
60
- next: {
61
- type: BooleanConstructor;
62
- };
63
- icon: {
64
- type: StringConstructor;
65
- default: null;
66
- };
67
- clickable: {
68
- type: BooleanConstructor;
69
- default: boolean;
70
- };
71
- size: {
72
- type: StringConstructor;
73
- default: string;
74
- validator(value: unknown): boolean;
75
- };
76
- lineHeight: {
77
- type: StringConstructor;
78
- default: null;
79
- validator(value: unknown): boolean;
80
- };
81
- scheme: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- }>> & Readonly<{
86
- onClick?: ((...args: any[]) => any) | undefined;
87
- onMousedown?: ((...args: any[]) => any) | undefined;
88
- onMouseup?: ((...args: any[]) => any) | undefined;
22
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ click: (event: Event) => any;
24
+ mousedown: (event: Event) => any;
25
+ mouseup: (event: Event) => any;
26
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
27
+ onClick?: ((event: Event) => any) | undefined;
28
+ onMousedown?: ((event: Event) => any) | undefined;
29
+ onMouseup?: ((event: Event) => any) | undefined;
89
30
  }>, {
90
31
  filled: boolean;
91
32
  next: boolean;
92
- icon: string;
33
+ icon: string | null;
93
34
  clickable: boolean;
94
- size: string;
95
- lineHeight: string;
96
- scheme: string;
97
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
35
+ size: import('../Icon.vue').IconSize;
36
+ lineHeight: import('../Icon.vue').LineHeight | null;
37
+ scheme: import('../Icon.vue').SchemeColor;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
98
39
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
99
40
  export default _default;
100
41
  //# sourceMappingURL=ChatsDashboardTagLive.vue.d.ts.map