@weni/unnnic-system 3.2.2 → 3.2.4

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 (116) hide show
  1. package/CHANGELOG.md +32 -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 +88 -433
  37. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
  38. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +52 -288
  39. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
  40. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
  41. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
  42. package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
  43. package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
  44. package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
  45. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
  46. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  47. package/dist/components/Disclaimer/types.d.ts +7 -0
  48. package/dist/components/Disclaimer/types.d.ts.map +1 -0
  49. package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
  50. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
  51. package/dist/components/Flag.vue.d.ts +13 -72
  52. package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
  53. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  54. package/dist/components/Icon/types.d.ts +13 -0
  55. package/dist/components/Icon/types.d.ts.map +1 -0
  56. package/dist/components/Icon.vue.d.ts +15 -72
  57. package/dist/components/Icon.vue.d.ts.map +1 -1
  58. package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
  59. package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
  60. package/dist/components/Input/BaseInput.vue.d.ts +1 -1
  61. package/dist/components/Input/Input.vue.d.ts +17 -76
  62. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  63. package/dist/components/Input/TextInput.vue.d.ts +16 -75
  64. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
  65. package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
  66. package/dist/components/Modal/Modal.vue.d.ts +13 -72
  67. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
  68. package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
  69. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
  70. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
  71. package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
  72. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
  73. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
  74. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
  75. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
  76. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  77. package/dist/components/SelectTime/index.vue.d.ts +16 -75
  78. package/dist/components/Slider/Slider.vue.d.ts +13 -72
  79. package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
  80. package/dist/components/Switch/Switch.vue.d.ts +15 -74
  81. package/dist/components/Tab/Tab.vue.d.ts +13 -72
  82. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  83. package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
  84. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
  85. package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
  86. package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
  87. package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
  88. package/dist/components/Tag/Tag.vue.d.ts +40 -217
  89. package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
  90. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  91. package/dist/components/Tour/Tour.vue.d.ts +44 -180
  92. package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
  93. package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
  94. package/dist/components/index.d.ts +13853 -7969
  95. package/dist/components/index.d.ts.map +1 -1
  96. package/dist/{es-b22a2af8.mjs → es-d628da75.mjs} +1 -1
  97. package/dist/{index-3e3537cb.mjs → index-9a407ee0.mjs} +5871 -5907
  98. package/dist/{pt-br-7a4de77d.mjs → pt-br-d5be1f83.mjs} +1 -1
  99. package/dist/style.css +1 -1
  100. package/dist/unnnic.mjs +177 -90
  101. package/dist/unnnic.umd.js +40 -40
  102. package/package.json +1 -1
  103. package/src/components/Button/Button.vue +99 -128
  104. package/src/components/Button/types.ts +23 -0
  105. package/src/components/ChatsContact/ChatsContact.vue +5 -1
  106. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  107. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  108. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  109. package/src/components/Disclaimer/types.ts +7 -0
  110. package/src/components/Icon/types.ts +114 -0
  111. package/src/components/Icon.vue +44 -76
  112. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  113. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  114. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  115. package/src/components/__tests__/Icon.spec.js +32 -18
  116. package/src/components/index.ts +93 -0
@@ -28,6 +28,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
28
28
  type: NumberConstructor;
29
29
  default: number;
30
30
  };
31
+ forceShowUnreadMessages: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
31
35
  selected: {
32
36
  type: BooleanConstructor;
33
37
  default: boolean;
@@ -161,6 +165,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
161
165
  type: NumberConstructor;
162
166
  default: number;
163
167
  };
168
+ forceShowUnreadMessages: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
164
172
  selected: {
165
173
  type: BooleanConstructor;
166
174
  default: boolean;
@@ -206,6 +214,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
206
214
  userPhoto: string;
207
215
  waitingTime: number;
208
216
  unreadMessages: number;
217
+ forceShowUnreadMessages: boolean;
209
218
  checkboxWhenSelect: boolean;
210
219
  discussionGoal: string;
211
220
  projectName: string;
@@ -276,159 +285,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
276
285
  active: boolean;
277
286
  photoUrl: string;
278
287
  }, {}, {
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;
288
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
289
+ click: (event: Event) => any;
290
+ mousedown: (event: Event) => any;
291
+ mouseup: (event: Event) => any;
292
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
293
+ onClick?: ((event: Event) => any) | undefined;
294
+ onMousedown?: ((event: Event) => any) | undefined;
295
+ onMouseup?: ((event: Event) => any) | undefined;
346
296
  }>, {
347
297
  filled: boolean;
348
298
  next: boolean;
349
- icon: string;
299
+ icon: string | null;
350
300
  clickable: boolean;
351
- size: string;
352
- lineHeight: string;
353
- scheme: string;
354
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
301
+ size: import('../Icon.vue').IconSize;
302
+ lineHeight: import('../Icon.vue').LineHeight | null;
303
+ scheme: import('../Icon.vue').SchemeColor;
304
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
355
305
  }, {}, 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;
