@weni/unnnic-system 3.2.5-alpha.1 → 3.2.6

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 (166) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
  3. package/dist/components/Alert/Alert.vue.d.ts +5 -5
  4. package/dist/components/Alert/Version1dot1.vue.d.ts +2 -2
  5. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
  6. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
  7. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
  8. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
  9. package/dist/components/Banner/Banner.vue.d.ts +1 -1
  10. package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
  11. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
  12. package/dist/components/Button/Button.vue.d.ts +2 -2
  13. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  14. package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
  15. package/dist/components/Button/types.d.ts +1 -1
  16. package/dist/components/Button/types.d.ts.map +1 -1
  17. package/dist/components/Card/AccountCard.vue.d.ts +3 -3
  18. package/dist/components/Card/BlankCard.vue.d.ts +1 -1
  19. package/dist/components/Card/Card.vue.d.ts +21 -21
  20. package/dist/components/Card/CardCompany.vue.d.ts +8 -8
  21. package/dist/components/Card/CardData.vue.d.ts +1 -1
  22. package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
  23. package/dist/components/Card/ContentCard.vue.d.ts +2 -2
  24. package/dist/components/Card/DashCard.vue.d.ts +4 -4
  25. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  26. package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
  27. package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
  28. package/dist/components/Card/StatusCard.vue.d.ts +2 -2
  29. package/dist/components/Card/TitleCard.vue.d.ts +2 -2
  30. package/dist/components/CardImage/CardImage.vue.d.ts +16 -7
  31. package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
  32. package/dist/components/CardProject/CardProject.vue.d.ts +11 -2
  33. package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
  34. package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
  35. package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
  36. package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
  37. package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
  38. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
  39. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
  40. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
  41. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
  42. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
  43. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
  44. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
  45. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
  46. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  47. package/dist/components/Chip/Chip.vue.d.ts +8 -0
  48. package/dist/components/Chip/Chip.vue.d.ts.map +1 -0
  49. package/dist/components/Chip/types.d.ts +9 -0
  50. package/dist/components/Chip/types.d.ts.map +1 -0
  51. package/dist/components/Comment/Comment.vue.d.ts +1 -1
  52. package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
  53. package/dist/components/DataTable/index.vue.d.ts +1 -1
  54. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  55. package/dist/components/DateFilter/DateFilter.vue.d.ts +27 -182
  56. package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
  57. package/dist/components/Disclaimer/types.d.ts +1 -1
  58. package/dist/components/Disclaimer/types.d.ts.map +1 -1
  59. package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
  60. package/dist/components/DropArea/DropArea.vue.d.ts +0 -2
  61. package/dist/components/DropArea/DropArea.vue.d.ts.map +1 -1
  62. package/dist/components/Dropdown/Dropdown.vue.d.ts +9 -0
  63. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
  64. package/dist/components/Flag.vue.d.ts +2 -2
  65. package/dist/components/FormElement/FormElement.vue.d.ts +32 -38
  66. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  67. package/dist/components/Icon/types.d.ts +2 -1
  68. package/dist/components/Icon/types.d.ts.map +1 -1
  69. package/dist/components/Icon.vue.d.ts +3 -2
  70. package/dist/components/Icon.vue.d.ts.map +1 -1
  71. package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
  72. package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
  73. package/dist/components/Input/BaseInput.vue.d.ts +1 -10
  74. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  75. package/dist/components/Input/Input.vue.d.ts +27 -182
  76. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  77. package/dist/components/Input/TextInput.vue.d.ts +13 -31
  78. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -192
  79. package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
  80. package/dist/components/Modal/Modal.vue.d.ts +2 -2
  81. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +10 -10
  82. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  83. package/dist/components/ModalNext/ModalNext.vue.d.ts +34 -189
  84. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -20
  85. package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
  86. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
  87. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  88. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
  89. package/dist/components/Radio/Radio.vue.d.ts +2 -2
  90. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +28 -45
  91. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
  92. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
  93. package/dist/components/SelectTime/index.vue.d.ts +13 -31
  94. package/dist/components/Slider/Slider.vue.d.ts +2 -2
  95. package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
  96. package/dist/components/Switch/Switch.vue.d.ts +2 -2
  97. package/dist/components/Tab/Tab.vue.d.ts +2 -2
  98. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  99. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  100. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
  101. package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
  102. package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
  103. package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
  104. package/dist/components/Tag/Tag.vue.d.ts +8 -8
  105. package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
  106. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  107. package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
  108. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  109. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  110. package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -13
  111. package/dist/components/index.d.ts +899 -2193
  112. package/dist/components/index.d.ts.map +1 -1
  113. package/dist/{es-dc7f4ae0.mjs → es-abc8e9a2.mjs} +1 -1
  114. package/dist/{index-93c6d4e1.mjs → index-22520f9b.mjs} +7776 -7910
  115. package/dist/{pt-br-6c72f1f4.mjs → pt-br-a1f8d5de.mjs} +1 -1
  116. package/dist/style.css +1 -1
  117. package/dist/unnnic.mjs +116 -118
  118. package/dist/unnnic.umd.js +41 -42
  119. package/package.json +2 -2
  120. package/src/assets/scss/scheme-colors.scss +132 -0
  121. package/src/assets/scss/unnnic.scss +2 -0
  122. package/src/components/Button/Button.vue +109 -58
  123. package/src/components/Button/types.ts +1 -0
  124. package/src/components/Card/Card.vue +12 -21
  125. package/src/components/Chip/Chip.vue +124 -0
  126. package/src/components/Chip/__tests__/Chip.spec.js +164 -0
  127. package/src/components/Chip/types.ts +8 -0
  128. package/src/components/Disclaimer/types.ts +1 -1
  129. package/src/components/DropArea/DropArea.vue +2 -26
  130. package/src/components/Dropdown/Dropdown.vue +6 -0
  131. package/src/components/Dropdown/__tests__/Dropdown.spec.js +57 -0
  132. package/src/components/FormElement/FormElement.vue +90 -50
  133. package/src/components/Icon/types.ts +4 -95
  134. package/src/components/Icon.vue +3 -98
  135. package/src/components/Input/BaseInput.vue +12 -10
  136. package/src/components/Input/Input.scss +20 -17
  137. package/src/components/Input/Input.vue +28 -86
  138. package/src/components/Input/TextInput.vue +35 -27
  139. package/src/components/Input/__test__/TextInput.spec.js +5 -5
  140. package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
  141. package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
  142. package/src/components/ModalDialog/ModalDialog.vue +29 -27
  143. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
  144. package/src/components/SelectSmart/SelectSmart.vue +3 -1
  145. package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +45 -0
  146. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
  147. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
  148. package/src/components/TextArea/TextArea.vue +9 -14
  149. package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
  150. package/src/components/index.ts +7 -12
  151. package/src/stories/Button.stories.js +10 -1
  152. package/src/stories/Chip.stories.js +173 -0
  153. package/src/stories/Input.stories.js +3 -17
  154. package/src/types/scheme-colors.d.ts +102 -0
  155. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
  156. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
  157. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
  158. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
  159. package/src/assets/img/previews/doc-preview.png +0 -0
  160. package/src/assets/img/previews/image-preview.png +0 -0
  161. package/src/assets/img/previews/video-preview.png +0 -0
  162. package/src/components/TemplatePreview/TemplatePreview.vue +0 -249
  163. package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
  164. package/src/components/TemplatePreview/types.d.ts +0 -16
  165. package/src/stories/TemplatePreview.stories.js +0 -94
  166. package/src/stories/TemplatePreviewModal.stories.js +0 -110
