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