306
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
307
+ click: (event: Event) => any;
308
+ mousedown: (event: Event) => any;
309
+ mouseup: (event: Event) => any;
310
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
311
+ onClick?: ((event: Event) => any) | undefined;
312
+ onMousedown?: ((event: Event) => any) | undefined;
313
+ onMouseup?: ((event: Event) => any) | undefined;
423
314
  }>, {
424
315
  filled: boolean;
425
316
  next: boolean;
426
- icon: string;
317
+ icon: string | null;
427
318
  clickable: boolean;
428
- size: string;
429
- lineHeight: string;
430
- scheme: string;
431
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
319
+ size: import('../Icon.vue').IconSize;
320
+ lineHeight: import('../Icon.vue').LineHeight | null;
321
+ scheme: import('../Icon.vue').SchemeColor;
322
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
432
323
  TransitionRipple: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
433
324
  color: {
434
325
  type: StringConstructor;
@@ -502,82 +393,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
502
393
  modelValue: string | boolean;
503
394
  textRight: string;
504
395
  }, {}, {
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;
396
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
397
+ click: (event: Event) => any;
398
+ mousedown: (event: Event) => any;
399
+ mouseup: (event: Event) => any;
400
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
401
+ onClick?: ((event: Event) => any) | undefined;
402
+ onMousedown?: ((event: Event) => any) | undefined;
403
+ onMouseup?: ((event: Event) => any) | undefined;
572
404
  }>, {
573
405
  filled: boolean;
574
406
  next: boolean;
575
- icon: string;
407
+ icon: string | null;
576
408
  clickable: boolean;
577
- size: string;
578
- lineHeight: string;
579
- scheme: string;
580
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
409
+ size: import('../Icon.vue').IconSize;
410
+ lineHeight: import('../Icon.vue').LineHeight | null;
411
+ scheme: import('../Icon.vue').SchemeColor;
412
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
581
413
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
582
414
  UnnnicTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
583
415
  type: {
@@ -700,82 +532,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
700
532
  leftIcon: string;
701
533
  rightIcon: string;
702
534
  }, {}, {
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;
535
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
536
+ click: (event: Event) => any;
537
+ mousedown: (event: Event) => any;
538
+ mouseup: (event: Event) => any;
539
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
540
+ onClick?: ((event: Event) => any) | undefined;
541
+ onMousedown?: ((event: Event) => any) | undefined;
542
+ onMouseup?: ((event: Event) => any) | undefined;
770
543
  }>, {
771
544
  filled: boolean;
772
545
  next: boolean;
773
- icon: string;
546
+ icon: string | null;
774
547
  clickable: boolean;
775
- size: string;
776
- lineHeight: string;
777
- scheme: string;
778
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
548
+ size: import('../Icon.vue').IconSize;
549
+ lineHeight: import('../Icon.vue').LineHeight | null;
550
+ scheme: import('../Icon.vue').SchemeColor;
551
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
779
552
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
780
553
  text: {
781
554
  type: StringConstructor;
@@ -834,82 +607,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
834
607
  hasBackButton: boolean;
835
608
  enableTooltip: boolean;
836
609
  }, {}, {
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;
610
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
611
+ click: (event: Event) => any;
612
+ mousedown: (event: Event) => any;
613
+ mouseup: (event: Event) => any;
614
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
615
+ onClick?: ((event: Event) => any) | undefined;
616
+ onMousedown?: ((event: Event) => any) | undefined;
617
+ onMouseup?: ((event: Event) => any) | undefined;
904
618
  }>, {
905
619
  filled: boolean;
906
620
  next: boolean;
907
- icon: string;
621
+ icon: string | null;
908
622
  clickable: boolean;
909
- size: string;
910
- lineHeight: string;
911
- scheme: string;
912
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
623
+ size: import('../Icon.vue').IconSize;
624
+ lineHeight: import('../Icon.vue').LineHeight | null;
625
+ scheme: import('../Icon.vue').SchemeColor;
626
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
913
627
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
914
628
  text: {
915
629
  type: StringConstructor;
@@ -1018,82 +732,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1018
732
  clickable: boolean;
1019
733
  disabled: boolean;
1020
734
  }, {}, {
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;
735
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
736
+ click: (event: Event) => any;
737
+ mousedown: (event: Event) => any;
738
+ mouseup: (event: Event) => any;
739
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
740
+ onClick?: ((event: Event) => any) | undefined;
741
+ onMousedown?: ((event: Event) => any) | undefined;
742
+ onMouseup?: ((event: Event) => any) | undefined;
1088
743
  }>, {
1089
744
  filled: boolean;
1090
745
  next: boolean;
1091
- icon: string;
746
+ icon: string | null;
1092
747
  clickable: boolean;
1093
- size: string;
1094
- lineHeight: string;
1095
- scheme: string;
1096
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
748
+ size: import('../Icon.vue').IconSize;
749
+ lineHeight: import('../Icon.vue').LineHeight | null;
750
+ scheme: import('../Icon.vue').SchemeColor;
751
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1097
752
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1098
753
  text: {
1099
754
  type: StringConstructor;
@@ -1168,9 +823,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1168
823
  };
1169
824
  }>> & Readonly<{}>, {
1170
825
  text: string;
1171
- type: string;
1172
826
  clickable: boolean;
1173
827
  scheme: string;
828
+ type: string;
1174
829
  disabled: boolean;
1175
830
  hasCloseIcon: boolean;
1176
831
  leftIcon: string;