@weni/unnnic-system 3.12.0 → 3.12.1-alpha.1

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 (180) hide show
  1. package/dist/components/Alert/Alert.vue.d.ts +3 -3
  2. package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
  3. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +92 -18
  4. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +184 -36
  5. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
  6. package/dist/components/Button/Button.vue.d.ts +2 -2
  7. package/dist/components/Card/AccountCard.vue.d.ts +2 -2
  8. package/dist/components/Card/Card.vue.d.ts +103 -29
  9. package/dist/components/Card/CardCompany.vue.d.ts +2 -2
  10. package/dist/components/Card/CardStatusesContainer.vue.d.ts +93 -19
  11. package/dist/components/Card/ContentCard.vue.d.ts +1 -1
  12. package/dist/components/Card/DashCard.vue.d.ts +2 -2
  13. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  14. package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
  15. package/dist/components/Card/SimpleCard.vue.d.ts +92 -18
  16. package/dist/components/Card/StatusCard.vue.d.ts +1 -1
  17. package/dist/components/Card/TitleCard.vue.d.ts +92 -18
  18. package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
  19. package/dist/components/CardInformation/CardInformation.vue.d.ts +93 -19
  20. package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
  21. package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
  22. package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
  23. package/dist/components/ChartBar/ChartBar.vue.d.ts +98 -24
  24. package/dist/components/ChartLine/ChartLine.vue.d.ts +92 -18
  25. package/dist/components/ChatText/ChatText.vue.d.ts +92 -18
  26. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
  27. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +92 -18
  28. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
  29. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  30. package/dist/components/DataArea/DataArea.vue.d.ts +92 -18
  31. package/dist/components/DataTable/index.vue.d.ts +1 -1
  32. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  33. package/dist/components/DateFilter/DateFilter.vue.d.ts +13 -13
  34. package/dist/components/Drawer/Drawer.vue.d.ts +37 -207
  35. package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
  36. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  37. package/dist/components/FormElement/FormElement.vue.d.ts +6 -6
  38. package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
  39. package/dist/components/Input/Input.vue.d.ts +12 -12
  40. package/dist/components/Input/TextInput.vue.d.ts +2 -2
  41. package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
  42. package/dist/components/Label/Label.vue.d.ts +1 -1
  43. package/dist/components/Label/Label.vue.d.ts.map +1 -1
  44. package/dist/components/Modal/Modal.vue.d.ts +1 -1
  45. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +209 -35
  46. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  47. package/dist/components/ModalNext/ModalNext.vue.d.ts +18 -18
  48. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
  49. package/dist/components/MoodRating/MoodRating.vue.d.ts +92 -18
  50. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
  51. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  52. package/dist/components/Radio/Radio.vue.d.ts +6 -6
  53. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +11 -11
  54. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
  55. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
  56. package/dist/components/SelectTime/index.vue.d.ts +3 -3
  57. package/dist/components/Slider/Slider.vue.d.ts +92 -18
  58. package/dist/components/Switch/Switch.vue.d.ts +3 -3
  59. package/dist/components/Tab/Tab.vue.d.ts +92 -18
  60. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  61. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  62. package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
  63. package/dist/components/Tag/Tag.vue.d.ts +2 -2
  64. package/dist/components/TextArea/TextArea.vue.d.ts +8 -8
  65. package/dist/components/Toast/Toast.vue.d.ts +1 -1
  66. package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
  67. package/dist/components/ToolTip/ToolTip.vue.d.ts +92 -18
  68. package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
  69. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  70. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  71. package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
  72. package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
  73. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
  74. package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
  75. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
  76. package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
  77. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
  78. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
  79. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
  80. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
  81. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
  82. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
  83. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
  84. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
  85. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
  86. package/dist/components/ui/dialog/index.d.ts +8 -0
  87. package/dist/components/ui/dialog/index.d.ts.map +1 -0
  88. package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
  89. package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
  90. package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
  91. package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
  92. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +43 -0
  93. package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
  94. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
  95. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
  96. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
  97. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
  98. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
  99. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
  100. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
  101. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
  102. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
  103. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
  104. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
  105. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
  106. package/dist/components/ui/drawer/index.d.ts +11 -0
  107. package/dist/components/ui/drawer/index.d.ts.map +1 -0
  108. package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
  109. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
  110. package/dist/components/ui/popover/PopoverOption.vue.d.ts +18 -0
  111. package/dist/components/ui/popover/PopoverOption.vue.d.ts.map +1 -0
  112. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
  113. package/dist/components/ui/popover/index.d.ts +1 -0
  114. package/dist/components/ui/popover/index.d.ts.map +1 -1
  115. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
  116. package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
  117. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
  118. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
  119. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
  120. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
  121. package/dist/components/ui/tooltip/index.d.ts +4 -0
  122. package/dist/components/ui/tooltip/index.d.ts.map +1 -0
  123. package/dist/{es-9756db6d.mjs → es-38bd0c9c.mjs} +1 -1
  124. package/dist/{index-ab280280.mjs → index-561a4027.mjs} +99548 -96695
  125. package/dist/lib/layer-manager.d.ts +16 -0
  126. package/dist/lib/layer-manager.d.ts.map +1 -0
  127. package/dist/{pt-br-55135cbc.mjs → pt-br-14a3c647.mjs} +1 -1
  128. package/dist/style.css +1 -1
  129. package/dist/unnnic.mjs +231 -203
  130. package/dist/unnnic.umd.js +48 -44
  131. package/package.json +2 -1
  132. package/src/assets/scss/tailwind.scss +8 -0
  133. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
  134. package/src/components/Drawer/Drawer.vue +190 -269
  135. package/src/components/Drawer/__tests__/Drawer.spec.js +37 -46
  136. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
  137. package/src/components/ModalDialog/ModalDialog.vue +64 -148
  138. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
  139. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
  140. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
  141. package/src/components/Toast/Toast.vue +16 -9
  142. package/src/components/ToolTip/ToolTip.vue +25 -177
  143. package/src/components/ToolTip/__tests__/ToolTip.spec.js +339 -61
  144. package/src/components/index.ts +56 -0
  145. package/src/components/ui/dialog/Dialog.vue +19 -0
  146. package/src/components/ui/dialog/DialogClose.vue +29 -0
  147. package/src/components/ui/dialog/DialogContent.vue +140 -0
  148. package/src/components/ui/dialog/DialogFooter.vue +50 -0
  149. package/src/components/ui/dialog/DialogHeader.vue +83 -0
  150. package/src/components/ui/dialog/DialogTitle.vue +38 -0
  151. package/src/components/ui/dialog/DialogTrigger.vue +16 -0
  152. package/src/components/ui/dialog/index.ts +7 -0
  153. package/src/components/ui/drawer/Drawer.vue +27 -0
  154. package/src/components/ui/drawer/DrawerClose.vue +37 -0
  155. package/src/components/ui/drawer/DrawerContent.vue +111 -0
  156. package/src/components/ui/drawer/DrawerDescription.vue +40 -0
  157. package/src/components/ui/drawer/DrawerFooter.vue +38 -0
  158. package/src/components/ui/drawer/DrawerHeader.vue +57 -0
  159. package/src/components/ui/drawer/DrawerOverlay.vue +33 -0
  160. package/src/components/ui/drawer/DrawerTitle.vue +37 -0
  161. package/src/components/ui/drawer/DrawerTrigger.vue +31 -0
  162. package/src/components/ui/drawer/index.ts +10 -0
  163. package/src/components/ui/popover/PopoverContent.vue +4 -2
  164. package/src/components/ui/popover/PopoverOption.vue +116 -0
  165. package/src/components/ui/popover/PopoverTrigger.vue +5 -1
  166. package/src/components/ui/popover/index.ts +1 -0
  167. package/src/components/ui/tooltip/Tooltip.vue +21 -0
  168. package/src/components/ui/tooltip/TooltipContent.vue +74 -0
  169. package/src/components/ui/tooltip/TooltipTrigger.vue +26 -0
  170. package/src/components/ui/tooltip/index.ts +3 -0
  171. package/src/lib/layer-manager.ts +84 -0
  172. package/src/stories/Dialog.stories.js +832 -0
  173. package/src/stories/Drawer.stories.js +1 -1
  174. package/src/stories/DrawerNext.stories.js +611 -0
  175. package/src/stories/LayerManager.docs.mdx +40 -0
  176. package/src/stories/LayerManager.stories.js +364 -0
  177. package/src/stories/ModalDialog.mdx +3 -0
  178. package/src/stories/ModalDialog.stories.js +1 -1
  179. package/src/stories/Popover.stories.js +56 -0
  180. package/src/stories/PopoverOption.stories.js +74 -0
