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