@weni/unnnic-system 3.2.5 → 3.2.7-alpha.0

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 (145) hide show
  1. package/CHANGELOG.md +16 -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 +1 -1
  6. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
  7. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +3 -3
  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 +20 -20
  20. package/dist/components/Card/CardCompany.vue.d.ts +7 -7
  21. package/dist/components/Card/CardData.vue.d.ts +1 -1
  22. package/dist/components/Card/CardStatusesContainer.vue.d.ts +3 -3
  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 +2 -2
  28. package/dist/components/Card/StatusCard.vue.d.ts +2 -2
  29. package/dist/components/Card/TitleCard.vue.d.ts +1 -1
  30. package/dist/components/CardImage/CardImage.vue.d.ts +16 -7
  31. package/dist/components/CardInformation/CardInformation.vue.d.ts +3 -3
  32. package/dist/components/CardProject/CardProject.vue.d.ts +11 -2
  33. package/dist/components/Carousel/Carousel.vue.d.ts +10 -10
  34. package/dist/components/Carousel/TagCarousel.vue.d.ts +8 -8
  35. package/dist/components/ChartBar/ChartBar.vue.d.ts +7 -7
  36. package/dist/components/ChatText/ChatText.vue.d.ts +1 -1
  37. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +14 -14
  38. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
  39. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
  40. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
  41. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +4 -4
  42. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
  43. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
  44. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
  45. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  46. package/dist/components/Comment/Comment.vue.d.ts +1 -1
  47. package/dist/components/DataArea/DataArea.vue.d.ts +1 -1
  48. package/dist/components/DataTable/index.vue.d.ts +3 -1
  49. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  50. package/dist/components/DateFilter/DateFilter.vue.d.ts +182 -27
  51. package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
  52. package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
  53. package/dist/components/DropArea/DropArea.vue.d.ts +2 -0
  54. package/dist/components/DropArea/DropArea.vue.d.ts.map +1 -1
  55. package/dist/components/Dropdown/Dropdown.vue.d.ts +9 -0
  56. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
  57. package/dist/components/Flag.vue.d.ts +2 -2
  58. package/dist/components/FormElement/FormElement.vue.d.ts +38 -32
  59. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  60. package/dist/components/Icon.vue.d.ts +1 -1
  61. package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
  62. package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
  63. package/dist/components/Input/BaseInput.vue.d.ts +10 -1
  64. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  65. package/dist/components/Input/Input.vue.d.ts +182 -27
  66. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  67. package/dist/components/Input/TextInput.vue.d.ts +31 -13
  68. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +192 -37
  69. package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
  70. package/dist/components/Modal/Modal.vue.d.ts +2 -2
  71. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +10 -10
  72. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  73. package/dist/components/ModalNext/ModalNext.vue.d.ts +189 -34
  74. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +20 -14
  75. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
  76. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  77. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
  78. package/dist/components/Radio/Radio.vue.d.ts +2 -2
  79. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +45 -26
  80. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +7 -7
  81. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
  82. package/dist/components/SelectTime/index.vue.d.ts +31 -13
  83. package/dist/components/Slider/Slider.vue.d.ts +1 -1
  84. package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
  85. package/dist/components/Switch/Switch.vue.d.ts +2 -2
  86. package/dist/components/Tab/Tab.vue.d.ts +1 -1
  87. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  88. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  89. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
  90. package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
  91. package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
  92. package/dist/components/Tag/IndicatorTag.vue.d.ts +1 -1
  93. package/dist/components/Tag/Tag.vue.d.ts +7 -7
  94. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +9 -0
  95. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -0
  96. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +15 -0
  97. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +1 -0
  98. package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
  99. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  100. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  101. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  102. package/dist/components/UploadArea/UploadArea.vue.d.ts +13 -7
  103. package/dist/components/index.d.ts +2071 -767
  104. package/dist/components/index.d.ts.map +1 -1
  105. package/dist/{es-a07e7553.mjs → es-a147ef18.mjs} +1 -1
  106. package/dist/{index-93aafec9.mjs → index-802ab669.mjs} +8035 -7832
  107. package/dist/{pt-br-a81c613f.mjs → pt-br-cdc64aa4.mjs} +1 -1
  108. package/dist/style.css +1 -1
  109. package/dist/unnnic.mjs +123 -119
  110. package/dist/unnnic.umd.js +42 -41
  111. package/package.json +2 -2
  112. package/src/assets/img/previews/doc-preview.png +0 -0
  113. package/src/assets/img/previews/image-preview.png +0 -0
  114. package/src/assets/img/previews/video-preview.png +0 -0
  115. package/src/components/Button/Button.vue +57 -108
  116. package/src/components/Button/types.ts +0 -1
  117. package/src/components/DataTable/index.vue +26 -14
  118. package/src/components/DropArea/DropArea.vue +26 -2
  119. package/src/components/Dropdown/Dropdown.vue +6 -0
  120. package/src/components/Dropdown/__tests__/Dropdown.spec.js +57 -0
  121. package/src/components/FormElement/FormElement.vue +50 -90
  122. package/src/components/Input/BaseInput.vue +10 -12
  123. package/src/components/Input/Input.scss +17 -20
  124. package/src/components/Input/Input.vue +86 -28
  125. package/src/components/Input/TextInput.vue +27 -35
  126. package/src/components/Input/__test__/TextInput.spec.js +5 -5
  127. package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +12 -3
  128. package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
  129. package/src/components/ModalDialog/ModalDialog.vue +27 -29
  130. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
  131. package/src/components/SelectSmart/SelectSmart.vue +3 -1
  132. package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +45 -0
  133. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
  134. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
  135. package/src/components/TemplatePreview/TemplatePreview.vue +249 -0
  136. package/src/components/TemplatePreview/TemplatePreviewModal.vue +51 -0
  137. package/src/components/TemplatePreview/types.d.ts +16 -0
  138. package/src/components/TextArea/TextArea.vue +14 -9
  139. package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
  140. package/src/components/index.ts +11 -3
  141. package/src/stories/Button.stories.js +1 -10
  142. package/src/stories/DataTable.stories.js +2 -2
  143. package/src/stories/Input.stories.js +17 -3
  144. package/src/stories/TemplatePreview.stories.js +94 -0
  145. package/src/stories/TemplatePreviewModal.stories.js +110 -0
