@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
@@ -127,82 +127,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
127
127
  time: string;
128
128
  isRecording: boolean;
129
129
  }, {}, {
130
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
131
- filled: {
132
- type: BooleanConstructor;
133
- };
134
- next: {
135
- type: BooleanConstructor;
136
- };
137
- icon: {
138
- type: StringConstructor;
139
- default: null;
140
- };
141
- clickable: {
142
- type: BooleanConstructor;
143
- default: boolean;
144
- };
145
- size: {
146
- type: StringConstructor;
147
- default: string;
148
- validator(value: unknown): boolean;
149
- };
150
- lineHeight: {
151
- type: StringConstructor;
152
- default: null;
153
- validator(value: unknown): boolean;
154
- };
155
- scheme: {
156
- type: StringConstructor;
157
- default: string;
158
- };
159
- }>, {}, {}, {
160
- svg(): any;
161
- materialSymbolsName(): any;
162
- }, {
163
- onClick($event: any): void;
164
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
165
- filled: {
166
- type: BooleanConstructor;
167
- };
168
- next: {
169
- type: BooleanConstructor;
170
- };
171
- icon: {
172
- type: StringConstructor;
173
- default: null;
174
- };
175
- clickable: {
176
- type: BooleanConstructor;
177
- default: boolean;
178
- };
179
- size: {
180
- type: StringConstructor;
181
- default: string;
182
- validator(value: unknown): boolean;
183
- };
184
- lineHeight: {
185
- type: StringConstructor;
186
- default: null;
187
- validator(value: unknown): boolean;
188
- };
189
- scheme: {
190
- type: StringConstructor;
191
- default: string;
192
- };
193
- }>> & Readonly<{
194
- onClick?: ((...args: any[]) => any) | undefined;
195
- onMousedown?: ((...args: any[]) => any) | undefined;
196
- onMouseup?: ((...args: any[]) => any) | undefined;
130
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
131
+ click: (event: Event) => any;
132
+ mousedown: (event: Event) => any;
133
+ mouseup: (event: Event) => any;
134
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
135
+ onClick?: ((event: Event) => any) | undefined;
136
+ onMousedown?: ((event: Event) => any) | undefined;
137
+ onMouseup?: ((event: Event) => any) | undefined;
197
138
  }>, {
198
139
  filled: boolean;
199
140
  next: boolean;
200
- icon: string;
141
+ icon: string | null;
201
142
  clickable: boolean;
202
- size: string;
203
- lineHeight: string;
204
- scheme: string;
205
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
143
+ size: import('../Icon.vue').IconSize;
144
+ lineHeight: import('../Icon.vue').LineHeight | null;
145
+ scheme: import('../Icon.vue').SchemeColor;
146
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
206
147
  UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
207
148
  text: {
208
149
  type: StringConstructor;
@@ -356,159 +297,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
356
297
  isPlaying: boolean;
357
298
  progressBarPercentualValue: number;
358
299
  }, {}, {
359
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
360
- filled: {
361
- type: BooleanConstructor;
362
- };
363
- next: {
364
- type: BooleanConstructor;
365
- };
366
- icon: {
367
- type: StringConstructor;
368
- default: null;
369
- };
370
- clickable: {
371
- type: BooleanConstructor;
372
- default: boolean;
373
- };
374
- size: {
375
- type: StringConstructor;
376
- default: string;
377
- validator(value: unknown): boolean;
378
- };
379
- lineHeight: {
380
- type: StringConstructor;
381
- default: null;
382
- validator(value: unknown): boolean;
383
- };
384
- scheme: {
385
- type: StringConstructor;
386
- default: string;
387
- };
388
- }>, {}, {}, {
389
- svg(): any;
390
- materialSymbolsName(): any;
391
- }, {
392
- onClick($event: any): void;
393
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
394
- filled: {
395
- type: BooleanConstructor;
396
- };
397
- next: {
398
- type: BooleanConstructor;
399
- };
400
- icon: {
401
- type: StringConstructor;
402
- default: null;
403
- };
404
- clickable: {
405
- type: BooleanConstructor;
406
- default: boolean;
407
- };
408
- size: {
409
- type: StringConstructor;
410
- default: string;
411
- validator(value: unknown): boolean;
412
- };
413
- lineHeight: {
414
- type: StringConstructor;
415
- default: null;
416
- validator(value: unknown): boolean;
417
- };
418
- scheme: {
419
- type: StringConstructor;
420
- default: string;
421
- };
422
- }>> & Readonly<{
423
- onClick?: ((...args: any[]) => any) | undefined;
424
- onMousedown?: ((...args: any[]) => any) | undefined;
425
- onMouseup?: ((...args: any[]) => any) | undefined;
300
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
301
+ click: (event: Event) => any;
302
+ mousedown: (event: Event) => any;
303
+ mouseup: (event: Event) => any;
304
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
305
+ onClick?: ((event: Event) => any) | undefined;
306
+ onMousedown?: ((event: Event) => any) | undefined;
307
+ onMouseup?: ((event: Event) => any) | undefined;
426
308
  }>, {
427
309
  filled: boolean;
428
310
  next: boolean;
429
- icon: string;
311
+ icon: string | null;
430
312
  clickable: boolean;
431
- size: string;
432
- lineHeight: string;
433
- scheme: string;
434
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
313
+ size: import('../Icon.vue').IconSize;
314
+ lineHeight: import('../Icon.vue').LineHeight | null;
315
+ scheme: import('../Icon.vue').SchemeColor;
316
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
435
317
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
436
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
437
- filled: {
438
- type: BooleanConstructor;
439
- };
440
- next: {
441
- type: BooleanConstructor;
442
- };
443
- icon: {
444
- type: StringConstructor;
445
- default: null;
446
- };
447
- clickable: {
448
- type: BooleanConstructor;
449
- default: boolean;
450
- };
451
- size: {
452
- type: StringConstructor;
453
- default: string;
454
- validator(value: unknown): boolean;
455
- };
456
- lineHeight: {
457
- type: StringConstructor;
458
- default: null;
459
- validator(value: unknown): boolean;
460
- };
461
- scheme: {
462
- type: StringConstructor;
463
- default: string;
464
- };
465
- }>, {}, {}, {
466
- svg(): any;
467
- materialSymbolsName(): any;
468
- }, {
469
- onClick($event: any): void;
470
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
471
- filled: {
472
- type: BooleanConstructor;
473
- };
474
- next: {
475
- type: BooleanConstructor;
476
- };
477
- icon: {
478
- type: StringConstructor;
479
- default: null;
480
- };
481
- clickable: {
482
- type: BooleanConstructor;
483
- default: boolean;
484
- };
485
- size: {
486
- type: StringConstructor;
487
- default: string;
488
- validator(value: unknown): boolean;
489
- };
490
- lineHeight: {
491
- type: StringConstructor;
492
- default: null;
493
- validator(value: unknown): boolean;
494
- };
495
- scheme: {
496
- type: StringConstructor;
497
- default: string;
498
- };
499
- }>> & Readonly<{
500
- onClick?: ((...args: any[]) => any) | undefined;
501
- onMousedown?: ((...args: any[]) => any) | undefined;
502
- onMouseup?: ((...args: any[]) => any) | undefined;
318
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
319
+ click: (event: Event) => any;
320
+ mousedown: (event: Event) => any;
321
+ mouseup: (event: Event) => any;
322
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
323
+ onClick?: ((event: Event) => any) | undefined;
324
+ onMousedown?: ((event: Event) => any) | undefined;
325
+ onMouseup?: ((event: Event) => any) | undefined;
503
326
  }>, {
504
327
  filled: boolean;
505
328
  next: boolean;
506
- icon: string;
329
+ icon: string | null;
507
330
  clickable: boolean;
508
- size: string;
509
- lineHeight: string;
510
- scheme: string;
511
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
331
+ size: import('../Icon.vue').IconSize;
332
+ lineHeight: import('../Icon.vue').LineHeight | null;
333
+ scheme: import('../Icon.vue').SchemeColor;
334
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
512
335
  UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
513
336
  text: {
514
337
  type: StringConstructor;
@@ -60,82 +60,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
60
60
  enabled: boolean;
61
61
  opacity: boolean;
62
62
  }, {}, {
63
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
64
- filled: {
65
- type: BooleanConstructor;
66
- };
67
- next: {
68
- type: BooleanConstructor;
69
- };
70
- icon: {
71
- type: StringConstructor;
72
- default: null;
73
- };
74
- clickable: {
75
- type: BooleanConstructor;
76
- default: boolean;
77
- };
78
- size: {
79
- type: StringConstructor;
80
- default: string;
81
- validator(value: unknown): boolean;
82
- };
83
- lineHeight: {
84
- type: StringConstructor;
85
- default: null;
86
- validator(value: unknown): boolean;
87
- };
88
- scheme: {
89
- type: StringConstructor;
90
- default: string;
91
- };
92
- }>, {}, {}, {
93
- svg(): any;
94
- materialSymbolsName(): any;
95
- }, {
96
- onClick($event: any): void;
97
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
98
- filled: {
99
- type: BooleanConstructor;
100
- };
101
- next: {
102
- type: BooleanConstructor;
103
- };
104
- icon: {
105
- type: StringConstructor;
106
- default: null;
107
- };
108
- clickable: {
109
- type: BooleanConstructor;
110
- default: boolean;
111
- };
112
- size: {
113
- type: StringConstructor;
114
- default: string;
115
- validator(value: unknown): boolean;
116
- };
117
- lineHeight: {
118
- type: StringConstructor;
119
- default: null;
120
- validator(value: unknown): boolean;
121
- };
122
- scheme: {
123
- type: StringConstructor;
124
- default: string;
125
- };
126
- }>> & Readonly<{
127
- onClick?: ((...args: any[]) => any) | undefined;
128
- onMousedown?: ((...args: any[]) => any) | undefined;
129
- onMouseup?: ((...args: any[]) => any) | undefined;
63
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ click: (event: Event) => any;
65
+ mousedown: (event: Event) => any;
66
+ mouseup: (event: Event) => any;
67
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
68
+ onClick?: ((event: Event) => any) | undefined;
69
+ onMousedown?: ((event: Event) => any) | undefined;
70
+ onMouseup?: ((event: Event) => any) | undefined;
130
71
  }>, {
131
72
  filled: boolean;
132
73
  next: boolean;
133
- icon: string;
74
+ icon: string | null;
134
75
  clickable: boolean;
135
- size: string;
136
- lineHeight: string;
137
- scheme: string;
138
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
76
+ size: import('../Icon.vue').IconSize;
77
+ lineHeight: import('../Icon.vue').LineHeight | null;
78
+ scheme: import('../Icon.vue').SchemeColor;
79
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
139
80
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
140
81
  export default _default;
141
82
  //# sourceMappingURL=AvatarIcon.vue.d.ts.map
@@ -121,82 +121,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
121
121
  secondDescription: string;
122
122
  thirdDescription: string;
123
123
  }, {}, {
124
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
125
- filled: {
126
- type: BooleanConstructor;
127
- };
128
- next: {
129
- type: BooleanConstructor;
130
- };
131
- icon: {
132
- type: StringConstructor;
133
- default: null;
134
- };
135
- clickable: {
136
- type: BooleanConstructor;
137
- default: boolean;
138
- };
139
- size: {
140
- type: StringConstructor;
141
- default: string;
142
- validator(value: unknown): boolean;
143
- };
144
- lineHeight: {
145
- type: StringConstructor;
146
- default: null;
147
- validator(value: unknown): boolean;
148
- };
149
- scheme: {
150
- type: StringConstructor;
151
- default: string;
152
- };
153
- }>, {}, {}, {
154
- svg(): any;
155
- materialSymbolsName(): any;
156
- }, {
157
- onClick($event: any): void;
158
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
159
- filled: {
160
- type: BooleanConstructor;
161
- };
162
- next: {
163
- type: BooleanConstructor;
164
- };
165
- icon: {
166
- type: StringConstructor;
167
- default: null;
168
- };
169
- clickable: {
170
- type: BooleanConstructor;
171
- default: boolean;
172
- };
173
- size: {
174
- type: StringConstructor;
175
- default: string;
176
- validator(value: unknown): boolean;
177
- };
178
- lineHeight: {
179
- type: StringConstructor;
180
- default: null;
181
- validator(value: unknown): boolean;
182
- };
183
- scheme: {
184
- type: StringConstructor;
185
- default: string;
186
- };
187
- }>> & Readonly<{
188
- onClick?: ((...args: any[]) => any) | undefined;
189
- onMousedown?: ((...args: any[]) => any) | undefined;
190
- onMouseup?: ((...args: any[]) => any) | undefined;
124
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
125
+ click: (event: Event) => any;
126
+ mousedown: (event: Event) => any;
127
+ mouseup: (event: Event) => any;
128
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
129
+ onClick?: ((event: Event) => any) | undefined;
130
+ onMousedown?: ((event: Event) => any) | undefined;
131
+ onMouseup?: ((event: Event) => any) | undefined;
191
132
  }>, {
192
133
  filled: boolean;
193
134
  next: boolean;
194
- icon: string;
135
+ icon: string | null;
195
136
  clickable: boolean;
196
- size: string;
197
- lineHeight: string;
198
- scheme: string;
199
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
137
+ size: import('../Icon.vue').IconSize;
138
+ lineHeight: import('../Icon.vue').LineHeight | null;
139
+ scheme: import('../Icon.vue').SchemeColor;
140
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
200
141
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
201
142
  }, {
202
143
  emitRatingAction(star: any): void;
@@ -82,82 +82,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
82
82
  secondDescription: string;
83
83
  thirdDescription: string;
84
84
  }, {}, {
85
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
86
- filled: {
87
- type: BooleanConstructor;
88
- };
89
- next: {
90
- type: BooleanConstructor;
91
- };
92
- icon: {
93
- type: StringConstructor;
94
- default: null;
95
- };
96
- clickable: {
97
- type: BooleanConstructor;
98
- default: boolean;
99
- };
100
- size: {
101
- type: StringConstructor;
102
- default: string;
103
- validator(value: unknown): boolean;
104
- };
105
- lineHeight: {
106
- type: StringConstructor;
107
- default: null;
108
- validator(value: unknown): boolean;
109
- };
110
- scheme: {
111
- type: StringConstructor;
112
- default: string;
113
- };
114
- }>, {}, {}, {
115
- svg(): any;
116
- materialSymbolsName(): any;
117
- }, {
118
- onClick($event: any): void;
119
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
120
- filled: {
121
- type: BooleanConstructor;
122
- };
123
- next: {
124
- type: BooleanConstructor;
125
- };
126
- icon: {
127
- type: StringConstructor;
128
- default: null;
129
- };
130
- clickable: {
131
- type: BooleanConstructor;
132
- default: boolean;
133
- };
134
- size: {
135
- type: StringConstructor;
136
- default: string;
137
- validator(value: unknown): boolean;
138
- };
139
- lineHeight: {
140
- type: StringConstructor;
141
- default: null;
142
- validator(value: unknown): boolean;
143
- };
144
- scheme: {
145
- type: StringConstructor;
146
- default: string;
147
- };
148
- }>> & Readonly<{
149
- onClick?: ((...args: any[]) => any) | undefined;
150
- onMousedown?: ((...args: any[]) => any) | undefined;
151
- onMouseup?: ((...args: any[]) => any) | undefined;
85
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
86
+ click: (event: Event) => any;
87
+ mousedown: (event: Event) => any;
88
+ mouseup: (event: Event) => any;
89
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
90
+ onClick?: ((event: Event) => any) | undefined;
91
+ onMousedown?: ((event: Event) => any) | undefined;
92
+ onMouseup?: ((event: Event) => any) | undefined;
152
93
  }>, {
153
94
  filled: boolean;
154
95
  next: boolean;
155
- icon: string;
96
+ icon: string | null;
156
97
  clickable: boolean;
157
- size: string;
158
- lineHeight: string;
159
- scheme: string;
160
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
98
+ size: import('../Icon.vue').IconSize;
99
+ lineHeight: import('../Icon.vue').LineHeight | null;
100
+ scheme: import('../Icon.vue').SchemeColor;
101
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
161
102
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
162
103
  export default _default;
163
104
  //# sourceMappingURL=InfoBanner.vue.d.ts.map
@@ -15,82 +15,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
15
15
  }>, {
16
16
  crumbs: unknown[];
17
17
  }, {}, {
18
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
19
- filled: {
20
- type: BooleanConstructor;
21
- };
22
- next: {
23
- type: BooleanConstructor;
24
- };
25
- icon: {
26
- type: StringConstructor;
27
- default: null;
28
- };
29
- clickable: {
30
- type: BooleanConstructor;
31
- default: boolean;
32
- };
33
- size: {
34
- type: StringConstructor;
35
- default: string;
36
- validator(value: unknown): boolean;
37
- };
38
- lineHeight: {
39
- type: StringConstructor;
40
- default: null;
41
- validator(value: unknown): boolean;
42
- };
43
- scheme: {
44
- type: StringConstructor;
45
- default: string;
46
- };
47
- }>, {}, {}, {
48
- svg(): any;
49
- materialSymbolsName(): any;
50
- }, {
51
- onClick($event: any): void;
52
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
53
- filled: {
54
- type: BooleanConstructor;
55
- };
56
- next: {
57
- type: BooleanConstructor;
58
- };
59
- icon: {
60
- type: StringConstructor;
61
- default: null;
62
- };
63
- clickable: {
64
- type: BooleanConstructor;
65
- default: boolean;
66
- };
67
- size: {
68
- type: StringConstructor;
69
- default: string;
70
- validator(value: unknown): boolean;
71
- };
72
- lineHeight: {
73
- type: StringConstructor;
74
- default: null;
75
- validator(value: unknown): boolean;
76
- };
77
- scheme: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- }>> & Readonly<{
82
- onClick?: ((...args: any[]) => any) | undefined;
83
- onMousedown?: ((...args: any[]) => any) | undefined;
84
- onMouseup?: ((...args: any[]) => any) | undefined;
18
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ click: (event: Event) => any;
20
+ mousedown: (event: Event) => any;
21
+ mouseup: (event: Event) => any;
22
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
23
+ onClick?: ((event: Event) => any) | undefined;
24
+ onMousedown?: ((event: Event) => any) | undefined;
25
+ onMouseup?: ((event: Event) => any) | undefined;
85
26
  }>, {
86
27
  filled: boolean;
87
28
  next: boolean;
88
- icon: string;
29
+ icon: string | null;
89
30
  clickable: boolean;
90
- size: string;
91
- lineHeight: string;
92
- scheme: string;
93
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
31
+ size: import('../Icon.vue').IconSize;
32
+ lineHeight: import('../Icon.vue').LineHeight | null;
33
+ scheme: import('../Icon.vue').SchemeColor;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
94
35
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
36
  export default _default;
96
37
  //# sourceMappingURL=Breadcrumb.vue.d.ts.map