@@ -137,10 +137,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
137
137
  default: null;
138
138
  };
139
139
  }>> & Readonly<{}>, {
140
- value: number;
141
140
  title: string;
142
141
  icon: string;
143
142
  scheme: string;
143
+ value: number;
144
144
  percent: number;
145
145
  invertedPercentage: boolean;
146
146
  }, {}, {
@@ -214,8 +214,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
214
214
  default: boolean;
215
215
  };
216
216
  }>> & Readonly<{}>, {
217
- enabled: boolean;
218
217
  size: string;
218
+ enabled: boolean;
219
219
  filled: boolean;
220
220
  icon: string;
221
221
  scheme: string;
@@ -326,21 +326,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
326
326
  type: StringConstructor;
327
327
  default: string;
328
328
  };
329
- shortcutText: {
330
- type: StringConstructor;
331
- default: null;
332
- };
333
329
  enableHtml: {
334
330
  type: BooleanConstructor;
335
331
  default: boolean;
336
332
  };
337
- }>, {}, {
338
- topPos: null;
339
- leftPos: null;
340
- }, {}, {
341
- handleResize(): void;
342
- getRightPost(element: any): void;
343
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
333
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
344
334
  text: {
345
335
  type: StringConstructor;
346
336
  default: string;
@@ -362,23 +352,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
362
352
  type: StringConstructor;
363
353
  default: string;
364
354
  };
365
- shortcutText: {
366
- type: StringConstructor;
367
- default: null;
368
- };
369
355
  enableHtml: {
370
356
  type: BooleanConstructor;
371
357
  default: boolean;
372
358
  };
373
359
  }>> & Readonly<{}>, {
360
+ side: string;
374
361
  text: string;
375
362
  enabled: boolean;
376
363
  forceOpen: boolean;
377
- side: string;
378
364
  maxWidth: string;
379
- shortcutText: string;
380
365
  enableHtml: boolean;
381
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
366
+ }, {}, {
367
+ Tooltip: {
368
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
369
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
370
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
371
+ "update:open": (value: boolean) => any;
372
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
373
+ P: {};
374
+ B: {};
375
+ D: {};
376
+ C: {};
377
+ M: {};
378
+ Defaults: {};
379
+ }, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
380
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
381
+ }>, {}, {}, {}, {}, {}>;
382
+ __isFragment?: never;
383
+ __isTeleport?: never;
384
+ __isSuspense?: never;
385
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
386
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
387
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
388
+ "update:open": (value: boolean) => any;
389
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
390
+ $slots: {
391
+ default?(_: {}): any;
392
+ };
393
+ });
394
+ TooltipTrigger: {
395
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
396
+ P: {};
397
+ B: {};
398
+ D: {};
399
+ C: {};
400
+ M: {};
401
+ Defaults: {};
402
+ }, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
403
+ __isFragment?: never;
404
+ __isTeleport?: never;
405
+ __isSuspense?: never;
406
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, 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 () => {
407
+ $slots: {
408
+ default?(_: {}): any;
409
+ };
410
+ });
411
+ TooltipContent: {
412
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
413
+ class?: import('vue').HTMLAttributes["class"];
414
+ }> & Readonly<{
415
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
416
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
417
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
418
+ escapeKeyDown: (event: KeyboardEvent) => any;
419
+ pointerDownOutside: (event: Event) => any;
420
+ }, import('vue').PublicProps, {
421
+ sideOffset: number;
422
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
423
+ P: {};
424
+ B: {};
425
+ D: {};
426
+ C: {};
427
+ M: {};
428
+ Defaults: {};
429
+ }, Readonly<import('reka-ui').TooltipContentProps & {
430
+ class?: import('vue').HTMLAttributes["class"];
431
+ }> & Readonly<{
432
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
433
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
434
+ }>, {}, {}, {}, {}, {
435
+ sideOffset: number;
436
+ }>;
437
+ __isFragment?: never;
438
+ __isTeleport?: never;
439
+ __isSuspense?: never;
440
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
441
+ class?: import('vue').HTMLAttributes["class"];
442
+ }> & Readonly<{
443
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
444
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
445
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
446
+ escapeKeyDown: (event: KeyboardEvent) => any;
447
+ pointerDownOutside: (event: Event) => any;
448
+ }, string, {
449
+ sideOffset: number;
450
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
451
+ $slots: {
452
+ default?(_: {}): any;
453
+ };
454
+ });
455
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
382
456
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
383
457
  click: (event: Event) => any;