@@ -32,6 +32,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
32
  type: BooleanConstructor;
33
33
  default: null;
34
34
  };
35
+ iconRightSize: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
35
39
  allowTogglePassword: {
36
40
  type: BooleanConstructor;
37
41
  default: null;
@@ -44,21 +48,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
44
48
  type: StringConstructor;
45
49
  default: string;
46
50
  };
47
- maxlength: {
48
- type: NumberConstructor;
49
- default: null;
50
- };
51
- disabled: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
55
51
  }>, {}, {
56
52
  isFocused: boolean;
57
53
  showPassword: boolean;
58
54
  }, {
59
- isDisabled(): {};
55
+ isDisabled(): unknown;
60
56
  iconRightSvg(): string;
61
- iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
57
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
62
58
  attributes(): any;
63
59
  }, {
64
60
  focus(): void;
@@ -100,6 +96,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
100
96
  type: BooleanConstructor;
101
97
  default: null;
102
98
  };
99
+ iconRightSize: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
103
  allowTogglePassword: {
104
104
  type: BooleanConstructor;
105
105
  default: null;
@@ -112,29 +112,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
112
112
  type: StringConstructor;
113
113
  default: string;
114
114
  };
115
- maxlength: {
116
- type: NumberConstructor;
117
- default: null;
118
- };
119
- disabled: {
120
- type: BooleanConstructor;
121
- default: boolean;
122
- };
123
115
  }>> & Readonly<{
124
116
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
125
117
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
126
118
  }>, {
127
119
  size: string;
128
120
  type: string;
129
- disabled: boolean;
130
121
  modelValue: string;
131
122
  nativeType: string;
132
- maxlength: number;
133
123
  placeholder: string;
134
124
  iconLeft: string;
135
125
  iconRight: string;
136
126
  iconLeftClickable: boolean;
137
127
  iconRightClickable: boolean;
128
+ iconRightSize: string;
138
129
  allowTogglePassword: boolean;
139
130
  hasCloudyColor: boolean;
140
131
  }, {}, {
@@ -162,10 +153,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
162
153
  };
