@weni/unnnic-system 3.2.2 → 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 (115) hide show
  1. package/CHANGELOG.md +26 -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 +52 -288
  39. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
  40. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
  41. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
  42. package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
  43. package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
  44. package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
  45. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
  46. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  47. package/dist/components/Disclaimer/types.d.ts +7 -0
  48. package/dist/components/Disclaimer/types.d.ts.map +1 -0
  49. package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
  50. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
  51. package/dist/components/Flag.vue.d.ts +13 -72
  52. package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
  53. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  54. package/dist/components/Icon/types.d.ts +13 -0
  55. package/dist/components/Icon/types.d.ts.map +1 -0
  56. package/dist/components/Icon.vue.d.ts +15 -72
  57. package/dist/components/Icon.vue.d.ts.map +1 -1
  58. package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
  59. package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
  60. package/dist/components/Input/BaseInput.vue.d.ts +1 -1
  61. package/dist/components/Input/Input.vue.d.ts +17 -76
  62. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  63. package/dist/components/Input/TextInput.vue.d.ts +16 -75
  64. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
  65. package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
  66. package/dist/components/Modal/Modal.vue.d.ts +13 -72
  67. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
  68. package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
  69. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
  70. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
  71. package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
  72. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
  73. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
  74. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
  75. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
  76. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  77. package/dist/components/SelectTime/index.vue.d.ts +16 -75
  78. package/dist/components/Slider/Slider.vue.d.ts +13 -72
  79. package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
  80. package/dist/components/Switch/Switch.vue.d.ts +15 -74
  81. package/dist/components/Tab/Tab.vue.d.ts +13 -72
  82. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  83. package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
  84. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
  85. package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
  86. package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
  87. package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
  88. package/dist/components/Tag/Tag.vue.d.ts +40 -217
  89. package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
  90. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  91. package/dist/components/Tour/Tour.vue.d.ts +44 -180
  92. package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
  93. package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
  94. package/dist/components/index.d.ts +13836 -7970
  95. package/dist/components/index.d.ts.map +1 -1
  96. package/dist/{es-b22a2af8.mjs → es-cc886436.mjs} +1 -1
  97. package/dist/{index-3e3537cb.mjs → index-d36790a8.mjs} +5864 -5904
  98. package/dist/{pt-br-7a4de77d.mjs → pt-br-5f433748.mjs} +1 -1
  99. package/dist/style.css +1 -1
  100. package/dist/unnnic.mjs +177 -90
  101. package/dist/unnnic.umd.js +40 -40
  102. package/package.json +1 -1
  103. package/src/components/Button/Button.vue +99 -128
  104. package/src/components/Button/types.ts +23 -0
  105. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  106. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  107. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  108. package/src/components/Disclaimer/types.ts +7 -0
  109. package/src/components/Icon/types.ts +114 -0
  110. package/src/components/Icon.vue +44 -76
  111. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  112. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  113. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  114. package/src/components/__tests__/Icon.spec.js +32 -18
  115. package/src/components/index.ts +93 -0
@@ -31,186 +31,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
31
31
  nextDisabled: boolean;
32
32
  showFooterLegend: boolean;
