@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
@@ -144,82 +144,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
144
144
  percent: number;
145
145
  invertedPercentage: boolean;
146
146
  }, {}, {
147
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
148
- filled: {
149
- type: BooleanConstructor;
150
- };
151
- next: {
152
- type: BooleanConstructor;
153
- };
154
- icon: {
155
- type: StringConstructor;
156
- default: null;
157
- };
158
- clickable: {
159
- type: BooleanConstructor;
160
- default: boolean;
161
- };
162
- size: {
163
- type: StringConstructor;
164
- default: string;
165
- validator(value: unknown): boolean;
166
- };
167
- lineHeight: {
168
- type: StringConstructor;
169
- default: null;
170
- validator(value: unknown): boolean;
171
- };
172
- scheme: {
173
- type: StringConstructor;
174
- default: string;
175
- };
176
- }>, {}, {}, {
177
- svg(): any;
178
- materialSymbolsName(): any;
179
- }, {
180
- onClick($event: any): void;
181
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
182
- filled: {
183
- type: BooleanConstructor;
184
- };
185
- next: {
186
- type: BooleanConstructor;
187
- };
188
- icon: {
189
- type: StringConstructor;
190
- default: null;
191
- };
192
- clickable: {
193
- type: BooleanConstructor;
194
- default: boolean;
195
- };
196
- size: {
197
- type: StringConstructor;
198
- default: string;
199
- validator(value: unknown): boolean;
200
- };
201
- lineHeight: {
202
- type: StringConstructor;
203
- default: null;
204
- validator(value: unknown): boolean;
205
- };
206
- scheme: {
207
- type: StringConstructor;
208
- default: string;
209
- };
210
- }>> & Readonly<{
211
- onClick?: ((...args: any[]) => any) | undefined;
212
- onMousedown?: ((...args: any[]) => any) | undefined;
213
- onMouseup?: ((...args: any[]) => any) | undefined;
147
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
148
+ click: (event: Event) => any;
149
+ mousedown: (event: Event) => any;
150
+ mouseup: (event: Event) => any;
151
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
152
+ onClick?: ((event: Event) => any) | undefined;
153
+ onMousedown?: ((event: Event) => any) | undefined;
154
+ onMouseup?: ((event: Event) => any) | undefined;
214
155
  }>, {
215
156
  filled: boolean;
216
157
  next: boolean;
217
- icon: string;
158
+ icon: string | null;
218
159
  clickable: boolean;
219
- size: string;
220
- lineHeight: string;
221
- scheme: string;
222
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
160
+ size: import('../Icon.vue').IconSize;
161
+ lineHeight: import('../Icon.vue').LineHeight | null;
162
+ scheme: import('../Icon.vue').SchemeColor;
163
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
223
164
  UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
224
165
  enabled: {
225
166
  type: BooleanConstructor;
@@ -282,82 +223,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
282
223
  enabled: boolean;
283
224
  opacity: boolean;
284
225
  }, {}, {
285
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
286
- filled: {
287
- type: BooleanConstructor;
288
- };
289
- next: {
290
- type: BooleanConstructor;
291
- };
292
- icon: {
293
- type: StringConstructor;
294
- default: null;
295
- };
296
- clickable: {
297
- type: BooleanConstructor;
298
- default: boolean;
299
- };
300
- size: {
301
- type: StringConstructor;
302
- default: string;
303
- validator(value: unknown): boolean;
304
- };
305
- lineHeight: {
306
- type: StringConstructor;
307
- default: null;
308
- validator(value: unknown): boolean;
309
- };
310
- scheme: {
311
- type: StringConstructor;
312
- default: string;
313
- };
314
- }>, {}, {}, {
315
- svg(): any;
316
- materialSymbolsName(): any;
317
- }, {
318
- onClick($event: any): void;
319
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
320
- filled: {
321
- type: BooleanConstructor;
322
- };
323
- next: {
324
- type: BooleanConstructor;
325
- };
326
- icon: {
327
- type: StringConstructor;
328
- default: null;
329
- };
330
- clickable: {
331
- type: BooleanConstructor;
332
- default: boolean;
333
- };
334
- size: {
335
- type: StringConstructor;
336
- default: string;
337
- validator(value: unknown): boolean;
338
- };
339
- lineHeight: {
340
- type: StringConstructor;
341
- default: null;
342
- validator(value: unknown): boolean;
343
- };
344
- scheme: {
345
- type: StringConstructor;
346
- default: string;
347
- };
348
- }>> & Readonly<{
349
- onClick?: ((...args: any[]) => any) | undefined;
350
- onMousedown?: ((...args: any[]) => any) | undefined;
351
- onMouseup?: ((...args: any[]) => any) | undefined;
226
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
227
+ click: (event: Event) => any;
228
+ mousedown: (event: Event) => any;
229
+ mouseup: (event: Event) => any;
230
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
231
+ onClick?: ((event: Event) => any) | undefined;
232
+ onMousedown?: ((event: Event) => any) | undefined;
233
+ onMouseup?: ((event: Event) => any) | undefined;
352
234
  }>, {
353
235
  filled: boolean;
354
236
  next: boolean;
355
- icon: string;
237
+ icon: string | null;
356
238
  clickable: boolean;
357
- size: string;
358
- lineHeight: string;
359
- scheme: string;
360
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
239
+ size: import('../Icon.vue').IconSize;
240
+ lineHeight: import('../Icon.vue').LineHeight | null;
241
+ scheme: import('../Icon.vue').SchemeColor;
242
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
361
243
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
362
244
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
363
245
  title: {
@@ -419,9 +301,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
419
301
  };
420
302
  }>> & Readonly<{}>, {
421
303
  title: string;
304
+ info: string;
422
305
  icon: string;
423
306
  scheme: string;
424
- info: string;
425
307
  enabled: boolean;
426
308
  infoPosition: string;
427
309
  hasInformationIcon: boolean;
@@ -501,82 +383,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
501
383
  shortcutText: string;
502
384
  enableHtml: boolean;
503
385
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
504
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
505
- filled: {
506
- type: BooleanConstructor;
507
- };
508
- next: {
509
- type: BooleanConstructor;
510
- };
511
- icon: {
512
- type: StringConstructor;
513
- default: null;
514
- };
515
- clickable: {
516
- type: BooleanConstructor;
517
- default: boolean;
518
- };
519
- size: {
520
- type: StringConstructor;
521
- default: string;
522
- validator(value: unknown): boolean;
523
- };
524
- lineHeight: {
525
- type: StringConstructor;
526
- default: null;
527
- validator(value: unknown): boolean;
528
- };
529
- scheme: {
530
- type: StringConstructor;
531
- default: string;
532
- };
533
- }>, {}, {}, {
534
- svg(): any;
535
- materialSymbolsName(): any;
536
- }, {
537
- onClick($event: any): void;
538
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
539
- filled: {
540
- type: BooleanConstructor;
541
- };
542
- next: {
543
- type: BooleanConstructor;
544
- };
545
- icon: {
546
- type: StringConstructor;
547
- default: null;
548
- };
549
- clickable: {
550
- type: BooleanConstructor;
551
- default: boolean;
552
- };
553
- size: {
554
- type: StringConstructor;
555
- default: string;
556
- validator(value: unknown): boolean;
557
- };
558
- lineHeight: {
559
- type: StringConstructor;
560
- default: null;
561
- validator(value: unknown): boolean;
562
- };
563
- scheme: {
564
- type: StringConstructor;
565
- default: string;
566
- };
567
- }>> & Readonly<{
568
- onClick?: ((...args: any[]) => any) | undefined;
569
- onMousedown?: ((...args: any[]) => any) | undefined;
570
- onMouseup?: ((...args: any[]) => any) | undefined;
386
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
387
+ click: (event: Event) => any;
388
+ mousedown: (event: Event) => any;
389
+ mouseup: (event: Event) => any;
390
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
391
+ onClick?: ((event: Event) => any) | undefined;
392
+ onMousedown?: ((event: Event) => any) | undefined;
393
+ onMouseup?: ((event: Event) => any) | undefined;
571
394
  }>, {
572
395
  filled: boolean;
573
396
  next: boolean;
574
- icon: string;
397
+ icon: string | null;
575
398
  clickable: boolean;
576
- size: string;
577
- lineHeight: string;
578
- scheme: string;
579
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
399
+ size: import('../Icon.vue').IconSize;
400
+ lineHeight: import('../Icon.vue').LineHeight | null;
401
+ scheme: import('../Icon.vue').SchemeColor;
402
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
580
403
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
581
404
  title: {
582
405
  type: StringConstructor;
@@ -626,82 +449,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
626
449
  description: string;
627
450
  status: string;
628
451
  }, {}, {
629
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
630
- filled: {
631
- type: BooleanConstructor;
632
- };
633
- next: {
634
- type: BooleanConstructor;
635
- };
636
- icon: {
637
- type: StringConstructor;
638
- default: null;
639
- };
640
- clickable: {
641
- type: BooleanConstructor;
642
- default: boolean;
643
- };
644
- size: {
645
- type: StringConstructor;
646
- default: string;
647
- validator(value: unknown): boolean;
648
- };
649
- lineHeight: {
650
- type: StringConstructor;
651
- default: null;
652
- validator(value: unknown): boolean;
653
- };
654
- scheme: {
655
- type: StringConstructor;
656
- default: string;
657
- };
658
- }>, {}, {}, {
659
- svg(): any;
660
- materialSymbolsName(): any;
661
- }, {
662
- onClick($event: any): void;
663
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
664
- filled: {
665
- type: BooleanConstructor;
666
- };
667
- next: {
668
- type: BooleanConstructor;
669
- };
670
- icon: {
671
- type: StringConstructor;
672
- default: null;
673
- };
674
- clickable: {
675
- type: BooleanConstructor;
676
- default: boolean;
677
- };
678
- size: {
679
- type: StringConstructor;
680
- default: string;
681
- validator(value: unknown): boolean;
682
- };
683
- lineHeight: {
684
- type: StringConstructor;
685
- default: null;
686
- validator(value: unknown): boolean;
687
- };
688
- scheme: {
689
- type: StringConstructor;
690
- default: string;
691
- };
692
- }>> & Readonly<{
693
- onClick?: ((...args: any[]) => any) | undefined;
694
- onMousedown?: ((...args: any[]) => any) | undefined;
695
- onMouseup?: ((...args: any[]) => any) | undefined;
452
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
453
+ click: (event: Event) => any;
454
+ mousedown: (event: Event) => any;
455
+ mouseup: (event: Event) => any;
456
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
457
+ onClick?: ((event: Event) => any) | undefined;
458
+ onMousedown?: ((event: Event) => any) | undefined;
459
+ onMouseup?: ((event: Event) => any) | undefined;
696
460
  }>, {
697
461
  filled: boolean;
698
462
  next: boolean;
699
- icon: string;
463
+ icon: string | null;
700
464
  clickable: boolean;
701
- size: string;
702
- lineHeight: string;
703
- scheme: string;
704
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
465
+ size: import('../Icon.vue').IconSize;
466
+ lineHeight: import('../Icon.vue').LineHeight | null;
467
+ scheme: import('../Icon.vue').SchemeColor;
468
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
705
469
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
706
470
  title: {
707
471
  type: StringConstructor;
@@ -813,82 +577,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
813
577
  enabled: boolean;
814
578
  opacity: boolean;
815
579
  }, {}, {
816
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
817
- filled: {
818
- type: BooleanConstructor;
819
- };
820
- next: {
821
- type: BooleanConstructor;
822
- };
823
- icon: {
824
- type: StringConstructor;
825
- default: null;
826
- };
827
- clickable: {
828
- type: BooleanConstructor;
829
- default: boolean;
830
- };
831
- size: {
832
- type: StringConstructor;
833
- default: string;
834
- validator(value: unknown): boolean;
835
- };
836
- lineHeight: {
837
- type: StringConstructor;
838
- default: null;
839
- validator(value: unknown): boolean;
840
- };
841
- scheme: {
842
- type: StringConstructor;
843
- default: string;
844
- };
845
- }>, {}, {}, {
846
- svg(): any;
847
- materialSymbolsName(): any;
848
- }, {
849
- onClick($event: any): void;
850
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
851
- filled: {
852
- type: BooleanConstructor;
853
- };
854
- next: {
855
- type: BooleanConstructor;
856
- };
857
- icon: {
858
- type: StringConstructor;
859
- default: null;
860
- };
861
- clickable: {
862
- type: BooleanConstructor;
863
- default: boolean;
864
- };
865
- size: {
866
- type: StringConstructor;
867
- default: string;
868
- validator(value: unknown): boolean;
869
- };
870
- lineHeight: {
871
- type: StringConstructor;
872
- default: null;
873
- validator(value: unknown): boolean;
874
- };
875
- scheme: {
876
- type: StringConstructor;
877
- default: string;
878
- };
879
- }>> & Readonly<{
880
- onClick?: ((...args: any[]) => any) | undefined;
881
- onMousedown?: ((...args: any[]) => any) | undefined;
882
- onMouseup?: ((...args: any[]) => any) | undefined;
580
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
581
+ click: (event: Event) => any;
582
+ mousedown: (event: Event) => any;
583
+ mouseup: (event: Event) => any;
584
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
585
+ onClick?: ((event: Event) => any) | undefined;
586
+ onMousedown?: ((event: Event) => any) | undefined;
587
+ onMouseup?: ((event: Event) => any) | undefined;
883
588
  }>, {
884
589
  filled: boolean;
885
590
  next: boolean;
886
- icon: string;
591
+ icon: string | null;
887
592
  clickable: boolean;
888
- size: string;
889
- lineHeight: string;
890
- scheme: string;
891
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
593
+ size: import('../Icon.vue').IconSize;
594
+ lineHeight: import('../Icon.vue').LineHeight | null;
595
+ scheme: import('../Icon.vue').SchemeColor;
596
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
892
597
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
893
598
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
894
599
  title: {
@@ -951,82 +656,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
951
656
  icon: string;
952
657
  clickable: boolean;
953
658
  }, {}, {
954
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
955
- filled: {
956
- type: BooleanConstructor;
957
- };
958
- next: {
959
- type: BooleanConstructor;
960
- };
961
- icon: {
962
- type: StringConstructor;
963
- default: null;
964
- };
965
- clickable: {
966
- type: BooleanConstructor;
967
- default: boolean;
968
- };
969
- size: {
970
- type: StringConstructor;
971
- default: string;
972
- validator(value: unknown): boolean;
973
- };
974
- lineHeight: {
975
- type: StringConstructor;
976
- default: null;
977
- validator(value: unknown): boolean;
978
- };
979
- scheme: {
980
- type: StringConstructor;
981
- default: string;
982
- };
983
- }>, {}, {}, {
984
- svg(): any;
985
- materialSymbolsName(): any;
986
- }, {
987
- onClick($event: any): void;
988
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
989
- filled: {
990
- type: BooleanConstructor;
991
- };
992
- next: {
993
- type: BooleanConstructor;
994
- };
995
- icon: {
996
- type: StringConstructor;
997
- default: null;
998
- };
999
- clickable: {
1000
- type: BooleanConstructor;
1001
- default: boolean;
1002
- };
1003
- size: {
1004
- type: StringConstructor;
1005
- default: string;
1006
- validator(value: unknown): boolean;
1007
- };
1008
- lineHeight: {
1009
- type: StringConstructor;
1010
- default: null;
1011
- validator(value: unknown): boolean;
1012
- };
1013
- scheme: {
1014
- type: StringConstructor;
1015
- default: string;
1016
- };
1017
- }>> & Readonly<{
1018
- onClick?: ((...args: any[]) => any) | undefined;
1019
- onMousedown?: ((...args: any[]) => any) | undefined;
1020
- onMouseup?: ((...args: any[]) => any) | undefined;
659
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
660
+ click: (event: Event) => any;
661
+ mousedown: (event: Event) => any;
662
+ mouseup: (event: Event) => any;
663
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
664
+ onClick?: ((event: Event) => any) | undefined;
665
+ onMousedown?: ((event: Event) => any) | undefined;
666
+ onMouseup?: ((event: Event) => any) | undefined;
1021
667
  }>, {
1022
668
  filled: boolean;
1023
669
  next: boolean;
1024
- icon: string;
670
+ icon: string | null;
1025
671
  clickable: boolean;
1026
- size: string;
1027
- lineHeight: string;
1028
- scheme: string;
1029
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
672
+ size: import('../Icon.vue').IconSize;
673
+ lineHeight: import('../Icon.vue').LineHeight | null;
674
+ scheme: import('../Icon.vue').SchemeColor;
675
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1030
676
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1031
677
  title: {
1032
678
  type: StringConstructor;
@@ -1076,82 +722,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1076
722
  description: string;
1077
723
  enabled: boolean;
1078
724
  }, {}, {
1079
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1080
- filled: {
1081
- type: BooleanConstructor;
1082
- };
1083
- next: {
1084
- type: BooleanConstructor;
1085
- };
1086
- icon: {
1087
- type: StringConstructor;
1088
- default: null;
1089
- };
1090
- clickable: {
1091
- type: BooleanConstructor;
1092
- default: boolean;
1093
- };
1094
- size: {
1095
- type: StringConstructor;
1096
- default: string;
1097
- validator(value: unknown): boolean;
1098
- };
1099
- lineHeight: {
1100
- type: StringConstructor;
1101
- default: null;
1102
- validator(value: unknown): boolean;
1103
- };
1104
- scheme: {
1105
- type: StringConstructor;
1106
- default: string;
1107
- };
1108
- }>, {}, {}, {
1109
- svg(): any;
1110
- materialSymbolsName(): any;
1111
- }, {
1112
- onClick($event: any): void;
1113
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1114
- filled: {
1115
- type: BooleanConstructor;
1116
- };
1117
- next: {
1118
- type: BooleanConstructor;
1119
- };
1120
- icon: {
1121
- type: StringConstructor;
1122
- default: null;
1123
- };
1124
- clickable: {
1125
- type: BooleanConstructor;
1126
- default: boolean;
1127
- };
1128
- size: {
1129
- type: StringConstructor;
1130
- default: string;
1131
- validator(value: unknown): boolean;
1132
- };
1133
- lineHeight: {
1134
- type: StringConstructor;
1135
- default: null;
1136
- validator(value: unknown): boolean;
1137
- };
1138
- scheme: {
1139
- type: StringConstructor;
1140
- default: string;
1141
- };
1142
- }>> & Readonly<{
1143
- onClick?: ((...args: any[]) => any) | undefined;
1144
- onMousedown?: ((...args: any[]) => any) | undefined;
1145
- onMouseup?: ((...args: any[]) => any) | undefined;
725
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
726
+ click: (event: Event) => any;
727
+ mousedown: (event: Event) => any;
728
+ mouseup: (event: Event) => any;
729
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
730
+ onClick?: ((event: Event) => any) | undefined;
731
+ onMousedown?: ((event: Event) => any) | undefined;
732
+ onMouseup?: ((event: Event) => any) | undefined;
1146
733
  }>, {
1147
734
  filled: boolean;
1148
735
  next: boolean;
1149
- icon: string;
736
+ icon: string | null;
1150
737
  clickable: boolean;
1151
- size: string;
1152
- lineHeight: string;
1153
- scheme: string;
1154
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
738
+ size: import('../Icon.vue').IconSize;
739
+ lineHeight: import('../Icon.vue').LineHeight | null;
740
+ scheme: import('../Icon.vue').SchemeColor;
741
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1155
742
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1156
743
  title: {
1157
744
  type: StringConstructor;
@@ -1221,82 +808,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1221
808
  rating: number;
1222
809
  typeAction: string;
1223
810
  }, {}, {
1224
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1225
- filled: {
1226
- type: BooleanConstructor;
1227
- };
1228
- next: {
1229
- type: BooleanConstructor;
1230
- };
1231
- icon: {
1232
- type: StringConstructor;
1233
- default: null;
1234
- };
1235
- clickable: {
1236
- type: BooleanConstructor;
1237
- default: boolean;
1238
- };
1239
- size: {
1240
- type: StringConstructor;
1241
- default: string;
1242
- validator(value: unknown): boolean;
1243
- };
1244
- lineHeight: {
1245
- type: StringConstructor;
1246
- default: null;
1247
- validator(value: unknown): boolean;
1248
- };
1249
- scheme: {
1250
- type: StringConstructor;
1251
- default: string;
1252
- };
1253
- }>, {}, {}, {
1254
- svg(): any;
1255
- materialSymbolsName(): any;
1256
- }, {
1257
- onClick($event: any): void;
1258
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1259
- filled: {
1260
- type: BooleanConstructor;
1261
- };
1262
- next: {
1263
- type: BooleanConstructor;
1264
- };
1265
- icon: {
1266
- type: StringConstructor;
1267
- default: null;
1268
- };
1269
- clickable: {
1270
- type: BooleanConstructor;
1271
- default: boolean;
1272
- };
1273
- size: {
1274
- type: StringConstructor;
1275
- default: string;
1276
- validator(value: unknown): boolean;
1277
- };
1278
- lineHeight: {
1279
- type: StringConstructor;
1280
- default: null;
1281
- validator(value: unknown): boolean;
1282
- };
1283
- scheme: {
1284
- type: StringConstructor;
1285
- default: string;
1286
- };
1287
- }>> & Readonly<{
1288
- onClick?: ((...args: any[]) => any) | undefined;
1289
- onMousedown?: ((...args: any[]) => any) | undefined;
1290
- onMouseup?: ((...args: any[]) => any) | undefined;
811
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
812
+ click: (event: Event) => any;
813
+ mousedown: (event: Event) => any;
814
+ mouseup: (event: Event) => any;
815
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
816
+ onClick?: ((event: Event) => any) | undefined;
817
+ onMousedown?: ((event: Event) => any) | undefined;
818
+ onMouseup?: ((event: Event) => any) | undefined;
1291
819
  }>, {
1292
820
  filled: boolean;
1293
821
  next: boolean;
1294
- icon: string;
822
+ icon: string | null;
1295
823
  clickable: boolean;
1296
- size: string;
1297
- lineHeight: string;
1298
- scheme: string;
1299
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
824
+ size: import('../Icon.vue').IconSize;
825
+ lineHeight: import('../Icon.vue').LineHeight | null;
826
+ scheme: import('../Icon.vue').SchemeColor;
827
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1300
828
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1301
829
  }, {
1302
830
  openModal(): void;
@@ -1387,11 +915,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1387
915
  }>> & Readonly<{}>, {
1388
916
  title: string;
1389
917
  text: string;
1390
- type: string;
918
+ info: string;
1391
919
  icon: string;
1392
920
  clickable: boolean;
1393
921
  scheme: string;
1394
- info: string;
922
+ type: string;
1395
923
  value: number;
1396
924
  description: string;
1397
925
  enabled: boolean;