163
154
  hasIconLeft: BooleanConstructor;
164
155
  hasIconRight: BooleanConstructor;
165
- maxlength: {
166
- type: NumberConstructor;
167
- default: null;
168
- };
169
156
  }>, {}, {}, {
170
157
  attributes(): any;
171
158
  classes(): (string | {
@@ -198,21 +185,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
198
185
  };
199
186
  hasIconLeft: BooleanConstructor;
200
187
  hasIconRight: BooleanConstructor;
201
- maxlength: {
202
- type: NumberConstructor;
203
- default: null;
204
- };
205
188
  }>> & Readonly<{
206
189
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
207
190
  }>, {
191
+ mask: string | unknown[];
208
192
  size: string;
209
193
  type: string;
210
- mask: string | unknown[];
211
194
  hasIconLeft: boolean;
212
195
  hasIconRight: boolean;
213
196
  modelValue: string;
214
197
  nativeType: string;
215
- maxlength: number;
216
198
  }, {}, {}, {
217
199
  mask: any;
218
200
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -225,11 +207,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
225
207
  onMousedown?: ((event: Event) => any) | undefined;
226
208
  onMouseup?: ((event: Event) => any) | undefined;
227
209
  }>, {
228
- size: import('../Icon.vue').IconSize;
229
210
  filled: boolean;
230
211
  next: boolean;
231
212
  icon: string | null;
232
213
  clickable: boolean;
214
+ size: import('../Icon.vue').IconSize;
233
215
  lineHeight: import('../Icon.vue').LineHeight | null;
234
216
  scheme: import('../Icon.vue').SchemeColor;
235
217
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -72,7 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
72
72
  showCalendarFilter: boolean;
73
73
  overwrittenValue: string;
74
74
  }, {
75
- filterText(): string;
75
+ filterText(): any;
76
76
  initialStartDate(): string | null;
77
77
  initialEndDate(): string | null;
78
78
  }, {
@@ -153,9 +153,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
153
153
  onSelectDate?: ((...args: any[]) => any) | undefined;
154
154
  "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
155
155
  }>, {
156
+ next: boolean;
156
157
  size: string;
157
158
  type: string;
158
- next: boolean;
159
159
  minDate: string;
160
160
  maxDate: string;
161
161
  months: unknown[];
@@ -190,23 +190,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
190
190
  };
191
191
  message: {
192
192
  type: StringConstructor;
193
- default: string;
194
- };
195
- errors: {
196
- type: (StringConstructor | ArrayConstructor)[];
197
- default: string;
193
+ default: null;
198
194
  };
199
195
  label: {
200
196
  type: StringConstructor;
201
- default: string;
197
+ default: null;
202
198
  };
203
199
  iconLeft: {
204
200
  type: StringConstructor;
205
- default: string;
201
+ default: null;
206
202
  };
207
203
  iconRight: {
208
204
  type: StringConstructor;
209
- default: string;
205
+ default: null;
210
206
  };
211
207
  allowTogglePassword: {
212
208
  type: BooleanConstructor;
@@ -214,11 +210,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
214
210
  };
215
211
  iconLeftClickable: {
216
212
  type: BooleanConstructor;
217
- default: boolean;
213
+ default: null;
218
214
  };
219
215
  iconRightClickable: {
220
216
  type: BooleanConstructor;
221
- default: boolean;
217
+ default: null;
222
218
  };
223
219
  hasCloudyColor: {
224
220
  type: BooleanConstructor;
@@ -232,22 +228,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
232
228
  type: (StringConstructor | ArrayConstructor)[];
233
229
  default: string;
234
230
  };
235
- tooltip: {
236
- type: StringConstructor;
237
- default: string;
238
- };
239
- maxlength: {
240
- type: (NumberConstructor | null)[];
241
- default: null;
242
- };
243
- showMaxlengthCounter: {
244
- type: BooleanConstructor;
245
- default: boolean;
246
- };
247
- disabled: {
248
- type: BooleanConstructor;
249
- default: boolean;
250
- };
251
231
  }>, {}, {
252
232
  val: string;
253
233
  }, {
@@ -274,23 +254,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
274
254
  };
