@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
|
@@ -240,10 +240,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
240
240
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
241
241
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
242
242
|
}>, {
|
|
243
|
+
size: import('../Icon.vue').IconSize;
|
|
243
244
|
filled: boolean;
|
|
244
245
|
icon: string | null;
|
|
245
246
|
clickable: boolean;
|
|
246
|
-
size: import('../Icon.vue').IconSize;
|
|
247
247
|
scheme: import('../Icon.vue').SchemeColor;
|
|
248
248
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
249
249
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -256,10 +256,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
256
256
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
257
257
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
258
258
|
}>, {
|
|
259
|
+
size: import('../Icon.vue').IconSize;
|
|
259
260
|
filled: boolean;
|
|
260
261
|
icon: string | null;
|
|
261
262
|
clickable: boolean;
|
|
262
|
-
size: import('../Icon.vue').IconSize;
|
|
263
263
|
scheme: import('../Icon.vue').SchemeColor;
|
|
264
264
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
265
265
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -294,10 +294,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
294
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
295
295
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
296
296
|
}>, {
|
|
297
|
+
size: import('../Icon.vue').IconSize;
|
|
297
298
|
filled: boolean;
|
|
298
299
|
icon: string | null;
|
|
299
300
|
clickable: boolean;
|
|
300
|
-
size: import('../Icon.vue').IconSize;
|
|
301
301
|
scheme: import('../Icon.vue').SchemeColor;
|
|
302
302
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
303
303
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -310,10 +310,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
310
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
311
311
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
312
312
|
}>, {
|
|
313
|
+
size: import('../Icon.vue').IconSize;
|
|
313
314
|
filled: boolean;
|
|
314
315
|
icon: string | null;
|
|
315
316
|
clickable: boolean;
|
|
316
|
-
size: import('../Icon.vue').IconSize;
|
|
317
317
|
scheme: import('../Icon.vue').SchemeColor;
|
|
318
318
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
319
319
|
UnnnicTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -338,21 +338,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
338
338
|
type: StringConstructor;
|
|
339
339
|
default: string;
|
|
340
340
|
};
|
|
341
|
-
shortcutText: {
|
|
342
|
-
type: StringConstructor;
|
|
343
|
-
default: null;
|
|
344
|
-
};
|
|
345
341
|
enableHtml: {
|
|
346
342
|
type: BooleanConstructor;
|
|
347
343
|
default: boolean;
|
|
348
344
|
};
|
|
349
|
-
}>, {}, {
|
|
350
|
-
topPos: null;
|
|
351
|
-
leftPos: null;
|
|
352
|
-
}, {}, {
|
|
353
|
-
handleResize(): void;
|
|
354
|
-
getRightPost(element: any): void;
|
|
355
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
345
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
356
346
|
text: {
|
|
357
347
|
type: StringConstructor;
|
|
358
348
|
default: string;
|
|
@@ -374,23 +364,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
374
364
|
type: StringConstructor;
|
|
375
365
|
default: string;
|
|
376
366
|
};
|
|
377
|
-
shortcutText: {
|
|
378
|
-
type: StringConstructor;
|
|
379
|
-
default: null;
|
|
380
|
-
};
|
|
381
367
|
enableHtml: {
|
|
382
368
|
type: BooleanConstructor;
|
|
383
369
|
default: boolean;
|
|
384
370
|
};
|
|
385
371
|
}>> & Readonly<{}>, {
|
|
372
|
+
side: string;
|
|
386
373
|
text: string;
|
|
387
|
-
forceOpen: boolean;
|
|
388
374
|
enabled: boolean;
|
|
389
|
-
|
|
375
|
+
forceOpen: boolean;
|
|
390
376
|
maxWidth: string;
|
|
391
|
-
shortcutText: string;
|
|
392
377
|
enableHtml: boolean;
|
|
393
|
-
}, {}, {
|
|
378
|
+
}, {}, {
|
|
379
|
+
Tooltip: {
|
|
380
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
381
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
382
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
383
|
+
"update:open": (value: boolean) => any;
|
|
384
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
385
|
+
P: {};
|
|
386
|
+
B: {};
|
|
387
|
+
D: {};
|
|
388
|
+
C: {};
|
|
389
|
+
M: {};
|
|
390
|
+
Defaults: {};
|
|
391
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
392
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
393
|
+
}>, {}, {}, {}, {}, {}>;
|
|
394
|
+
__isFragment?: never;
|
|
395
|
+
__isTeleport?: never;
|
|
396
|
+
__isSuspense?: never;
|
|
397
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
398
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
399
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
400
|
+
"update:open": (value: boolean) => any;
|
|
401
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
402
|
+
$slots: {
|
|
403
|
+
default?(_: {}): any;
|
|
404
|
+
};
|
|
405
|
+
});
|
|
406
|
+
TooltipProvider: {
|
|
407
|
+
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, {
|
|
408
|
+
P: {};
|
|
409
|
+
B: {};
|
|
410
|
+
D: {};
|
|
411
|
+
C: {};
|
|
412
|
+
M: {};
|
|
413
|
+
Defaults: {};
|
|
414
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
415
|
+
__isFragment?: never;
|
|
416
|
+
__isTeleport?: never;
|
|
417
|
+
__isSuspense?: never;
|
|
418
|
+
} & 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 () => {
|
|
419
|
+
$slots: {
|
|
420
|
+
default?(_: {}): any;
|
|
421
|
+
};
|
|
422
|
+
});
|
|
423
|
+
TooltipTrigger: {
|
|
424
|
+
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, {
|
|
425
|
+
P: {};
|
|
426
|
+
B: {};
|
|
427
|
+
D: {};
|
|
428
|
+
C: {};
|
|
429
|
+
M: {};
|
|
430
|
+
Defaults: {};
|
|
431
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
432
|
+
__isFragment?: never;
|
|
433
|
+
__isTeleport?: never;
|
|
434
|
+
__isSuspense?: never;
|
|
435
|
+
} & 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 () => {
|
|
436
|
+
$slots: {
|
|
437
|
+
default?(_: {}): any;
|
|
438
|
+
};
|
|
439
|
+
});
|
|
440
|
+
TooltipContent: {
|
|
441
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
442
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
443
|
+
}> & Readonly<{
|
|
444
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
445
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
446
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
447
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
448
|
+
pointerDownOutside: (event: Event) => any;
|
|
449
|
+
}, import('vue').PublicProps, {
|
|
450
|
+
sideOffset: number;
|
|
451
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
452
|
+
P: {};
|
|
453
|
+
B: {};
|
|
454
|
+
D: {};
|
|
455
|
+
C: {};
|
|
456
|
+
M: {};
|
|
457
|
+
Defaults: {};
|
|
458
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
459
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
460
|
+
}> & Readonly<{
|
|
461
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
462
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
463
|
+
}>, {}, {}, {}, {}, {
|
|
464
|
+
sideOffset: number;
|
|
465
|
+
}>;
|
|
466
|
+
__isFragment?: never;
|
|
467
|
+
__isTeleport?: never;
|
|
468
|
+
__isSuspense?: never;
|
|
469
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
470
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
471
|
+
}> & Readonly<{
|
|
472
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
473
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
474
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
475
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
476
|
+
pointerDownOutside: (event: Event) => any;
|
|
477
|
+
}, string, {
|
|
478
|
+
sideOffset: number;
|
|
479
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
480
|
+
$slots: {
|
|
481
|
+
default?(_: {}): any;
|
|
482
|
+
};
|
|
483
|
+
});
|
|
484
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
394
485
|
ReplyMessage: import('vue').DefineComponent<{}, {
|
|
395
486
|
$emit: (event: "close", ...args: any[]) => void;
|
|
396
487
|
replyMessage: Record<string, any>;
|
|
@@ -46,10 +46,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
47
47
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
48
48
|
}>, {
|
|
49
|
+
size: import('../Icon.vue').IconSize;
|
|
49
50
|
filled: boolean;
|
|
50
51
|
icon: string | null;
|
|
51
52
|
clickable: boolean;
|
|
52
|
-
size: import('../Icon.vue').IconSize;
|
|
53
53
|
scheme: import('../Icon.vue').SchemeColor;
|
|
54
54
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
55
55
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -62,10 +62,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
63
63
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
|
+
size: import('../Icon.vue').IconSize;
|
|
65
66
|
filled: boolean;
|
|
66
67
|
icon: string | null;
|
|
67
68
|
clickable: boolean;
|
|
68
|
-
size: import('../Icon.vue').IconSize;
|
|
69
69
|
scheme: import('../Icon.vue').SchemeColor;
|
|
70
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
71
71
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -50,10 +50,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
51
51
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
52
52
|
}>, {
|
|
53
|
+
size: import('../Icon.vue').IconSize;
|
|
53
54
|
filled: boolean;
|
|
54
55
|
icon: string | null;
|
|
55
56
|
clickable: boolean;
|
|
56
|
-
size: import('../Icon.vue').IconSize;
|
|
57
57
|
scheme: import('../Icon.vue').SchemeColor;
|
|
58
58
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
59
59
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -55,9 +55,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
}>> & Readonly<{
|
|
56
56
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
|
-
clickable: boolean;
|
|
59
|
-
size: string;
|
|
60
58
|
disabled: boolean;
|
|
59
|
+
size: string;
|
|
60
|
+
clickable: boolean;
|
|
61
61
|
active: boolean;
|
|
62
62
|
photoUrl: string;
|
|
63
63
|
}, {}, {
|
|
@@ -70,10 +70,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
70
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
71
71
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
|
+
size: import('../Icon.vue').IconSize;
|
|
73
74
|
filled: boolean;
|
|
74
75
|
icon: string | null;
|
|
75
76
|
clickable: boolean;
|
|
76
|
-
size: import('../Icon.vue').IconSize;
|
|
77
77
|
scheme: import('../Icon.vue').SchemeColor;
|
|
78
78
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
79
79
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -8,10 +8,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
label: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
helper: {
|
|
12
16
|
type: StringConstructor;
|
|
13
17
|
default: string;
|
|
14
|
-
validator(value: unknown): boolean;
|
|
15
18
|
};
|
|
16
19
|
textRight: {
|
|
17
20
|
type: StringConstructor;
|
|
@@ -19,9 +22,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
22
|
};
|
|
20
23
|
}>, {}, {}, {
|
|
21
24
|
valueName(): "default" | "less" | "checked";
|
|
22
|
-
icon(): string;
|
|
23
|
-
color(): "neutral-clean" | "brand-weni";
|
|
24
25
|
}, {
|
|
26
|
+
pick: {
|
|
27
|
+
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
28
|
+
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
29
|
+
};
|
|
25
30
|
click(): void;
|
|
26
31
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
32
|
modelValue: {
|
|
@@ -33,10 +38,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
38
|
type: BooleanConstructor;
|
|
34
39
|
default: boolean;
|
|
35
40
|
};
|
|
36
|
-
|
|
41
|
+
label: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
helper: {
|
|
37
46
|
type: StringConstructor;
|
|
38
47
|
default: string;
|
|
39
|
-
validator(value: unknown): boolean;
|
|
40
48
|
};
|
|
41
49
|
textRight: {
|
|
42
50
|
type: StringConstructor;
|
|
@@ -46,26 +54,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
54
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
47
55
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
48
56
|
}>, {
|
|
49
|
-
size: string;
|
|
50
57
|
disabled: boolean;
|
|
58
|
+
label: string;
|
|
51
59
|
modelValue: string | boolean;
|
|
60
|
+
helper: string;
|
|
52
61
|
textRight: string;
|
|
53
|
-
}, {}, {
|
|
54
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
-
click: (event: Event) => any;
|
|
56
|
-
mousedown: (event: Event) => any;
|
|
57
|
-
mouseup: (event: Event) => any;
|
|
58
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
59
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
60
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
61
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
62
|
-
}>, {
|
|
63
|
-
filled: boolean;
|
|
64
|
-
icon: string | null;
|
|
65
|
-
clickable: boolean;
|
|
66
|
-
size: import('../Icon.vue').IconSize;
|
|
67
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
68
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
69
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
70
63
|
export default _default;
|
|
71
64
|
//# sourceMappingURL=Checkbox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.vue"],"names":[],"mappings":"AAyCA;"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
state: string;
|
|
8
|
+
labelUseHtmlTooltip: boolean;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
helper?: string | undefined;
|
|
11
|
+
labelTooltip?: string | undefined;
|
|
12
|
+
$props: {
|
|
13
|
+
readonly state?: string | undefined;
|
|
14
|
+
readonly labelUseHtmlTooltip?: boolean | undefined;
|
|
15
|
+
readonly label?: string | undefined;
|
|
16
|
+
readonly helper?: string | undefined;
|
|
17
|
+
readonly labelTooltip?: string | undefined;
|
|
18
|
+
};
|
|
19
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
20
|
+
type __VLS_TemplateResult = {
|
|
21
|
+
attrs: Partial<{}>;
|
|
22
|
+
slots: {
|
|
23
|
+
default?(_: {}): any;
|
|
24
|
+
};
|
|
25
|
+
refs: {};
|
|
26
|
+
rootEl: HTMLElement;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=CheckboxGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CheckboxGroup/CheckboxGroup.vue"],"names":[],"mappings":"AA0BA;wBAkNqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAXjC;;;;;;;;;;;;;mPAQG"}
|
|
@@ -25,9 +25,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
default: null;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{}>, {
|
|
28
|
+
text: string;
|
|
28
29
|
time: string;
|
|
29
30
|
title: string;
|
|
30
|
-
text: string;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
export default _default;
|
|
33
33
|
//# sourceMappingURL=Comment.vue.d.ts.map
|
|
@@ -33,8 +33,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
|
-
title: string;
|
|
37
36
|
text: string;
|
|
37
|
+
title: string;
|
|
38
38
|
enableHover: boolean;
|
|
39
39
|
hoverText: string;
|
|
40
40
|
}, {}, {
|
|
@@ -60,21 +60,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
type: StringConstructor;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
|
-
shortcutText: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: null;
|
|
66
|
-
};
|
|
67
63
|
enableHtml: {
|
|
68
64
|
type: BooleanConstructor;
|
|
69
65
|
default: boolean;
|
|
70
66
|
};
|
|
71
|
-
}>, {}, {
|
|
72
|
-
topPos: null;
|
|
73
|
-
leftPos: null;
|
|
74
|
-
}, {}, {
|
|
75
|
-
handleResize(): void;
|
|
76
|
-
getRightPost(element: any): void;
|
|
77
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
67
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
78
68
|
text: {
|
|
79
69
|
type: StringConstructor;
|
|
80
70
|
default: string;
|
|
@@ -96,23 +86,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
86
|
type: StringConstructor;
|
|
97
87
|
default: string;
|
|
98
88
|
};
|
|
99
|
-
shortcutText: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: null;
|
|
102
|
-
};
|
|
103
89
|
enableHtml: {
|
|
104
90
|
type: BooleanConstructor;
|
|
105
91
|
default: boolean;
|
|
106
92
|
};
|
|
107
93
|
}>> & Readonly<{}>, {
|
|
94
|
+
side: string;
|
|
108
95
|
text: string;
|
|
109
|
-
forceOpen: boolean;
|
|
110
96
|
enabled: boolean;
|
|
111
|
-
|
|
97
|
+
forceOpen: boolean;
|
|
112
98
|
maxWidth: string;
|
|
113
|
-
shortcutText: string;
|
|
114
99
|
enableHtml: boolean;
|
|
115
|
-
}, {}, {
|
|
100
|
+
}, {}, {
|
|
101
|
+
Tooltip: {
|
|
102
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
103
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
104
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
105
|
+
"update:open": (value: boolean) => any;
|
|
106
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
107
|
+
P: {};
|
|
108
|
+
B: {};
|
|
109
|
+
D: {};
|
|
110
|
+
C: {};
|
|
111
|
+
M: {};
|
|
112
|
+
Defaults: {};
|
|
113
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
114
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
115
|
+
}>, {}, {}, {}, {}, {}>;
|
|
116
|
+
__isFragment?: never;
|
|
117
|
+
__isTeleport?: never;
|
|
118
|
+
__isSuspense?: never;
|
|
119
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
120
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
121
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
122
|
+
"update:open": (value: boolean) => any;
|
|
123
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
124
|
+
$slots: {
|
|
125
|
+
default?(_: {}): any;
|
|
126
|
+
};
|
|
127
|
+
});
|
|
128
|
+
TooltipProvider: {
|
|
129
|
+
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, {
|
|
130
|
+
P: {};
|
|
131
|
+
B: {};
|
|
132
|
+
D: {};
|
|
133
|
+
C: {};
|
|
134
|
+
M: {};
|
|
135
|
+
Defaults: {};
|
|
136
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
137
|
+
__isFragment?: never;
|
|
138
|
+
__isTeleport?: never;
|
|
139
|
+
__isSuspense?: never;
|
|
140
|
+
} & 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 () => {
|
|
141
|
+
$slots: {
|
|
142
|
+
default?(_: {}): any;
|
|
143
|
+
};
|
|
144
|
+
});
|
|
145
|
+
TooltipTrigger: {
|
|
146
|
+
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, {
|
|
147
|
+
P: {};
|
|
148
|
+
B: {};
|
|
149
|
+
D: {};
|
|
150
|
+
C: {};
|
|
151
|
+
M: {};
|
|
152
|
+
Defaults: {};
|
|
153
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
154
|
+
__isFragment?: never;
|
|
155
|
+
__isTeleport?: never;
|
|
156
|
+
__isSuspense?: never;
|
|
157
|
+
} & 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 () => {
|
|
158
|
+
$slots: {
|
|
159
|
+
default?(_: {}): any;
|
|
160
|
+
};
|
|
161
|
+
});
|
|
162
|
+
TooltipContent: {
|
|
163
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
164
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
165
|
+
}> & Readonly<{
|
|
166
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
167
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
168
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
169
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
170
|
+
pointerDownOutside: (event: Event) => any;
|
|
171
|
+
}, import('vue').PublicProps, {
|
|
172
|
+
sideOffset: number;
|
|
173
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
174
|
+
P: {};
|
|
175
|
+
B: {};
|
|
176
|
+
D: {};
|
|
177
|
+
C: {};
|
|
178
|
+
M: {};
|
|
179
|
+
Defaults: {};
|
|
180
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
181
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
182
|
+
}> & Readonly<{
|
|
183
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
184
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
185
|
+
}>, {}, {}, {}, {}, {
|
|
186
|
+
sideOffset: number;
|
|
187
|
+
}>;
|
|
188
|
+
__isFragment?: never;
|
|
189
|
+
__isTeleport?: never;
|
|
190
|
+
__isSuspense?: never;
|
|
191
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
192
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
193
|
+
}> & Readonly<{
|
|
194
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
195
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
196
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
197
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
198
|
+
pointerDownOutside: (event: Event) => any;
|
|
199
|
+
}, string, {
|
|
200
|
+
sideOffset: number;
|
|
201
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
202
|
+
$slots: {
|
|
203
|
+
default?(_: {}): any;
|
|
204
|
+
};
|
|
205
|
+
});
|
|
206
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
116
207
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
208
|
export default _default;
|
|
118
209
|
//# sourceMappingURL=DataArea.vue.d.ts.map
|
|
@@ -56,10 +56,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
56
56
|
onLoadMore?: (() => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
58
|
sort: SortState;
|
|
59
|
-
height: string;
|
|
60
|
-
clickable: boolean;
|
|
61
59
|
size: "sm" | "md";
|
|
60
|
+
height: string;
|
|
62
61
|
locale: string;
|
|
62
|
+
clickable: boolean;
|
|
63
63
|
isLoading: boolean;
|
|
64
64
|
infiniteScroll: boolean;
|
|
65
65
|
infiniteScrollDistance: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AA2LA;AAyiBA,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,KAAK;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6JD,iBAAS,cAAc,QAiRtB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA7ba,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;UAd/D,SAAS;
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AA2LA;AAyiBA,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,KAAK;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6JD,iBAAS,cAAc,QAiRtB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA7ba,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;UAd/D,SAAS;UAXT,IAAI,GAAG,IAAI;YACT,MAAM;YASN,MAAM;eAPH,OAAO;eAJP,OAAO;oBAaF,OAAO;4BACC,MAAM;iBARjB,OAAO;eAHT,MAAM;kBAEH,OAAO;oBAEL,OAAO;UACjB,MAAM;eACD,MAAM;kBACH,MAAM;4BAKI,OAAO;mBAChB,OAAO;8EAidvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|