@weni/unnnic-system 3.12.3-alpha.5 → 3.12.3
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/CHANGELOG.md +10 -0
- 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 +18 -92
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +36 -184
- 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 +29 -103
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +19 -93
- 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 +18 -92
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +18 -92
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +19 -93
- 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 +24 -98
- package/dist/components/ChartLine/ChartLine.vue.d.ts +18 -92
- package/dist/components/ChatText/ChatText.vue.d.ts +18 -92
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +18 -92
- 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 +18 -92
- 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 +16 -122
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts +3 -6
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
- package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts +8 -0
- package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts.map +1 -0
- package/dist/components/Disclaimer/types-v2.d.ts +7 -0
- package/dist/components/Disclaimer/types-v2.d.ts.map +1 -0
- package/dist/components/Disclaimer/types.d.ts +3 -6
- package/dist/components/Disclaimer/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +207 -37
- 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 +6 -6
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/BaseInput.vue.d.ts +0 -31
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +15 -121
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +4 -73
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +35 -209
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +21 -127
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +18 -92
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +163 -0
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts.map +1 -0
- 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 +13 -82
- 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 +5 -74
- package/dist/components/Slider/Slider.vue.d.ts +18 -92
- package/dist/components/Switch/Switch.vue.d.ts +3 -3
- package/dist/components/Tab/Tab.vue.d.ts +18 -92
- 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 +8 -8
- 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 +18 -92
- 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/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
- package/dist/{es-a9e51a05.mjs → es-c19444c0.mjs} +1 -1
- package/dist/{index-ade761d4.mjs → index-93b45359.mjs} +51889 -54741
- package/dist/locales/en.json.d.ts +1 -3
- package/dist/locales/es.json.d.ts +1 -3
- package/dist/locales/pt_br.json.d.ts +1 -3
- package/dist/{pt-br-5395459d.mjs → pt-br-23dc9ca6.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +206 -234
- package/dist/unnnic.umd.js +44 -48
- package/package.json +2 -3
- package/src/assets/scss/scheme-colors.scss +223 -223
- package/src/assets/scss/tailwind.scss +0 -8
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/Checkbox/Checkbox.vue +1 -1
- package/src/components/Disclaimer/Disclaimer.vue +42 -136
- package/src/components/Disclaimer/DisclaimerV2.vue +171 -0
- package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +45 -70
- package/src/components/Disclaimer/__tests__/DisclaimerV2.spec.js +68 -0
- package/src/components/Disclaimer/types-v2.ts +12 -0
- package/src/components/Disclaimer/types.ts +3 -12
- package/src/components/Drawer/Drawer.vue +269 -190
- package/src/components/Drawer/__tests__/Drawer.spec.js +46 -37
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
- package/src/components/Input/BaseInput.vue +5 -25
- package/src/components/Input/Input.scss +3 -2
- package/src/components/Input/Input.vue +1 -24
- package/src/components/Input/TextInput.vue +25 -64
- package/src/components/Input/__test__/TextInput.spec.js +1 -1
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +1 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- package/src/components/ModalDialog/ModalDialog.vue +148 -64
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
- package/src/components/MultiSelect/MultiSelect.vue +297 -0
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
- package/src/components/Toast/Toast.vue +9 -16
- package/src/components/ToolTip/ToolTip.vue +177 -25
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -339
- package/src/components/index.ts +11 -63
- package/src/components/ui/popover/PopoverContent.vue +2 -19
- package/src/components/ui/popover/PopoverOption.vue +0 -4
- package/src/components/ui/popover/PopoverTrigger.vue +1 -5
- package/src/locales/en.json +1 -3
- package/src/locales/es.json +1 -3
- package/src/locales/pt_br.json +1 -3
- package/src/stories/Disclaimer.stories.js +12 -53
- package/src/stories/DisclaimerV2.stories.js +51 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/Input.mdx +0 -3
- package/src/stories/ModalDialog.mdx +0 -3
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/MultiSelect.stories.js +46 -142
- package/dist/components/MultiSelect/MultSelectOption.vue.d.ts +0 -17
- package/dist/components/MultiSelect/MultSelectOption.vue.d.ts.map +0 -1
- package/dist/components/MultiSelect/index.vue.d.ts +0 -44
- package/dist/components/MultiSelect/index.vue.d.ts.map +0 -1
- package/dist/components/Select/index.vue.d.ts +0 -44
- package/dist/components/Select/index.vue.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -23912
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -21
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/index.d.ts +0 -8
- package/dist/components/ui/dialog/index.d.ts.map +0 -1
- package/dist/components/ui/drawer/Drawer.vue.d.ts +0 -35
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +0 -21
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +0 -43
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +0 -23
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +0 -22
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +0 -25
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -8
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +0 -23
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -19
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/index.d.ts +0 -11
- package/dist/components/ui/drawer/index.d.ts.map +0 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +0 -23
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +0 -31
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -19
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/index.d.ts +0 -4
- package/dist/components/ui/tooltip/index.d.ts.map +0 -1
- package/dist/lib/layer-manager.d.ts +0 -16
- package/dist/lib/layer-manager.d.ts.map +0 -1
- package/src/components/MultiSelect/MultSelectOption.vue +0 -49
- package/src/components/MultiSelect/__tests__/MultiSelect.spec.js +0 -556
- package/src/components/MultiSelect/__tests__/MultiSelectOption.spec.js +0 -229
- package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -87
- package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
- package/src/components/MultiSelect/index.vue +0 -225
- package/src/components/Select/__tests__/Select.spec.js +0 -422
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -71
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/__tests__/__snapshots__/SelectPopover.spec.js.snap +0 -8
- package/src/components/Select/index.vue +0 -298
- package/src/components/ui/dialog/Dialog.vue +0 -19
- package/src/components/ui/dialog/DialogClose.vue +0 -29
- package/src/components/ui/dialog/DialogContent.vue +0 -140
- package/src/components/ui/dialog/DialogFooter.vue +0 -50
- package/src/components/ui/dialog/DialogHeader.vue +0 -83
- package/src/components/ui/dialog/DialogTitle.vue +0 -38
- package/src/components/ui/dialog/DialogTrigger.vue +0 -16
- package/src/components/ui/dialog/index.ts +0 -7
- package/src/components/ui/drawer/Drawer.vue +0 -27
- package/src/components/ui/drawer/DrawerClose.vue +0 -31
- package/src/components/ui/drawer/DrawerContent.vue +0 -111
- package/src/components/ui/drawer/DrawerDescription.vue +0 -40
- package/src/components/ui/drawer/DrawerFooter.vue +0 -38
- package/src/components/ui/drawer/DrawerHeader.vue +0 -57
- package/src/components/ui/drawer/DrawerOverlay.vue +0 -33
- package/src/components/ui/drawer/DrawerTitle.vue +0 -37
- package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
- package/src/components/ui/drawer/index.ts +0 -10
- package/src/components/ui/tooltip/Tooltip.vue +0 -21
- package/src/components/ui/tooltip/TooltipContent.vue +0 -74
- package/src/components/ui/tooltip/TooltipTrigger.vue +0 -26
- package/src/components/ui/tooltip/index.ts +0 -3
- package/src/lib/layer-manager.ts +0 -92
- package/src/stories/Dialog.stories.js +0 -832
- package/src/stories/DrawerNext.stories.js +0 -611
- package/src/stories/LayerManager.docs.mdx +0 -40
- package/src/stories/LayerManager.stories.js +0 -364
- package/src/stories/Select.stories.js +0 -158
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
# 3.12.3 (2025-12-12)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **DisclaimerV2 Component**:
|
|
13
|
+
- Introduced the new `UnnnicDisclaimerV2` component using `<script setup lang="ts">` and Composition API.
|
|
14
|
+
- Added support for multiple semantic variants (`informational`, `success`, `attention`, `error`, `neutral`) with dedicated icon and color mappings.
|
|
15
|
+
- Added unit tests covering default content, conditional title/description rendering, center alignment behavior, and variant-specific icon/scheme selection.
|
|
16
|
+
- Documented the component in Storybook under `Example/DisclaimerV2` with stories for each variant.
|
|
17
|
+
|
|
8
18
|
# 3.12.2 (2025-12-05)
|
|
9
19
|
|
|
10
20
|
### Fixed
|
|
@@ -43,8 +43,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
-
type: string;
|
|
47
46
|
text: string;
|
|
47
|
+
type: string;
|
|
48
48
|
scheme: string;
|
|
49
49
|
onClose: Function;
|
|
50
50
|
version: string;
|
|
@@ -57,9 +57,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
57
|
onDestroy?: (() => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
59
|
type: import('../Toast/types').ToastType;
|
|
60
|
+
description: string;
|
|
60
61
|
button: import('../Toast/types').ToastButton;
|
|
61
62
|
title: string;
|
|
62
|
-
description: string;
|
|
63
63
|
timeout: number;
|
|
64
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
65
65
|
Version1dot1: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -101,8 +101,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
101
|
}>> & Readonly<{
|
|
102
102
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
|
-
type: string;
|
|
105
104
|
text: string;
|
|
105
|
+
type: string;
|
|
106
106
|
scheme: string;
|
|
107
107
|
onClose: Function;
|
|
108
108
|
}, {}, {
|
|
@@ -37,8 +37,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
37
|
}>> & Readonly<{
|
|
38
38
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
}>, {
|
|
40
|
-
type: string;
|
|
41
40
|
text: string;
|
|
41
|
+
type: string;
|
|
42
42
|
scheme: string;
|
|
43
43
|
onClose: Function;
|
|
44
44
|
}, {}, {
|
|
@@ -61,11 +61,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
61
|
type: StringConstructor;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
|
+
shortcutText: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: null;
|
|
67
|
+
};
|
|
64
68
|
enableHtml: {
|
|
65
69
|
type: BooleanConstructor;
|
|
66
70
|
default: boolean;
|
|
67
71
|
};
|
|
68
|
-
}>, {}, {
|
|
72
|
+
}>, {}, {
|
|
73
|
+
topPos: null;
|
|
74
|
+
leftPos: null;
|
|
75
|
+
}, {}, {
|
|
76
|
+
handleResize(): void;
|
|
77
|
+
getRightPost(element: any): void;
|
|
78
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
69
79
|
text: {
|
|
70
80
|
type: StringConstructor;
|
|
71
81
|
default: string;
|
|
@@ -87,107 +97,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
97
|
type: StringConstructor;
|
|
88
98
|
default: string;
|
|
89
99
|
};
|
|
100
|
+
shortcutText: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: null;
|
|
103
|
+
};
|
|
90
104
|
enableHtml: {
|
|
91
105
|
type: BooleanConstructor;
|
|
92
106
|
default: boolean;
|
|
93
107
|
};
|
|
94
108
|
}>> & Readonly<{}>, {
|
|
95
|
-
side: string;
|
|
96
109
|
text: string;
|
|
97
110
|
enabled: boolean;
|
|
98
111
|
forceOpen: boolean;
|
|
112
|
+
side: string;
|
|
99
113
|
maxWidth: string;
|
|
114
|
+
shortcutText: string;
|
|
100
115
|
enableHtml: boolean;
|
|
101
|
-
}, {}, {
|
|
102
|
-
Tooltip: {
|
|
103
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
104
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
105
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
106
|
-
"update:open": (value: boolean) => any;
|
|
107
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
108
|
-
P: {};
|
|
109
|
-
B: {};
|
|
110
|
-
D: {};
|
|
111
|
-
C: {};
|
|
112
|
-
M: {};
|
|
113
|
-
Defaults: {};
|
|
114
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
115
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
116
|
-
}>, {}, {}, {}, {}, {}>;
|
|
117
|
-
__isFragment?: never;
|
|
118
|
-
__isTeleport?: never;
|
|
119
|
-
__isSuspense?: never;
|
|
120
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
121
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
122
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
|
-
"update:open": (value: boolean) => any;
|
|
124
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
125
|
-
$slots: {
|
|
126
|
-
default?(_: {}): any;
|
|
127
|
-
};
|
|
128
|
-
});
|
|
129
|
-
TooltipTrigger: {
|
|
130
|
-
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, {
|
|
131
|
-
P: {};
|
|
132
|
-
B: {};
|
|
133
|
-
D: {};
|
|
134
|
-
C: {};
|
|
135
|
-
M: {};
|
|
136
|
-
Defaults: {};
|
|
137
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
138
|
-
__isFragment?: never;
|
|
139
|
-
__isTeleport?: never;
|
|
140
|
-
__isSuspense?: never;
|
|
141
|
-
} & 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 () => {
|
|
142
|
-
$slots: {
|
|
143
|
-
default?(_: {}): any;
|
|
144
|
-
};
|
|
145
|
-
});
|
|
146
|
-
TooltipContent: {
|
|
147
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
148
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
149
|
-
}> & Readonly<{
|
|
150
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
151
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
152
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
153
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
154
|
-
pointerDownOutside: (event: Event) => any;
|
|
155
|
-
}, import('vue').PublicProps, {
|
|
156
|
-
sideOffset: number;
|
|
157
|
-
}, 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').TooltipContentProps & {
|
|
165
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
166
|
-
}> & Readonly<{
|
|
167
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
168
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
169
|
-
}>, {}, {}, {}, {}, {
|
|
170
|
-
sideOffset: number;
|
|
171
|
-
}>;
|
|
172
|
-
__isFragment?: never;
|
|
173
|
-
__isTeleport?: never;
|
|
174
|
-
__isSuspense?: never;
|
|
175
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
176
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
177
|
-
}> & Readonly<{
|
|
178
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
179
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
180
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
181
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
182
|
-
pointerDownOutside: (event: Event) => any;
|
|
183
|
-
}, string, {
|
|
184
|
-
sideOffset: number;
|
|
185
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
186
|
-
$slots: {
|
|
187
|
-
default?(_: {}): any;
|
|
188
|
-
};
|
|
189
|
-
});
|
|
190
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
116
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
191
117
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
192
118
|
export default _default;
|
|
193
119
|
//# sourceMappingURL=AudioHandler.vue.d.ts.map
|
|
@@ -164,11 +164,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
type: StringConstructor;
|
|
165
165
|
default: string;
|
|
166
166
|
};
|
|
167
|
+
shortcutText: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
default: null;
|
|
170
|
+
};
|
|
167
171
|
enableHtml: {
|
|
168
172
|
type: BooleanConstructor;
|
|
169
173
|
default: boolean;
|
|
170
174
|
};
|
|
171
|
-
}>, {}, {
|
|
175
|
+
}>, {}, {
|
|
176
|
+
topPos: null;
|
|
177
|
+
leftPos: null;
|
|
178
|
+
}, {}, {
|
|
179
|
+
handleResize(): void;
|
|
180
|
+
getRightPost(element: any): void;
|
|
181
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
172
182
|
text: {
|
|
173
183
|
type: StringConstructor;
|
|
174
184
|
default: string;
|
|
@@ -190,107 +200,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
200
|
type: StringConstructor;
|
|
191
201
|
default: string;
|
|
192
202
|
};
|
|
203
|
+
shortcutText: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: null;
|
|
206
|
+
};
|
|
193
207
|
enableHtml: {
|
|
194
208
|
type: BooleanConstructor;
|
|
195
209
|
default: boolean;
|
|
196
210
|
};
|
|
197
211
|
}>> & Readonly<{}>, {
|
|
198
|
-
side: string;
|
|
199
212
|
text: string;
|
|
200
213
|
enabled: boolean;
|
|
201
214
|
forceOpen: boolean;
|
|
215
|
+
side: string;
|
|
202
216
|
maxWidth: string;
|
|
217
|
+
shortcutText: string;
|
|
203
218
|
enableHtml: boolean;
|
|
204
|
-
}, {}, {
|
|
205
|
-
Tooltip: {
|
|
206
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
207
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
208
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
209
|
-
"update:open": (value: boolean) => any;
|
|
210
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
211
|
-
P: {};
|
|
212
|
-
B: {};
|
|
213
|
-
D: {};
|
|
214
|
-
C: {};
|
|
215
|
-
M: {};
|
|
216
|
-
Defaults: {};
|
|
217
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
218
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
219
|
-
}>, {}, {}, {}, {}, {}>;
|
|
220
|
-
__isFragment?: never;
|
|
221
|
-
__isTeleport?: never;
|
|
222
|
-
__isSuspense?: never;
|
|
223
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
224
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
225
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
226
|
-
"update:open": (value: boolean) => any;
|
|
227
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
228
|
-
$slots: {
|
|
229
|
-
default?(_: {}): any;
|
|
230
|
-
};
|
|
231
|
-
});
|
|
232
|
-
TooltipTrigger: {
|
|
233
|
-
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, {
|
|
234
|
-
P: {};
|
|
235
|
-
B: {};
|
|
236
|
-
D: {};
|
|
237
|
-
C: {};
|
|
238
|
-
M: {};
|
|
239
|
-
Defaults: {};
|
|
240
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
241
|
-
__isFragment?: never;
|
|
242
|
-
__isTeleport?: never;
|
|
243
|
-
__isSuspense?: never;
|
|
244
|
-
} & 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 () => {
|
|
245
|
-
$slots: {
|
|
246
|
-
default?(_: {}): any;
|
|
247
|
-
};
|
|
248
|
-
});
|
|
249
|
-
TooltipContent: {
|
|
250
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
251
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
252
|
-
}> & Readonly<{
|
|
253
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
254
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
255
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
256
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
257
|
-
pointerDownOutside: (event: Event) => any;
|
|
258
|
-
}, import('vue').PublicProps, {
|
|
259
|
-
sideOffset: number;
|
|
260
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
261
|
-
P: {};
|
|
262
|
-
B: {};
|
|
263
|
-
D: {};
|
|
264
|
-
C: {};
|
|
265
|
-
M: {};
|
|
266
|
-
Defaults: {};
|
|
267
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
268
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
269
|
-
}> & Readonly<{
|
|
270
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
271
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
272
|
-
}>, {}, {}, {}, {}, {
|
|
273
|
-
sideOffset: number;
|
|
274
|
-
}>;
|
|
275
|
-
__isFragment?: never;
|
|
276
|
-
__isTeleport?: never;
|
|
277
|
-
__isSuspense?: never;
|
|
278
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
279
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
280
|
-
}> & Readonly<{
|
|
281
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
282
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
283
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
284
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
285
|
-
pointerDownOutside: (event: Event) => any;
|
|
286
|
-
}, string, {
|
|
287
|
-
sideOffset: number;
|
|
288
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
289
|
-
$slots: {
|
|
290
|
-
default?(_: {}): any;
|
|
291
|
-
};
|
|
292
|
-
});
|
|
293
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
219
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
294
220
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
295
221
|
AudioPlayer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
296
222
|
time: {
|
|
@@ -422,11 +348,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
422
348
|
type: StringConstructor;
|
|
423
349
|
default: string;
|
|
424
350
|
};
|
|
351
|
+
shortcutText: {
|
|
352
|
+
type: StringConstructor;
|
|
353
|
+
default: null;
|
|
354
|
+
};
|
|
425
355
|
enableHtml: {
|
|
426
356
|
type: BooleanConstructor;
|
|
427
357
|
default: boolean;
|
|
428
358
|
};
|
|
429
|
-
}>, {}, {
|
|
359
|
+
}>, {}, {
|
|
360
|
+
topPos: null;
|
|
361
|
+
leftPos: null;
|
|
362
|
+
}, {}, {
|
|
363
|
+
handleResize(): void;
|
|
364
|
+
getRightPost(element: any): void;
|
|
365
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
430
366
|
text: {
|
|
431
367
|
type: StringConstructor;
|
|
432
368
|
default: string;
|
|
@@ -448,107 +384,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
448
384
|
type: StringConstructor;
|
|
449
385
|
default: string;
|
|
450
386
|
};
|
|
387
|
+
shortcutText: {
|
|
388
|
+
type: StringConstructor;
|
|
389
|
+
default: null;
|
|
390
|
+
};
|
|
451
391
|
enableHtml: {
|
|
452
392
|
type: BooleanConstructor;
|
|
453
393
|
default: boolean;
|
|
454
394
|
};
|
|
455
395
|
}>> & Readonly<{}>, {
|
|
456
|
-
side: string;
|
|
457
396
|
text: string;
|
|
458
397
|
enabled: boolean;
|
|
459
398
|
forceOpen: boolean;
|
|
399
|
+
side: string;
|
|
460
400
|
maxWidth: string;
|
|
401
|
+
shortcutText: string;
|
|
461
402
|
enableHtml: boolean;
|
|
462
|
-
}, {}, {
|
|
463
|
-
Tooltip: {
|
|
464
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
465
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
466
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
467
|
-
"update:open": (value: boolean) => any;
|
|
468
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
469
|
-
P: {};
|
|
470
|
-
B: {};
|
|
471
|
-
D: {};
|
|
472
|
-
C: {};
|
|
473
|
-
M: {};
|
|
474
|
-
Defaults: {};
|
|
475
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
476
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
477
|
-
}>, {}, {}, {}, {}, {}>;
|
|
478
|
-
__isFragment?: never;
|
|
479
|
-
__isTeleport?: never;
|
|
480
|
-
__isSuspense?: never;
|
|
481
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
482
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
483
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
484
|
-
"update:open": (value: boolean) => any;
|
|
485
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
486
|
-
$slots: {
|
|
487
|
-
default?(_: {}): any;
|
|
488
|
-
};
|
|
489
|
-
});
|
|
490
|
-
TooltipTrigger: {
|
|
491
|
-
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, {
|
|
492
|
-
P: {};
|
|
493
|
-
B: {};
|
|
494
|
-
D: {};
|
|
495
|
-
C: {};
|
|
496
|
-
M: {};
|
|
497
|
-
Defaults: {};
|
|
498
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
499
|
-
__isFragment?: never;
|
|
500
|
-
__isTeleport?: never;
|
|
501
|
-
__isSuspense?: never;
|
|
502
|
-
} & 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 () => {
|
|
503
|
-
$slots: {
|
|
504
|
-
default?(_: {}): any;
|
|
505
|
-
};
|
|
506
|
-
});
|
|
507
|
-
TooltipContent: {
|
|
508
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
509
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
510
|
-
}> & Readonly<{
|
|
511
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
512
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
513
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
514
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
515
|
-
pointerDownOutside: (event: Event) => any;
|
|
516
|
-
}, import('vue').PublicProps, {
|
|
517
|
-
sideOffset: number;
|
|
518
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
519
|
-
P: {};
|
|
520
|
-
B: {};
|
|
521
|
-
D: {};
|
|
522
|
-
C: {};
|
|
523
|
-
M: {};
|
|
524
|
-
Defaults: {};
|
|
525
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
526
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
527
|
-
}> & Readonly<{
|
|
528
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
529
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
530
|
-
}>, {}, {}, {}, {}, {
|
|
531
|
-
sideOffset: number;
|
|
532
|
-
}>;
|
|
533
|
-
__isFragment?: never;
|
|
534
|
-
__isTeleport?: never;
|
|
535
|
-
__isSuspense?: never;
|
|
536
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
537
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
538
|
-
}> & Readonly<{
|
|
539
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
540
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
541
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
542
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
543
|
-
pointerDownOutside: (event: Event) => any;
|
|
544
|
-
}, string, {
|
|
545
|
-
sideOffset: number;
|
|
546
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
547
|
-
$slots: {
|
|
548
|
-
default?(_: {}): any;
|
|
549
|
-
};
|
|
550
|
-
});
|
|
551
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
403
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
552
404
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
553
405
|
export default _default;
|
|
554
406
|
//# sourceMappingURL=AudioRecorder.vue.d.ts.map
|
|
@@ -10,10 +10,10 @@ declare function __VLS_template(): {
|
|
|
10
10
|
};
|
|
11
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
12
|
declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
13
|
-
|
|
13
|
+
text: string;
|
|
14
14
|
type: ButtonType;
|
|
15
15
|
size: ButtonSize;
|
|
16
|
-
|
|
16
|
+
disabled: boolean;
|
|
17
17
|
iconLeft: string;
|
|
18
18
|
iconRight: string;
|
|
19
19
|
float: boolean;
|
|
@@ -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
|
scheme: string;
|
|
48
|
-
description: string;
|
|
49
49
|
}, {}, {
|
|
50
50
|
UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
51
51
|
enabled: {
|
|
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
default: boolean;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
|
-
size: string;
|
|
106
105
|
enabled: boolean;
|
|
106
|
+
size: string;
|
|
107
107
|
filled: boolean;
|
|
108
108
|
icon: string;
|
|
109
109
|
scheme: string;
|