33
33
  }, {}, {
34
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
35
- filled: {
36
- type: BooleanConstructor;
37
- };
38
- next: {
39
- type: BooleanConstructor;
40
- };
41
- icon: {
42
- type: StringConstructor;
43
- default: null;
44
- };
45
- clickable: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
49
- size: {
50
- type: StringConstructor;
51
- default: string;
52
- validator(value: unknown): boolean;
53
- };
54
- lineHeight: {
55
- type: StringConstructor;
56
- default: null;
57
- validator(value: unknown): boolean;
58
- };
59
- scheme: {
60
- type: StringConstructor;
61
- default: string;
62
- };
63
- }>, {}, {}, {
64
- svg(): any;
65
- materialSymbolsName(): any;
66
- }, {
67
- onClick($event: any): void;
68
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
69
- filled: {
70
- type: BooleanConstructor;
71
- };
72
- next: {
73
- type: BooleanConstructor;
74
- };
75
- icon: {
76
- type: StringConstructor;
77
- default: null;
78
- };
79
- clickable: {
80
- type: BooleanConstructor;
81
- default: boolean;
82
- };
83
- size: {
84
- type: StringConstructor;
85
- default: string;
86
- validator(value: unknown): boolean;
87
- };
88
- lineHeight: {
89
- type: StringConstructor;
90
- default: null;
91
- validator(value: unknown): boolean;
92
- };
93
- scheme: {
94
- type: StringConstructor;
95
- default: string;
96
- };
97
- }>> & Readonly<{
98
- onClick?: ((...args: any[]) => any) | undefined;
99
- onMousedown?: ((...args: any[]) => any) | undefined;
100
- onMouseup?: ((...args: any[]) => any) | undefined;
34
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
35
+ click: (event: Event) => any;
36
+ mousedown: (event: Event) => any;
37
+ mouseup: (event: Event) => any;
38
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
39
+ onClick?: ((event: Event) => any) | undefined;
40
+ onMousedown?: ((event: Event) => any) | undefined;
41
+ onMouseup?: ((event: Event) => any) | undefined;
101
42
  }>, {
102
43
  filled: boolean;
103
44
  next: boolean;
104
- icon: string;
45
+ icon: string | null;
105
46
  clickable: boolean;
106
- size: string;
107
- lineHeight: string;
108
- scheme: string;
109
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
110
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
111
- size: {
112
- type: StringConstructor;
113
- default: string;
114
- };
115
- text: {
116
- type: StringConstructor;
117
- default: string;
118
- };
119
- type: {
120
- type: StringConstructor;
121
- default: string;
122
- };
123
- float: {
124
- type: BooleanConstructor;
125
- default: boolean;
126
- };
127
- iconLeft: {
128
- type: StringConstructor;
129
- default: string;
130
- };
131
- iconRight: {
132
- type: StringConstructor;
133
- default: string;
134
- };
135
- iconCenter: {
136
- type: StringConstructor;
137
- default: string;
138
- };
139
- iconsFilled: {
140
- type: BooleanConstructor;
141
- default: boolean;
142
- };
143
- next: {
144
- type: BooleanConstructor;
145
- default: boolean;
146
- };
147
- disabled: {
148
- type: BooleanConstructor;
149
- default: boolean;
150
- };
151
- loading: {
152
- type: BooleanConstructor;
153
- default: boolean;
154
- };
155
- }>, {}, {}, {
156
- buttonDisabled(): boolean;
157
- iconSize(): "md" | "sm";
158
- hasText(): boolean | "";
159
- iconScheme(): any;
160
- isSizePropValid(): boolean;
161
- isTypePropValid(): boolean;
162
- }, {
163
- validateProps(): void;
164
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
165
- size: {
166
- type: StringConstructor;
167
- default: string;
168
- };
169
- text: {
170
- type: StringConstructor;
171
- default: string;
172
- };
173
- type: {
174
- type: StringConstructor;
175
- default: string;
176
- };
177
- float: {
178
- type: BooleanConstructor;
179
- default: boolean;
180
- };
181
- iconLeft: {
182
- type: StringConstructor;
183
- default: string;
184
- };
185
- iconRight: {
186
- type: StringConstructor;
187
- default: string;
188
- };
189
- iconCenter: {
190
- type: StringConstructor;
191
- default: string;
192
- };
193
- iconsFilled: {
194
- type: BooleanConstructor;
195
- default: boolean;
196
- };
197
- next: {
198
- type: BooleanConstructor;
199
- default: boolean;
200
- };
201
- disabled: {
202
- type: BooleanConstructor;
203
- default: boolean;
204
- };
205
- loading: {
206
- type: BooleanConstructor;
207
- default: boolean;
208
- };
209
- }>> & Readonly<{}>, {
47
+ size: import('../Icon.vue').IconSize;
48
+ lineHeight: import('../Icon.vue').LineHeight | null;
49
+ scheme: import('../Icon.vue').SchemeColor;
50
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
51
+ UnnnicButton: {
52
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
53
+ text: string;
54
+ next: boolean;
55
+ size: import('../Button/types').ButtonSize;
56
+ type: import('../Button/types').ButtonType;
57
+ disabled: boolean;
58
+ iconLeft: string;
59
+ iconRight: string;
60
+ float: boolean;
61
+ iconCenter: string;
62
+ iconsFilled: boolean;
63
+ loading: boolean;
64
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
65
+ P: {};
66
+ B: {};
67
+ D: {};
68
+ C: {};
69
+ M: {};
70
+ Defaults: {};
71
+ }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
72
+ text: string;
73
+ next: boolean;
74
+ size: import('../Button/types').ButtonSize;
75
+ type: import('../Button/types').ButtonType;
76
+ disabled: boolean;
77
+ iconLeft: string;
78
+ iconRight: string;
79
+ float: boolean;
80
+ iconCenter: string;
81
+ iconsFilled: boolean;
82
+ loading: boolean;
83
+ }>;
84
+ __isFragment?: never;
85
+ __isTeleport?: never;
86
+ __isSuspense?: never;
87
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
210
88
  text: string;
211
- type: string;
212
89
  next: boolean;
213
- size: string;
90
+ size: import('../Button/types').ButtonSize;
91
+ type: import('../Button/types').ButtonType;
214
92
  disabled: boolean;
215
93
  iconLeft: string;
216
94
  iconRight: string;
@@ -218,84 +96,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
218
96
  iconCenter: string;
219
97
  iconsFilled: boolean;
220
98
  loading: boolean;