@@ -67,11 +67,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
67
67
  onMousedown?: ((event: Event) => any) | undefined;
68
68
  onMouseup?: ((event: Event) => any) | undefined;
69
69
  }>, {
70
+ size: import('../Icon.vue').IconSize;
70
71
  filled: boolean;
71
72
  next: boolean;
72
73
  icon: string | null;
73
74
  clickable: boolean;
74
- size: import('../Icon.vue').IconSize;
75
75
  lineHeight: import('../Icon.vue').LineHeight | null;
76
76
  scheme: import('../Icon.vue').SchemeColor;
77
77
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -95,19 +95,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
95
95
  };
96
96
  message: {
97
97
  type: StringConstructor;
98
- default: null;
98
+ default: string;
99
+ };
100
+ errors: {
101
+ type: (StringConstructor | ArrayConstructor)[];
102
+ default: string;
99
103
  };
100
104
  label: {
101
105
  type: StringConstructor;
102
- default: null;
106
+ default: string;
103
107
  };
104
108
  iconLeft: {
105
109
  type: StringConstructor;
106
- default: null;
110
+ default: string;
107
111
  };
108
112
  iconRight: {
109
113
  type: StringConstructor;
110
- default: null;
114
+ default: string;
111
115
  };
112
116
  allowTogglePassword: {
113
117
  type: BooleanConstructor;
@@ -115,11 +119,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
115
119
  };
116
120
  iconLeftClickable: {
117
121
  type: BooleanConstructor;
118
- default: null;
122
+ default: boolean;
119
123
  };
120
124
  iconRightClickable: {
121
125
  type: BooleanConstructor;
122
- default: null;
126
+ default: boolean;
123
127
  };
124
128
  hasCloudyColor: {
125
129
  type: BooleanConstructor;
@@ -133,6 +137,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
133
137
  type: (StringConstructor | ArrayConstructor)[];
134
138
  default: string;
135
139
  };