275
255
  message: {
276
256
  type: StringConstructor;
277
- default: string;
278
- };
279
- errors: {
280
- type: (StringConstructor | ArrayConstructor)[];
281
- default: string;
257
+ default: null;
282
258
  };
283
259
  label: {
284
260
  type: StringConstructor;
285
- default: string;
261
+ default: null;
286
262
  };
287
263
  iconLeft: {
288
264
  type: StringConstructor;
289
- default: string;
265
+ default: null;
290
266
  };
291
267
  iconRight: {
292
268
  type: StringConstructor;
293
- default: string;
269
+ default: null;
294
270
  };
295
271
  allowTogglePassword: {
296
272
  type: BooleanConstructor;
@@ -298,11 +274,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
298
274
  };
299
275
  iconLeftClickable: {
300
276
  type: BooleanConstructor;
301
- default: boolean;
277
+ default: null;
302
278
  };
303
279
  iconRightClickable: {
304
280
  type: BooleanConstructor;
305
- default: boolean;
281
+ default: null;
306
282
  };
307
283
  hasCloudyColor: {
308
284
  type: BooleanConstructor;
@@ -316,34 +292,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
316
292
  type: (StringConstructor | ArrayConstructor)[];
317
293
  default: string;
318
294
  };
319
- tooltip: {
320
- type: StringConstructor;
321
- default: string;
322
- };
323
- maxlength: {
324
- type: (NumberConstructor | null)[];
325
- default: null;
326
- };
327
- showMaxlengthCounter: {
328
- type: BooleanConstructor;
329
- default: boolean;
330
- };
331
- disabled: {
332
- type: BooleanConstructor;
333
- default: boolean;
334
- };
335
295
  }>> & Readonly<{
336
296
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
337
297
  }>, {
298
+ label: string;
299
+ mask: string | unknown[];
338
300
  size: string;
339
301
  type: string;
340
- label: string;
341
302
  message: string;
342
- disabled: boolean;
343
- mask: string | unknown[];
344
303
  modelValue: string;
345
304
  nativeType: string;
346
- maxlength: number | null;
347
305
  placeholder: string;
348
306
  iconLeft: string;
349
307
  iconRight: string;
@@ -351,9 +309,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
351
309
  iconRightClickable: boolean;
352
310
  allowTogglePassword: boolean;
353
311
  hasCloudyColor: boolean;
354
- errors: string | unknown[];
355
- tooltip: string;
356
- showMaxlengthCounter: boolean;
357
312
  }, {}, {
358
313
  TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
359
314
  placeholder: {
@@ -389,6 +344,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
389
344
  type: BooleanConstructor;
390
345
  default: null;
391
346
  };
347
+ iconRightSize: {
348
+ type: StringConstructor;
349
+ default: string;
350
+ };
392
351
  allowTogglePassword: {
393
352
  type: BooleanConstructor;
394
353
  default: null;
@@ -401,21 +360,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
401
360
  type: StringConstructor;
402
361
  default: string;
403
362
  };
404
- maxlength: {
405
- type: NumberConstructor;
406
- default: null;
407
- };
408
- disabled: {
409
- type: BooleanConstructor;
410
- default: boolean;
411
- };
412
363
  }>, {}, {
413
364
  isFocused: boolean;
414
365
  showPassword: boolean;
415
366
  }, {
416
- isDisabled(): {};
367
+ isDisabled(): unknown;
417
368
  iconRightSvg(): string;
418
- iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
369
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
419
370
  attributes(): any;
420
371
  }, {
421
372
  focus(): void;
@@ -457,6 +408,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
457
408
  type: BooleanConstructor;
458
409
  default: null;
459
410
  };
