@weni/unnnic-system 3.8.2-alpha.1 → 3.8.2-alpha.2

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 (37) hide show
  1. package/dist/assets/tokens/colors.json.d.ts +376 -0
  2. package/dist/components/Card/CardCompany.vue.d.ts +11 -414
  3. package/dist/components/Carousel/Carousel.vue.d.ts +11 -414
  4. package/dist/components/Carousel/TagCarousel.vue.d.ts +11 -414
  5. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +0 -418
  6. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +1 -1
  7. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +12 -415
  8. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
  9. package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
  10. package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
  11. package/dist/components/Tag/Tag.vue.d.ts +12 -414
  12. package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
  13. package/dist/components/Tag/types.d.ts +18 -0
  14. package/dist/components/Tag/types.d.ts.map +1 -0
  15. package/dist/components/index.d.ts +12229 -15483
  16. package/dist/components/index.d.ts.map +1 -1
  17. package/dist/{es-dc440fef.mjs → es-4f3d094b.mjs} +1 -1
  18. package/dist/{index-6b5eeee8.mjs → index-43281ff3.mjs} +6991 -6829
  19. package/dist/{pt-br-a2cfd62d.mjs → pt-br-8a34ccb7.mjs} +1 -1
  20. package/dist/style.css +1 -1
  21. package/dist/unnnic.mjs +1 -1
  22. package/dist/unnnic.umd.js +32 -36
  23. package/package.json +1 -1
  24. package/src/components/ChatsContact/ChatsContact.vue +10 -6
  25. package/src/components/Tag/DefaultTag.vue +46 -107
  26. package/src/components/Tag/Tag.vue +32 -79
  27. package/src/components/Tag/types.ts +19 -0
  28. package/src/stories/Tag.stories.js +24 -43
  29. package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
  30. package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
  31. package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
  32. package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
  33. package/dist/components/Tag/TagNext.vue.d.ts +0 -24
  34. package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
  35. package/src/components/Tag/BrandTag.vue +0 -96
  36. package/src/components/Tag/IndicatorTag.vue +0 -107
  37. package/src/components/Tag/TagNext.vue +0 -60
@@ -56,424 +56,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
56
56
  modelValue: unknown[];
57
57
  tagItems: unknown[];
