@weni/unnnic-system 3.10.0 → 3.11.1-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/CHANGELOG.md +80 -0
- package/dist/assets/tokens/colors.json.d.ts +376 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +17 -116
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +111 -20
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +223 -41
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +3 -3
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +4 -4
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +128 -37
- package/dist/components/Card/CardCompany.vue.d.ts +12 -415
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +114 -23
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +112 -21
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +112 -21
- package/dist/components/CardImage/CardImage.vue.d.ts +23 -30
- package/dist/components/CardInformation/CardInformation.vue.d.ts +114 -23
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +14 -417
- package/dist/components/Carousel/TagCarousel.vue.d.ts +13 -416
- package/dist/components/ChartBar/ChartBar.vue.d.ts +120 -29
- package/dist/components/ChartLine/ChartLine.vue.d.ts +110 -19
- package/dist/components/ChatText/ChatText.vue.d.ts +111 -20
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +22 -447
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +114 -23
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +3 -3
- package/dist/components/Checkbox/Checkbox.vue.d.ts +17 -24
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +111 -20
- package/dist/components/DataTable/index.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +172 -41
- package/dist/components/DatePicker/DatePicker.vue.d.ts +10 -10
- package/dist/components/Drawer/Drawer.vue.d.ts +35 -207
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +2 -2
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +50 -27
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +10 -10
- package/dist/components/Input/BaseInput.vue.d.ts +11 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +171 -40
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +33 -24
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +182 -51
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Label/Label.vue.d.ts +9 -15
- 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 +214 -40
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +182 -51
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +21 -21
- package/dist/components/MoodRating/MoodRating.vue.d.ts +110 -19
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +26 -14
- package/dist/components/PageHeader/PageHeader.vue.d.ts +28 -0
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/PageHeader/types.d.ts +9 -0
- package/dist/components/PageHeader/types.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.vue.d.ts +9 -9
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +10 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +67 -468
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +12 -415
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +18 -25
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +34 -25
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +111 -20
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +56 -22
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +122 -20
- package/dist/components/TableNext/TablePagination.vue.d.ts +9 -9
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +13 -415
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +78 -33
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +110 -19
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +9 -9
- package/dist/components/Tour/TourPopover.vue.d.ts +9 -9
- package/dist/components/UploadArea/UploadArea.vue.d.ts +10 -10
- package/dist/components/index.d.ts +12880 -11199
- package/dist/components/index.d.ts.map +1 -1
- 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-4b899f97.mjs → es-5af54117.mjs} +1 -1
- package/dist/{index-23489897.mjs → index-eb28c19c.mjs} +99655 -96333
- package/dist/{pt-br-5a914a63.mjs → pt-br-e0368966.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +216 -179
- package/dist/unnnic.umd.js +48 -45
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +3 -2
- package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
- package/src/assets/icons/checkbox-checked.svg +3 -0
- package/src/assets/icons/checkbox-less-disabled.svg +3 -0
- package/src/assets/icons/checkbox-less.svg +3 -0
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-checked.svg +3 -0
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/Alert.spec.js +2 -45
- package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +67 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/ChatsContact/ChatsContact.vue +10 -6
- package/src/components/Checkbox/Checkbox.vue +117 -65
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/Drawer/Drawer.vue +174 -271
- package/src/components/Drawer/__tests__/Drawer.spec.js +32 -43
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +2 -0
- package/src/components/Input/BaseInput.vue +12 -12
- package/src/components/Input/Input.scss +19 -20
- package/src/components/Input/Input.vue +60 -55
- package/src/components/Input/TextInput.vue +25 -54
- package/src/components/Input/__test__/Input.spec.js +13 -33
- package/src/components/Input/__test__/TextInput.spec.js +6 -8
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +14 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- 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/PageHeader/PageHeader.vue +148 -0
- package/src/components/PageHeader/index.ts +2 -0
- package/src/components/PageHeader/types.ts +10 -0
- package/src/components/Radio/Radio.vue +118 -66
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +4 -3
- package/src/components/RadioGroup/RadioGroup.vue +142 -0
- package/src/components/SelectSmart/SelectSmart.vue +4 -3
- package/src/components/Switch/Switch.vue +132 -91
- package/src/components/Switch/__tests__/Switch.spec.js +8 -75
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -6
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/DefaultTag.vue +51 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/components/TextArea/TextArea.vue +41 -12
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +291 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/ToolTip/ToolTip.vue +41 -188
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +345 -61
- package/src/components/index.ts +88 -5
- 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 +133 -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 +23 -0
- package/src/components/ui/drawer/DrawerClose.vue +33 -0
- package/src/components/ui/drawer/DrawerContent.vue +98 -0
- package/src/components/ui/drawer/DrawerDescription.vue +36 -0
- package/src/components/ui/drawer/DrawerFooter.vue +34 -0
- package/src/components/ui/drawer/DrawerHeader.vue +53 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +30 -0
- package/src/components/ui/drawer/DrawerTitle.vue +33 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +27 -0
- package/src/components/ui/drawer/index.ts +10 -0
- 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/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -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/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/PageHeader.stories.js +330 -0
- package/src/stories/Radio.stories.js +28 -1
- package/src/stories/RadioGroup.stories.js +144 -0
- package/src/stories/SegmentedControl.stories.js +253 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/Tabs.stories.js +1 -1
- package/src/stories/Tag.stories.js +24 -43
- package/src/stories/TextArea.stories.js +14 -2
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +1 -0
- package/src/utils/call.js +46 -18
- package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
version: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
2
|
text: {
|
|
7
3
|
type: StringConstructor;
|
|
8
4
|
default: null;
|
|
@@ -15,18 +11,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
11
|
type: FunctionConstructor;
|
|
16
12
|
default: () => void;
|
|
17
13
|
};
|
|
18
|
-
linkHref: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
linkTarget: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
linkText: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
14
|
type: {
|
|
31
15
|
type: StringConstructor;
|
|
32
16
|
default: string;
|
|
@@ -34,10 +18,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
34
18
|
}>, {}, {}, {}, {
|
|
35
19
|
emitClose(): void;
|
|
36
20
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
-
version: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
21
|
text: {
|
|
42
22
|
type: StringConstructor;
|
|
43
23
|
default: null;
|
|
@@ -50,18 +30,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
30
|
type: FunctionConstructor;
|
|
51
31
|
default: () => void;
|
|
52
32
|
};
|
|
53
|
-
linkHref: {
|
|
54
|
-
type: StringConstructor;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
linkTarget: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
linkText: {
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
33
|
type: {
|
|
66
34
|
type: StringConstructor;
|
|
67
35
|
default: string;
|
|
@@ -69,14 +37,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
37
|
}>> & Readonly<{
|
|
70
38
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
71
39
|
}>, {
|
|
40
|
+
type: string;
|
|
72
41
|
text: string;
|
|
73
42
|
scheme: string;
|
|
74
|
-
type: string;
|
|
75
43
|
onClose: Function;
|
|
76
|
-
version: string;
|
|
77
|
-
linkHref: string;
|
|
78
|
-
linkTarget: string;
|
|
79
|
-
linkText: string;
|
|
80
44
|
}, {}, {
|
|
81
45
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
82
46
|
click: (event: Event) => any;
|
|
@@ -87,10 +51,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
51
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
88
52
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
89
53
|
}>, {
|
|
54
|
+
size: import('../Icon.vue').IconSize;
|
|
90
55
|
filled: boolean;
|
|
91
56
|
icon: string | null;
|
|
92
57
|
clickable: boolean;
|
|
93
|
-
size: import('../Icon.vue').IconSize;
|
|
94
58
|
scheme: import('../Icon.vue').SchemeColor;
|
|
95
59
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
96
60
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Version1dot1.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Version1dot1.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Version1dot1.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Version1dot1.vue"],"names":[],"mappings":"AA0CA;"}
|
|
@@ -33,10 +33,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
34
34
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
|
+
size: import('../Icon.vue').IconSize;
|
|
36
37
|
filled: boolean;
|
|
37
38
|
icon: string | null;
|
|
38
39
|
clickable: boolean;
|
|
39
|
-
size: import('../Icon.vue').IconSize;
|
|
40
40
|
scheme: import('../Icon.vue').SchemeColor;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
42
42
|
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -61,21 +61,11 @@ 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
|
-
};
|
|
68
64
|
enableHtml: {
|
|
69
65
|
type: BooleanConstructor;
|
|
70
66
|
default: boolean;
|
|
71
67
|
};
|
|
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<{
|
|
68
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
79
69
|
text: {
|
|
80
70
|
type: StringConstructor;
|
|
81
71
|
default: string;
|
|
@@ -97,23 +87,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
87
|
type: StringConstructor;
|
|
98
88
|
default: string;
|
|
99
89
|
};
|
|
100
|
-
shortcutText: {
|
|
101
|
-
type: StringConstructor;
|
|
102
|
-
default: null;
|
|
103
|
-
};
|
|
104
90
|
enableHtml: {
|
|
105
91
|
type: BooleanConstructor;
|
|
106
92
|
default: boolean;
|
|
107
93
|
};
|
|
108
94
|
}>> & Readonly<{}>, {
|
|
95
|
+
side: string;
|
|
109
96
|
text: string;
|
|
110
|
-
forceOpen: boolean;
|
|
111
97
|
enabled: boolean;
|
|
112
|
-
|
|
98
|
+
forceOpen: boolean;
|
|
113
99
|
maxWidth: string;
|
|
114
|
-
shortcutText: string;
|
|
115
100
|
enableHtml: boolean;
|
|
116
|
-
}, {}, {
|
|
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
|
+
TooltipProvider: {
|
|
130
|
+
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, {
|
|
131
|
+
P: {};
|
|
132
|
+
B: {};
|
|
133
|
+
D: {};
|
|
134
|
+
C: {};
|
|
135
|
+
M: {};
|
|
136
|
+
Defaults: {};
|
|
137
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
138
|
+
__isFragment?: never;
|
|
139
|
+
__isTeleport?: never;
|
|
140
|
+
__isSuspense?: never;
|
|
141
|
+
} & 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 () => {
|
|
142
|
+
$slots: {
|
|
143
|
+
default?(_: {}): any;
|
|
144
|
+
};
|
|
145
|
+
});
|
|
146
|
+
TooltipTrigger: {
|
|
147
|
+
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, {
|
|
148
|
+
P: {};
|
|
149
|
+
B: {};
|
|
150
|
+
D: {};
|
|
151
|
+
C: {};
|
|
152
|
+
M: {};
|
|
153
|
+
Defaults: {};
|
|
154
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
155
|
+
__isFragment?: never;
|
|
156
|
+
__isTeleport?: never;
|
|
157
|
+
__isSuspense?: never;
|
|
158
|
+
} & 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 () => {
|
|
159
|
+
$slots: {
|
|
160
|
+
default?(_: {}): any;
|
|
161
|
+
};
|
|
162
|
+
});
|
|
163
|
+
TooltipContent: {
|
|
164
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
170
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
171
|
+
pointerDownOutside: (event: Event) => any;
|
|
172
|
+
}, import('vue').PublicProps, {
|
|
173
|
+
sideOffset: number;
|
|
174
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
175
|
+
P: {};
|
|
176
|
+
B: {};
|
|
177
|
+
D: {};
|
|
178
|
+
C: {};
|
|
179
|
+
M: {};
|
|
180
|
+
Defaults: {};
|
|
181
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
182
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
183
|
+
}> & Readonly<{
|
|
184
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
185
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
186
|
+
}>, {}, {}, {}, {}, {
|
|
187
|
+
sideOffset: number;
|
|
188
|
+
}>;
|
|
189
|
+
__isFragment?: never;
|
|
190
|
+
__isTeleport?: never;
|
|
191
|
+
__isSuspense?: never;
|
|
192
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
193
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
194
|
+
}> & Readonly<{
|
|
195
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
196
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
197
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
198
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
199
|
+
pointerDownOutside: (event: Event) => any;
|
|
200
|
+
}, string, {
|
|
201
|
+
sideOffset: number;
|
|
202
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
203
|
+
$slots: {
|
|
204
|
+
default?(_: {}): any;
|
|
205
|
+
};
|
|
206
|
+
});
|
|
207
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
208
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
118
209
|
export default _default;
|
|
119
210
|
//# sourceMappingURL=AudioHandler.vue.d.ts.map
|
|
@@ -84,10 +84,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
85
85
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
|
+
size: import('../Icon.vue').IconSize;
|
|
87
88
|
filled: boolean;
|
|
88
89
|
icon: string | null;
|
|
89
90
|
clickable: boolean;
|
|
90
|
-
size: import('../Icon.vue').IconSize;
|
|
91
91
|
scheme: import('../Icon.vue').SchemeColor;
|
|
92
92
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
93
93
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -136,10 +136,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
136
136
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
137
137
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
138
138
|
}>, {
|
|
139
|
+
size: import('../Icon.vue').IconSize;
|
|
139
140
|
filled: boolean;
|
|
140
141
|
icon: string | null;
|
|
141
142
|
clickable: boolean;
|
|
142
|
-
size: import('../Icon.vue').IconSize;
|
|
143
143
|
scheme: import('../Icon.vue').SchemeColor;
|
|
144
144
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
145
145
|
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -164,21 +164,11 @@ 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
|
-
};
|
|
171
167
|
enableHtml: {
|
|
172
168
|
type: BooleanConstructor;
|
|
173
169
|
default: boolean;
|
|
174
170
|
};
|
|
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<{
|
|
171
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
182
172
|
text: {
|
|
183
173
|
type: StringConstructor;
|
|
184
174
|
default: string;
|
|
@@ -200,23 +190,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
200
190
|
type: StringConstructor;
|
|
201
191
|
default: string;
|
|
202
192
|
};
|
|
203
|
-
shortcutText: {
|
|
204
|
-
type: StringConstructor;
|
|
205
|
-
default: null;
|
|
206
|
-
};
|
|
207
193
|
enableHtml: {
|
|
208
194
|
type: BooleanConstructor;
|
|
209
195
|
default: boolean;
|
|
210
196
|
};
|
|
211
197
|
}>> & Readonly<{}>, {
|
|
198
|
+
side: string;
|
|
212
199
|
text: string;
|
|
213
|
-
forceOpen: boolean;
|
|
214
200
|
enabled: boolean;
|
|
215
|
-
|
|
201
|
+
forceOpen: boolean;
|
|
216
202
|
maxWidth: string;
|
|
217
|
-
shortcutText: string;
|
|
218
203
|
enableHtml: boolean;
|
|
219
|
-
}, {}, {
|
|
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
|
+
TooltipProvider: {
|
|
233
|
+
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, {
|
|
234
|
+
P: {};
|
|
235
|
+
B: {};
|
|
236
|
+
D: {};
|
|
237
|
+
C: {};
|
|
238
|
+
M: {};
|
|
239
|
+
Defaults: {};
|
|
240
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
241
|
+
__isFragment?: never;
|
|
242
|
+
__isTeleport?: never;
|
|
243
|
+
__isSuspense?: never;
|
|
244
|
+
} & 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 () => {
|
|
245
|
+
$slots: {
|
|
246
|
+
default?(_: {}): any;
|
|
247
|
+
};
|
|
248
|
+
});
|
|
249
|
+
TooltipTrigger: {
|
|
250
|
+
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, {
|
|
251
|
+
P: {};
|
|
252
|
+
B: {};
|
|
253
|
+
D: {};
|
|
254
|
+
C: {};
|
|
255
|
+
M: {};
|
|
256
|
+
Defaults: {};
|
|
257
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
258
|
+
__isFragment?: never;
|
|
259
|
+
__isTeleport?: never;
|
|
260
|
+
__isSuspense?: never;
|
|
261
|
+
} & 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 () => {
|
|
262
|
+
$slots: {
|
|
263
|
+
default?(_: {}): any;
|
|
264
|
+
};
|
|
265
|
+
});
|
|
266
|
+
TooltipContent: {
|
|
267
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
273
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
274
|
+
pointerDownOutside: (event: Event) => any;
|
|
275
|
+
}, import('vue').PublicProps, {
|
|
276
|
+
sideOffset: number;
|
|
277
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
278
|
+
P: {};
|
|
279
|
+
B: {};
|
|
280
|
+
D: {};
|
|
281
|
+
C: {};
|
|
282
|
+
M: {};
|
|
283
|
+
Defaults: {};
|
|
284
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
285
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
286
|
+
}> & Readonly<{
|
|
287
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
288
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
289
|
+
}>, {}, {}, {}, {}, {
|
|
290
|
+
sideOffset: number;
|
|
291
|
+
}>;
|
|
292
|
+
__isFragment?: never;
|
|
293
|
+
__isTeleport?: never;
|
|
294
|
+
__isSuspense?: never;
|
|
295
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
296
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
297
|
+
}> & Readonly<{
|
|
298
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
299
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
300
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
301
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
302
|
+
pointerDownOutside: (event: Event) => any;
|
|
303
|
+
}, string, {
|
|
304
|
+
sideOffset: number;
|
|
305
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
306
|
+
$slots: {
|
|
307
|
+
default?(_: {}): any;
|
|
308
|
+
};
|
|
309
|
+
});
|
|
310
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
220
311
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
221
312
|
AudioPlayer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
222
313
|
time: {
|
|
@@ -304,10 +395,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
395
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
305
396
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
306
397
|
}>, {
|
|
398
|
+
size: import('../Icon.vue').IconSize;
|
|
307
399
|
filled: boolean;
|
|
308
400
|
icon: string | null;
|
|
309
401
|
clickable: boolean;
|
|
310
|
-
size: import('../Icon.vue').IconSize;
|
|
311
402
|
scheme: import('../Icon.vue').SchemeColor;
|
|
312
403
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
313
404
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -320,10 +411,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
320
411
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
321
412
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
322
413
|
}>, {
|
|
414
|
+
size: import('../Icon.vue').IconSize;
|
|
323
415
|
filled: boolean;
|
|
324
416
|
icon: string | null;
|
|
325
417
|
clickable: boolean;
|
|
326
|
-
size: import('../Icon.vue').IconSize;
|
|
327
418
|
scheme: import('../Icon.vue').SchemeColor;
|
|
328
419
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
329
420
|
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -348,21 +439,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
348
439
|
type: StringConstructor;
|
|
349
440
|
default: string;
|
|
350
441
|
};
|
|
351
|
-
shortcutText: {
|
|
352
|
-
type: StringConstructor;
|
|
353
|
-
default: null;
|
|
354
|
-
};
|
|
355
442
|
enableHtml: {
|
|
356
443
|
type: BooleanConstructor;
|
|
357
444
|
default: boolean;
|
|
358
445
|
};
|
|
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<{
|
|
446
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
366
447
|
text: {
|
|
367
448
|
type: StringConstructor;
|
|
368
449
|
default: string;
|
|
@@ -384,23 +465,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
384
465
|
type: StringConstructor;
|
|
385
466
|
default: string;
|
|
386
467
|
};
|
|
387
|
-
shortcutText: {
|
|
388
|
-
type: StringConstructor;
|
|
389
|
-
default: null;
|
|
390
|
-
};
|
|
391
468
|
enableHtml: {
|
|
392
469
|
type: BooleanConstructor;
|
|
393
470
|
default: boolean;
|
|
394
471
|
};
|
|
395
472
|
}>> & Readonly<{}>, {
|
|
473
|
+
side: string;
|
|
396
474
|
text: string;
|
|
397
|
-
forceOpen: boolean;
|
|
398
475
|
enabled: boolean;
|
|
399
|
-
|
|
476
|
+
forceOpen: boolean;
|
|
400
477
|
maxWidth: string;
|
|
401
|
-
shortcutText: string;
|
|
402
478
|
enableHtml: boolean;
|
|
403
|
-
}, {}, {
|
|
479
|
+
}, {}, {
|
|
480
|
+
Tooltip: {
|
|
481
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
486
|
+
P: {};
|
|
487
|
+
B: {};
|
|
488
|
+
D: {};
|
|
489
|
+
C: {};
|
|
490
|
+
M: {};
|
|
491
|
+
Defaults: {};
|
|
492
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
493
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
494
|
+
}>, {}, {}, {}, {}, {}>;
|
|
495
|
+
__isFragment?: never;
|
|
496
|
+
__isTeleport?: never;
|
|
497
|
+
__isSuspense?: never;
|
|
498
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
499
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
500
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
501
|
+
"update:open": (value: boolean) => any;
|
|
502
|
+
}, 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
|
+
TooltipProvider: {
|
|
508
|
+
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, {
|
|
509
|
+
P: {};
|
|
510
|
+
B: {};
|
|
511
|
+
D: {};
|
|
512
|
+
C: {};
|
|
513
|
+
M: {};
|
|
514
|
+
Defaults: {};
|
|
515
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
516
|
+
__isFragment?: never;
|
|
517
|
+
__isTeleport?: never;
|
|
518
|
+
__isSuspense?: never;
|
|
519
|
+
} & 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 () => {
|
|
520
|
+
$slots: {
|
|
521
|
+
default?(_: {}): any;
|
|
522
|
+
};
|
|
523
|
+
});
|
|
524
|
+
TooltipTrigger: {
|
|
525
|
+
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, {
|
|
526
|
+
P: {};
|
|
527
|
+
B: {};
|
|
528
|
+
D: {};
|
|
529
|
+
C: {};
|
|
530
|
+
M: {};
|
|
531
|
+
Defaults: {};
|
|
532
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
533
|
+
__isFragment?: never;
|
|
534
|
+
__isTeleport?: never;
|
|
535
|
+
__isSuspense?: never;
|
|
536
|
+
} & 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 () => {
|
|
537
|
+
$slots: {
|
|
538
|
+
default?(_: {}): any;
|
|
539
|
+
};
|
|
540
|
+
});
|
|
541
|
+
TooltipContent: {
|
|
542
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
543
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
544
|
+
}> & Readonly<{
|
|
545
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
546
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
547
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
548
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
549
|
+
pointerDownOutside: (event: Event) => any;
|
|
550
|
+
}, import('vue').PublicProps, {
|
|
551
|
+
sideOffset: number;
|
|
552
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
553
|
+
P: {};
|
|
554
|
+
B: {};
|
|
555
|
+
D: {};
|
|
556
|
+
C: {};
|
|
557
|
+
M: {};
|
|
558
|
+
Defaults: {};
|
|
559
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
560
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
561
|
+
}> & Readonly<{
|
|
562
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
563
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
564
|
+
}>, {}, {}, {}, {}, {
|
|
565
|
+
sideOffset: number;
|
|
566
|
+
}>;
|
|
567
|
+
__isFragment?: never;
|
|
568
|
+
__isTeleport?: never;
|
|
569
|
+
__isSuspense?: never;
|
|
570
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
571
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
572
|
+
}> & Readonly<{
|
|
573
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
574
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
575
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
576
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
577
|
+
pointerDownOutside: (event: Event) => any;
|
|
578
|
+
}, string, {
|
|
579
|
+
sideOffset: number;
|
|
580
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
581
|
+
$slots: {
|
|
582
|
+
default?(_: {}): any;
|
|
583
|
+
};
|
|
584
|
+
});
|
|
585
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
404
586
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
405
587
|
export default _default;
|
|
406
588
|
//# sourceMappingURL=AudioRecorder.vue.d.ts.map
|
|
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
55
|
}>> & Readonly<{}>, {
|
|
56
|
+
size: string;
|
|
57
|
+
enabled: boolean;
|
|
56
58
|
filled: boolean;
|
|
57
59
|
icon: string;
|
|
58
|
-
size: string;
|
|
59
60
|
scheme: string;
|
|
60
|
-
enabled: boolean;
|
|
61
61
|
opacity: boolean;
|
|
62
62
|
}, {}, {
|
|
63
63
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -69,10 +69,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
70
70
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
|
+
size: import('../Icon.vue').IconSize;
|
|
72
73
|
filled: boolean;
|
|
73
74
|
icon: string | null;
|
|
74
75
|
clickable: boolean;
|
|
75
|
-
size: import('../Icon.vue').IconSize;
|
|
76
76
|
scheme: import('../Icon.vue').SchemeColor;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
78
78
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -130,10 +130,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
130
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
131
131
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
132
132
|
}>, {
|
|
133
|
+
size: import('../Icon.vue').IconSize;
|
|
133
134
|
filled: boolean;
|
|
134
135
|
icon: string | null;
|
|
135
136
|
clickable: boolean;
|
|
136
|
-
size: import('../Icon.vue').IconSize;
|
|
137
137
|
scheme: import('../Icon.vue').SchemeColor;
|
|
138
138
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
139
139
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|