411
+ iconRightSize: {
412
+ type: StringConstructor;
413
+ default: string;
414
+ };
460
415
  allowTogglePassword: {
461
416
  type: BooleanConstructor;
462
417
  default: null;
@@ -469,29 +424,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
469
424
  type: StringConstructor;
470
425
  default: string;
471
426
  };
472
- maxlength: {
473
- type: NumberConstructor;
474
- default: null;
475
- };
476
- disabled: {
477
- type: BooleanConstructor;
478
- default: boolean;
479
- };
480
427
  }>> & Readonly<{
481
428
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
482
429
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
483
430
  }>, {
484
431
  size: string;
485
432
  type: string;
486
- disabled: boolean;
487
433
  modelValue: string;
488
434
  nativeType: string;
489
- maxlength: number;
490
435
  placeholder: string;
491
436
  iconLeft: string;
492
437
  iconRight: string;
493
438
  iconLeftClickable: boolean;
494
439
  iconRightClickable: boolean;
440
+ iconRightSize: string;
495
441
  allowTogglePassword: boolean;
496
442
  hasCloudyColor: boolean;
497
443
  }, {}, {
@@ -519,10 +465,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
519
465
  };
520
466
  hasIconLeft: BooleanConstructor;
521
467
  hasIconRight: BooleanConstructor;
