@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
@@ -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
@@ -231,159 +231,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
231
231
  size: string;
232
232
  scheme: string;
233
233
  }, {}, {
234
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
235
- filled: {
236
- type: BooleanConstructor;
237
- };
238
- next: {
239
- type: BooleanConstructor;
240
- };
241
- icon: {
242
- type: StringConstructor;
243
- default: null;
244
- };
245
- clickable: {
246
- type: BooleanConstructor;
247
- default: boolean;
248
- };
249
- size: {
250
- type: StringConstructor;
251
- default: string;
252
- validator(value: unknown): boolean;
253
- };
254
- lineHeight: {
255
- type: StringConstructor;
256
- default: null;
257
- validator(value: unknown): boolean;
258
- };
259
- scheme: {
260
- type: StringConstructor;
261
- default: string;
262
- };
263
- }>, {}, {}, {
264
- svg(): any;
265
- materialSymbolsName(): any;
266
- }, {
267
- onClick($event: any): void;
268
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
269
- filled: {
270
- type: BooleanConstructor;
271
- };
272
- next: {
273
- type: BooleanConstructor;
274
- };
275
- icon: {
276
- type: StringConstructor;
277
- default: null;
278
- };
279
- clickable: {
280
- type: BooleanConstructor;
281
- default: boolean;
282
- };
283
- size: {
284
- type: StringConstructor;
285
- default: string;
286
- validator(value: unknown): boolean;
287
- };
288
- lineHeight: {
289
- type: StringConstructor;
290
- default: null;
291
- validator(value: unknown): boolean;
292
- };
293
- scheme: {
294
- type: StringConstructor;
295
- default: string;
296
- };
297
- }>> & Readonly<{
298
- onClick?: ((...args: any[]) => any) | undefined;
299
- onMousedown?: ((...args: any[]) => any) | undefined;
300
- onMouseup?: ((...args: any[]) => any) | undefined;
234
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
235
+ click: (event: Event) => any;
236
+ mousedown: (event: Event) => any;
237
+ mouseup: (event: Event) => any;
238
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
239
+ onClick?: ((event: Event) => any) | undefined;
240
+ onMousedown?: ((event: Event) => any) | undefined;
241
+ onMouseup?: ((event: Event) => any) | undefined;
301
242
  }>, {
302
243
  filled: boolean;
303
244
  next: boolean;
304
- icon: string;
245
+ icon: string | null;
305
246
  clickable: boolean;
306
- size: string;
307
- lineHeight: string;
308
- scheme: string;
309
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
247
+ size: import('../Icon.vue').IconSize;
248
+ lineHeight: import('../Icon.vue').LineHeight | null;
249
+ scheme: import('../Icon.vue').SchemeColor;
250
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
310
251
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
311
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
312
- filled: {
313
- type: BooleanConstructor;
314
- };
315
- next: {
316
- type: BooleanConstructor;
317
- };
318
- icon: {
319
- type: StringConstructor;
320
- default: null;
321
- };
322
- clickable: {
323
- type: BooleanConstructor;
324
- default: boolean;
325
- };
326
- size: {
327
- type: StringConstructor;
328
- default: string;
329
- validator(value: unknown): boolean;
330
- };
331
- lineHeight: {
332
- type: StringConstructor;
333
- default: null;
334
- validator(value: unknown): boolean;
335
- };
336
- scheme: {
337
- type: StringConstructor;
338
- default: string;
339
- };
340
- }>, {}, {}, {
341
- svg(): any;
342
- materialSymbolsName(): any;
343
- }, {
344
- onClick($event: any): void;
345
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
346
- filled: {
347
- type: BooleanConstructor;
348
- };
349
- next: {
350
- type: BooleanConstructor;
351
- };
352
- icon: {
353
- type: StringConstructor;
354
- default: null;
355
- };
356
- clickable: {
357
- type: BooleanConstructor;
358
- default: boolean;
359
- };
360
- size: {
361
- type: StringConstructor;
362
- default: string;
363
- validator(value: unknown): boolean;
364
- };
365
- lineHeight: {
366
- type: StringConstructor;
367
- default: null;
368
- validator(value: unknown): boolean;
369
- };
370
- scheme: {
371
- type: StringConstructor;
372
- default: string;
373
- };
374
- }>> & Readonly<{
375
- onClick?: ((...args: any[]) => any) | undefined;
376
- onMousedown?: ((...args: any[]) => any) | undefined;
377
- onMouseup?: ((...args: any[]) => any) | undefined;
252
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
253
+ click: (event: Event) => any;
254
+ mousedown: (event: Event) => any;
255
+ mouseup: (event: Event) => any;
256
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
257
+ onClick?: ((event: Event) => any) | undefined;
258
+ onMousedown?: ((event: Event) => any) | undefined;
259
+ onMouseup?: ((event: Event) => any) | undefined;
378
260
  }>, {
379
261
  filled: boolean;
380
262
  next: boolean;
381
- icon: string;
263
+ icon: string | null;
382
264
  clickable: boolean;
383
- size: string;
384
- lineHeight: string;
385
- scheme: string;
386
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
265
+ size: import('../Icon.vue').IconSize;
266
+ lineHeight: import('../Icon.vue').LineHeight | null;
267
+ scheme: import('../Icon.vue').SchemeColor;
268
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
387
269
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
388
270
  UnnnicIconLoading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
389
271
  scheme: {
@@ -407,159 +289,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
407
289
  size: string;
408
290
  scheme: string;
409
291
  }, {}, {
410
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
411
- filled: {
412
- type: BooleanConstructor;
413
- };
414
- next: {
415
- type: BooleanConstructor;
416
- };
417
- icon: {
418
- type: StringConstructor;
419
- default: null;
420
- };
421
- clickable: {
422
- type: BooleanConstructor;
423
- default: boolean;
424
- };
425
- size: {
426
- type: StringConstructor;
427
- default: string;
428
- validator(value: unknown): boolean;
429
- };
430
- lineHeight: {
431
- type: StringConstructor;
432
- default: null;
433
- validator(value: unknown): boolean;
434
- };
435
- scheme: {
436
- type: StringConstructor;
437
- default: string;
438
- };
439
- }>, {}, {}, {
440
- svg(): any;
441
- materialSymbolsName(): any;
442
- }, {
443
- onClick($event: any): void;
444
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
445
- filled: {
446
- type: BooleanConstructor;
447
- };
448
- next: {
449
- type: BooleanConstructor;
450
- };
451
- icon: {
452
- type: StringConstructor;
453
- default: null;
454
- };
455
- clickable: {
456
- type: BooleanConstructor;
457
- default: boolean;
458
- };
459
- size: {
460
- type: StringConstructor;
461
- default: string;
462
- validator(value: unknown): boolean;
463
- };
464
- lineHeight: {
465
- type: StringConstructor;
466
- default: null;
467
- validator(value: unknown): boolean;
468
- };
469
- scheme: {
470
- type: StringConstructor;
471
- default: string;
472
- };
473
- }>> & Readonly<{
474
- onClick?: ((...args: any[]) => any) | undefined;
475
- onMousedown?: ((...args: any[]) => any) | undefined;
476
- onMouseup?: ((...args: any[]) => any) | undefined;
292
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
293
+ click: (event: Event) => any;
294
+ mousedown: (event: Event) => any;
295
+ mouseup: (event: Event) => any;
296
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
297
+ onClick?: ((event: Event) => any) | undefined;
298
+ onMousedown?: ((event: Event) => any) | undefined;
299
+ onMouseup?: ((event: Event) => any) | undefined;
477
300
  }>, {
478
301
  filled: boolean;
479
302
  next: boolean;
480
- icon: string;
303
+ icon: string | null;
481
304
  clickable: boolean;
482
- size: string;
483
- lineHeight: string;
484
- scheme: string;
485
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
305
+ size: import('../Icon.vue').IconSize;
306
+ lineHeight: import('../Icon.vue').LineHeight | null;
307
+ scheme: import('../Icon.vue').SchemeColor;
308
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
486
309
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
487
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
488
- filled: {
489
- type: BooleanConstructor;
490
- };
491
- next: {
492
- type: BooleanConstructor;
493
- };
494
- icon: {
495
- type: StringConstructor;
496
- default: null;
497
- };
498
- clickable: {
499
- type: BooleanConstructor;
500
- default: boolean;
501
- };
502
- size: {
503
- type: StringConstructor;
504
- default: string;
505
- validator(value: unknown): boolean;
506
- };
507
- lineHeight: {
508
- type: StringConstructor;
509
- default: null;
510
- validator(value: unknown): boolean;
511
- };
512
- scheme: {
513
- type: StringConstructor;
514
- default: string;
515
- };
516
- }>, {}, {}, {
517
- svg(): any;
518
- materialSymbolsName(): any;
519
- }, {
520
- onClick($event: any): void;
521
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
522
- filled: {
523
- type: BooleanConstructor;
524
- };
525
- next: {
526
- type: BooleanConstructor;
527
- };
528
- icon: {
529
- type: StringConstructor;
530
- default: null;
531
- };
532
- clickable: {
533
- type: BooleanConstructor;
534
- default: boolean;
535
- };
536
- size: {
537
- type: StringConstructor;
538
- default: string;
539
- validator(value: unknown): boolean;
540
- };
541
- lineHeight: {
542
- type: StringConstructor;
543
- default: null;
544
- validator(value: unknown): boolean;
545
- };
546
- scheme: {
547
- type: StringConstructor;
548
- default: string;
549
- };
550
- }>> & Readonly<{
551
- onClick?: ((...args: any[]) => any) | undefined;
552
- onMousedown?: ((...args: any[]) => any) | undefined;
553
- onMouseup?: ((...args: any[]) => any) | undefined;
310
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
311
+ click: (event: Event) => any;
312
+ mousedown: (event: Event) => any;
313
+ mouseup: (event: Event) => any;
314
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
315
+ onClick?: ((event: Event) => any) | undefined;
316
+ onMousedown?: ((event: Event) => any) | undefined;
317
+ onMouseup?: ((event: Event) => any) | undefined;
554
318
  }>, {
555
319
  filled: boolean;
556
320
  next: boolean;
557
- icon: string;
321
+ icon: string | null;
558
322
  clickable: boolean;
559
- size: string;
560
- lineHeight: string;
561
- scheme: string;
562
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
323
+ size: import('../Icon.vue').IconSize;
324
+ lineHeight: import('../Icon.vue').LineHeight | null;
325
+ scheme: import('../Icon.vue').SchemeColor;
326
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
563
327
  UnnnicTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
564
328
  text: {
565
329
  type: StringConstructor;
@@ -37,159 +37,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
37
37
  size: string;
38
38
  scheme: string;
39
39
  }, {}, {
40
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
41
- filled: {
42
- type: BooleanConstructor;
43
- };
44
- next: {
45
- type: BooleanConstructor;
46
- };
47
- icon: {
48
- type: StringConstructor;
49
- default: null;
50
- };
51
- clickable: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
55
- size: {
56
- type: StringConstructor;
57
- default: string;
58
- validator(value: unknown): boolean;
59
- };
60
- lineHeight: {
61
- type: StringConstructor;
62
- default: null;
63
- validator(value: unknown): boolean;
64
- };
65
- scheme: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- }>, {}, {}, {
70
- svg(): any;
71
- materialSymbolsName(): any;
72
- }, {
73
- onClick($event: any): void;
74
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
75
- filled: {
76
- type: BooleanConstructor;
77
- };
78
- next: {
79
- type: BooleanConstructor;
80
- };
81
- icon: {
82
- type: StringConstructor;
83
- default: null;
84
- };
85
- clickable: {
86
- type: BooleanConstructor;
87
- default: boolean;
88
- };
89
- size: {
90
- type: StringConstructor;
91
- default: string;
92
- validator(value: unknown): boolean;
93
- };
94
- lineHeight: {
95
- type: StringConstructor;
96
- default: null;
97
- validator(value: unknown): boolean;
98
- };
99
- scheme: {
100
- type: StringConstructor;
101
- default: string;
102
- };
103
- }>> & Readonly<{
104
- onClick?: ((...args: any[]) => any) | undefined;
105
- onMousedown?: ((...args: any[]) => any) | undefined;
106
- onMouseup?: ((...args: any[]) => any) | undefined;
40
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
+ click: (event: Event) => any;
42
+ mousedown: (event: Event) => any;
43
+ mouseup: (event: Event) => any;
44
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
45
+ onClick?: ((event: Event) => any) | undefined;
46
+ onMousedown?: ((event: Event) => any) | undefined;
47
+ onMouseup?: ((event: Event) => any) | undefined;
107
48
  }>, {
108
49
  filled: boolean;
109
50
  next: boolean;
110
- icon: string;
51
+ icon: string | null;
111
52
  clickable: boolean;
112
- size: string;
113
- lineHeight: string;
114
- scheme: string;
115
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
53
+ size: import('../Icon.vue').IconSize;
54
+ lineHeight: import('../Icon.vue').LineHeight | null;
55
+ scheme: import('../Icon.vue').SchemeColor;
56
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
116
57
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
117
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
118
- filled: {
119
- type: BooleanConstructor;
120
- };
121
- next: {
122
- type: BooleanConstructor;
123
- };
124
- icon: {
125
- type: StringConstructor;
126
- default: null;
127
- };
128
- clickable: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
132
- size: {
133
- type: StringConstructor;
134
- default: string;
135
- validator(value: unknown): boolean;
136
- };
137
- lineHeight: {
138
- type: StringConstructor;
139
- default: null;
140
- validator(value: unknown): boolean;
141
- };
142
- scheme: {
143
- type: StringConstructor;
144
- default: string;
145
- };
146
- }>, {}, {}, {
147
- svg(): any;
148
- materialSymbolsName(): any;
149
- }, {
150
- onClick($event: any): void;
151
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
152
- filled: {
153
- type: BooleanConstructor;
154
- };
155
- next: {
156
- type: BooleanConstructor;
157
- };
158
- icon: {
159
- type: StringConstructor;
160
- default: null;
161
- };
162
- clickable: {
163
- type: BooleanConstructor;
164
- default: boolean;
165
- };
166
- size: {
167
- type: StringConstructor;
168
- default: string;
169
- validator(value: unknown): boolean;
170
- };
171
- lineHeight: {
172
- type: StringConstructor;
173
- default: null;
174
- validator(value: unknown): boolean;
175
- };
176
- scheme: {
177
- type: StringConstructor;
178
- default: string;
179
- };
180
- }>> & Readonly<{
181
- onClick?: ((...args: any[]) => any) | undefined;
182
- onMousedown?: ((...args: any[]) => any) | undefined;
183
- onMouseup?: ((...args: any[]) => any) | undefined;
58
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
59
+ click: (event: Event) => any;
60
+ mousedown: (event: Event) => any;
61
+ mouseup: (event: Event) => any;
62
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
63
+ onClick?: ((event: Event) => any) | undefined;
64
+ onMousedown?: ((event: Event) => any) | undefined;
65
+ onMouseup?: ((event: Event) => any) | undefined;
184
66
  }>, {
185
67
  filled: boolean;
186
68
  next: boolean;
187
- icon: string;
69
+ icon: string | null;
188
70
  clickable: boolean;
189
- size: string;
190
- lineHeight: string;
191
- scheme: string;
192
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
71
+ size: import('../Icon.vue').IconSize;
72
+ lineHeight: import('../Icon.vue').LineHeight | null;
73
+ scheme: import('../Icon.vue').SchemeColor;
74
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
193
75
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
194
76
  export default _default;
195
77
  //# sourceMappingURL=ChatsMessageStatusBackdrop.vue.d.ts.map