384
458
  mousedown: (event: Event) => any;
@@ -437,10 +511,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
437
511
  default: null;
438
512
  };
439
513
  }>> & Readonly<{}>, {
440
- description: string;
441
514
  title: string;
442
515
  icon: string;
443
516
  scheme: string;
517
+ description: string;
444
518
  status: string;
445
519
  }, {}, {
446
520
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -502,10 +576,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
502
576
  };
503
577
  }>> & Readonly<{}>, {
504
578
  enabled: boolean;
505
- description: string;
506
579
  title: string;
507
580
  icon: string;
508
581
  scheme: string;
582
+ description: string;
509
583
  }, {}, {
510
584
  UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
511
585
  enabled: {
@@ -562,8 +636,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
562
636
  default: boolean;
563
637
  };
564
638
  }>> & Readonly<{}>, {
565
- enabled: boolean;
566
639
  size: string;
640
+ enabled: boolean;
567
641
  filled: boolean;
568
642
  icon: string;
569
643
  scheme: string;
@@ -612,9 +686,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
612
686
  default: boolean;
613
687
  };
614
688
  }>> & Readonly<{}>, {
615
- description: string;
616
689
  title: string;
617
690
  clickable: boolean;
691
+ description: string;
618
692
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
619
693
  text: {
620
694
  type: StringConstructor;
@@ -705,10 +779,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
705
779
  };
706
780
  }>> & Readonly<{}>, {
707
781
  enabled: boolean;
708
- description: string;
709
782
  title: string;
710
783
  icon: string;
711
784
  clickable: boolean;
785
+ description: string;
712
786
  }, {}, {
713
787
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
714
788
  click: (event: Event) => any;
@@ -786,9 +860,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
786
860
  default: null;
787
861
  };
