@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
@@ -1,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ locale: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  enableReply: {
3
7
  type: BooleanConstructor;
4
8
  default: boolean;
@@ -12,6 +16,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12
16
  default: string;
13
17
  validate(type: any): boolean;
14
18
  };
19
+ automatic: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
15
23
  time: {
16
24
  type: DateConstructor;
17
25
  required: true;
@@ -73,6 +81,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
73
81
  i18n(...args: any[]): any;
74
82
  };
75
83
  }, import('vue').ComponentOptionsMixin, ("click" | "click-image" | "reply" | "click-reply-message")[], "click" | "click-image" | "reply" | "click-reply-message", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
84
+ locale: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
76
88
  enableReply: {
77
89
  type: BooleanConstructor;
78
90
  default: boolean;
@@ -86,6 +98,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
86
98
  default: string;
87
99
  validate(type: any): boolean;
88
100
  };
101
+ automatic: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
89
105
  time: {
90
106
  type: DateConstructor;
91
107
  required: true;
@@ -115,7 +131,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
115
131
  "onClick-reply-message"?: ((...args: any[]) => any) | undefined;
116
132
  }>, {
117
133
  type: string;
134
+ locale: string;
118
135
  status: string;
136
+ automatic: boolean;
119
137
  replyMessage: Record<string, any> | null;
120
138
  enableReply: boolean;
121
139
  signature: string;
@@ -123,18 +141,57 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
123
141
  mediaType: string;
124
142
  }, {}, {
125
143
  UnnnicChatsMessageText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
144
+ locale: {
145
+ type: StringConstructor;
146
+ default: string;
147
+ };
126
148
  text: {
127
149
  type: StringConstructor;
128
150
  required: true;
129
151
  };
130
- }>, {}, {}, {
152
+ isAutomatic: {
153
+ type: BooleanConstructor;
154
+ default: boolean;
155
+ };
156
+ }>, {}, {
157
+ defaultTranslations: {
158
+ automatic_message: {
159
+ 'pt-br': string;
160
+ en: string;
161
+ es: string;
162
+ };
163
+ };
164
+ }, {
131
165
  formattedText(): any;
132
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
166
+ }, {}, {
167
+ props: {
168
+ locale: {
169
+ type: StringConstructor;
170
+ };
171
+ translations: {
172
+ type: ObjectConstructor;
173
+ };
174
+ };
175
+ methods: {
176
+ i18n(...args: any[]): any;
177
+ };
178
+ }, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
179
+ locale: {
180
+ type: StringConstructor;
181
+ default: string;
182
+ };
133
183
  text: {
134
184
  type: StringConstructor;
135
185
  required: true;
136
186
  };
