@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
|
@@ -126,21 +126,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
126
|
type: StringConstructor;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
|
-
shortcutText: {
|
|
130
|
-
type: StringConstructor;
|
|
131
|
-
default: null;
|
|
132
|
-
};
|
|
133
129
|
enableHtml: {
|
|
134
130
|
type: BooleanConstructor;
|
|
135
131
|
default: boolean;
|
|
136
132
|
};
|
|
137
|
-
}>, {}, {
|
|
138
|
-
topPos: null;
|
|
139
|
-
leftPos: null;
|
|
140
|
-
}, {}, {
|
|
141
|
-
handleResize(): void;
|
|
142
|
-
getRightPost(element: any): void;
|
|
143
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
133
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
144
134
|
text: {
|
|
145
135
|
type: StringConstructor;
|
|
146
136
|
default: string;
|
|
@@ -162,23 +152,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
152
|
type: StringConstructor;
|
|
163
153
|
default: string;
|
|
164
154
|
};
|
|
165
|
-
shortcutText: {
|
|
166
|
-
type: StringConstructor;
|
|
167
|
-
default: null;
|
|
168
|
-
};
|
|
169
155
|
enableHtml: {
|
|
170
156
|
type: BooleanConstructor;
|
|
171
157
|
default: boolean;
|
|
172
158
|
};
|
|
173
159
|
}>> & Readonly<{}>, {
|
|
160
|
+
side: string;
|
|
174
161
|
text: string;
|
|
175
|
-
forceOpen: boolean;
|
|
176
162
|
enabled: boolean;
|
|
177
|
-
|
|
163
|
+
forceOpen: boolean;
|
|
178
164
|
maxWidth: string;
|
|
179
|
-
shortcutText: string;
|
|
180
165
|
enableHtml: boolean;
|
|
181
|
-
}, {}, {
|
|
166
|
+
}, {}, {
|
|
167
|
+
Tooltip: {
|
|
168
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
169
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
170
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
171
|
+
"update:open": (value: boolean) => any;
|
|
172
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
173
|
+
P: {};
|
|
174
|
+
B: {};
|
|
175
|
+
D: {};
|
|
176
|
+
C: {};
|
|
177
|
+
M: {};
|
|
178
|
+
Defaults: {};
|
|
179
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
180
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
181
|
+
}>, {}, {}, {}, {}, {}>;
|
|
182
|
+
__isFragment?: never;
|
|
183
|
+
__isTeleport?: never;
|
|
184
|
+
__isSuspense?: never;
|
|
185
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
186
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
187
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
188
|
+
"update:open": (value: boolean) => any;
|
|
189
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
190
|
+
$slots: {
|
|
191
|
+
default?(_: {}): any;
|
|
192
|
+
};
|
|
193
|
+
});
|
|
194
|
+
TooltipProvider: {
|
|
195
|
+
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, {
|
|
196
|
+
P: {};
|
|
197
|
+
B: {};
|
|
198
|
+
D: {};
|
|
199
|
+
C: {};
|
|
200
|
+
M: {};
|
|
201
|
+
Defaults: {};
|
|
202
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
203
|
+
__isFragment?: never;
|
|
204
|
+
__isTeleport?: never;
|
|
205
|
+
__isSuspense?: never;
|
|
206
|
+
} & 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 () => {
|
|
207
|
+
$slots: {
|
|
208
|
+
default?(_: {}): any;
|
|
209
|
+
};
|
|
210
|
+
});
|
|
211
|
+
TooltipTrigger: {
|
|
212
|
+
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, {
|
|
213
|
+
P: {};
|
|
214
|
+
B: {};
|
|
215
|
+
D: {};
|
|
216
|
+
C: {};
|
|
217
|
+
M: {};
|
|
218
|
+
Defaults: {};
|
|
219
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
220
|
+
__isFragment?: never;
|
|
221
|
+
__isTeleport?: never;
|
|
222
|
+
__isSuspense?: never;
|
|
223
|
+
} & 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 () => {
|
|
224
|
+
$slots: {
|
|
225
|
+
default?(_: {}): any;
|
|
226
|
+
};
|
|
227
|
+
});
|
|
228
|
+
TooltipContent: {
|
|
229
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
230
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
231
|
+
}> & Readonly<{
|
|
232
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
233
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
234
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
235
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
236
|
+
pointerDownOutside: (event: Event) => any;
|
|
237
|
+
}, import('vue').PublicProps, {
|
|
238
|
+
sideOffset: number;
|
|
239
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
240
|
+
P: {};
|
|
241
|
+
B: {};
|
|
242
|
+
D: {};
|
|
243
|
+
C: {};
|
|
244
|
+
M: {};
|
|
245
|
+
Defaults: {};
|
|
246
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
247
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
248
|
+
}> & Readonly<{
|
|
249
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
250
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
251
|
+
}>, {}, {}, {}, {}, {
|
|
252
|
+
sideOffset: number;
|
|
253
|
+
}>;
|
|
254
|
+
__isFragment?: never;
|
|
255
|
+
__isTeleport?: never;
|
|
256
|
+
__isSuspense?: never;
|
|
257
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
258
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
259
|
+
}> & Readonly<{
|
|
260
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
261
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
262
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
263
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
264
|
+
pointerDownOutside: (event: Event) => any;
|
|
265
|
+
}, string, {
|
|
266
|
+
sideOffset: number;
|
|
267
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
268
|
+
$slots: {
|
|
269
|
+
default?(_: {}): any;
|
|
270
|
+
};
|
|
271
|
+
});
|
|
272
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
182
273
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
183
274
|
click: (event: Event) => any;
|
|
184
275
|
mousedown: (event: Event) => any;
|
|
@@ -188,10 +279,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
279
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
189
280
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
190
281
|
}>, {
|
|
282
|
+
size: import('../Icon.vue').IconSize;
|
|
191
283
|
filled: boolean;
|
|
192
284
|
icon: string | null;
|
|
193
285
|
clickable: boolean;
|
|
194
|
-
size: import('../Icon.vue').IconSize;
|
|
195
286
|
scheme: import('../Icon.vue').SchemeColor;
|
|
196
287
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
197
288
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -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
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4,6 +4,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4
4
|
default: string;
|
|
5
5
|
validator(value: unknown): boolean;
|
|
6
6
|
};
|
|
7
|
+
label: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
labelTooltip: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
labelUseHtmlTooltip: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
option: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
helper: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
7
27
|
textLeft: {
|
|
8
28
|
type: StringConstructor;
|
|
9
29
|
default: string;
|
|
@@ -25,12 +45,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
45
|
};
|
|
26
46
|
}>, {}, {
|
|
27
47
|
isActive: boolean;
|
|
28
|
-
}, {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}, {
|
|
48
|
+
}, {}, {
|
|
49
|
+
pick: {
|
|
50
|
+
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
51
|
+
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
52
|
+
};
|
|
34
53
|
toggleState(): void;
|
|
35
54
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:model-value"[], "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
55
|
size: {
|
|
@@ -38,6 +57,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
57
|
default: string;
|
|
39
58
|
validator(value: unknown): boolean;
|
|
40
59
|
};
|
|
60
|
+
label: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
labelTooltip: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
labelUseHtmlTooltip: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
option: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
helper: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
41
80
|
textLeft: {
|
|
42
81
|
type: StringConstructor;
|
|
43
82
|
default: string;
|
|
@@ -60,28 +99,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
99
|
}>> & Readonly<{
|
|
61
100
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
62
101
|
}>, {
|
|
63
|
-
size: string;
|
|
64
102
|
disabled: boolean;
|
|
103
|
+
label: string;
|
|
104
|
+
size: string;
|
|
105
|
+
option: string;
|
|
65
106
|
modelValue: boolean;
|
|
107
|
+
helper: string;
|
|
66
108
|
textRight: string;
|
|
109
|
+
labelTooltip: string;
|
|
110
|
+
labelUseHtmlTooltip: boolean;
|
|
67
111
|
textLeft: string;
|
|
68
112
|
useVModel: boolean;
|
|
69
113
|
}, {}, {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}, string, import('vue').
|
|
75
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
76
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
77
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
78
|
-
}>, {
|
|
79
|
-
filled: boolean;
|
|
80
|
-
icon: string | null;
|
|
81
|
-
clickable: boolean;
|
|
82
|
-
size: import('../Icon.vue').IconSize;
|
|
83
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
84
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
114
|
+
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
115
|
+
label: string;
|
|
116
|
+
tooltip: string;
|
|
117
|
+
useHtmlTooltip: boolean;
|
|
118
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
85
119
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
120
|
export default _default;
|
|
87
121
|
//# sourceMappingURL=Switch.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.vue"],"names":[],"mappings":"AA+CA;"}
|
|
@@ -15,6 +15,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
15
|
tabs: {
|
|
16
16
|
type: ArrayConstructor;
|
|
17
17
|
default: null;
|
|
18
|
+
validator: (tabs: unknown) => any;
|
|
19
|
+
};
|
|
20
|
+
disabledTabs: {
|
|
21
|
+
type: ArrayConstructor;
|
|
22
|
+
default: null;
|
|
18
23
|
};
|
|
19
24
|
}>, {}, {
|
|
20
25
|
localValue: string;
|
|
@@ -42,6 +47,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
47
|
tabs: {
|
|
43
48
|
type: ArrayConstructor;
|
|
44
49
|
default: null;
|
|
50
|
+
validator: (tabs: unknown) => any;
|
|
51
|
+
};
|
|
52
|
+
disabledTabs: {
|
|
53
|
+
type: ArrayConstructor;
|
|
54
|
+
default: null;
|
|
45
55
|
};
|
|
46
56
|
}>> & Readonly<{
|
|
47
57
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -50,6 +60,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
60
|
activeTab: string;
|
|
51
61
|
initialTab: string;
|
|
52
62
|
tabs: unknown[];
|
|
63
|
+
disabledTabs: unknown[];
|
|
53
64
|
}, {}, {
|
|
54
65
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
66
|
click: (event: Event) => any;
|
|
@@ -60,10 +71,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
71
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
61
72
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
62
73
|
}>, {
|
|
74
|
+
size: import('../Icon.vue').IconSize;
|
|
63
75
|
filled: boolean;
|
|
64
76
|
icon: string | null;
|
|
65
77
|
clickable: boolean;
|
|
66
|
-
size: import('../Icon.vue').IconSize;
|
|
67
78
|
scheme: import('../Icon.vue').SchemeColor;
|
|
68
79
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
69
80
|
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -88,21 +99,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
99
|
type: StringConstructor;
|
|
89
100
|
default: string;
|
|
90
101
|
};
|
|
91
|
-
shortcutText: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: null;
|
|
94
|
-
};
|
|
95
102
|
enableHtml: {
|
|
96
103
|
type: BooleanConstructor;
|
|
97
104
|
default: boolean;
|
|
98
105
|
};
|
|
99
|
-
}>, {}, {
|
|
100
|
-
topPos: null;
|
|
101
|
-
leftPos: null;
|
|
102
|
-
}, {}, {
|
|
103
|
-
handleResize(): void;
|
|
104
|
-
getRightPost(element: any): void;
|
|
105
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
106
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
106
107
|
text: {
|
|
107
108
|
type: StringConstructor;
|
|
108
109
|
default: string;
|
|
@@ -124,23 +125,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
125
|
type: StringConstructor;
|
|
125
126
|
default: string;
|
|
126
127
|
};
|
|
127
|
-
shortcutText: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
default: null;
|
|
130
|
-
};
|
|
131
128
|
enableHtml: {
|
|
132
129
|
type: BooleanConstructor;
|
|
133
130
|
default: boolean;
|
|
134
131
|
};
|
|
135
132
|
}>> & Readonly<{}>, {
|
|
133
|
+
side: string;
|
|
136
134
|
text: string;
|
|
137
|
-
forceOpen: boolean;
|
|
138
135
|
enabled: boolean;
|
|
139
|
-
|
|
136
|
+
forceOpen: boolean;
|
|
140
137
|
maxWidth: string;
|
|
141
|
-
shortcutText: string;
|
|
142
138
|
enableHtml: boolean;
|
|
143
|
-
}, {}, {
|
|
139
|
+
}, {}, {
|
|
140
|
+
Tooltip: {
|
|
141
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
142
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
143
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
144
|
+
"update:open": (value: boolean) => any;
|
|
145
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
146
|
+
P: {};
|
|
147
|
+
B: {};
|
|
148
|
+
D: {};
|
|
149
|
+
C: {};
|
|
150
|
+
M: {};
|
|
151
|
+
Defaults: {};
|
|
152
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
153
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
154
|
+
}>, {}, {}, {}, {}, {}>;
|
|
155
|
+
__isFragment?: never;
|
|
156
|
+
__isTeleport?: never;
|
|
157
|
+
__isSuspense?: never;
|
|
158
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
159
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
160
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
161
|
+
"update:open": (value: boolean) => any;
|
|
162
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
163
|
+
$slots: {
|
|
164
|
+
default?(_: {}): any;
|
|
165
|
+
};
|
|
166
|
+
});
|
|
167
|
+
TooltipProvider: {
|
|
168
|
+
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, {
|
|
169
|
+
P: {};
|
|
170
|
+
B: {};
|
|
171
|
+
D: {};
|
|
172
|
+
C: {};
|
|
173
|
+
M: {};
|
|
174
|
+
Defaults: {};
|
|
175
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
176
|
+
__isFragment?: never;
|
|
177
|
+
__isTeleport?: never;
|
|
178
|
+
__isSuspense?: never;
|
|
179
|
+
} & 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 () => {
|
|
180
|
+
$slots: {
|
|
181
|
+
default?(_: {}): any;
|
|
182
|
+
};
|
|
183
|
+
});
|
|
184
|
+
TooltipTrigger: {
|
|
185
|
+
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, {
|
|
186
|
+
P: {};
|
|
187
|
+
B: {};
|
|
188
|
+
D: {};
|
|
189
|
+
C: {};
|
|
190
|
+
M: {};
|
|
191
|
+
Defaults: {};
|
|
192
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
193
|
+
__isFragment?: never;
|
|
194
|
+
__isTeleport?: never;
|
|
195
|
+
__isSuspense?: never;
|
|
196
|
+
} & 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 () => {
|
|
197
|
+
$slots: {
|
|
198
|
+
default?(_: {}): any;
|
|
199
|
+
};
|
|
200
|
+
});
|
|
201
|
+
TooltipContent: {
|
|
202
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
203
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
204
|
+
}> & Readonly<{
|
|
205
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
206
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
207
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
208
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
209
|
+
pointerDownOutside: (event: Event) => any;
|
|
210
|
+
}, import('vue').PublicProps, {
|
|
211
|
+
sideOffset: number;
|
|
212
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
213
|
+
P: {};
|
|
214
|
+
B: {};
|
|
215
|
+
D: {};
|
|
216
|
+
C: {};
|
|
217
|
+
M: {};
|
|
218
|
+
Defaults: {};
|
|
219
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
220
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
221
|
+
}> & Readonly<{
|
|
222
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
223
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
224
|
+
}>, {}, {}, {}, {}, {
|
|
225
|
+
sideOffset: number;
|
|
226
|
+
}>;
|
|
227
|
+
__isFragment?: never;
|
|
228
|
+
__isTeleport?: never;
|
|
229
|
+
__isSuspense?: never;
|
|
230
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
231
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
232
|
+
}> & Readonly<{
|
|
233
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
234
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
235
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
236
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
237
|
+
pointerDownOutside: (event: Event) => any;
|
|
238
|
+
}, string, {
|
|
239
|
+
sideOffset: number;
|
|
240
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
241
|
+
$slots: {
|
|
242
|
+
default?(_: {}): any;
|
|
243
|
+
};
|
|
244
|
+
});
|
|
245
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
144
246
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
145
247
|
export default _default;
|
|
146
248
|
//# sourceMappingURL=Tab.vue.d.ts.map
|
|
@@ -109,10 +109,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
}, {}, {
|
|
110
110
|
UnnnicButton: {
|
|
111
111
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
112
|
-
text: string;
|
|
113
|
-
size: import('../Button/types').ButtonSize;
|
|
114
|
-
type: import('../Button/types').ButtonType;
|
|
115
112
|
disabled: boolean;
|
|
113
|
+
type: import('../Button/types').ButtonType;
|
|
114
|
+
size: import('../Button/types').ButtonSize;
|
|
115
|
+
text: string;
|
|
116
116
|
iconLeft: string;
|
|
117
117
|
iconRight: string;
|
|
118
118
|
float: boolean;
|
|
@@ -127,10 +127,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
127
127
|
M: {};
|
|
128
128
|
Defaults: {};
|
|
129
129
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
130
|
-
text: string;
|
|
131
|
-
size: import('../Button/types').ButtonSize;
|
|
132
|
-
type: import('../Button/types').ButtonType;
|
|
133
130
|
disabled: boolean;
|
|
131
|
+
type: import('../Button/types').ButtonType;
|
|
132
|
+
size: import('../Button/types').ButtonSize;
|
|
133
|
+
text: string;
|
|
134
134
|
iconLeft: string;
|
|
135
135
|
iconRight: string;
|
|
136
136
|
float: boolean;
|
|
@@ -142,10 +142,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
142
|
__isTeleport?: never;
|
|
143
143
|
__isSuspense?: never;
|
|
144
144
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
145
|
-
text: string;
|
|
146
|
-
size: import('../Button/types').ButtonSize;
|
|
147
|
-
type: import('../Button/types').ButtonType;
|
|
148
145
|
disabled: boolean;
|
|
146
|
+
type: import('../Button/types').ButtonType;
|
|
147
|
+
size: import('../Button/types').ButtonSize;
|
|
148
|
+
text: string;
|
|
149
149
|
iconLeft: string;
|
|
150
150
|
iconRight: string;
|
|
151
151
|
float: boolean;
|
|
@@ -31,10 +31,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
32
32
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
+
size: import('../Icon.vue').IconSize;
|
|
34
35
|
filled: boolean;
|
|
35
36
|
icon: string | null;
|
|
36
37
|
clickable: boolean;
|
|
37
|
-
size: import('../Icon.vue').IconSize;
|
|
38
38
|
scheme: import('../Icon.vue').SchemeColor;
|
|
39
39
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
40
40
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,88 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default: null;
|
|
5
|
-
};
|
|
6
|
-
clickable: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
disabled: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
hasCloseIcon: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
scheme: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
leftIcon: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: null;
|
|
25
|
-
};
|
|
26
|
-
rightIcon: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: null;
|
|
29
|
-
};
|
|
30
|
-
}>, {}, {}, {}, {
|
|
31
|
-
closeClicked(): void;
|
|
32
|
-
emitClose(): void;
|
|
33
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
|
-
text: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: null;
|
|
37
|
-
};
|
|
38
|
-
clickable: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
disabled: {
|
|
43
|
-
type: BooleanConstructor;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
hasCloseIcon: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
scheme: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
leftIcon: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: null;
|
|
57
|
-
};
|
|
58
|
-
rightIcon: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
default: null;
|
|
61
|
-
};
|
|
62
|
-
}>> & Readonly<{}>, {
|
|
1
|
+
import { DefaultTagProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<DefaultTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DefaultTagProps> & Readonly<{}>, {
|
|
3
|
+
size: import('./types').TagSize;
|
|
63
4
|
text: string;
|
|
64
|
-
clickable: boolean;
|
|
65
5
|
scheme: string;
|
|
66
|
-
disabled: boolean;
|
|
67
|
-
hasCloseIcon: boolean;
|
|
68
6
|
leftIcon: string;
|
|
69
|
-
|
|
70
|
-
}, {}, {
|
|
71
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
72
|
-
click: (event: Event) => any;
|
|
73
|
-
mousedown: (event: Event) => any;
|
|
74
|
-
mouseup: (event: Event) => any;
|
|
75
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
76
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
77
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
78
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
79
|
-
}>, {
|
|
80
|
-
filled: boolean;
|
|
81
|
-
icon: string | null;
|
|
82
|
-
clickable: boolean;
|
|
83
|
-
size: import('../Icon.vue').IconSize;
|
|
84
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
85
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
86
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
87
8
|
export default _default;
|
|
88
9
|
//# sourceMappingURL=DefaultTag.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/DefaultTag.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DefaultTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/DefaultTag.vue"],"names":[],"mappings":"AAeA;AAgGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;;;;;;;AAuG/C,wBAQG"}
|