788
862
  }>> & Readonly<{}>, {
789
- description: string;
790
863
  title: string;
791
864
  clickable: boolean;
865
+ description: string;
792
866
  comments: string;
793
867
  iconSrc: string;
794
868
  rating: number;
@@ -897,16 +971,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
897
971
  default: () => void;
898
972
  };
899
973
  }>> & Readonly<{}>, {
900
- text: string;
901
974
  type: string;
975
+ text: string;
902
976
  enabled: boolean;
903
- value: number;
904
- description: string;
905
977
  title: string;
906
978
  info: string;
907
979
  icon: string;
908
980
  clickable: boolean;
909
981
  scheme: string;
982
+ value: number;
983
+ description: string;
910
984
  percent: number;
911
985
  invertedPercentage: boolean;
912
986
  infoPosition: string;
@@ -34,11 +34,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
34
34
  onClick?: (() => any) | undefined;
35
35
  onClose?: (() => any) | undefined;
36
36
  }>, {
37
- text: string;
37
+ disabled: boolean;
38
38
  type: import('../Tag/types').TagType;
39
39
  size: import('../Tag/types').TagSize;
40
+ text: string;
40
41
  scheme: string;
41
- disabled: boolean;
42
42
  leftIcon: string;
43
43
  hasCloseIcon: boolean;
44
44
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -117,8 +117,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
117
117
  default: boolean;
118
118
  };
119
119
  }>> & Readonly<{}>, {
120
- enabled: boolean;
121
120
  size: string;
121
+ enabled: boolean;
122
122
  filled: boolean;
123
123
  icon: string;
124
124
  scheme: string;
@@ -162,21 +162,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
162
162
  type: StringConstructor;
163
163
  default: string;
164
164
  };
165
- shortcutText: {
166
- type: StringConstructor;
167
- default: null;
168
- };
169
165
  enableHtml: {
170
166
  type: BooleanConstructor;
171
167
  default: boolean;
172
168
  };