58
58
  }, {}, {
59
- UnnnicTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
60
- type: {
61
- type: StringConstructor;
62
- default: string;
63
- validator(value: unknown): boolean;
64
- };
65
- text: {
66
- type: StringConstructor;
67
- default: null;
68
- };
69
- tooltipText: {
70
- type: StringConstructor;
71
- default: null;
72
- };
73
- clickable: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- count: {
78
- type: NumberConstructor;
79
- default: number;
80
- };
81
- disabled: {
82
- type: BooleanConstructor;
83
- default: boolean;
84
- };
85
- hasCloseIcon: {
86
- type: BooleanConstructor;
87
- default: boolean;
88
- };
89
- scheme: {
90
- type: StringConstructor;
91
- default: string;
92
- };
93
- hasBackButton: {
94
- type: BooleanConstructor;
95
- default: boolean;
96
- };
97
- enableTooltip: {
98
- type: BooleanConstructor;
99
- default: boolean;
100
- };
101
- leftIcon: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- rightIcon: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
- }>, {}, {}, {
110
- currentComponent(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
111
- text: {
112
- type: StringConstructor;
113
- default: null;
114
- };
115
- clickable: {
116
- type: BooleanConstructor;
117
- default: boolean;
118
- };
119
- disabled: {
120
- type: BooleanConstructor;
121
- default: boolean;
122
- };
123
- hasCloseIcon: {
124
- type: BooleanConstructor;
125
- default: boolean;
126
- };
127
- scheme: {
128
- type: StringConstructor;
129
- default: string;
130
- };
131
- leftIcon: {
132
- type: StringConstructor;
133
- default: null;
134
- };
135
- rightIcon: {
136
- type: StringConstructor;
137
- default: null;
138
- };
139
- }>, {}, {}, {}, {
140
- closeClicked(): void;
141
- emitClose(): void;
142
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
143
- text: {
144
- type: StringConstructor;
145
- default: null;
146
- };
147
- clickable: {
148
- type: BooleanConstructor;
149
- default: boolean;
150
- };
151
- disabled: {
152
- type: BooleanConstructor;
153
- default: boolean;
154
- };
155
- hasCloseIcon: {
156
- type: BooleanConstructor;
157
- default: boolean;
158
- };
159
- scheme: {
160
- type: StringConstructor;
161
- default: string;
162
- };
163
- leftIcon: {
164
- type: StringConstructor;
165
- default: null;
166
- };
167
- rightIcon: {
168
- type: StringConstructor;
169
- default: null;
170
- };
171
- }>> & Readonly<{}>, {
172
- text: string;
173
- clickable: boolean;
174
- scheme: string;
175
- disabled: boolean;
176
- hasCloseIcon: boolean;
177
- leftIcon: string;
178
- rightIcon: string;
179
- }, {}, {
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;
188
- }>, {
189
- size: import('../Icon.vue').IconSize;
190
- filled: boolean;
191
- icon: string | null;
192
- clickable: boolean;
193
- scheme: import('../Icon.vue').SchemeColor;
194
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
195
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
196
- text: {
197
- type: StringConstructor;
198
- default: null;
199
- };
200
- tooltipText: {
201
- type: StringConstructor;
202
- default: null;
203
- };
204
- count: {
205
- type: NumberConstructor;
206
- default: number;
207
- };
208
- clickable: {
209
- type: BooleanConstructor;
210
- default: boolean;
211
- };
212
- hasBackButton: {
213
- type: BooleanConstructor;
214
- default: boolean;
215
- };
216
- enableTooltip: {
217
- type: BooleanConstructor;
218
- default: boolean;
219
- };
220
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
221
- text: {
222
- type: StringConstructor;
223
- default: null;
224
- };
225
- tooltipText: {
226
- type: StringConstructor;
227
- default: null;
228
- };
229
- count: {
230
- type: NumberConstructor;
231
- default: number;
232
- };
233
- clickable: {
234
- type: BooleanConstructor;
235
- default: boolean;
236
- };
237
- hasBackButton: {
238
- type: BooleanConstructor;
239
- default: boolean;
240
- };
241
- enableTooltip: {
242
- type: BooleanConstructor;
243
- default: boolean;
244
- };
245
- }>> & Readonly<{}>, {
246
- text: string;
247
- clickable: boolean;
248
- tooltipText: string;
249
- count: number;
250
- hasBackButton: boolean;
251
- enableTooltip: boolean;
252
- }, {}, {
253
- UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
254
- click: (event: Event) => any;
255
- mousedown: (event: Event) => any;
256
- mouseup: (event: Event) => any;
257
- }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
258
- onClick?: ((event: Event) => any) | undefined;
259
- onMousedown?: ((event: Event) => any) | undefined;
260
- onMouseup?: ((event: Event) => any) | undefined;
261
- }>, {
262
- size: import('../Icon.vue').IconSize;
263
- filled: boolean;
264
- icon: string | null;
265
- clickable: boolean;
266
- scheme: import('../Icon.vue').SchemeColor;
267
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
268
- ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
269
- text: {
270
- type: StringConstructor;
271
- default: string;
272
- };
273
- enabled: {
274
- type: BooleanConstructor;
275
- default: boolean;
276
- };
277
- forceOpen: {
278
- type: BooleanConstructor;
279
- default: boolean;
280
- };
281
- side: {
282
- type: StringConstructor;
283
- default: string;
284
- validator(value: unknown): boolean;
285
- };
286
- maxWidth: {
287
- type: StringConstructor;
288
- default: string;
289
- };
290
- shortcutText: {
291
- type: StringConstructor;
292
- default: null;
293
- };
294
- enableHtml: {
295
- type: BooleanConstructor;
296
- default: boolean;
297
- };
298
- }>, {}, {
299
- topPos: null;
300
- leftPos: null;
301
- }, {}, {
302
- handleResize(): void;
303
- getRightPost(element: any): void;
304
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
305
- text: {
306
- type: StringConstructor;
307
- default: string;
308
- };
309
- enabled: {
310
- type: BooleanConstructor;
311
- default: boolean;
312
- };
313
- forceOpen: {
314
- type: BooleanConstructor;
315
- default: boolean;
316
- };
317
- side: {
318
- type: StringConstructor;
319
- default: string;
320
- validator(value: unknown): boolean;
321
- };
322
- maxWidth: {
323
- type: StringConstructor;
324
- default: string;
325
- };
326
- shortcutText: {
327
- type: StringConstructor;
328
- default: null;
329
- };
330
- enableHtml: {
331
- type: BooleanConstructor;
332
- default: boolean;
333
- };
334
- }>> & Readonly<{}>, {
335
- text: string;
336
- enabled: boolean;
337
- forceOpen: boolean;
338
- side: string;
339
- maxWidth: string;
340
- shortcutText: string;
341
- enableHtml: boolean;
342
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
343
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
344
- text: {
345
- type: StringConstructor;
346
- default: null;
347
- };
348
- clickable: {
349
- type: BooleanConstructor;
350
- default: boolean;
351
- };
352
- disabled: {
353
- type: BooleanConstructor;
354
- default: boolean;
355
- };
356
- }>, {}, {}, {}, {
357
- closeClicked(): void;
358
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
359
- text: {
360
- type: StringConstructor;
361
- default: null;
362
- };
363
- clickable: {
364
- type: BooleanConstructor;
365
- default: boolean;
366
- };
367
- disabled: {
368
- type: BooleanConstructor;
369
- default: boolean;
370
- };
371
- }>> & Readonly<{}>, {
372
- text: string;
373
- clickable: boolean;
374
- disabled: boolean;
375
- }, {}, {
376
- UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
377
- click: (event: Event) => any;
378
- mousedown: (event: Event) => any;
379
- mouseup: (event: Event) => any;
380
- }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
381
- onClick?: ((event: Event) => any) | undefined;
382
- onMousedown?: ((event: Event) => any) | undefined;
383
- onMouseup?: ((event: Event) => any) | undefined;
384
- }>, {
385
- size: import('../Icon.vue').IconSize;
386
- filled: boolean;
387
- icon: string | null;
388
- clickable: boolean;
389
- scheme: import('../Icon.vue').SchemeColor;
390
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
391
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
392
- text: {
393
- type: StringConstructor;
394
- default: null;
395
- };
396
- scheme: {
397
- type: StringConstructor;
398
- default: string;
399
- };
400
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
401
- text: {
402
- type: StringConstructor;
403
- default: null;
404
- };
405
- scheme: {
406
- type: StringConstructor;
407
- default: string;
408
- };
409
- }>> & Readonly<{}>, {
410
- text: string;
411
- scheme: string;
412
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
413
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
414
- type: {
415
- type: StringConstructor;
416
- default: string;
417
- validator(value: unknown): boolean;
418
- };
419
- text: {
420
- type: StringConstructor;
421
- default: null;
422
- };
423
- tooltipText: {
424
- type: StringConstructor;
425
- default: null;
426
- };
427
- clickable: {
428
- type: BooleanConstructor;
429
- default: boolean;
430
- };
431
- count: {
432
- type: NumberConstructor;
433
- default: number;
434
- };
435
- disabled: {
436
- type: BooleanConstructor;
437
- default: boolean;
438
- };
439
- hasCloseIcon: {
440
- type: BooleanConstructor;
441
- default: boolean;
442
- };
443
- scheme: {
444
- type: StringConstructor;
445
- default: string;
446
- };
447
- hasBackButton: {
448
- type: BooleanConstructor;
449
- default: boolean;
450
- };
451
- enableTooltip: {
452
- type: BooleanConstructor;
453
- default: boolean;
454
- };
455
- leftIcon: {
456
- type: StringConstructor;
457
- default: string;
458
- };
459
- rightIcon: {
460
- type: StringConstructor;
461
- default: string;
462
- };
463
- }>> & Readonly<{}>, {
59
+ UnnnicTag: import('vue').DefineComponent<import('../Tag/types').TagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
60
+ click: () => any;
61
+ close: () => any;
62
+ }, string, import('vue').PublicProps, Readonly<import('../Tag/types').TagProps> & Readonly<{
63
+ onClick?: (() => any) | undefined;
64
+ onClose?: (() => any) | undefined;
65
+ }>, {
464
66
  text: string;
465
- type: string;
466
- clickable: boolean;
67
+ type: import('../Tag/types').TagType;
68
+ size: import('../Tag/types').TagSize;
467
69
  scheme: string;
468
70
  disabled: boolean;
469
- hasCloseIcon: boolean;
470
71
  leftIcon: string;
471
- rightIcon: string;
472
- tooltipText: string;
473
- count: number;
474
- hasBackButton: boolean;
475
- enableTooltip: boolean;
476
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
72
+ hasCloseIcon: boolean;
73
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
477
74
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
478
75
  click: (event: Event) => any;
479
76
  mousedown: (event: Event) => any;