@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
@@ -58,82 +58,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
58
58
  showCloseButton: boolean;
59
59
  actionPrimaryButtonType: string;
60
60
  }, {}, {
61
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
62
- filled: {
63
- type: BooleanConstructor;
64
- };
65
- next: {
66
- type: BooleanConstructor;
67
- };
68
- icon: {
69
- type: StringConstructor;
70
- default: null;
71
- };
72
- clickable: {
73
- type: BooleanConstructor;
74
- default: boolean;
75
- };
76
- size: {
77
- type: StringConstructor;
78
- default: string;
79
- validator(value: unknown): boolean;
80
- };
81
- lineHeight: {
82
- type: StringConstructor;
83
- default: null;
84
- validator(value: unknown): boolean;
85
- };
86
- scheme: {
87
- type: StringConstructor;
88
- default: string;
89
- };
90
- }>, {}, {}, {
91
- svg(): any;
92
- materialSymbolsName(): any;
93
- }, {
94
- onClick($event: any): void;
95
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
96
- filled: {
97
- type: BooleanConstructor;
98
- };
99
- next: {
100
- type: BooleanConstructor;
101
- };
102
- icon: {
103
- type: StringConstructor;
104
- default: null;
105
- };
106
- clickable: {
107
- type: BooleanConstructor;
108
- default: boolean;
109
- };
110
- size: {
111
- type: StringConstructor;
112
- default: string;
113
- validator(value: unknown): boolean;
114
- };
115
- lineHeight: {
116
- type: StringConstructor;
117
- default: null;
118
- validator(value: unknown): boolean;
119
- };
120
- scheme: {
121
- type: StringConstructor;
122
- default: string;
123
- };
124
- }>> & Readonly<{
125
- onClick?: ((...args: any[]) => any) | undefined;
126
- onMousedown?: ((...args: any[]) => any) | undefined;
127
- onMouseup?: ((...args: any[]) => any) | undefined;
61
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
+ click: (event: Event) => any;
63
+ mousedown: (event: Event) => any;
64
+ mouseup: (event: Event) => any;
65
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
66
+ onClick?: ((event: Event) => any) | undefined;
67
+ onMousedown?: ((event: Event) => any) | undefined;
68
+ onMouseup?: ((event: Event) => any) | undefined;
128
69
  }>, {
129
70
  filled: boolean;
130
71
  next: boolean;
131
- icon: string;
72
+ icon: string | null;
132
73
  clickable: boolean;
133
- size: string;
134
- lineHeight: string;
135
- scheme: string;
136
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
74
+ size: import('../Icon.vue').IconSize;
75
+ lineHeight: import('../Icon.vue').LineHeight | null;
76
+ scheme: import('../Icon.vue').SchemeColor;
77
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
137
78
  UnnnicInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
138
79
  placeholder: {
139
80
  type: StringConstructor;
@@ -261,8 +202,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
261
202
  }>, {
262
203
  label: string;
263
204
  mask: string | unknown[];
264
- type: string;
265
205
  size: string;
206
+ type: string;
266
207
  message: string;
267
208
  modelValue: string;
268
209
  nativeType: string;
@@ -330,7 +271,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
330
271
  }, {
331
272
  isDisabled(): unknown;
332
273
  iconRightSvg(): string;
333
- iconScheme(): "aux-red-500" | "neutral-cleanest" | "neutral-dark" | "neutral-cloudy";
274
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
334
275
  attributes(): any;
335
276
  }, {
336
277
  focus(): void;
@@ -392,8 +333,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
392
333
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
393
334
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
394
335
  }>, {
395
- type: string;
396
336
  size: string;
337
+ type: string;
397
338
  modelValue: string;
398
339
  nativeType: string;
399
340
  placeholder: string;
@@ -465,8 +406,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
465
406
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
466
407
  }>, {
467
408
  mask: string | unknown[];
468
- type: string;
469
409
  size: string;
410
+ type: string;
470
411
  hasIconLeft: boolean;
471
412
  hasIconRight: boolean;
472
413
  modelValue: string;
@@ -474,188 +415,66 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
474
415
  }, {}, {}, {
475
416
  mask: any;
476
417
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
477
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
478
- filled: {
479
- type: BooleanConstructor;
480
- };
481
- next: {
482
- type: BooleanConstructor;
483
- };
484
- icon: {
485
- type: StringConstructor;
486
- default: null;
487
- };
488
- clickable: {
489
- type: BooleanConstructor;
490
- default: boolean;
491
- };
492
- size: {
493
- type: StringConstructor;
494
- default: string;
495
- validator(value: unknown): boolean;
496
- };
497
- lineHeight: {
498
- type: StringConstructor;
499
- default: null;
500
- validator(value: unknown): boolean;
501
- };
502
- scheme: {
503
- type: StringConstructor;
504
- default: string;
505
- };
506
- }>, {}, {}, {
507
- svg(): any;
508
- materialSymbolsName(): any;
509
- }, {
510
- onClick($event: any): void;
511
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
512
- filled: {
513
- type: BooleanConstructor;
514
- };
515
- next: {
516
- type: BooleanConstructor;
517
- };
518
- icon: {
519
- type: StringConstructor;
520
- default: null;
521
- };
522
- clickable: {
523
- type: BooleanConstructor;
524
- default: boolean;
525
- };
526
- size: {
527
- type: StringConstructor;
528
- default: string;
529
- validator(value: unknown): boolean;
530
- };
531
- lineHeight: {
532
- type: StringConstructor;
533
- default: null;
534
- validator(value: unknown): boolean;
535
- };
536
- scheme: {
537
- type: StringConstructor;
538
- default: string;
539
- };
540
- }>> & Readonly<{
541
- onClick?: ((...args: any[]) => any) | undefined;
542
- onMousedown?: ((...args: any[]) => any) | undefined;
543
- onMouseup?: ((...args: any[]) => any) | undefined;
418
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
419
+ click: (event: Event) => any;
420
+ mousedown: (event: Event) => any;
421
+ mouseup: (event: Event) => any;
422
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
423
+ onClick?: ((event: Event) => any) | undefined;
424
+ onMousedown?: ((event: Event) => any) | undefined;
425
+ onMouseup?: ((event: Event) => any) | undefined;
544
426
  }>, {
545
427
  filled: boolean;
546
428
  next: boolean;
547
- icon: string;
429
+ icon: string | null;
548
430
  clickable: boolean;
549
- size: string;
550
- lineHeight: string;
551
- scheme: string;
552
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
431
+ size: import('../Icon.vue').IconSize;
432
+ lineHeight: import('../Icon.vue').LineHeight | null;
433
+ scheme: import('../Icon.vue').SchemeColor;
434
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
553
435
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
554
436
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
555
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
556
- size: {
557
- type: StringConstructor;
558
- default: string;
559
- };
560
- text: {
561
- type: StringConstructor;
562
- default: string;
563
- };
564
- type: {
565
- type: StringConstructor;
566
- default: string;
567
- };
568
- float: {
569
- type: BooleanConstructor;
570
- default: boolean;
571
- };
572
- iconLeft: {
573
- type: StringConstructor;
574
- default: string;
575
- };
576
- iconRight: {
577
- type: StringConstructor;
578
- default: string;
579
- };
580
- iconCenter: {
581
- type: StringConstructor;
582
- default: string;
583
- };
584
- iconsFilled: {
585
- type: BooleanConstructor;
586
- default: boolean;
587
- };
588
- next: {
589
- type: BooleanConstructor;
590
- default: boolean;
591
- };
592
- disabled: {
593
- type: BooleanConstructor;
594
- default: boolean;
595
- };
596
- loading: {
597
- type: BooleanConstructor;
598
- default: boolean;
599
- };
600
- }>, {}, {}, {
601
- buttonDisabled(): boolean;
602
- iconSize(): "md" | "sm";
603
- hasText(): boolean | "";
604
- iconScheme(): any;
605
- isSizePropValid(): boolean;
606
- isTypePropValid(): boolean;
607
- }, {
608
- validateProps(): void;
609
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
610
- size: {
611
- type: StringConstructor;
612
- default: string;
613
- };
614
- text: {
615
- type: StringConstructor;
616
- default: string;
617
- };
618
- type: {
619
- type: StringConstructor;
620
- default: string;
621
- };
622
- float: {
623
- type: BooleanConstructor;
624
- default: boolean;
625
- };
626
- iconLeft: {
627
- type: StringConstructor;
628
- default: string;
629
- };
630
- iconRight: {
631
- type: StringConstructor;
632
- default: string;
633
- };
634
- iconCenter: {
635
- type: StringConstructor;
636
- default: string;
637
- };
638
- iconsFilled: {
639
- type: BooleanConstructor;
640
- default: boolean;
641
- };
642
- next: {
643
- type: BooleanConstructor;
644
- default: boolean;
645
- };
646
- disabled: {
647
- type: BooleanConstructor;
648
- default: boolean;
649
- };
650
- loading: {
651
- type: BooleanConstructor;
652
- default: boolean;
653
- };
654
- }>> & Readonly<{}>, {
437
+ UnnnicButton: {
438
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
439
+ text: string;
440
+ next: boolean;
441
+ size: import('../Button/types').ButtonSize;
442
+ type: import('../Button/types').ButtonType;
443
+ disabled: boolean;
444
+ iconLeft: string;
445
+ iconRight: string;
446
+ float: boolean;
447
+ iconCenter: string;
448
+ iconsFilled: boolean;
449
+ loading: boolean;
450
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
451
+ P: {};
452
+ B: {};
453
+ D: {};
454
+ C: {};
455
+ M: {};
456
+ Defaults: {};
457
+ }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
458
+ text: string;
459
+ next: boolean;
460
+ size: import('../Button/types').ButtonSize;
461
+ type: import('../Button/types').ButtonType;
462
+ disabled: boolean;
463
+ iconLeft: string;
464
+ iconRight: string;
465
+ float: boolean;
466
+ iconCenter: string;
467
+ iconsFilled: boolean;
468
+ loading: boolean;
469
+ }>;
470
+ __isFragment?: never;
471
+ __isTeleport?: never;
472
+ __isSuspense?: never;
473
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
655
474
  text: string;
656
- type: string;
657
475
  next: boolean;
658
- size: string;
476
+ size: import('../Button/types').ButtonSize;
477
+ type: import('../Button/types').ButtonType;
659
478
  disabled: boolean;
660
479
  iconLeft: string;
661
480
  iconRight: string;
@@ -663,84 +482,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
663
482
  iconCenter: string;
664
483
  iconsFilled: boolean;
665
484
  loading: boolean;
666
- }, {}, {
667
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
668
- filled: {
669
- type: BooleanConstructor;
670
- };
671
- next: {
672
- type: BooleanConstructor;
673
- };
674
- icon: {
675
- type: StringConstructor;
676
- default: null;
677
- };
678
- clickable: {
679
- type: BooleanConstructor;
680
- default: boolean;
681
- };
682
- size: {
683
- type: StringConstructor;
684
- default: string;
685
- validator(value: unknown): boolean;
686
- };
687
- lineHeight: {
688
- type: StringConstructor;
689
- default: null;
690
- validator(value: unknown): boolean;
691
- };
692
- scheme: {
693
- type: StringConstructor;
694
- default: string;
695
- };
696
- }>, {}, {}, {
697
- svg(): any;
698
- materialSymbolsName(): any;
699
- }, {
700
- onClick($event: any): void;
701
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
702
- filled: {
703
- type: BooleanConstructor;
704
- };
705
- next: {
706
- type: BooleanConstructor;
707
- };
708
- icon: {
709
- type: StringConstructor;
710
- default: null;
711
- };
712
- clickable: {
713
- type: BooleanConstructor;
714
- default: boolean;
715
- };
716
- size: {
717
- type: StringConstructor;
718
- default: string;
719
- validator(value: unknown): boolean;
720
- };
721
- lineHeight: {
722
- type: StringConstructor;
723
- default: null;
724
- validator(value: unknown): boolean;
725
- };
726
- scheme: {
727
- type: StringConstructor;
728
- default: string;
729
- };
730
- }>> & Readonly<{
731
- onClick?: ((...args: any[]) => any) | undefined;
732
- onMousedown?: ((...args: any[]) => any) | undefined;
733
- onMouseup?: ((...args: any[]) => any) | undefined;
734
- }>, {
735
- filled: boolean;
736
- next: boolean;
737
- icon: string;
738
- clickable: boolean;
739
- size: string;
740
- lineHeight: string;
741
- scheme: string;
742
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
743
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
485
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
486
+ $slots: {
487
+ default?(_: {}): any;
488
+ };
489
+ });
744
490
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
745
491
  export default _default;
746
492
  //# sourceMappingURL=ModalNext.vue.d.ts.map