@weni/unnnic-system 3.12.1-alpha.1 → 3.12.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 (175) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/components/Alert/Alert.vue.d.ts +3 -3
  3. package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
  4. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +18 -92
  5. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +36 -184
  6. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
  7. package/dist/components/Button/Button.vue.d.ts +2 -2
  8. package/dist/components/Card/AccountCard.vue.d.ts +2 -2
  9. package/dist/components/Card/Card.vue.d.ts +29 -103
  10. package/dist/components/Card/CardCompany.vue.d.ts +2 -2
  11. package/dist/components/Card/CardStatusesContainer.vue.d.ts +19 -93
  12. package/dist/components/Card/ContentCard.vue.d.ts +1 -1
  13. package/dist/components/Card/DashCard.vue.d.ts +2 -2
  14. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  15. package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
  16. package/dist/components/Card/SimpleCard.vue.d.ts +18 -92
  17. package/dist/components/Card/StatusCard.vue.d.ts +1 -1
  18. package/dist/components/Card/TitleCard.vue.d.ts +18 -92
  19. package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
  20. package/dist/components/CardInformation/CardInformation.vue.d.ts +19 -93
  21. package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
  22. package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
  23. package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
  24. package/dist/components/ChartBar/ChartBar.vue.d.ts +24 -98
  25. package/dist/components/ChartLine/ChartLine.vue.d.ts +18 -92
  26. package/dist/components/ChatText/ChatText.vue.d.ts +18 -92
  27. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
  28. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +18 -92
  29. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
  30. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  31. package/dist/components/DataArea/DataArea.vue.d.ts +18 -92
  32. package/dist/components/DataTable/index.vue.d.ts +1 -1
  33. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  34. package/dist/components/DateFilter/DateFilter.vue.d.ts +13 -13
  35. package/dist/components/Drawer/Drawer.vue.d.ts +207 -37
  36. package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
  37. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  38. package/dist/components/FormElement/FormElement.vue.d.ts +6 -6
  39. package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
  40. package/dist/components/Input/Input.vue.d.ts +12 -12
  41. package/dist/components/Input/TextInput.vue.d.ts +2 -2
  42. package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
  43. package/dist/components/Label/Label.vue.d.ts +1 -1
  44. package/dist/components/Label/Label.vue.d.ts.map +1 -1
  45. package/dist/components/Modal/Modal.vue.d.ts +1 -1
  46. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +35 -209
  47. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  48. package/dist/components/ModalNext/ModalNext.vue.d.ts +18 -18
  49. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
  50. package/dist/components/MoodRating/MoodRating.vue.d.ts +18 -92
  51. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
  52. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  53. package/dist/components/Radio/Radio.vue.d.ts +6 -6
  54. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +11 -11
  55. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
  56. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
  57. package/dist/components/SelectTime/index.vue.d.ts +3 -3
  58. package/dist/components/Slider/Slider.vue.d.ts +18 -92
  59. package/dist/components/Switch/Switch.vue.d.ts +3 -3
  60. package/dist/components/Tab/Tab.vue.d.ts +18 -92
  61. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  62. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  63. package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
  64. package/dist/components/Tag/Tag.vue.d.ts +2 -2
  65. package/dist/components/TextArea/TextArea.vue.d.ts +8 -8
  66. package/dist/components/Toast/Toast.vue.d.ts +1 -1
  67. package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
  68. package/dist/components/ToolTip/ToolTip.vue.d.ts +18 -92
  69. package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
  70. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  71. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  72. package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
  73. package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
  74. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
  75. package/dist/components/ui/popover/PopoverOption.vue.d.ts +1 -1
  76. package/dist/components/ui/popover/PopoverOption.vue.d.ts.map +1 -1
  77. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
  78. package/dist/{es-38bd0c9c.mjs → es-9756db6d.mjs} +1 -1
  79. package/dist/{index-561a4027.mjs → index-ab280280.mjs} +50935 -53788
  80. package/dist/{pt-br-14a3c647.mjs → pt-br-55135cbc.mjs} +1 -1
  81. package/dist/style.css +1 -1
  82. package/dist/unnnic.mjs +203 -231
  83. package/dist/unnnic.umd.js +44 -48
  84. package/package.json +2 -3
  85. package/src/assets/scss/tailwind.scss +0 -8
  86. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
  87. package/src/components/Drawer/Drawer.vue +269 -190
  88. package/src/components/Drawer/__tests__/Drawer.spec.js +46 -37
  89. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
  90. package/src/components/ModalDialog/ModalDialog.vue +148 -64
  91. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  92. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  93. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
  94. package/src/components/Toast/Toast.vue +9 -16
  95. package/src/components/ToolTip/ToolTip.vue +177 -25
  96. package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -339
  97. package/src/components/index.ts +0 -56
  98. package/src/components/ui/popover/PopoverContent.vue +2 -4
  99. package/src/components/ui/popover/PopoverTrigger.vue +1 -5
  100. package/src/stories/Drawer.stories.js +1 -1
  101. package/src/stories/ModalDialog.mdx +0 -3
  102. package/src/stories/ModalDialog.stories.js +1 -1
  103. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
  104. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
  105. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -19
  106. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
  107. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
  108. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
  109. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
  110. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
  111. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
  112. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
  113. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
  114. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
  115. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
  116. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
  117. package/dist/components/ui/dialog/index.d.ts +0 -8
  118. package/dist/components/ui/dialog/index.d.ts.map +0 -1
  119. package/dist/components/ui/drawer/Drawer.vue.d.ts +0 -35
  120. package/dist/components/ui/drawer/Drawer.vue.d.ts.map +0 -1
  121. package/dist/components/ui/drawer/DrawerClose.vue.d.ts +0 -19
  122. package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +0 -1
  123. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +0 -43
  124. package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +0 -1
  125. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +0 -23
  126. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +0 -1
  127. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +0 -22
  128. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +0 -1
  129. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +0 -25
  130. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +0 -1
  131. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -8
  132. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +0 -1
  133. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +0 -23
  134. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +0 -1
  135. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -19
  136. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +0 -1
  137. package/dist/components/ui/drawer/index.d.ts +0 -11
  138. package/dist/components/ui/drawer/index.d.ts.map +0 -1
  139. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +0 -23
  140. package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +0 -1
  141. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +0 -31
  142. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +0 -1
  143. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -19
  144. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +0 -1
  145. package/dist/components/ui/tooltip/index.d.ts +0 -4
  146. package/dist/components/ui/tooltip/index.d.ts.map +0 -1
  147. package/dist/lib/layer-manager.d.ts +0 -16
  148. package/dist/lib/layer-manager.d.ts.map +0 -1
  149. package/src/components/ui/dialog/Dialog.vue +0 -19
  150. package/src/components/ui/dialog/DialogClose.vue +0 -29
  151. package/src/components/ui/dialog/DialogContent.vue +0 -140
  152. package/src/components/ui/dialog/DialogFooter.vue +0 -50
  153. package/src/components/ui/dialog/DialogHeader.vue +0 -83
  154. package/src/components/ui/dialog/DialogTitle.vue +0 -38
  155. package/src/components/ui/dialog/DialogTrigger.vue +0 -16
  156. package/src/components/ui/dialog/index.ts +0 -7
  157. package/src/components/ui/drawer/Drawer.vue +0 -27
  158. package/src/components/ui/drawer/DrawerClose.vue +0 -37
  159. package/src/components/ui/drawer/DrawerContent.vue +0 -111
  160. package/src/components/ui/drawer/DrawerDescription.vue +0 -40
  161. package/src/components/ui/drawer/DrawerFooter.vue +0 -38
  162. package/src/components/ui/drawer/DrawerHeader.vue +0 -57
  163. package/src/components/ui/drawer/DrawerOverlay.vue +0 -33
  164. package/src/components/ui/drawer/DrawerTitle.vue +0 -37
  165. package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
  166. package/src/components/ui/drawer/index.ts +0 -10
  167. package/src/components/ui/tooltip/Tooltip.vue +0 -21
  168. package/src/components/ui/tooltip/TooltipContent.vue +0 -74
  169. package/src/components/ui/tooltip/TooltipTrigger.vue +0 -26
  170. package/src/components/ui/tooltip/index.ts +0 -3
  171. package/src/lib/layer-manager.ts +0 -84
  172. package/src/stories/Dialog.stories.js +0 -832
  173. package/src/stories/DrawerNext.stories.js +0 -611
  174. package/src/stories/LayerManager.docs.mdx +0 -40
  175. package/src/stories/LayerManager.stories.js +0 -364