140
+ tooltip: {
141
+ type: StringConstructor;
142
+ default: string;
143
+ };
144
+ maxlength: {
145
+ type: (NumberConstructor | null)[];
146
+ default: null;
147
+ };
148
+ showMaxlengthCounter: {
149
+ type: BooleanConstructor;
150
+ default: boolean;
151
+ };
152
+ disabled: {
153
+ type: BooleanConstructor;
154
+ default: boolean;
155
+ };
136
156
  }>, {}, {
137
157
  val: string;
138
158
  }, {
@@ -159,19 +179,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
159
179
  };
160
180
  message: {
161
181
  type: StringConstructor;
162
- default: null;
182
+ default: string;
183
+ };
184
+ errors: {
185
+ type: (StringConstructor | ArrayConstructor)[];
186
+ default: string;
163
187
  };
164
188
  label: {
165
189
  type: StringConstructor;
166
- default: null;
190
+ default: string;
167
191
  };
168
192
  iconLeft: {
169
193
  type: StringConstructor;
170
- default: null;
194
+ default: string;
171
195
  };
172
196
  iconRight: {
173
197
  type: StringConstructor;
174
- default: null;
198
+ default: string;
175
199
  };
176
200
  allowTogglePassword: {
177
201
  type: BooleanConstructor;
@@ -179,11 +203,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
179
203
  };
180
204
  iconLeftClickable: {
181
205
  type: BooleanConstructor;
182
- default: null;
206
+ default: boolean;
183
207
  };
184
208
  iconRightClickable: {
185
209
  type: BooleanConstructor;
186
- default: null;
210
+ default: boolean;
187
211
  };
188
212
  hasCloudyColor: {
189
213
  type: BooleanConstructor;
@@ -197,16 +221,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
197
221
  type: (StringConstructor | ArrayConstructor)[];
198
222
  default: string;
199
223
  };
224
+ tooltip: {
225
+ type: StringConstructor;
226
+ default: string;
227
+ };
228
+ maxlength: {
229
+ type: (NumberConstructor | null)[];
230
+ default: null;
231
+ };
232
+ showMaxlengthCounter: {
233
+ type: BooleanConstructor;
234
+ default: boolean;
235
+ };
236
+ disabled: {
237
+ type: BooleanConstructor;
238
+ default: boolean;
239
+ };
200
240
  }>> & Readonly<{
201
241
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
202
242
  }>, {
203
- label: string;
204
- mask: string | unknown[];
205
243
  size: string;
206
244
  type: string;
245
+ label: string;
207
246
  message: string;
247
+ disabled: boolean;
248
+ mask: string | unknown[];
208
249
  modelValue: string;
209
250
  nativeType: string;
251
+ maxlength: number | null;
210
252
  placeholder: string;
211
253
  iconLeft: string;
212
254
  iconRight: string;
@@ -214,6 +256,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
214
256
  iconRightClickable: boolean;
215
257
  allowTogglePassword: boolean;
216
258
  hasCloudyColor: boolean;
259
+ errors: string | unknown[];
260
+ tooltip: string;
261
+ showMaxlengthCounter: boolean;
217
262
  }, {}, {
218
263
  TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
219
264
  placeholder: {
@@ -249,10 +294,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
249
294
  type: BooleanConstructor;
250
295
  default: null;
251
296
  };
252
- iconRightSize: {
253
- type: StringConstructor;
254
- default: string;
255
- };
256
297
  allowTogglePassword: {
257
298
  type: BooleanConstructor;
258
299
  default: null;
@@ -265,13 +306,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
265
306
  type: StringConstructor;
266
307
  default: string;
267
308
  };
309
+ maxlength: {
310
+ type: NumberConstructor;
311
+ default: null;
312
+ };
313
+ disabled: {
314
+ type: BooleanConstructor;
315
+ default: boolean;
316
+ };
268
317
  }>, {}, {
269
318
  isFocused: boolean;
270
319
  showPassword: boolean;
271
320
  }, {
272
- isDisabled(): unknown;
321
+ isDisabled(): {};
273
322
  iconRightSvg(): string;
274
- iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
323
+ iconScheme(): "fg-critical" | "fg-muted" | "color-gray-700" | "fg-base";
275
324
  attributes(): any;
276
325
  }, {
277
326
  focus(): void;
@@ -313,10 +362,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
313
362
  type: BooleanConstructor;
314
363
  default: null;
315
364
  };