173
- }>, {}, {
174
- topPos: null;
175
- leftPos: null;
176
- }, {}, {
177
- handleResize(): void;
178
- getRightPost(element: any): void;
179
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
169
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
180
170
  text: {
181
171
  type: StringConstructor;
182
172
  default: string;
@@ -198,23 +188,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
198
188
  type: StringConstructor;
199
189
  default: string;
200
190
  };
201
- shortcutText: {
202
- type: StringConstructor;
203
- default: null;
204
- };
205
191
  enableHtml: {
206
192
  type: BooleanConstructor;
207
193
  default: boolean;
208
194
  };
209
195
  }>> & Readonly<{}>, {
196
+ side: string;
210
197
  text: string;
211
198
  enabled: boolean;
212
199
  forceOpen: boolean;
213
- side: string;
214
200
  maxWidth: string;
215
- shortcutText: string;
216
201
  enableHtml: boolean;
217
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
202
+ }, {}, {
203
+ Tooltip: {
204
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
205
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
206
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
207
+ "update:open": (value: boolean) => any;
208
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
209
+ P: {};
210
+ B: {};
211
+ D: {};
212
+ C: {};
213
+ M: {};
214
+ Defaults: {};
215
+ }, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
216
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
217
+ }>, {}, {}, {}, {}, {}>;
218
+ __isFragment?: never;
219
+ __isTeleport?: never;
220
+ __isSuspense?: never;
221
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
222
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
223
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
224
+ "update:open": (value: boolean) => any;
225
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
226
+ $slots: {
227
+ default?(_: {}): any;
228
+ };
229
+ });
230
+ TooltipTrigger: {
231
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
232
+ P: {};
233
+ B: {};
234
+ D: {};
235
+ C: {};
236
+ M: {};
237
+ Defaults: {};
238
+ }, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
239
+ __isFragment?: never;
240
+ __isTeleport?: never;
241
+ __isSuspense?: never;
242
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, 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 () => {
243
+ $slots: {
244
+ default?(_: {}): any;
245
+ };
246
+ });
247
+ TooltipContent: {
248
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
249
+ class?: import('vue').HTMLAttributes["class"];
250
+ }> & Readonly<{
251
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
252
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
253
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
254
+ escapeKeyDown: (event: KeyboardEvent) => any;
255
+ pointerDownOutside: (event: Event) => any;
256
+ }, import('vue').PublicProps, {
257
+ sideOffset: number;
258
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
259
+ P: {};
260
+ B: {};
261
+ D: {};
262
+ C: {};
263
+ M: {};
264
+ Defaults: {};
265
+ }, Readonly<import('reka-ui').TooltipContentProps & {
266
+ class?: import('vue').HTMLAttributes["class"];
267
+ }> & Readonly<{
268
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
269
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
270
+ }>, {}, {}, {}, {}, {
271
+ sideOffset: number;
272
+ }>;
273
+ __isFragment?: never;
274
+ __isTeleport?: never;
275
+ __isSuspense?: never;
276
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
277
+ class?: import('vue').HTMLAttributes["class"];
278
+ }> & Readonly<{
279
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
280
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
281
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
282
+ escapeKeyDown: (event: KeyboardEvent) => any;
283
+ pointerDownOutside: (event: Event) => any;
284
+ }, string, {
285
+ sideOffset: number;
286
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
287
+ $slots: {
288
+ default?(_: {}): any;
289
+ };
290
+ });
291
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
218
292
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
219
293
  click: (event: Event) => any;
220
294
  mousedown: (event: Event) => any;
@@ -42,10 +42,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
42
42
  };
43
43
  }>> & Readonly<{}>, {
44
44
  enabled: boolean;
45
- description: string;
46
45
  title: string;
47
46
  icon: string;
48
47
  clickable: boolean;
48
+ description: string;
49
49
  }, {}, {
50
50
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
51
  click: (event: Event) => any;
@@ -51,10 +51,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
51
51
  default: null;
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
- value: number;
55
54
  title: string;
56
55
  icon: string;
57
56
  scheme: string;
57
+ value: number;
58
58
  percent: number;
59
59
  invertedPercentage: boolean;
60
60
  }, {}, {
@@ -128,8 +128,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
128
128
  default: boolean;
129
129
  };
130
130
  }>> & Readonly<{}>, {
131
- enabled: boolean;
132
131
  size: string;
132
+ enabled: boolean;
133
133
  filled: boolean;
134
134
  icon: string;
135
135
  scheme: string;
@@ -25,9 +25,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
25
25
  default: boolean;
26
26
  };
27
27
  }>> & Readonly<{}>, {
28
- description: string;
29
28
  title: string;
30
29
  clickable: boolean;
30
+ description: string;
31
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
32
  export default _default;
33
33
  //# sourceMappingURL=DefaultCard.vue.d.ts.map
@@ -59,9 +59,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
59
  default: null;
60
60
  };