522
- maxlength: {
523
- type: NumberConstructor;
524
- default: null;
525
- };
526
468
  }>, {}, {}, {
527
469
  attributes(): any;
528
470
  classes(): (string | {
@@ -555,21 +497,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
555
497
  };
556
498
  hasIconLeft: BooleanConstructor;
557
499
  hasIconRight: BooleanConstructor;
558
- maxlength: {
559
- type: NumberConstructor;
560
- default: null;
561
- };
562
500
  }>> & Readonly<{
563
501
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
564
502
  }>, {
503
+ mask: string | unknown[];
565
504
  size: string;
566
505
  type: string;
567
- mask: string | unknown[];
568
506
  hasIconLeft: boolean;
569
507
  hasIconRight: boolean;
570
508
  modelValue: string;
571
509
  nativeType: string;
572
- maxlength: number;
573
510
  }, {}, {}, {
574
511
  mask: any;
575
512
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -582,107 +519,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
582
519
  onMousedown?: ((event: Event) => any) | undefined;
583
520
  onMouseup?: ((event: Event) => any) | undefined;
584
521
  }>, {
585
- size: import('../Icon.vue').IconSize;
586
522
  filled: boolean;
587
523
  next: boolean;
588
524
  icon: string | null;
589
525
  clickable: boolean;
526
+ size: import('../Icon.vue').IconSize;
590
527
  lineHeight: import('../Icon.vue').LineHeight | null;
591
528
  scheme: import('../Icon.vue').SchemeColor;
592
529
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
593
530
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
594
- UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
595
- text: {
596
- type: StringConstructor;
597
- default: string;
598
- };
599
- enabled: {
600
- type: BooleanConstructor;
601
- default: boolean;
602
- };
603
- forceOpen: {
604
- type: BooleanConstructor;
605
- default: boolean;
606
- };
607
- side: {
608
- type: StringConstructor;
609
- default: string;
610
- validator(value: unknown): boolean;
611
- };
612
- maxWidth: {
613
- type: StringConstructor;
614
- default: string;
615
- };
616
- shortcutText: {
617
- type: StringConstructor;
618
- default: null;
619
- };
620
- enableHtml: {
621
- type: BooleanConstructor;
622
- default: boolean;
623
- };
624
- }>, {}, {
625
- topPos: null;
626
- leftPos: null;
627
- }, {}, {
628
- handleResize(): void;
629
- getRightPost(element: any): void;
630
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
631
- text: {
632
- type: StringConstructor;
633
- default: string;
634
- };
635
- enabled: {
636
- type: BooleanConstructor;
637
- default: boolean;
638
- };
639
- forceOpen: {
640
- type: BooleanConstructor;
641
- default: boolean;
642
- };
643
- side: {
644
- type: StringConstructor;
645
- default: string;
646
- validator(value: unknown): boolean;
647
- };
648
- maxWidth: {
649
- type: StringConstructor;
650
- default: string;
651
- };
652
- shortcutText: {
653
- type: StringConstructor;
654
- default: null;
655
- };
656
- enableHtml: {
657
- type: BooleanConstructor;
658
- default: boolean;
659
- };
660
- }>> & Readonly<{}>, {
661
- text: string;
662
- enabled: boolean;
663
- forceOpen: boolean;
664
- side: string;
665
- maxWidth: string;
666
- shortcutText: string;
667
- enableHtml: boolean;
668
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
669
- UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
670
- click: (event: Event) => any;
671
- mousedown: (event: Event) => any;
672
- mouseup: (event: Event) => any;
673
- }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
674
- onClick?: ((event: Event) => any) | undefined;
675
- onMousedown?: ((event: Event) => any) | undefined;
676
- onMouseup?: ((event: Event) => any) | undefined;
677
- }>, {
678
- size: import('../Icon.vue').IconSize;
679
- filled: boolean;
680
- next: boolean;
681
- icon: string | null;
682
- clickable: boolean;
683
- lineHeight: import('../Icon.vue').LineHeight | null;
684
- scheme: import('../Icon.vue').SchemeColor;
685
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
686
531
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
687
532
  UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
688
533
  initialStartDate: {
@@ -761,8 +606,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
761
606
  }, {
762
607
  openMonths(): string[];
763
608
  value(): {
764
- startDate: string;
765
- endDate: string;
609
+ startDate: any;
610
+ endDate: any;
766
611
  };
767
612
  i18nLocale(): string;
768
613
  monthsLocale(): any;
@@ -895,11 +740,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
895
740
  }, {}, {
896
741
  UnnnicButton: {
897
742
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
743
+ text: string;
744
+ next: boolean;
898
745
  size: import('../Button/types').ButtonSize;
899
746
  type: import('../Button/types').ButtonType;
900
747
  disabled: boolean;
901
- text: string;
902
- next: boolean;
903
748
  iconLeft: string;
904
749
  iconRight: string;
905
750
  float: boolean;
@@ -914,11 +759,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
914
759
  M: {};
915
760
  Defaults: {};
916
761
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
762
+ text: string;
763
+ next: boolean;
917
764
  size: import('../Button/types').ButtonSize;
918
765
  type: import('../Button/types').ButtonType;
919
766
  disabled: boolean;
920
- text: string;
921
- next: boolean;
922
767
  iconLeft: string;
923
768
  iconRight: string;
924
769
  float: boolean;
@@ -930,11 +775,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
930
775
  __isTeleport?: never;
931
776
  __isSuspense?: never;
932
777
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
778
+ text: string;
779
+ next: boolean;
933
780
  size: import('../Button/types').ButtonSize;
934
781
  type: import('../Button/types').ButtonType;
935
782
  disabled: boolean;
936
- text: string;
937
- next: boolean;
938
783
  iconLeft: string;
939
784
  iconRight: string;
940
785
  float: boolean;
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
26
  placeholder: StringConstructor;
27
27
  message: StringConstructor;
28
28
  error: {
29
- type: (StringConstructor | BooleanConstructor)[];
29
+ type: (BooleanConstructor | StringConstructor)[];
30
30
  };
31
31
  readonly: {
32
32
  type: BooleanConstructor;
@@ -69,7 +69,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
69
  placeholder: StringConstructor;
70
70
  message: StringConstructor;
71
71
  error: {
72
- type: (StringConstructor | BooleanConstructor)[];
72
+ type: (BooleanConstructor | StringConstructor)[];
73
73
  };
74
74
  readonly: {
75
75
  type: BooleanConstructor;
@@ -92,11 +92,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
92
92
  onMousedown?: ((event: Event) => any) | undefined;
93
93
  onMouseup?: ((event: Event) => any) | undefined;
94
94
  }>, {
95
- size: import('../Icon.vue').IconSize;
96
95
  filled: boolean;
97
96
  next: boolean;
98
97
  icon: string | null;
99
98
  clickable: boolean;
99
+ size: import('../Icon.vue').IconSize;
100
100
  lineHeight: import('../Icon.vue').LineHeight | null;
101
101
  scheme: import('../Icon.vue').SchemeColor;
102
102
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
76
76
  };
77
77
  }>> & Readonly<{}>, {
78
78
  text: string;
79
- description: string;
80
79
  scheme: string;
80
+ description: string;
81
81
  modalIcon: string;
82
82
  closeIcon: boolean;
83
83
  alertMessage: string;
@@ -93,11 +93,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
93
93
  onMousedown?: ((event: Event) => any) | undefined;
94
94
  onMouseup?: ((event: Event) => any) | undefined;
95
95
  }>, {
96
- size: import('../Icon.vue').IconSize;
97
96
  filled: boolean;
98
97
  next: boolean;
99
98
  icon: string | null;
100
99
  clickable: boolean;
100
+ size: import('../Icon.vue').IconSize;
101
101
  lineHeight: import('../Icon.vue').LineHeight | null;
102
102
  scheme: import('../Icon.vue').SchemeColor;
103
103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -52,7 +52,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
52
52
  }>, {}, {
53
53
  defaultTranslations: {
54
54
  cancel: {
55
- "pt-br": string;
55
+ 'pt-br': string;
56
56
  en: string;
57
57
  es: string;
58
58
  };
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
147
147
  onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
148
148
  onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
149
149
  }>, {
150
- size: string;
151
- type: string;
152
150
  title: string;
153
151
  icon: string;
152
+ size: string;
153
+ type: string;
154
154
  iconScheme: string;
155
155
  persistent: boolean;
156
156
  showCloseIcon: boolean;
@@ -168,21 +168,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
168
168
  onMousedown?: ((event: Event) => any) | undefined;
169
169
  onMouseup?: ((event: Event) => any) | undefined;
170
170
  }>, {
171
- size: import('../Icon.vue').IconSize;
172
171
  filled: boolean;
173
172
  next: boolean;
174
173
  icon: string | null;
175
174
  clickable: boolean;
175
+ size: import('../Icon.vue').IconSize;
176
176
  lineHeight: import('../Icon.vue').LineHeight | null;
177
177
  scheme: import('../Icon.vue').SchemeColor;
178
178
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
179
179
  UnnnicButton: {
180
180
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
181
+ text: string;
182
+ next: boolean;
181
183
  size: import('../Button/types').ButtonSize;
182
184
  type: import('../Button/types').ButtonType;
183
185
  disabled: boolean;
184
- text: string;
185
- next: boolean;
186
186
  iconLeft: string;
187
187
  iconRight: string;
188
188
  float: boolean;
@@ -197,11 +197,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
197
197
  M: {};
198
198
  Defaults: {};
199
199
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
200
+ text: string;
201
+ next: boolean;
200
202
  size: import('../Button/types').ButtonSize;
201
203
  type: import('../Button/types').ButtonType;
202
204
  disabled: boolean;
203
- text: string;
204
- next: boolean;
205
205
  iconLeft: string;
206
206
  iconRight: string;
207
207
  float: boolean;
@@ -213,11 +213,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
213
213
  __isTeleport?: never;
214
214
  __isSuspense?: never;
215
215
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
216
+ text: string;
217
+ next: boolean;
216
218
  size: import('../Button/types').ButtonSize;
217
219
  type: import('../Button/types').ButtonType;
218
220
  disabled: boolean;
219
- text: string;
220
- next: boolean;
221
221
  iconLeft: string;
222
222
  iconRight: string;
223
223
  float: boolean;