316
- iconRightSize: {
317
- type: StringConstructor;
318
- default: string;
319
- };
320
365
  allowTogglePassword: {
321
366
  type: BooleanConstructor;
322
367
  default: null;
@@ -329,20 +374,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
329
374
  type: StringConstructor;
330
375
  default: string;
331
376
  };
377
+ maxlength: {
378
+ type: NumberConstructor;
379
+ default: null;
380
+ };
381
+ disabled: {
382
+ type: BooleanConstructor;
383
+ default: boolean;
384
+ };
332
385
  }>> & Readonly<{
333
386
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
334
387
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
335
388
  }>, {
336
389
  size: string;
337
390
  type: string;
391
+ disabled: boolean;
338
392
  modelValue: string;
339
393
  nativeType: string;
394
+ maxlength: number;
340
395
  placeholder: string;
341
396
  iconLeft: string;
342
397
  iconRight: string;
343
398
  iconLeftClickable: boolean;
344
399
  iconRightClickable: boolean;
345
- iconRightSize: string;
346
400
  allowTogglePassword: boolean;
347
401
  hasCloudyColor: boolean;
348
402
  }, {}, {
@@ -370,6 +424,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
370
424
  };
371
425
  hasIconLeft: BooleanConstructor;
372
426
  hasIconRight: BooleanConstructor;
