@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
@@ -83,87 +83,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
83
83
  onClick?: ((...args: any[]) => any) | undefined;
84
84
  onChangeProjectStatus?: ((...args: any[]) => any) | undefined;
85
85
  }>, {
86
- clickable: boolean;
87
86
  name: string;
87
+ clickable: boolean;
88
88
  description: string;
89
89
  canUpdateStatus: boolean;
90
90
  }, {}, {
91
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
92
- filled: {
93
- type: BooleanConstructor;
94
- };
95
- next: {
96
- type: BooleanConstructor;
97
- };
98
- icon: {
99
- type: StringConstructor;
100
- default: null;
101
- };
102
- clickable: {
103
- type: BooleanConstructor;
104
- default: boolean;
105
- };
106
- size: {
107
- type: StringConstructor;
108
- default: string;
109
- validator(value: unknown): boolean;
110
- };
111
- lineHeight: {
112
- type: StringConstructor;
113
- default: null;
114
- validator(value: unknown): boolean;
115
- };
116
- scheme: {
117
- type: StringConstructor;
118
- default: string;
119
- };
120
- }>, {}, {}, {
121
- svg(): any;
122
- materialSymbolsName(): any;
123
- }, {
124
- onClick($event: any): void;
125
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
126
- filled: {
127
- type: BooleanConstructor;
128
- };
129
- next: {
130
- type: BooleanConstructor;
131
- };
132
- icon: {
133
- type: StringConstructor;
134
- default: null;
135
- };
136
- clickable: {
137
- type: BooleanConstructor;
138
- default: boolean;
139
- };
140
- size: {
141
- type: StringConstructor;
142
- default: string;
143
- validator(value: unknown): boolean;
144
- };
145
- lineHeight: {
146
- type: StringConstructor;
147
- default: null;
148
- validator(value: unknown): boolean;
149
- };
150
- scheme: {
151
- type: StringConstructor;
152
- default: string;
153
- };
154
- }>> & Readonly<{
155
- onClick?: ((...args: any[]) => any) | undefined;
156
- onMousedown?: ((...args: any[]) => any) | undefined;
157
- onMouseup?: ((...args: any[]) => any) | undefined;
91
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
92
+ click: (event: Event) => any;
93
+ mousedown: (event: Event) => any;
94
+ mouseup: (event: Event) => any;
95
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
96
+ onClick?: ((event: Event) => any) | undefined;
97
+ onMousedown?: ((event: Event) => any) | undefined;
98
+ onMouseup?: ((event: Event) => any) | undefined;
158
99
  }>, {
159
100
  filled: boolean;
160
101
  next: boolean;
161
- icon: string;
102
+ icon: string | null;
162
103
  clickable: boolean;
163
- size: string;
164
- lineHeight: string;
165
- scheme: string;
166
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
104
+ size: import('../Icon.vue').IconSize;
105
+ lineHeight: import('../Icon.vue').LineHeight | null;
106
+ scheme: import('../Icon.vue').SchemeColor;
107
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
167
108
  UnnnicDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
168
109
  useOpenProp: {
169
110
  type: BooleanConstructor;
@@ -177,82 +177,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
177
177
  leftIcon: string;
178
178
  rightIcon: string;
179
179
  }, {}, {
180
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
181
- filled: {
182
- type: BooleanConstructor;
183
- };
184
- next: {
185
- type: BooleanConstructor;
186
- };
187
- icon: {
188
- type: StringConstructor;
189
- default: null;
190
- };
191
- clickable: {
192
- type: BooleanConstructor;
193
- default: boolean;
194
- };
195
- size: {
196
- type: StringConstructor;
197
- default: string;
198
- validator(value: unknown): boolean;
199
- };
200
- lineHeight: {
201
- type: StringConstructor;
202
- default: null;
203
- validator(value: unknown): boolean;
204
- };
205
- scheme: {
206
- type: StringConstructor;
207
- default: string;
208
- };
209
- }>, {}, {}, {
210
- svg(): any;
211
- materialSymbolsName(): any;
212
- }, {
213
- onClick($event: any): void;
214
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
215
- filled: {
216
- type: BooleanConstructor;
217
- };
218
- next: {
219
- type: BooleanConstructor;
220
- };
221
- icon: {
222
- type: StringConstructor;
223
- default: null;
224
- };
225
- clickable: {
226
- type: BooleanConstructor;
227
- default: boolean;
228
- };
229
- size: {
230
- type: StringConstructor;
231
- default: string;
232
- validator(value: unknown): boolean;
233
- };
234
- lineHeight: {
235
- type: StringConstructor;
236
- default: null;
237
- validator(value: unknown): boolean;
238
- };
239
- scheme: {
240
- type: StringConstructor;
241
- default: string;
242
- };
243
- }>> & Readonly<{
244
- onClick?: ((...args: any[]) => any) | undefined;
245
- onMousedown?: ((...args: any[]) => any) | undefined;
246
- onMouseup?: ((...args: any[]) => any) | undefined;
180
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
181
+ click: (event: Event) => any;
182
+ mousedown: (event: Event) => any;
183
+ mouseup: (event: Event) => any;
184
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
185
+ onClick?: ((event: Event) => any) | undefined;
186
+ onMousedown?: ((event: Event) => any) | undefined;
187
+ onMouseup?: ((event: Event) => any) | undefined;
247
188
  }>, {
248
189
  filled: boolean;
249
190
  next: boolean;
250
- icon: string;
191
+ icon: string | null;
251
192
  clickable: boolean;
252
- size: string;
253
- lineHeight: string;
254
- scheme: string;
255
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
193
+ size: import('../Icon.vue').IconSize;
194
+ lineHeight: import('../Icon.vue').LineHeight | null;
195
+ scheme: import('../Icon.vue').SchemeColor;
196
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
256
197
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
257
198
  text: {
258
199
  type: StringConstructor;
@@ -311,82 +252,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
311
252
  hasBackButton: boolean;
312
253
  enableTooltip: boolean;
313
254
  }, {}, {
314
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
315
- filled: {
316
- type: BooleanConstructor;
317
- };
318
- next: {
319
- type: BooleanConstructor;
320
- };
321
- icon: {
322
- type: StringConstructor;
323
- default: null;
324
- };
325
- clickable: {
326
- type: BooleanConstructor;
327
- default: boolean;
328
- };
329
- size: {
330
- type: StringConstructor;
331
- default: string;
332
- validator(value: unknown): boolean;
333
- };
334
- lineHeight: {
335
- type: StringConstructor;
336
- default: null;
337
- validator(value: unknown): boolean;
338
- };
339
- scheme: {
340
- type: StringConstructor;
341
- default: string;
342
- };
343
- }>, {}, {}, {
344
- svg(): any;
345
- materialSymbolsName(): any;
346
- }, {
347
- onClick($event: any): void;
348
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
349
- filled: {
350
- type: BooleanConstructor;
351
- };
352
- next: {
353
- type: BooleanConstructor;
354
- };
355
- icon: {
356
- type: StringConstructor;
357
- default: null;
358
- };
359
- clickable: {
360
- type: BooleanConstructor;
361
- default: boolean;
362
- };
363
- size: {
364
- type: StringConstructor;
365
- default: string;
366
- validator(value: unknown): boolean;
367
- };
368
- lineHeight: {
369
- type: StringConstructor;
370
- default: null;
371
- validator(value: unknown): boolean;
372
- };
373
- scheme: {
374
- type: StringConstructor;
375
- default: string;
376
- };
377
- }>> & Readonly<{
378
- onClick?: ((...args: any[]) => any) | undefined;
379
- onMousedown?: ((...args: any[]) => any) | undefined;
380
- onMouseup?: ((...args: any[]) => any) | undefined;
255
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
256
+ click: (event: Event) => any;
257
+ mousedown: (event: Event) => any;
258
+ mouseup: (event: Event) => any;
259
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
260
+ onClick?: ((event: Event) => any) | undefined;
261
+ onMousedown?: ((event: Event) => any) | undefined;
262
+ onMouseup?: ((event: Event) => any) | undefined;
381
263
  }>, {
382
264
  filled: boolean;
383
265
  next: boolean;
384
- icon: string;
266
+ icon: string | null;
385
267
  clickable: boolean;
386
- size: string;
387
- lineHeight: string;
388
- scheme: string;
389
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
268
+ size: import('../Icon.vue').IconSize;
269
+ lineHeight: import('../Icon.vue').LineHeight | null;
270
+ scheme: import('../Icon.vue').SchemeColor;
271
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
390
272
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
391
273
  text: {
392
274
  type: StringConstructor;
@@ -495,82 +377,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
495
377
  clickable: boolean;
496
378
  disabled: boolean;
497
379
  }, {}, {
498
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
499
- filled: {
500
- type: BooleanConstructor;
501
- };
502
- next: {
503
- type: BooleanConstructor;
504
- };
505
- icon: {
506
- type: StringConstructor;
507
- default: null;
508
- };
509
- clickable: {
510
- type: BooleanConstructor;
511
- default: boolean;
512
- };
513
- size: {
514
- type: StringConstructor;
515
- default: string;
516
- validator(value: unknown): boolean;
517
- };
518
- lineHeight: {
519
- type: StringConstructor;
520
- default: null;
521
- validator(value: unknown): boolean;
522
- };
523
- scheme: {
524
- type: StringConstructor;
525
- default: string;
526
- };
527
- }>, {}, {}, {
528
- svg(): any;
529
- materialSymbolsName(): any;
530
- }, {
531
- onClick($event: any): void;
532
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
533
- filled: {
534
- type: BooleanConstructor;
535
- };
536
- next: {
537
- type: BooleanConstructor;
538
- };
539
- icon: {
540
- type: StringConstructor;
541
- default: null;
542
- };
543
- clickable: {
544
- type: BooleanConstructor;
545
- default: boolean;
546
- };
547
- size: {
548
- type: StringConstructor;
549
- default: string;
550
- validator(value: unknown): boolean;
551
- };
552
- lineHeight: {
553
- type: StringConstructor;
554
- default: null;
555
- validator(value: unknown): boolean;
556
- };
557
- scheme: {
558
- type: StringConstructor;
559
- default: string;
560
- };
561
- }>> & Readonly<{
562
- onClick?: ((...args: any[]) => any) | undefined;
563
- onMousedown?: ((...args: any[]) => any) | undefined;
564
- onMouseup?: ((...args: any[]) => any) | undefined;
380
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
381
+ click: (event: Event) => any;
382
+ mousedown: (event: Event) => any;
383
+ mouseup: (event: Event) => any;
384
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
385
+ onClick?: ((event: Event) => any) | undefined;
386
+ onMousedown?: ((event: Event) => any) | undefined;
387
+ onMouseup?: ((event: Event) => any) | undefined;
565
388
  }>, {
566
389
  filled: boolean;
567
390
  next: boolean;
568
- icon: string;
391
+ icon: string | null;
569
392
  clickable: boolean;
570
- size: string;
571
- lineHeight: string;
572
- scheme: string;
573
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
393
+ size: import('../Icon.vue').IconSize;
394
+ lineHeight: import('../Icon.vue').LineHeight | null;
395
+ scheme: import('../Icon.vue').SchemeColor;
396
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
574
397
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
575
398
  text: {
576
399
  type: StringConstructor;
@@ -645,9 +468,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
645
468
  };
646
469
  }>> & Readonly<{}>, {
647
470
  text: string;
648
- type: string;
649
471
  clickable: boolean;
650
472
  scheme: string;
473
+ type: string;
651
474
  disabled: boolean;
652
475
  hasCloseIcon: boolean;
653
476
  leftIcon: string;
@@ -657,82 +480,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
657
480
  hasBackButton: boolean;
658
481
  enableTooltip: boolean;
659
482
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
660
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
661
- filled: {
662
- type: BooleanConstructor;
663
- };
664
- next: {
665
- type: BooleanConstructor;
666
- };
667
- icon: {
668
- type: StringConstructor;
669
- default: null;
670
- };
671
- clickable: {
672
- type: BooleanConstructor;
673
- default: boolean;
674
- };
675
- size: {
676
- type: StringConstructor;
677
- default: string;
678
- validator(value: unknown): boolean;
679
- };
680
- lineHeight: {
681
- type: StringConstructor;
682
- default: null;
683
- validator(value: unknown): boolean;
684
- };
685
- scheme: {
686
- type: StringConstructor;
687
- default: string;
688
- };
689
- }>, {}, {}, {
690
- svg(): any;
691
- materialSymbolsName(): any;
692
- }, {
693
- onClick($event: any): void;
694
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
695
- filled: {
696
- type: BooleanConstructor;
697
- };
698
- next: {
699
- type: BooleanConstructor;
700
- };
701
- icon: {
702
- type: StringConstructor;
703
- default: null;
704
- };
705
- clickable: {
706
- type: BooleanConstructor;
707
- default: boolean;
708
- };
709
- size: {
710
- type: StringConstructor;
711
- default: string;
712
- validator(value: unknown): boolean;
713
- };
714
- lineHeight: {
715
- type: StringConstructor;
716
- default: null;
717
- validator(value: unknown): boolean;
718
- };
719
- scheme: {
720
- type: StringConstructor;
721
- default: string;
722
- };
723
- }>> & Readonly<{
724
- onClick?: ((...args: any[]) => any) | undefined;
725
- onMousedown?: ((...args: any[]) => any) | undefined;
726
- onMouseup?: ((...args: any[]) => any) | undefined;
483
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
484
+ click: (event: Event) => any;
485
+ mousedown: (event: Event) => any;
486
+ mouseup: (event: Event) => any;
487
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
488
+ onClick?: ((event: Event) => any) | undefined;
489
+ onMousedown?: ((event: Event) => any) | undefined;
490
+ onMouseup?: ((event: Event) => any) | undefined;
727
491
  }>, {
728
492
  filled: boolean;
729
493
  next: boolean;
730
- icon: string;
494
+ icon: string | null;
731
495
  clickable: boolean;
732
- size: string;
733
- lineHeight: string;
734
- scheme: string;
735
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
496
+ size: import('../Icon.vue').IconSize;
497
+ lineHeight: import('../Icon.vue').LineHeight | null;
498
+ scheme: import('../Icon.vue').SchemeColor;
499
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
736
500
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
737
501
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
738
502
  modelValue: {
@@ -761,10 +525,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
761
525
  default: boolean;
762
526
  };
763
527
  }>> & Readonly<{}>, {
764
- type: string;
528
+ name: string;
765
529
  icon: string;
766
530
  clickable: boolean;
767
- name: string;
531
+ type: string;
768
532
  modelValue: unknown[];
769
533
  tagItems: unknown[];
770
534
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;