137
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
187
+ isAutomatic: {
188
+ type: BooleanConstructor;
189
+ default: boolean;
190
+ };
191
+ }>> & Readonly<{}>, {
192
+ locale: string;
193
+ isAutomatic: boolean;
194
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
138
195
  UnnnicChatsMessageStatusBackdrop: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
139
196
  status: {
140
197
  type: StringConstructor;
@@ -174,159 +231,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
174
231
  size: string;
175
232
  scheme: string;
176
233
  }, {}, {
177
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
178
- filled: {
179
- type: BooleanConstructor;
180
- };
181
- next: {
182
- type: BooleanConstructor;
183
- };
184
- icon: {
185
- type: StringConstructor;
186
- default: null;
187
- };
188
- clickable: {
189
- type: BooleanConstructor;
190
- default: boolean;
191
- };
192
- size: {
193
- type: StringConstructor;
194
- default: string;
195
- validator(value: unknown): boolean;
196
- };
197
- lineHeight: {
198
- type: StringConstructor;
199
- default: null;
200
- validator(value: unknown): boolean;
201
- };
202
- scheme: {
203
- type: StringConstructor;
204
- default: string;
205
- };
206
- }>, {}, {}, {
207
- svg(): any;
208
- materialSymbolsName(): any;
209
- }, {
210
- onClick($event: any): void;
211
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
212
- filled: {
213
- type: BooleanConstructor;
214
- };
215
- next: {
216
- type: BooleanConstructor;
217
- };
218
- icon: {
219
- type: StringConstructor;
220
- default: null;
221
- };
222
- clickable: {
223
- type: BooleanConstructor;
224
- default: boolean;
225
- };
226
- size: {
227
- type: StringConstructor;
228
- default: string;
229
- validator(value: unknown): boolean;
230
- };
231
- lineHeight: {
232
- type: StringConstructor;
233
- default: null;
234
- validator(value: unknown): boolean;
235
- };
236
- scheme: {
237
- type: StringConstructor;
238
- default: string;
239
- };
240
- }>> & Readonly<{
241
- onClick?: ((...args: any[]) => any) | undefined;
242
- onMousedown?: ((...args: any[]) => any) | undefined;
243
- 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;
244
242
  }>, {
245
243
  filled: boolean;
246
244
  next: boolean;
247
- icon: string;
245
+ icon: string | null;
248
246
  clickable: boolean;
249
- size: string;
250
- lineHeight: string;
251
- scheme: string;
252
- }, {}, {}, {}, 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>;
253
251
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
254
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
255
- filled: {
256
- type: BooleanConstructor;
257
- };
258
- next: {
259
- type: BooleanConstructor;
260
- };
261
- icon: {
262
- type: StringConstructor;
263
- default: null;
264
- };
265
- clickable: {
266
- type: BooleanConstructor;
267
- default: boolean;
268
- };
269
- size: {
270
- type: StringConstructor;
271
- default: string;
272
- validator(value: unknown): boolean;
273
- };
274
- lineHeight: {
275
- type: StringConstructor;
276
- default: null;
277
- validator(value: unknown): boolean;
278
- };
279
- scheme: {
280
- type: StringConstructor;
281
- default: string;
282
- };
283
- }>, {}, {}, {
284
- svg(): any;
285
- materialSymbolsName(): any;
286
- }, {
287
- onClick($event: any): void;
288
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
289
- filled: {
290
- type: BooleanConstructor;
291
- };
292
- next: {
293
- type: BooleanConstructor;
294
- };
295
- icon: {
296
- type: StringConstructor;
297
- default: null;
298
- };
299
- clickable: {
300
- type: BooleanConstructor;
301
- default: boolean;
302
- };
303
- size: {
304
- type: StringConstructor;
305
- default: string;
306
- validator(value: unknown): boolean;
307
- };
308
- lineHeight: {
309
- type: StringConstructor;
310
- default: null;
311
- validator(value: unknown): boolean;
312
- };
313
- scheme: {
314
- type: StringConstructor;
315
- default: string;
316
- };
317
- }>> & Readonly<{
318
- onClick?: ((...args: any[]) => any) | undefined;
319
- onMousedown?: ((...args: any[]) => any) | undefined;
320
- 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;
321
260
  }>, {
322
261
  filled: boolean;
323
262
  next: boolean;
324
- icon: string;
263
+ icon: string | null;
325
264
  clickable: boolean;
326
- size: string;
327
- lineHeight: string;
328
- scheme: string;
329
- }, {}, {}, {}, 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>;
330
269
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
331
270
  UnnnicIconLoading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
