@weni/unnnic-system 3.11.2 → 3.11.3-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.
- package/dist/components/Alert/Alert.vue.d.ts +3 -3
- package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +109 -18
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +218 -36
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Card/AccountCard.vue.d.ts +2 -2
- package/dist/components/Card/Card.vue.d.ts +120 -29
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +110 -19
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +2 -2
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +109 -18
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +109 -18
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +110 -19
- package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
- package/dist/components/ChartBar/ChartBar.vue.d.ts +115 -24
- package/dist/components/ChartLine/ChartLine.vue.d.ts +109 -18
- package/dist/components/ChatText/ChatText.vue.d.ts +109 -18
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +109 -18
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/DataArea/DataArea.vue.d.ts +109 -18
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +10 -10
- package/dist/components/Drawer/Drawer.vue.d.ts +37 -207
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +4 -4
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/Input.vue.d.ts +9 -9
- package/dist/components/Input/TextInput.vue.d.ts +2 -2
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +209 -35
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +15 -15
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +109 -18
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +6 -6
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +11 -11
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
- package/dist/components/SelectTime/index.vue.d.ts +3 -3
- package/dist/components/Slider/Slider.vue.d.ts +109 -18
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +109 -18
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +2 -2
- package/dist/components/TextArea/TextArea.vue.d.ts +5 -5
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +109 -18
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +42 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/index.d.ts +11 -0
- package/dist/components/ui/drawer/index.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts +26 -0
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts +24 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/index.d.ts +5 -0
- package/dist/components/ui/segmented-control/index.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +5 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/{es-042a0d15.mjs → es-9cccca43.mjs} +1 -1
- package/dist/{index-fd0ea6b9.mjs → index-386c3448.mjs} +99605 -96738
- package/dist/{pt-br-3b7cced5.mjs → pt-br-9303b2c4.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +232 -196
- package/dist/unnnic.umd.js +48 -44
- package/package.json +2 -1
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Drawer/Drawer.vue +188 -269
- package/src/components/Drawer/__tests__/Drawer.spec.js +31 -46
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/ModalDialog/ModalDialog.vue +62 -148
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
- package/src/components/Toast/Toast.vue +12 -8
- package/src/components/ToolTip/ToolTip.vue +41 -188
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +345 -61
- package/src/components/index.ts +86 -12
- package/src/components/ui/dialog/Dialog.vue +15 -0
- package/src/components/ui/dialog/DialogClose.vue +25 -0
- package/src/components/ui/dialog/DialogContent.vue +130 -0
- package/src/components/ui/dialog/DialogFooter.vue +46 -0
- package/src/components/ui/dialog/DialogHeader.vue +79 -0
- package/src/components/ui/dialog/DialogTitle.vue +34 -0
- package/src/components/ui/dialog/DialogTrigger.vue +12 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/components/ui/drawer/Drawer.vue +27 -0
- package/src/components/ui/drawer/DrawerClose.vue +37 -0
- package/src/components/ui/drawer/DrawerContent.vue +102 -0
- package/src/components/ui/drawer/DrawerDescription.vue +40 -0
- package/src/components/ui/drawer/DrawerFooter.vue +38 -0
- package/src/components/ui/drawer/DrawerHeader.vue +57 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +34 -0
- package/src/components/ui/drawer/DrawerTitle.vue +37 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +31 -0
- package/src/components/ui/drawer/index.ts +10 -0
- package/src/components/ui/popover/PopoverContent.vue +0 -2
- package/src/components/ui/segmented-control/SegmentedControlList.vue +51 -0
- package/src/components/ui/segmented-control/SegmentedControlTrigger.vue +81 -0
- package/src/components/ui/segmented-control/index.ts +4 -0
- package/src/components/ui/tabs/TabsTrigger.vue +4 -20
- package/src/components/ui/tooltip/Tooltip.vue +15 -0
- package/src/components/ui/tooltip/TooltipContent.vue +73 -0
- package/src/components/ui/tooltip/TooltipProvider.vue +15 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +22 -0
- package/src/components/ui/tooltip/index.ts +4 -0
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/DrawerNext.stories.js +610 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/SegmentedControl.stories.js +253 -0
- package/src/stories/Tabs.stories.js +1 -1
|
@@ -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,124 @@ 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
|
-
}, {}, {
|
|
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
|
+
TooltipProvider: {
|
|
395
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipProviderProps> & 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').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
403
|
+
__isFragment?: never;
|
|
404
|
+
__isTeleport?: never;
|
|
405
|
+
__isSuspense?: never;
|
|
406
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipProviderProps> & 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
|
+
TooltipTrigger: {
|
|
412
|
+
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, {
|
|
413
|
+
P: {};
|
|
414
|
+
B: {};
|
|
415
|
+
D: {};
|
|
416
|
+
C: {};
|
|
417
|
+
M: {};
|
|
418
|
+
Defaults: {};
|
|
419
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
420
|
+
__isFragment?: never;
|
|
421
|
+
__isTeleport?: never;
|
|
422
|
+
__isSuspense?: never;
|
|
423
|
+
} & 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 () => {
|
|
424
|
+
$slots: {
|
|
425
|
+
default?(_: {}): any;
|
|
426
|
+
};
|
|
427
|
+
});
|
|
428
|
+
TooltipContent: {
|
|
429
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
435
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
436
|
+
pointerDownOutside: (event: Event) => any;
|
|
437
|
+
}, import('vue').PublicProps, {
|
|
438
|
+
sideOffset: number;
|
|
439
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
440
|
+
P: {};
|
|
441
|
+
B: {};
|
|
442
|
+
D: {};
|
|
443
|
+
C: {};
|
|
444
|
+
M: {};
|
|
445
|
+
Defaults: {};
|
|
446
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
447
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
448
|
+
}> & Readonly<{
|
|
449
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
450
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
451
|
+
}>, {}, {}, {}, {}, {
|
|
452
|
+
sideOffset: number;
|
|
453
|
+
}>;
|
|
454
|
+
__isFragment?: never;
|
|
455
|
+
__isTeleport?: never;
|
|
456
|
+
__isSuspense?: never;
|
|
457
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
458
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
459
|
+
}> & Readonly<{
|
|
460
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
461
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
462
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
463
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
464
|
+
pointerDownOutside: (event: Event) => any;
|
|
465
|
+
}, string, {
|
|
466
|
+
sideOffset: number;
|
|
467
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
468
|
+
$slots: {
|
|
469
|
+
default?(_: {}): any;
|
|
470
|
+
};
|
|
471
|
+
});
|
|
472
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
382
473
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
383
474
|
click: (event: Event) => any;
|
|
384
475
|
mousedown: (event: Event) => any;
|
|
@@ -437,10 +528,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
528
|
default: null;
|
|
438
529
|
};
|
|
439
530
|
}>> & Readonly<{}>, {
|
|
440
|
-
description: string;
|
|
441
531
|
title: string;
|
|
442
532
|
icon: string;
|
|
443
533
|
scheme: string;
|
|
534
|
+
description: string;
|
|
444
535
|
status: string;
|
|
445
536
|
}, {}, {
|
|
446
537
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -502,10 +593,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
502
593
|
};
|
|
503
594
|
}>> & Readonly<{}>, {
|
|
504
595
|
enabled: boolean;
|
|
505
|
-
description: string;
|
|
506
596
|
title: string;
|
|
507
597
|
icon: string;
|
|
508
598
|
scheme: string;
|
|
599
|
+
description: string;
|
|
509
600
|
}, {}, {
|
|
510
601
|
UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
511
602
|
enabled: {
|
|
@@ -562,8 +653,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
562
653
|
default: boolean;
|
|
563
654
|
};
|
|
564
655
|
}>> & Readonly<{}>, {
|
|
565
|
-
enabled: boolean;
|
|
566
656
|
size: string;
|
|
657
|
+
enabled: boolean;
|
|
567
658
|
filled: boolean;
|
|
568
659
|
icon: string;
|
|
569
660
|
scheme: string;
|
|
@@ -612,9 +703,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
612
703
|
default: boolean;
|
|
613
704
|
};
|
|
614
705
|
}>> & Readonly<{}>, {
|
|
615
|
-
description: string;
|
|
616
706
|
title: string;
|
|
617
707
|
clickable: boolean;
|
|
708
|
+
description: string;
|
|
618
709
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
619
710
|
text: {
|
|
620
711
|
type: StringConstructor;
|
|
@@ -705,10 +796,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
705
796
|
};
|
|
706
797
|
}>> & Readonly<{}>, {
|
|
707
798
|
enabled: boolean;
|
|
708
|
-
description: string;
|
|
709
799
|
title: string;
|
|
710
800
|
icon: string;
|
|
711
801
|
clickable: boolean;
|
|
802
|
+
description: string;
|
|
712
803
|
}, {}, {
|
|
713
804
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
714
805
|
click: (event: Event) => any;
|
|
@@ -786,9 +877,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
786
877
|
default: null;
|
|
787
878
|
};
|
|
788
879
|
}>> & Readonly<{}>, {
|
|
789
|
-
description: string;
|
|
790
880
|
title: string;
|
|
791
881
|
clickable: boolean;
|
|
882
|
+
description: string;
|
|
792
883
|
comments: string;
|
|
793
884
|
iconSrc: string;
|
|
794
885
|
rating: number;
|
|
@@ -897,16 +988,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
897
988
|
default: () => void;
|
|
898
989
|
};
|
|
899
990
|
}>> & Readonly<{}>, {
|
|
900
|
-
text: string;
|
|
901
991
|
type: string;
|
|
992
|
+
text: string;
|
|
902
993
|
enabled: boolean;
|
|
903
|
-
value: number;
|
|
904
|
-
description: string;
|
|
905
994
|
title: string;
|
|
906
995
|
info: string;
|
|
907
996
|
icon: string;
|
|
908
997
|
clickable: boolean;
|
|
909
998
|
scheme: string;
|
|
999
|
+
value: number;
|
|
1000
|
+
description: string;
|
|
910
1001
|
percent: number;
|
|
911
1002
|
invertedPercentage: boolean;
|
|
912
1003
|
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
|
-
|
|
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,124 @@ 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
|
-
}, {}, {
|
|
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
|
+
TooltipProvider: {
|
|
231
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipProviderProps> & 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').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
239
|
+
__isFragment?: never;
|
|
240
|
+
__isTeleport?: never;
|
|
241
|
+
__isSuspense?: never;
|
|
242
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipProviderProps> & 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
|
+
TooltipTrigger: {
|
|
248
|
+
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, {
|
|
249
|
+
P: {};
|
|
250
|
+
B: {};
|
|
251
|
+
D: {};
|
|
252
|
+
C: {};
|
|
253
|
+
M: {};
|
|
254
|
+
Defaults: {};
|
|
255
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
256
|
+
__isFragment?: never;
|
|
257
|
+
__isTeleport?: never;
|
|
258
|
+
__isSuspense?: never;
|
|
259
|
+
} & 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 () => {
|
|
260
|
+
$slots: {
|
|
261
|
+
default?(_: {}): any;
|
|
262
|
+
};
|
|
263
|
+
});
|
|
264
|
+
TooltipContent: {
|
|
265
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
271
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
272
|
+
pointerDownOutside: (event: Event) => any;
|
|
273
|
+
}, import('vue').PublicProps, {
|
|
274
|
+
sideOffset: number;
|
|
275
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
276
|
+
P: {};
|
|
277
|
+
B: {};
|
|
278
|
+
D: {};
|
|
279
|
+
C: {};
|
|
280
|
+
M: {};
|
|
281
|
+
Defaults: {};
|
|
282
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
283
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
284
|
+
}> & Readonly<{
|
|
285
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
286
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
287
|
+
}>, {}, {}, {}, {}, {
|
|
288
|
+
sideOffset: number;
|
|
289
|
+
}>;
|
|
290
|
+
__isFragment?: never;
|
|
291
|
+
__isTeleport?: never;
|
|
292
|
+
__isSuspense?: never;
|
|
293
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
294
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
295
|
+
}> & Readonly<{
|
|
296
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
297
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
298
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
299
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
300
|
+
pointerDownOutside: (event: Event) => any;
|
|
301
|
+
}, string, {
|
|
302
|
+
sideOffset: number;
|
|
303
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
304
|
+
$slots: {
|
|
305
|
+
default?(_: {}): any;
|
|
306
|
+
};
|
|
307
|
+
});
|
|
308
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
218
309
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
219
310
|
click: (event: Event) => any;
|
|
220
311
|
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,124 @@ 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
|
-
}, {}, {
|
|
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
|
+
TooltipProvider: {
|
|
140
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipProviderProps> & 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').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
148
|
+
__isFragment?: never;
|
|
149
|
+
__isTeleport?: never;
|
|
150
|
+
__isSuspense?: never;
|
|
151
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipProviderProps> & 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
|
+
TooltipTrigger: {
|
|
157
|
+
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, {
|
|
158
|
+
P: {};
|
|
159
|
+
B: {};
|
|
160
|
+
D: {};
|
|
161
|
+
C: {};
|
|
162
|
+
M: {};
|
|
163
|
+
Defaults: {};
|
|
164
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
165
|
+
__isFragment?: never;
|
|
166
|
+
__isTeleport?: never;
|
|
167
|
+
__isSuspense?: never;
|
|
168
|
+
} & 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 () => {
|
|
169
|
+
$slots: {
|
|
170
|
+
default?(_: {}): any;
|
|
171
|
+
};
|
|
172
|
+
});
|
|
173
|
+
TooltipContent: {
|
|
174
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
180
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
181
|
+
pointerDownOutside: (event: Event) => any;
|
|
182
|
+
}, import('vue').PublicProps, {
|
|
183
|
+
sideOffset: number;
|
|
184
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
185
|
+
P: {};
|
|
186
|
+
B: {};
|
|
187
|
+
D: {};
|
|
188
|
+
C: {};
|
|
189
|
+
M: {};
|
|
190
|
+
Defaults: {};
|
|
191
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
192
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
193
|
+
}> & Readonly<{
|
|
194
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
195
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
196
|
+
}>, {}, {}, {}, {}, {
|
|
197
|
+
sideOffset: number;
|
|
198
|
+
}>;
|
|
199
|
+
__isFragment?: never;
|
|
200
|
+
__isTeleport?: never;
|
|
201
|
+
__isSuspense?: never;
|
|
202
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
203
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
204
|
+
}> & Readonly<{
|
|
205
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
206
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
207
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
208
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
209
|
+
pointerDownOutside: (event: Event) => any;
|
|
210
|
+
}, string, {
|
|
211
|
+
sideOffset: number;
|
|
212
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
213
|
+
$slots: {
|
|
214
|
+
default?(_: {}): any;
|
|
215
|
+
};
|
|
216
|
+
});
|
|
217
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
127
218
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
128
219
|
click: (event: Event) => any;
|
|
129
220
|
mousedown: (event: Event) => any;
|