@@ -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;
140
141
  title: string;
141
142
  icon: string;
142
143
  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
- size: string;
218
217
  enabled: boolean;
218
+ size: string;
219
219
  filled: boolean;
220
220
  icon: string;
221
221
  scheme: string;
@@ -326,11 +326,21 @@ 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
+ };
329
333
  enableHtml: {
330
334
  type: BooleanConstructor;
331
335
  default: boolean;
332
336
  };
333
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
334
344
  text: {
335
345
  type: StringConstructor;
336
346
  default: string;
@@ -352,107 +362,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
352
362
  type: StringConstructor;
353
363
  default: string;
354
364
  };
365
+ shortcutText: {
366
+ type: StringConstructor;
367
+ default: null;
368
+ };
355
369
  enableHtml: {
356
370
  type: BooleanConstructor;
357
371
  default: boolean;
358
372
  };
359
373
  }>> & Readonly<{}>, {
360
- side: string;
361
374
  text: string;
362
375
  enabled: boolean;
363
376
  forceOpen: boolean;
377
+ side: string;
364
378
  maxWidth: string;
379
+ shortcutText: string;
365
380
  enableHtml: boolean;
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>;
381
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
456
382
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
457
383
  click: (event: Event) => any;
458
384
  mousedown: (event: Event) => any;
@@ -511,10 +437,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
511
437
  default: null;
512
438
  };
513
439
  }>> & Readonly<{}>, {
440
+ description: string;
514
441
  title: string;
515
442
  icon: string;
516
443
  scheme: string;
517
- description: string;
518
444
  status: string;
519
445
  }, {}, {
520
446
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -576,10 +502,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
576
502
  };