61
61
  }>> & Readonly<{}>, {
62
- description: string;
63
62
  title: string;
64
63
  clickable: boolean;
64
+ description: string;
65
65
  comments: string;
66
66
  iconSrc: string;
67
67
  rating: number;
@@ -71,21 +71,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
71
  type: StringConstructor;
72
72
  default: string;
73
73
  };
74
- shortcutText: {
75
- type: StringConstructor;
76
- default: null;
77
- };
78
74
  enableHtml: {
79
75
  type: BooleanConstructor;
80
76
  default: boolean;
81
77
  };
82
- }>, {}, {
83
- topPos: null;
84
- leftPos: null;
85
- }, {}, {
86
- handleResize(): void;
87
- getRightPost(element: any): void;
88
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
78
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
89
79
  text: {
90
80
  type: StringConstructor;
91
81
  default: string;
@@ -107,23 +97,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
107
97
  type: StringConstructor;
108
98
  default: string;
109
99
  };
110
- shortcutText: {
111
- type: StringConstructor;
112
- default: null;
113
- };
114
100
  enableHtml: {
115
101
  type: BooleanConstructor;
116
102
  default: boolean;
117
103
  };
118
104
  }>> & Readonly<{}>, {
105
+ side: string;
119
106
  text: string;
120
107
  enabled: boolean;
121
108
  forceOpen: boolean;
122
- side: string;
123
109
  maxWidth: string;
124
- shortcutText: string;
125
110
  enableHtml: boolean;
126
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
111
+ }, {}, {
112
+ Tooltip: {
113
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
114
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
115
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
116
+ "update:open": (value: boolean) => any;
117
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
118
+ P: {};
119
+ B: {};
120
+ D: {};
121
+ C: {};
122
+ M: {};
123
+ Defaults: {};
124
+ }, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
125
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
126
+ }>, {}, {}, {}, {}, {}>;
127
+ __isFragment?: never;
128
+ __isTeleport?: never;
129
+ __isSuspense?: never;
130
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
131
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
132
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
133
+ "update:open": (value: boolean) => any;
134
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
135
+ $slots: {
136
+ default?(_: {}): any;
137
+ };
138
+ });
139
+ TooltipTrigger: {
140
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
141
+ P: {};
142
+ B: {};
143
+ D: {};
144
+ C: {};
145
+ M: {};
146
+ Defaults: {};
147
+ }, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
148
+ __isFragment?: never;
149
+ __isTeleport?: never;
150
+ __isSuspense?: never;
151
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, 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 () => {
152
+ $slots: {
153
+ default?(_: {}): any;
154
+ };
155
+ });
156
+ TooltipContent: {
157
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
158
+ class?: import('vue').HTMLAttributes["class"];
159
+ }> & Readonly<{
160
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
161
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
162
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
163
+ escapeKeyDown: (event: KeyboardEvent) => any;
164
+ pointerDownOutside: (event: Event) => any;
165
+ }, import('vue').PublicProps, {
166
+ sideOffset: number;
167
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
168
+ P: {};
169
+ B: {};
170
+ D: {};
171
+ C: {};
172
+ M: {};
173
+ Defaults: {};
174
+ }, Readonly<import('reka-ui').TooltipContentProps & {
175
+ class?: import('vue').HTMLAttributes["class"];
176
+ }> & Readonly<{
177
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
178
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
179
+ }>, {}, {}, {}, {}, {
180
+ sideOffset: number;
181
+ }>;
182
+ __isFragment?: never;
183
+ __isTeleport?: never;
184
+ __isSuspense?: never;
185
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
186
+ class?: import('vue').HTMLAttributes["class"];
187
+ }> & Readonly<{
188
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
189
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
190
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
191
+ escapeKeyDown: (event: KeyboardEvent) => any;
192
+ pointerDownOutside: (event: Event) => any;
193
+ }, string, {
194
+ sideOffset: number;
195
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
196
+ $slots: {
197
+ default?(_: {}): any;
198
+ };
199
+ });
200
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
201
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
128
202
  click: (event: Event) => any;
129
203
  mousedown: (event: Event) => any;
@@ -41,10 +41,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
41
41
  default: null;
42
42
  };
43
43
  }>> & Readonly<{}>, {
44
- description: string;
45
44
  title: string;
46
45
  icon: string;
47
46
  scheme: string;
47
+ description: string;
48
48
  status: string;
49
49
  }, {}, {
50
50
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {