@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
@@ -148,82 +148,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
148
148
  leftIcon: string;
149
149
  rightIcon: string;
150
150
  }, {}, {
151
- UnnnicIcon: import('vue').DefineComponent<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
- }>, {}, {}, {
181
- svg(): any;
182
- materialSymbolsName(): any;
183
- }, {
184
- onClick($event: any): void;
185
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
186
- filled: {
187
- type: BooleanConstructor;
188
- };
189
- next: {
190
- type: BooleanConstructor;
191
- };
192
- icon: {
193
- type: StringConstructor;
194
- default: null;
195
- };
196
- clickable: {
197
- type: BooleanConstructor;
198
- default: boolean;
199
- };
200
- size: {
201
- type: StringConstructor;
202
- default: string;
203
- validator(value: unknown): boolean;
204
- };
205
- lineHeight: {
206
- type: StringConstructor;
207
- default: null;
208
- validator(value: unknown): boolean;
209
- };
210
- scheme: {
211
- type: StringConstructor;
212
- default: string;
213
- };
214
- }>> & Readonly<{
215
- onClick?: ((...args: any[]) => any) | undefined;
216
- onMousedown?: ((...args: any[]) => any) | undefined;
217
- onMouseup?: ((...args: any[]) => any) | undefined;
151
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
152
+ click: (event: Event) => any;
153
+ mousedown: (event: Event) => any;
154
+ mouseup: (event: Event) => any;
155
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
156
+ onClick?: ((event: Event) => any) | undefined;
157
+ onMousedown?: ((event: Event) => any) | undefined;
158
+ onMouseup?: ((event: Event) => any) | undefined;
218
159
  }>, {
219
160
  filled: boolean;
220
161
  next: boolean;
221
- icon: string;
162
+ icon: string | null;
222
163
  clickable: boolean;
223
- size: string;
224
- lineHeight: string;
225
- scheme: string;
226
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
164
+ size: import('../Icon.vue').IconSize;
165
+ lineHeight: import('../Icon.vue').LineHeight | null;
166
+ scheme: import('../Icon.vue').SchemeColor;
167
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
227
168
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
228
169
  text: {
229
170
  type: StringConstructor;
@@ -282,82 +223,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
282
223
  hasBackButton: boolean;
283
224
  enableTooltip: 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
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
362
244
  text: {
363
245
  type: StringConstructor;
@@ -466,82 +348,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
466
348
  clickable: boolean;
467
349
  disabled: boolean;
468
350
  }, {}, {
469
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
470
- filled: {
471
- type: BooleanConstructor;
472
- };
473
- next: {
474
- type: BooleanConstructor;
475
- };
476
- icon: {
477
- type: StringConstructor;
478
- default: null;
479
- };
480
- clickable: {
481
- type: BooleanConstructor;
482
- default: boolean;
483
- };
484
- size: {
485
- type: StringConstructor;
486
- default: string;
487
- validator(value: unknown): boolean;
488
- };
489
- lineHeight: {
490
- type: StringConstructor;
491
- default: null;
492
- validator(value: unknown): boolean;
493
- };
494
- scheme: {
495
- type: StringConstructor;
496
- default: string;
497
- };
498
- }>, {}, {}, {
499
- svg(): any;
500
- materialSymbolsName(): any;
501
- }, {
502
- onClick($event: any): void;
503
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
504
- filled: {
505
- type: BooleanConstructor;
506
- };
507
- next: {
508
- type: BooleanConstructor;
509
- };
510
- icon: {
511
- type: StringConstructor;
512
- default: null;
513
- };
514
- clickable: {
515
- type: BooleanConstructor;
516
- default: boolean;
517
- };
518
- size: {
519
- type: StringConstructor;
520
- default: string;
521
- validator(value: unknown): boolean;
522
- };
523
- lineHeight: {
524
- type: StringConstructor;
525
- default: null;
526
- validator(value: unknown): boolean;
527
- };
528
- scheme: {
529
- type: StringConstructor;
530
- default: string;
531
- };
532
- }>> & Readonly<{
533
- onClick?: ((...args: any[]) => any) | undefined;
534
- onMousedown?: ((...args: any[]) => any) | undefined;
535
- onMouseup?: ((...args: any[]) => any) | undefined;
351
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
352
+ click: (event: Event) => any;
353
+ mousedown: (event: Event) => any;
354
+ mouseup: (event: Event) => any;
355
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
356
+ onClick?: ((event: Event) => any) | undefined;
357
+ onMousedown?: ((event: Event) => any) | undefined;
358
+ onMouseup?: ((event: Event) => any) | undefined;
536
359
  }>, {
537
360
  filled: boolean;
538
361
  next: boolean;
539
- icon: string;
362
+ icon: string | null;
540
363
  clickable: boolean;
541
- size: string;
542
- lineHeight: string;
543
- scheme: string;
544
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
364
+ size: import('../Icon.vue').IconSize;
365
+ lineHeight: import('../Icon.vue').LineHeight | null;
366
+ scheme: import('../Icon.vue').SchemeColor;
367
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
545
368
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
546
369
  text: {
547
370
  type: StringConstructor;
@@ -616,9 +439,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
616
439
  };
617
440
  }>> & Readonly<{}>, {
618
441
  text: string;
619
- type: string;
620
442
  clickable: boolean;
621
443
  scheme: string;
444
+ type: string;
622
445
  disabled: boolean;
623
446
  hasCloseIcon: boolean;
624
447
  leftIcon: string;
@@ -35,82 +35,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
35
35
  }>> & Readonly<{}>, {
36
36
  checked: boolean;
37
37
  }, {}, {
38
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
39
- filled: {
40
- type: BooleanConstructor;
41
- };
42
- next: {
43
- type: BooleanConstructor;
44
- };
45
- icon: {
46
- type: StringConstructor;
47
- default: null;
48
- };
49
- clickable: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- size: {
54
- type: StringConstructor;
55
- default: string;
56
- validator(value: unknown): boolean;
57
- };
58
- lineHeight: {
59
- type: StringConstructor;
60
- default: null;
61
- validator(value: unknown): boolean;
62
- };
63
- scheme: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- }>, {}, {}, {
68
- svg(): any;
69
- materialSymbolsName(): any;
70
- }, {
71
- onClick($event: any): void;
72
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
73
- filled: {
74
- type: BooleanConstructor;
75
- };
76
- next: {
77
- type: BooleanConstructor;
78
- };
79
- icon: {
80
- type: StringConstructor;
81
- default: null;
82
- };
83
- clickable: {
84
- type: BooleanConstructor;
85
- default: boolean;
86
- };
87
- size: {
88
- type: StringConstructor;
89
- default: string;
90
- validator(value: unknown): boolean;
91
- };
92
- lineHeight: {
93
- type: StringConstructor;
94
- default: null;
95
- validator(value: unknown): boolean;
96
- };
97
- scheme: {
98
- type: StringConstructor;
99
- default: string;
100
- };
101
- }>> & Readonly<{
102
- onClick?: ((...args: any[]) => any) | undefined;
103
- onMousedown?: ((...args: any[]) => any) | undefined;
104
- onMouseup?: ((...args: any[]) => any) | undefined;
38
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
39
+ click: (event: Event) => any;
40
+ mousedown: (event: Event) => any;
41
+ mouseup: (event: Event) => any;
42
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
43
+ onClick?: ((event: Event) => any) | undefined;
44
+ onMousedown?: ((event: Event) => any) | undefined;
45
+ onMouseup?: ((event: Event) => any) | undefined;
105
46
  }>, {
106
47
  filled: boolean;
107
48
  next: boolean;
108
- icon: string;
49
+ icon: string | null;
109
50
  clickable: boolean;
110
- size: string;
111
- lineHeight: string;
112
- scheme: string;
113
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
51
+ size: import('../Icon.vue').IconSize;
52
+ lineHeight: import('../Icon.vue').LineHeight | null;
53
+ scheme: import('../Icon.vue').SchemeColor;
54
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
114
55
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
115
56
  export default _default;
116
57
  //# sourceMappingURL=CardData.vue.d.ts.map
@@ -124,82 +124,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
124
124
  enabled: boolean;
125
125
  opacity: boolean;
126
126
  }, {}, {
127
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
128
- filled: {
129
- type: BooleanConstructor;
130
- };
131
- next: {
132
- type: BooleanConstructor;
133
- };
134
- icon: {
135
- type: StringConstructor;
136
- default: null;
137
- };
138
- clickable: {
139
- type: BooleanConstructor;
140
- default: boolean;
141
- };
142
- size: {
143
- type: StringConstructor;
144
- default: string;
145
- validator(value: unknown): boolean;
146
- };
147
- lineHeight: {
148
- type: StringConstructor;
149
- default: null;
150
- validator(value: unknown): boolean;
151
- };
152
- scheme: {
153
- type: StringConstructor;
154
- default: string;
155
- };
156
- }>, {}, {}, {
157
- svg(): any;
158
- materialSymbolsName(): any;
159
- }, {
160
- onClick($event: any): void;
161
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
162
- filled: {
163
- type: BooleanConstructor;
164
- };
165
- next: {
166
- type: BooleanConstructor;
167
- };
168
- icon: {
169
- type: StringConstructor;
170
- default: null;
171
- };
172
- clickable: {
173
- type: BooleanConstructor;
174
- default: boolean;
175
- };
176
- size: {
177
- type: StringConstructor;
178
- default: string;
179
- validator(value: unknown): boolean;
180
- };
181
- lineHeight: {
182
- type: StringConstructor;
183
- default: null;
184
- validator(value: unknown): boolean;
185
- };
186
- scheme: {
187
- type: StringConstructor;
188
- default: string;
189
- };
190
- }>> & Readonly<{
191
- onClick?: ((...args: any[]) => any) | undefined;
192
- onMousedown?: ((...args: any[]) => any) | undefined;
193
- onMouseup?: ((...args: any[]) => any) | undefined;
127
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
128
+ click: (event: Event) => any;
129
+ mousedown: (event: Event) => any;
130
+ mouseup: (event: Event) => any;
131
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
132
+ onClick?: ((event: Event) => any) | undefined;
133
+ onMousedown?: ((event: Event) => any) | undefined;
134
+ onMouseup?: ((event: Event) => any) | undefined;
194
135
  }>, {
195
136
  filled: boolean;
196
137
  next: boolean;
197
- icon: string;
138
+ icon: string | null;
198
139
  clickable: boolean;
199
- size: string;
200
- lineHeight: string;
201
- scheme: string;
202
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
140
+ size: import('../Icon.vue').IconSize;
141
+ lineHeight: import('../Icon.vue').LineHeight | null;
142
+ scheme: import('../Icon.vue').SchemeColor;
143
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
203
144
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
204
145
  UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
205
146
  text: {
@@ -276,82 +217,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
276
217
  shortcutText: string;
277
218
  enableHtml: boolean;
278
219
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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;
220
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
221
+ click: (event: Event) => any;
222
+ mousedown: (event: Event) => any;
223
+ mouseup: (event: Event) => any;
224
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
225
+ onClick?: ((event: Event) => any) | undefined;
226
+ onMousedown?: ((event: Event) => any) | undefined;
227
+ onMouseup?: ((event: Event) => any) | undefined;
346
228
  }>, {
347
229
  filled: boolean;
348
230
  next: boolean;
349
- icon: string;
231
+ icon: string | null;
350
232
  clickable: boolean;
351
- size: string;
352
- lineHeight: string;
353
- scheme: string;
354
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
233
+ size: import('../Icon.vue').IconSize;
234
+ lineHeight: import('../Icon.vue').LineHeight | null;
235
+ scheme: import('../Icon.vue').SchemeColor;
236
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
355
237
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
356
238
  export default _default;
357
239
  //# sourceMappingURL=CardStatusesContainer.vue.d.ts.map