577
503
  }>> & Readonly<{}>, {
578
504
  enabled: boolean;
505
+ description: string;
579
506
  title: string;
580
507
  icon: string;
581
508
  scheme: string;
582
- description: string;
583
509
  }, {}, {
584
510
  UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
585
511
  enabled: {
@@ -636,8 +562,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
636
562
  default: boolean;
637
563
  };
638
564
  }>> & Readonly<{}>, {
639
- size: string;
640
565
  enabled: boolean;
566
+ size: string;
641
567
  filled: boolean;
642
568
  icon: string;
643
569
  scheme: string;
@@ -686,9 +612,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
686
612
  default: boolean;
687
613
  };
688
614
  }>> & Readonly<{}>, {
615
+ description: string;
689
616
  title: string;
690
617
  clickable: boolean;
691
- description: string;
692
618
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
693
619
  text: {
694
620
  type: StringConstructor;
@@ -779,10 +705,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
779
705
  };
780
706
  }>> & Readonly<{}>, {
781
707
  enabled: boolean;
708
+ description: string;
782
709
  title: string;
783
710
  icon: string;
784
711
  clickable: boolean;
785
- description: string;
786
712
  }, {}, {
787
713
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
788
714
  click: (event: Event) => any;
@@ -860,9 +786,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
860
786
  default: null;
861
787
  };
862
788
  }>> & Readonly<{}>, {
789
+ description: string;
863
790
  title: string;
864
791
  clickable: boolean;
865
- description: string;
866
792
  comments: string;
867
793
  iconSrc: string;
868
794
  rating: number;
@@ -971,16 +897,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
971
897
  default: () => void;
972
898
  };
973
899
  }>> & Readonly<{}>, {
974
- type: string;
975
900
  text: string;
901
+ type: string;
976
902
  enabled: boolean;
903
+ value: number;
904
+ description: string;
977
905
  title: string;
978
906
  info: string;
979
907
  icon: string;
980
908
  clickable: boolean;
981
909
  scheme: string;
982
- value: number;
983
- description: string;
984
910
  percent: number;
985
911
  invertedPercentage: boolean;
986
912
  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
- disabled: boolean;
37
+ text: string;
38
38
  type: import('../Tag/types').TagType;
39
39
  size: import('../Tag/types').TagSize;
40
- text: string;
41
40
  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
- size: string;
121
120
  enabled: boolean;
121
+ size: string;
122
122
  filled: boolean;
123
123
  icon: string;
124
124
  scheme: string;
@@ -162,11 +162,21 @@ 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
+ };
165
169
  enableHtml: {
166
170
  type: BooleanConstructor;
167
171
  default: boolean;
168
172
  };
169
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
170
180
  text: {
171
181
  type: StringConstructor;
172
182
  default: string;
@@ -188,107 +198,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
188
198
  type: StringConstructor;
189
199
  default: string;
190
200
  };
201
+ shortcutText: {
202
+ type: StringConstructor;
203
+ default: null;
204
+ };
191
205
  enableHtml: {
192
206
  type: BooleanConstructor;
193
207
  default: boolean;
194
208
  };
195
209
  }>> & Readonly<{}>, {
196
- side: string;
197
210
  text: string;
198
211
  enabled: boolean;
199
212
  forceOpen: boolean;
213
+ side: string;
200
214
  maxWidth: string;
215
+ shortcutText: string;
201
216
  enableHtml: boolean;
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>;
217
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
292
218
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
293
219
  click: (event: Event) => any;
294
220
  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;
45
46
  title: string;
46
47
  icon: string;
47
48
  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;
54
55
  title: string;
55
56
  icon: string;
56
57
  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
- size: string;
132
131
  enabled: boolean;
132
+ size: string;
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;
28
29
  title: string;
29
30
  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;
62
63
  title: string;
63
64
  clickable: boolean;
64
- description: string;
65
65
  comments: string;
66
66
  iconSrc: string;
67
67
  rating: number;
@@ -71,11 +71,21 @@ 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
+ };
74
78
  enableHtml: {
75
79
  type: BooleanConstructor;
76
80
  default: boolean;
77
81
  };
78
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
79
89
  text: {
80
90
  type: StringConstructor;
81
91
  default: string;
@@ -97,107 +107,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
97
107
  type: StringConstructor;
98
108
  default: string;
99
109
  };
110
+ shortcutText: {
111
+ type: StringConstructor;
112
+ default: null;
113
+ };
100
114
  enableHtml: {
101
115
  type: BooleanConstructor;
102
116
  default: boolean;
103
117
  };
104
118
  }>> & Readonly<{}>, {
105
- side: string;
106
119
  text: string;
107
120
  enabled: boolean;
108
121
  forceOpen: boolean;
122
+ side: string;
109
123
  maxWidth: string;
124
+ shortcutText: string;
110
125
  enableHtml: boolean;
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>;
126
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
201
127
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
202
128
  click: (event: Event) => any;
203
129
  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;
44
45
  title: string;
45
46
  icon: string;
46
47
  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, {