332
271
  scheme: {
@@ -350,159 +289,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
350
289
  size: string;
351
290
  scheme: string;
352
291
  }, {}, {
353
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
354
- filled: {
355
- type: BooleanConstructor;
356
- };
357
- next: {
358
- type: BooleanConstructor;
359
- };
360
- icon: {
361
- type: StringConstructor;
362
- default: null;
363
- };
364
- clickable: {
365
- type: BooleanConstructor;
366
- default: boolean;
367
- };
368
- size: {
369
- type: StringConstructor;
370
- default: string;
371
- validator(value: unknown): boolean;
372
- };
373
- lineHeight: {
374
- type: StringConstructor;
375
- default: null;
376
- validator(value: unknown): boolean;
377
- };
378
- scheme: {
379
- type: StringConstructor;
380
- default: string;
381
- };
382
- }>, {}, {}, {
383
- svg(): any;
384
- materialSymbolsName(): any;
385
- }, {
386
- onClick($event: any): void;
387
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
388
- filled: {
389
- type: BooleanConstructor;
390
- };
391
- next: {
392
- type: BooleanConstructor;
393
- };
394
- icon: {
395
- type: StringConstructor;
396
- default: null;
397
- };
398
- clickable: {
399
- type: BooleanConstructor;
400
- default: boolean;
401
- };
402
- size: {
403
- type: StringConstructor;
404
- default: string;
405
- validator(value: unknown): boolean;
406
- };
407
- lineHeight: {
408
- type: StringConstructor;
409
- default: null;
410
- validator(value: unknown): boolean;
411
- };
412
- scheme: {
413
- type: StringConstructor;
414
- default: string;
415
- };
416
- }>> & Readonly<{
417
- onClick?: ((...args: any[]) => any) | undefined;
418
- onMousedown?: ((...args: any[]) => any) | undefined;
419
- 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;
420
300
  }>, {
421
301
  filled: boolean;
422
302
  next: boolean;
423
- icon: string;
303
+ icon: string | null;
424
304
  clickable: boolean;
425
- size: string;
426
- lineHeight: string;
427
- scheme: string;
428
- }, {}, {}, {}, 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>;
429
309
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
430
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
431
- filled: {
432
- type: BooleanConstructor;
433
- };
434
- next: {
435
- type: BooleanConstructor;
436
- };
437
- icon: {
438
- type: StringConstructor;
439
- default: null;
440
- };
441
- clickable: {
442
- type: BooleanConstructor;
443
- default: boolean;
444
- };
445
- size: {
446
- type: StringConstructor;
447
- default: string;
448
- validator(value: unknown): boolean;
449
- };
450
- lineHeight: {
451
- type: StringConstructor;
452
- default: null;
453
- validator(value: unknown): boolean;
454
- };
455
- scheme: {
456
- type: StringConstructor;
457
- default: string;
458
- };
459
- }>, {}, {}, {
460
- svg(): any;
461
- materialSymbolsName(): any;
462
- }, {
463
- onClick($event: any): void;
464
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
465
- filled: {
466
- type: BooleanConstructor;
467
- };
468
- next: {
469
- type: BooleanConstructor;
470
- };
471
- icon: {
472
- type: StringConstructor;
473
- default: null;
474
- };
475
- clickable: {
476
- type: BooleanConstructor;
477
- default: boolean;
478
- };
479
- size: {
480
- type: StringConstructor;
481
- default: string;
482
- validator(value: unknown): boolean;
483
- };
484
- lineHeight: {
485
- type: StringConstructor;
486
- default: null;
487
- validator(value: unknown): boolean;
488
- };
489
- scheme: {
490
- type: StringConstructor;
491
- default: string;
492
- };
493
- }>> & Readonly<{
494
- onClick?: ((...args: any[]) => any) | undefined;
495
- onMousedown?: ((...args: any[]) => any) | undefined;
496
- 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;
497
318
  }>, {
498
319
  filled: boolean;
499
320
  next: boolean;
500
- icon: string;
321
+ icon: string | null;
501
322
  clickable: boolean;
502
- size: string;
503
- lineHeight: string;
504
- scheme: string;
505
- }, {}, {}, {}, 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>;
506
327
  UnnnicTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
507
328
  text: {
508
329
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"ChatsMessage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsMessage/ChatsMessage.vue"],"names":[],"mappings":"AAwIA;"}
1
+ {"version":3,"file":"ChatsMessage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsMessage/ChatsMessage.vue"],"names":[],"mappings":"AA2IA;"}
@@ -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