427
+ maxlength: {
428
+ type: NumberConstructor;
429
+ default: null;
430
+ };
373
431
  }>, {}, {}, {
374
432
  attributes(): any;
375
433
  classes(): (string | {
@@ -402,16 +460,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
402
460
  };
403
461
  hasIconLeft: BooleanConstructor;
404
462
  hasIconRight: BooleanConstructor;
463
+ maxlength: {
464
+ type: NumberConstructor;
465
+ default: null;
466
+ };
405
467
  }>> & Readonly<{
406
468
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
407
469
  }>, {
408
- mask: string | unknown[];
409
470
  size: string;
410
471
  type: string;
472
+ mask: string | unknown[];
411
473
  hasIconLeft: boolean;
412
474
  hasIconRight: boolean;
413
475
  modelValue: string;
414
476
  nativeType: string;
477
+ maxlength: number;
415
478
  }, {}, {}, {
416
479
  mask: any;
417
480
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -424,23 +487,115 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
424
487
  onMousedown?: ((event: Event) => any) | undefined;
425
488
  onMouseup?: ((event: Event) => any) | undefined;
426
489
  }>, {
490
+ size: import('../Icon.vue').IconSize;
427
491
  filled: boolean;
428
492
  next: boolean;
429
493
  icon: string | null;
430
494
  clickable: boolean;
431
- size: import('../Icon.vue').IconSize;
432
495
  lineHeight: import('../Icon.vue').LineHeight | null;
433
496
  scheme: import('../Icon.vue').SchemeColor;
434
497
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
435
498
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
499
+ UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
500
+ text: {
501
+ type: StringConstructor;
502
+ default: string;
503
+ };
504
+ enabled: {
505
+ type: BooleanConstructor;
506
+ default: boolean;
507
+ };
508
+ forceOpen: {
509
+ type: BooleanConstructor;
510
+ default: boolean;
511
+ };
512
+ side: {
513
+ type: StringConstructor;
514
+ default: string;
515
+ validator(value: unknown): boolean;
516
+ };
517
+ maxWidth: {
518
+ type: StringConstructor;
519
+ default: string;
520
+ };
521
+ shortcutText: {
522
+ type: StringConstructor;
523
+ default: null;
524
+ };
525
+ enableHtml: {
526
+ type: BooleanConstructor;
527
+ default: boolean;
528
+ };
529
+ }>, {}, {
530
+ topPos: null;
531
+ leftPos: null;
532
+ }, {}, {
533
+ handleResize(): void;
534
+ getRightPost(element: any): void;
535
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
536
+ text: {
537
+ type: StringConstructor;
538
+ default: string;
539
+ };
540
+ enabled: {
541
+ type: BooleanConstructor;
542
+ default: boolean;
543
+ };
544
+ forceOpen: {
545
+ type: BooleanConstructor;
546
+ default: boolean;
547
+ };
548
+ side: {
549
+ type: StringConstructor;
550
+ default: string;
551
+ validator(value: unknown): boolean;
552
+ };
553
+ maxWidth: {
554
+ type: StringConstructor;
555
+ default: string;
556
+ };
557
+ shortcutText: {
558
+ type: StringConstructor;
559
+ default: null;
560
+ };
561
+ enableHtml: {
562
+ type: BooleanConstructor;
563
+ default: boolean;
564
+ };
565
+ }>> & Readonly<{}>, {
566
+ text: string;
567
+ enabled: boolean;
568
+ forceOpen: boolean;
569
+ side: string;
570
+ maxWidth: string;
571
+ shortcutText: string;
572
+ enableHtml: boolean;
573
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
574
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
575
+ click: (event: Event) => any;
576
+ mousedown: (event: Event) => any;
577
+ mouseup: (event: Event) => any;
578
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
579
+ onClick?: ((event: Event) => any) | undefined;
580
+ onMousedown?: ((event: Event) => any) | undefined;
581
+ onMouseup?: ((event: Event) => any) | undefined;
582
+ }>, {
583
+ size: import('../Icon.vue').IconSize;
584
+ filled: boolean;
585
+ next: boolean;
586
+ icon: string | null;
587
+ clickable: boolean;
588
+ lineHeight: import('../Icon.vue').LineHeight | null;
589
+ scheme: import('../Icon.vue').SchemeColor;
590
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
436
591
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
437
592
  UnnnicButton: {
438
593
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
439
- text: string;
440
- next: boolean;
441
594
  size: import('../Button/types').ButtonSize;
442
595
  type: import('../Button/types').ButtonType;
443
596
  disabled: boolean;
597
+ text: string;
598
+ next: boolean;
444
599
  iconLeft: string;
445
600
  iconRight: string;
446
601
  float: boolean;
@@ -455,11 +610,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
455
610
  M: {};
456
611
  Defaults: {};
457
612
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
458
- text: string;
459
- next: boolean;
460
613
  size: import('../Button/types').ButtonSize;
461
614
  type: import('../Button/types').ButtonType;
462
615
  disabled: boolean;
616
+ text: string;
617
+ next: boolean;
463
618
  iconLeft: string;
464
619
  iconRight: string;
465
620
  float: boolean;
@@ -471,11 +626,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
471
626
  __isTeleport?: never;
472
627
  __isSuspense?: never;
473
628
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
474
- text: string;
475
- next: boolean;
476
629
  size: import('../Button/types').ButtonSize;
477
630
  type: import('../Button/types').ButtonType;
478
631
  disabled: boolean;
632
+ text: string;
633
+ next: boolean;
479
634
  iconLeft: string;
480
635
  iconRight: string;
481
636
  float: boolean;
@@ -237,6 +237,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
237
237
  UnnnicDropArea: {
238
238
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
239
239
  $emit: (event: "update:currentFiles" | "fileChange" | "unsupportedFormat" | "exceededTheMaximumFileSizeLimit", ...args: any[]) => void;
240
+ disabled: boolean;
240
241
  subtitle: string;
241
242
  acceptMultiple: boolean;
242
243
  supportedFormats: string;
@@ -245,6 +246,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
245
246
  maximumUploads: number;
246
247
  maxFileSize?: number | undefined;
247
248
  $props: {
249
+ readonly disabled?: boolean | undefined;
248
250
  readonly subtitle?: string | undefined;
249
251
  readonly acceptMultiple?: boolean | undefined;
250
252
  readonly supportedFormats?: string | undefined;
@@ -265,6 +267,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
265
267
  Defaults: {};
266
268
  }, Readonly<{}> & Readonly<{}>, {
267
269
  $emit: (event: "update:currentFiles" | "fileChange" | "unsupportedFormat" | "exceededTheMaximumFileSizeLimit", ...args: any[]) => void;
270
+ disabled: boolean;
268
271
  subtitle: string;
269
272
  acceptMultiple: boolean;
270
273
  supportedFormats: string;
@@ -273,6 +276,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
273
276
  maximumUploads: number;
274
277
  maxFileSize?: number | undefined;
275
278
  $props: {
279
+ readonly disabled?: boolean | undefined;
276
280
  readonly subtitle?: string | undefined;
277
281
  readonly acceptMultiple?: boolean | undefined;
278
282
  readonly supportedFormats?: string | undefined;
@@ -287,6 +291,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
287
291
  __isSuspense?: never;
288
292
  } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
289
293
  $emit: (event: "update:currentFiles" | "fileChange" | "unsupportedFormat" | "exceededTheMaximumFileSizeLimit", ...args: any[]) => void;
294
+ disabled: boolean;
290
295
  subtitle: string;
291
296
  acceptMultiple: boolean;
292
297
  supportedFormats: string;
@@ -295,6 +300,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
295
300
  maximumUploads: number;
296
301
  maxFileSize?: number | undefined;
297
302
  $props: {
303
+ readonly disabled?: boolean | undefined;
298
304
  readonly subtitle?: string | undefined;
299
305
  readonly acceptMultiple?: boolean | undefined;
300
306
  readonly supportedFormats?: string | undefined;
@@ -393,11 +399,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
393
399
  }, {}, {
394
400
  UnnnicButton: {
395
401
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
396
- text: string;
397
- next: boolean;
398
402
  size: import('../Button/types').ButtonSize;
399
403
  type: import('../Button/types').ButtonType;
400
404
  disabled: boolean;
405
+ text: string;
406
+ next: boolean;
401
407
  iconLeft: string;
402
408
  iconRight: string;
403
409
  float: boolean;
@@ -412,11 +418,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
412
418
  M: {};
413
419
  Defaults: {};
414
420
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
415
- text: string;
416
- next: boolean;
417
421
  size: import('../Button/types').ButtonSize;
418
422
  type: import('../Button/types').ButtonType;
419
423
  disabled: boolean;
424
+ text: string;
425
+ next: boolean;
420
426
  iconLeft: string;
421
427
  iconRight: string;
422
428
  float: boolean;
@@ -428,11 +434,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
428
434
  __isTeleport?: never;
429
435
  __isSuspense?: never;
430
436
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
431
- text: string;
432
- next: boolean;
433
437
  size: import('../Button/types').ButtonSize;
434
438
  type: import('../Button/types').ButtonType;
435
439
  disabled: boolean;
440
+ text: string;
441
+ next: boolean;
436
442
  iconLeft: string;
437
443
  iconRight: string;
438
444
  float: boolean;
@@ -453,11 +459,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
453
459
  onMousedown?: ((event: Event) => any) | undefined;
454
460
  onMouseup?: ((event: Event) => any) | undefined;
455
461
  }>, {
462
+ size: import('../Icon.vue').IconSize;
456
463
  filled: boolean;
457
464
  next: boolean;
458
465
  icon: string | null;
459
466
  clickable: boolean;
460
- size: import('../Icon.vue').IconSize;
461
467
  lineHeight: import('../Icon.vue').LineHeight | null;
462
468
  scheme: import('../Icon.vue').SchemeColor;
463
469
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -472,21 +478,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
472
478
  onMousedown?: ((event: Event) => any) | undefined;
473
479
  onMouseup?: ((event: Event) => any) | undefined;
474
480
  }>, {
481
+ size: import('../Icon.vue').IconSize;
475
482
  filled: boolean;
476
483
  next: boolean;
477
484
  icon: string | null;
478
485
  clickable: boolean;
479
- size: import('../Icon.vue').IconSize;
480
486
  lineHeight: import('../Icon.vue').LineHeight | null;
481
487
  scheme: import('../Icon.vue').SchemeColor;
482
488
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
483
489
  UnnnicButton: {
484
490
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
485
- text: string;
486
- next: boolean;
487
491
  size: import('../Button/types').ButtonSize;
488
492
  type: import('../Button/types').ButtonType;
489
493
  disabled: boolean;
494
+ text: string;
495
+ next: boolean;
490
496
  iconLeft: string;
491
497
  iconRight: string;
492
498
  float: boolean;
@@ -501,11 +507,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
501
507
  M: {};
502
508
  Defaults: {};
503
509
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
504
- text: string;
505
- next: boolean;
506
510
  size: import('../Button/types').ButtonSize;
507
511
  type: import('../Button/types').ButtonType;
508
512
  disabled: boolean;
513
+ text: string;
514
+ next: boolean;
509
515
  iconLeft: string;
510
516
  iconRight: string;
511
517
  float: boolean;
@@ -517,11 +523,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
517
523
  __isTeleport?: never;
518
524
  __isSuspense?: never;
519
525
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
520
- text: string;
521
- next: boolean;
522
526
  size: import('../Button/types').ButtonSize;
523
527
  type: import('../Button/types').ButtonType;
524
528
  disabled: boolean;
529
+ text: string;
530
+ next: boolean;
525
531
  iconLeft: string;
526
532
  iconRight: string;
527
533
  float: boolean;
@@ -85,11 +85,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
85
85
  onMousedown?: ((event: Event) => any) | undefined;
86
86
  onMouseup?: ((event: Event) => any) | undefined;
87
87
  }>, {
88
+ size: import('../Icon.vue').IconSize;
88
89
  filled: boolean;
89
90
  next: boolean;
90
91
  icon: string | null;
91
92
  clickable: boolean;
92
- size: import('../Icon.vue').IconSize;
93
93
  lineHeight: import('../Icon.vue').LineHeight | null;
94
94
  scheme: import('../Icon.vue').SchemeColor;
95
95
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -98,13 +98,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
98
98
  $emit: (event: "update:modelValue", ...args: any[]) => void;
99
99
  size: string;
100
100
  disabled: boolean;
101
- value: string | number;
102
101
  modelValue: string | number;
102
+ value: string | number;
103
103
  $props: {
104
104
  readonly size?: string | undefined;
105
105
  readonly disabled?: boolean | undefined;
106
- readonly value?: string | number | undefined;
107
106
  readonly modelValue?: string | number | undefined;
107
+ readonly value?: string | number | undefined;
108
108
  };
109
109
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
110
110
  P: {};
@@ -117,13 +117,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
117
117
  $emit: (event: "update:modelValue", ...args: any[]) => void;
118
118
  size: string;
119
119
  disabled: boolean;
120
- value: string | number;
121
120
  modelValue: string | number;
121
+ value: string | number;
122
122
  $props: {
123
123
  readonly size?: string | undefined;
124
124
  readonly disabled?: boolean | undefined;
125
- readonly value?: string | number | undefined;
126
125
  readonly modelValue?: string | number | undefined;
126
+ readonly value?: string | number | undefined;
127
127
  };
128
128
  }, {}, {}, {}, {}>;
129
129
  __isFragment?: never;
@@ -133,13 +133,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
133
133
  $emit: (event: "update:modelValue", ...args: any[]) => void;
134
134
  size: string;
135
135
  disabled: boolean;
136
- value: string | number;
137
136
  modelValue: string | number;
137
+ value: string | number;
138
138
  $props: {
139
139
  readonly size?: string | undefined;
140
140
  readonly disabled?: boolean | undefined;
141
- readonly value?: string | number | undefined;
142
141
  readonly modelValue?: string | number | undefined;
142
+ readonly value?: string | number | undefined;
143
143
  };
144
144
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
145
145
  $slots: {
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
53
53
  }, {}, {
54
54
  UnnnicButton: {
55
55
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
56
- text: string;
57
- next: boolean;
58
56
  size: import('../Button/types').ButtonSize;
59
57
  type: import('../Button/types').ButtonType;
60
58
  disabled: boolean;
59
+ text: string;
60
+ next: boolean;
61
61
  iconLeft: string;
62
62
  iconRight: string;
63
63
  float: boolean;
@@ -72,11 +72,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
72
72
  M: {};
73
73
  Defaults: {};
74
74
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
75
- text: string;
76
- next: boolean;
77
75
  size: import('../Button/types').ButtonSize;
78
76
  type: import('../Button/types').ButtonType;
79
77
  disabled: boolean;
78
+ text: string;
79
+ next: boolean;
80
80
  iconLeft: string;
81
81
  iconRight: string;
82
82
  float: boolean;
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  __isTeleport?: never;
89
89
  __isSuspense?: never;
90
90
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
91
- text: string;
92
- next: boolean;
93
91
  size: import('../Button/types').ButtonSize;
94
92
  type: import('../Button/types').ButtonType;
95
93
  disabled: boolean;
94
+ text: string;
95
+ next: boolean;
96
96
  iconLeft: string;
97
97
  iconRight: string;
98
98
  float: boolean;