221
- }, {}, {
222
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
223
- filled: {
224
- type: BooleanConstructor;
225
- };
226
- next: {
227
- type: BooleanConstructor;
228
- };
229
- icon: {
230
- type: StringConstructor;
231
- default: null;
232
- };
233
- clickable: {
234
- type: BooleanConstructor;
235
- default: boolean;
236
- };
237
- size: {
238
- type: StringConstructor;
239
- default: string;
240
- validator(value: unknown): boolean;
241
- };
242
- lineHeight: {
243
- type: StringConstructor;
244
- default: null;
245
- validator(value: unknown): boolean;
246
- };
247
- scheme: {
248
- type: StringConstructor;
249
- default: string;
250
- };
251
- }>, {}, {}, {
252
- svg(): any;
253
- materialSymbolsName(): any;
254
- }, {
255
- onClick($event: any): void;
256
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
257
- filled: {
258
- type: BooleanConstructor;
259
- };
260
- next: {
261
- type: BooleanConstructor;
262
- };
263
- icon: {
264
- type: StringConstructor;
265
- default: null;
266
- };
267
- clickable: {
268
- type: BooleanConstructor;
269
- default: boolean;
270
- };
271
- size: {
272
- type: StringConstructor;
273
- default: string;
274
- validator(value: unknown): boolean;
275
- };
276
- lineHeight: {
277
- type: StringConstructor;
278
- default: null;
279
- validator(value: unknown): boolean;
280
- };
281
- scheme: {
282
- type: StringConstructor;
283
- default: string;
284
- };
285
- }>> & Readonly<{
286
- onClick?: ((...args: any[]) => any) | undefined;
287
- onMousedown?: ((...args: any[]) => any) | undefined;
288
- onMouseup?: ((...args: any[]) => any) | undefined;
289
- }>, {
290
- filled: boolean;
291
- next: boolean;
292
- icon: string;
293
- clickable: boolean;
294
- size: string;
295
- lineHeight: string;
296
- scheme: string;
297
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
298
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
99
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
100
+ $slots: {
101
+ default?(_: {}): any;
102
+ };
103
+ });
299
104
  UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
300
105
  text: {
301
106
  type: StringConstructor;
@@ -109,82 +109,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
109
109
  shortcutText: string;
110
110
  enableHtml: boolean;
111
111
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
112
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
113
- filled: {
114
- type: BooleanConstructor;
115
- };
116
- next: {
117
- type: BooleanConstructor;
118
- };
119
- icon: {
120
- type: StringConstructor;
121
- default: null;
122
- };
123
- clickable: {
124
- type: BooleanConstructor;
125
- default: boolean;
126
- };
127
- size: {
128
- type: StringConstructor;
129
- default: string;
130
- validator(value: unknown): boolean;
131
- };
132
- lineHeight: {
133
- type: StringConstructor;
134
- default: null;
135
- validator(value: unknown): boolean;
136
- };
137
- scheme: {
138
- type: StringConstructor;
139
- default: string;
140
- };
141
- }>, {}, {}, {
142
- svg(): any;
143
- materialSymbolsName(): any;
144
- }, {
145
- onClick($event: any): void;
146
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
147
- filled: {
148
- type: BooleanConstructor;
149
- };
150
- next: {
151
- type: BooleanConstructor;
152
- };
153
- icon: {
154
- type: StringConstructor;
155
- default: null;
156
- };
157
- clickable: {
158
- type: BooleanConstructor;
159
- default: boolean;
160
- };
161
- size: {
162
- type: StringConstructor;
163
- default: string;
164
- validator(value: unknown): boolean;
165
- };
166
- lineHeight: {
167
- type: StringConstructor;
168
- default: null;
169
- validator(value: unknown): boolean;
170
- };
171
- scheme: {
172
- type: StringConstructor;
173
- default: string;
174
- };
175
- }>> & Readonly<{
176
- onClick?: ((...args: any[]) => any) | undefined;
177
- onMousedown?: ((...args: any[]) => any) | undefined;
178
- onMouseup?: ((...args: any[]) => any) | undefined;
112
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
113
+ click: (event: Event) => any;
114
+ mousedown: (event: Event) => any;
115
+ mouseup: (event: Event) => any;
116
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
117
+ onClick?: ((event: Event) => any) | undefined;
118
+ onMousedown?: ((event: Event) => any) | undefined;
119
+ onMouseup?: ((event: Event) => any) | undefined;
179
120
  }>, {
180
121
  filled: boolean;
181
122
  next: boolean;
182
- icon: string;
123
+ icon: string | null;
183
124
  clickable: boolean;
184
- size: string;
185
- lineHeight: string;
186
- scheme: string;
187
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
125
+ size: import('../Icon.vue').IconSize;
126
+ lineHeight: import('../Icon.vue').LineHeight | null;
127
+ scheme: import('../Icon.vue').SchemeColor;
128
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
188
129
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
189
130
  export default _default;
190
131
  //# sourceMappingURL=ChatText.vue.d.ts.map