@weni/unnnic-system 3.10.0 → 3.11.0-alpha.2
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 +106 -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 +69 -249
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- 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/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/Select/SelectItem.vue.d.ts +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +68 -469
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +12 -415
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +19 -26
- 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/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-34baba30.mjs} +1 -1
- package/dist/{index-23489897.mjs → index-147b4c7d.mjs} +99341 -95991
- package/dist/{pt-br-5a914a63.mjs → pt-br-3921d504.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +229 -185
- package/dist/unnnic.umd.js +50 -47
- 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/DatePicker/DatePicker.vue +628 -516
- package/src/components/DatePicker/__tests__/DatePicker.spec.js +227 -0
- package/src/components/Drawer/Drawer.vue +177 -270
- package/src/components/Drawer/__tests__/Drawer.spec.js +31 -46
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/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 +95 -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 +27 -0
- package/src/components/ui/drawer/DrawerClose.vue +37 -0
- package/src/components/ui/drawer/DrawerContent.vue +102 -0
- package/src/components/ui/drawer/DrawerDescription.vue +40 -0
- package/src/components/ui/drawer/DrawerFooter.vue +38 -0
- package/src/components/ui/drawer/DrawerHeader.vue +57 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +34 -0
- package/src/components/ui/drawer/DrawerTitle.vue +37 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +31 -0
- package/src/components/ui/drawer/index.ts +10 -0
- package/src/components/ui/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/DatePicker.stories.js +71 -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/InputDatePicker/InputDatePicker.vue.d.ts +0 -792
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts.map +0 -1
- 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/dist/components/index.d.ts +0 -24078
- package/dist/components/index.d.ts.map +0 -1
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -1,262 +1,82 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
days: {
|
|
46
|
-
type: ArrayConstructor;
|
|
47
|
-
default: () => never[];
|
|
48
|
-
validator(days: unknown): boolean;
|
|
49
|
-
};
|
|
50
|
-
options: {
|
|
51
|
-
type: ArrayConstructor;
|
|
52
|
-
default: () => never[];
|
|
53
|
-
};
|
|
54
|
-
disableClear: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
}>, {}, {
|
|
59
|
-
referenceDate: string;
|
|
60
|
-
startDate: string;
|
|
61
|
-
endDate: string;
|
|
62
|
-
optionSelected: string;
|
|
63
|
-
defaultTranslations: {
|
|
64
|
-
clean: {
|
|
65
|
-
'pt-br': string;
|
|
66
|
-
en: string;
|
|
67
|
-
es: string;
|
|
68
|
-
};
|
|
69
|
-
filter: {
|
|
70
|
-
'pt-br': string;
|
|
71
|
-
en: string;
|
|
72
|
-
es: string;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
}, {
|
|
76
|
-
openMonths(): string[];
|
|
77
|
-
value(): {
|
|
1
|
+
type PeriodOption = {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
};
|
|
5
|
+
interface DatePickerProps {
|
|
6
|
+
initialStartDate?: string;
|
|
7
|
+
initialEndDate?: string;
|
|
8
|
+
minDate?: string;
|
|
9
|
+
maxDate?: string;
|
|
10
|
+
periodBaseDate?: string;
|
|
11
|
+
equivalentOption?: string;
|
|
12
|
+
type?: 'day' | 'month' | 'year';
|
|
13
|
+
size?: 'small' | 'large';
|
|
14
|
+
clearLabel?: string;
|
|
15
|
+
actionLabel?: string;
|
|
16
|
+
months?: string[];
|
|
17
|
+
days?: string[];
|
|
18
|
+
options?: PeriodOption[];
|
|
19
|
+
disableClear?: boolean;
|
|
20
|
+
locale?: string;
|
|
21
|
+
translations?: Record<string, unknown>;
|
|
22
|
+
}
|
|
23
|
+
declare function dateToString(date: Date): string;
|
|
24
|
+
declare function getDatesOfTheMonth(reference: string): {
|
|
25
|
+
properties: string[];
|
|
26
|
+
toString: () => string;
|
|
27
|
+
}[];
|
|
28
|
+
declare function getStartAndEndDateByPeriod(period: string): {
|
|
29
|
+
startDate: string | undefined;
|
|
30
|
+
endDate: string | undefined;
|
|
31
|
+
};
|
|
32
|
+
declare function autoSelect(method: string): void;
|
|
33
|
+
declare const _default: import('vue').DefineComponent<DatePickerProps, {
|
|
34
|
+
i18n: (...args: any[]) => string | undefined;
|
|
35
|
+
startDate: import('vue').Ref<string, string>;
|
|
36
|
+
endDate: import('vue').Ref<string, string>;
|
|
37
|
+
optionSelected: import('vue').Ref<string, string>;
|
|
38
|
+
referenceDate: import('vue').Ref<string, string>;
|
|
39
|
+
autoSelect: typeof autoSelect;
|
|
40
|
+
dateToString: typeof dateToString;
|
|
41
|
+
getStartAndEndDateByPeriod: typeof getStartAndEndDateByPeriod;
|
|
42
|
+
getDatesOfTheMonth: typeof getDatesOfTheMonth;
|
|
43
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
44
|
+
change: (value: {
|
|
78
45
|
startDate: string;
|
|
79
46
|
endDate: string;
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
getFullYear(date: any): number;
|
|
97
|
-
addMonth(referenceDate: any, quantity: any): string;
|
|
98
|
-
isDateBetween(internalDate: any): boolean;
|
|
99
|
-
isDateBetweenMonth(internalDate: any): boolean;
|
|
100
|
-
isDateBetweenYear(internalDate: any): boolean;
|
|
101
|
-
getDatesOfTheMonth(referenceDate: any): {
|
|
102
|
-
properties: string[];
|
|
103
|
-
toString: () => string;
|
|
104
|
-
}[];
|
|
105
|
-
getMonthsOfTheYear(referenceDate: any): {
|
|
106
|
-
properties: string[];
|
|
107
|
-
date: string;
|
|
108
|
-
toString: () => string;
|
|
109
|
-
}[];
|
|
110
|
-
getYears(referenceDate: any): {
|
|
111
|
-
properties: string[];
|
|
112
|
-
date: number;
|
|
113
|
-
toString: () => string;
|
|
114
|
-
}[];
|
|
115
|
-
selectDate(date: any): void;
|
|
116
|
-
clear(): void;
|
|
117
|
-
getStartAndEndDateByPeriod(period: any): {
|
|
118
|
-
startDate: string | undefined;
|
|
119
|
-
endDate: string | undefined;
|
|
120
|
-
};
|
|
121
|
-
autoSelect(method: any): void;
|
|
122
|
-
}, {
|
|
123
|
-
props: {
|
|
124
|
-
locale: {
|
|
125
|
-
type: StringConstructor;
|
|
126
|
-
};
|
|
127
|
-
translations: {
|
|
128
|
-
type: ObjectConstructor;
|
|
129
|
-
};
|
|
130
|
-
};
|
|
131
|
-
methods: {
|
|
132
|
-
i18n(...args: any[]): any;
|
|
133
|
-
};
|
|
134
|
-
}, import('vue').ComponentOptionsMixin, ("change" | "submit" | "update:equivalentOption")[], "change" | "submit" | "update:equivalentOption", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
135
|
-
initialStartDate: {
|
|
136
|
-
type: StringConstructor;
|
|
137
|
-
default: string;
|
|
138
|
-
};
|
|
139
|
-
initialEndDate: {
|
|
140
|
-
type: StringConstructor;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
|
-
minDate: {
|
|
144
|
-
type: StringConstructor;
|
|
145
|
-
default: string;
|
|
146
|
-
};
|
|
147
|
-
maxDate: {
|
|
148
|
-
type: StringConstructor;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
equivalentOption: {
|
|
152
|
-
type: StringConstructor;
|
|
153
|
-
default: string;
|
|
154
|
-
};
|
|
155
|
-
type: {
|
|
156
|
-
type: StringConstructor;
|
|
157
|
-
default: string;
|
|
158
|
-
validator(type: unknown): boolean;
|
|
159
|
-
};
|
|
160
|
-
size: {
|
|
161
|
-
type: StringConstructor;
|
|
162
|
-
default: string;
|
|
163
|
-
validator(size: unknown): boolean;
|
|
164
|
-
};
|
|
165
|
-
clearLabel: {
|
|
166
|
-
type: StringConstructor;
|
|
167
|
-
default: string;
|
|
168
|
-
};
|
|
169
|
-
actionLabel: {
|
|
170
|
-
type: StringConstructor;
|
|
171
|
-
default: string;
|
|
172
|
-
};
|
|
173
|
-
months: {
|
|
174
|
-
type: ArrayConstructor;
|
|
175
|
-
default: () => never[];
|
|
176
|
-
validator(months: unknown): boolean;
|
|
177
|
-
};
|
|
178
|
-
days: {
|
|
179
|
-
type: ArrayConstructor;
|
|
180
|
-
default: () => never[];
|
|
181
|
-
validator(days: unknown): boolean;
|
|
182
|
-
};
|
|
183
|
-
options: {
|
|
184
|
-
type: ArrayConstructor;
|
|
185
|
-
default: () => never[];
|
|
186
|
-
};
|
|
187
|
-
disableClear: {
|
|
188
|
-
type: BooleanConstructor;
|
|
189
|
-
default: boolean;
|
|
190
|
-
};
|
|
191
|
-
}>> & Readonly<{
|
|
192
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
193
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
194
|
-
"onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
}) => any;
|
|
48
|
+
submit: (value: {
|
|
49
|
+
startDate: string;
|
|
50
|
+
endDate: string;
|
|
51
|
+
}) => any;
|
|
52
|
+
"update:equivalentOption": (equivalentOption: string) => any;
|
|
53
|
+
}, string, import('vue').PublicProps, Readonly<DatePickerProps> & Readonly<{
|
|
54
|
+
onChange?: ((value: {
|
|
55
|
+
startDate: string;
|
|
56
|
+
endDate: string;
|
|
57
|
+
}) => any) | undefined;
|
|
58
|
+
onSubmit?: ((value: {
|
|
59
|
+
startDate: string;
|
|
60
|
+
endDate: string;
|
|
61
|
+
}) => any) | undefined;
|
|
62
|
+
"onUpdate:equivalentOption"?: ((equivalentOption: string) => any) | undefined;
|
|
195
63
|
}>, {
|
|
196
|
-
|
|
197
|
-
|
|
64
|
+
type: "day" | "month" | "year";
|
|
65
|
+
size: "small" | "large";
|
|
66
|
+
locale: string;
|
|
198
67
|
initialStartDate: string;
|
|
199
68
|
initialEndDate: string;
|
|
200
69
|
minDate: string;
|
|
201
70
|
maxDate: string;
|
|
71
|
+
periodBaseDate: string;
|
|
202
72
|
equivalentOption: string;
|
|
203
73
|
clearLabel: string;
|
|
204
74
|
actionLabel: string;
|
|
205
|
-
months:
|
|
206
|
-
days:
|
|
207
|
-
options:
|
|
75
|
+
months: string[];
|
|
76
|
+
days: string[];
|
|
77
|
+
options: PeriodOption[];
|
|
208
78
|
disableClear: boolean;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
212
|
-
text: string;
|
|
213
|
-
size: import('../Button/types.js').ButtonSize;
|
|
214
|
-
type: import('../Button/types.js').ButtonType;
|
|
215
|
-
disabled: boolean;
|
|
216
|
-
iconLeft: string;
|
|
217
|
-
iconRight: string;
|
|
218
|
-
float: boolean;
|
|
219
|
-
iconCenter: string;
|
|
220
|
-
iconsFilled: boolean;
|
|
221
|
-
loading: boolean;
|
|
222
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
223
|
-
P: {};
|
|
224
|
-
B: {};
|
|
225
|
-
D: {};
|
|
226
|
-
C: {};
|
|
227
|
-
M: {};
|
|
228
|
-
Defaults: {};
|
|
229
|
-
}, Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
230
|
-
text: string;
|
|
231
|
-
size: import('../Button/types.js').ButtonSize;
|
|
232
|
-
type: import('../Button/types.js').ButtonType;
|
|
233
|
-
disabled: boolean;
|
|
234
|
-
iconLeft: string;
|
|
235
|
-
iconRight: string;
|
|
236
|
-
float: boolean;
|
|
237
|
-
iconCenter: string;
|
|
238
|
-
iconsFilled: boolean;
|
|
239
|
-
loading: boolean;
|
|
240
|
-
}>;
|
|
241
|
-
__isFragment?: never;
|
|
242
|
-
__isTeleport?: never;
|
|
243
|
-
__isSuspense?: never;
|
|
244
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
245
|
-
text: string;
|
|
246
|
-
size: import('../Button/types.js').ButtonSize;
|
|
247
|
-
type: import('../Button/types.js').ButtonType;
|
|
248
|
-
disabled: boolean;
|
|
249
|
-
iconLeft: string;
|
|
250
|
-
iconRight: string;
|
|
251
|
-
float: boolean;
|
|
252
|
-
iconCenter: string;
|
|
253
|
-
iconsFilled: boolean;
|
|
254
|
-
loading: boolean;
|
|
255
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
256
|
-
$slots: {
|
|
257
|
-
default?(_: {}): any;
|
|
258
|
-
};
|
|
259
|
-
});
|
|
260
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
79
|
+
translations: Record<string, unknown>;
|
|
80
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
261
81
|
export default _default;
|
|
262
82
|
//# sourceMappingURL=DatePicker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"AAiPA;AAooCA,KAAK,YAAY,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,UAAU,eAAe;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAEzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IAEzB,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACxC;AA0LD,iBAAS,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAExC;AAiGD,iBAAS,kBAAkB,CAAC,SAAS,EAAE,MAAM;gBAUhB,MAAM,EAAE;cAAY,MAAM,MAAM;IAsE5D;AAgLD,iBAAS,0BAA0B,CAAC,MAAM,EAAE,MAAM;;;EAwDjD;AAED,iBAAS,UAAU,CAAC,MAAM,EAAE,MAAM,QAwBjC;;oBA/gBwB,GAAG,EAAE,KAAG,MAAM,GAAG,SAAS;;;;;;;;;;;mBAzEf,MAAM;iBAAW,MAAM;;;mBACvB,MAAM;iBAAW,MAAM;;;;;mBADvB,MAAM;iBAAW,MAAM;;;mBACvB,MAAM;iBAAW,MAAM;;;;UAtClD,KAAK,GAAG,OAAO,GAAG,MAAM;UACxB,OAAO,GAAG,OAAO;YAWf,MAAM;sBAtBI,MAAM;oBACR,MAAM;aAEb,MAAM;aACN,MAAM;oBAEC,MAAM;sBAEJ,MAAM;gBAKZ,MAAM;iBACL,MAAM;YAEX,MAAM,EAAE;UACV,MAAM,EAAE;aACL,YAAY,EAAE;kBAET,OAAO;kBAGP,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;AAsoCxC,wBAUG"}
|
|
@@ -1,142 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
disabledPrimaryButton: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
disabledSecondaryButton: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
loadingPrimaryButton: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
|
-
loadingSecondaryButton: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
primaryButtonText: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
primaryButtonType: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
secondaryButtonText: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
size: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
validator(val: unknown): boolean;
|
|
42
|
-
};
|
|
43
|
-
wide: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
withoutOverlay: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
closeIcon: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
distinctCloseBack: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
}>, {}, {
|
|
64
|
-
showDrawer: boolean;
|
|
65
|
-
}, {
|
|
66
|
-
showFooter(): boolean;
|
|
67
|
-
}, {
|
|
68
|
-
transitionClose(callback: any): void;
|
|
69
|
-
close(): void;
|
|
70
|
-
back(): void;
|
|
71
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "back" | "primaryButtonClick" | "secondaryButtonClick")[], "close" | "back" | "primaryButtonClick" | "secondaryButtonClick", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
72
|
-
title: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
description: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
disabledPrimaryButton: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
disabledSecondaryButton: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
loadingPrimaryButton: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
loadingSecondaryButton: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
primaryButtonText: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
primaryButtonType: {
|
|
101
|
-
type: StringConstructor;
|
|
102
|
-
default: string;
|
|
103
|
-
};
|
|
104
|
-
secondaryButtonText: {
|
|
105
|
-
type: StringConstructor;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
|
-
size: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
validator(val: unknown): boolean;
|
|
112
|
-
};
|
|
113
|
-
wide: {
|
|
114
|
-
type: BooleanConstructor;
|
|
115
|
-
default: boolean;
|
|
116
|
-
};
|
|
117
|
-
modelValue: {
|
|
118
|
-
type: BooleanConstructor;
|
|
119
|
-
required: true;
|
|
120
|
-
};
|
|
121
|
-
withoutOverlay: {
|
|
122
|
-
type: BooleanConstructor;
|
|
123
|
-
default: boolean;
|
|
124
|
-
};
|
|
125
|
-
closeIcon: {
|
|
126
|
-
type: StringConstructor;
|
|
127
|
-
default: string;
|
|
128
|
-
};
|
|
129
|
-
distinctCloseBack: {
|
|
130
|
-
type: BooleanConstructor;
|
|
131
|
-
default: boolean;
|
|
132
|
-
};
|
|
133
|
-
}>> & Readonly<{
|
|
134
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
135
|
-
onBack?: ((...args: any[]) => any) | undefined;
|
|
136
|
-
onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
137
|
-
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
138
|
-
}>, {
|
|
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
|
+
$emit: (event: "close" | "back" | "primaryButtonClick" | "secondaryButtonClick", ...args: any[]) => void;
|
|
139
8
|
size: string;
|
|
9
|
+
title: string;
|
|
10
|
+
modelValue: boolean;
|
|
140
11
|
description: string;
|
|
141
12
|
closeIcon: string;
|
|
142
13
|
disabledPrimaryButton: boolean;
|
|
@@ -146,75 +17,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
17
|
primaryButtonText: string;
|
|
147
18
|
primaryButtonType: string;
|
|
148
19
|
secondaryButtonText: string;
|
|
149
|
-
wide: boolean;
|
|
150
20
|
withoutOverlay: boolean;
|
|
151
21
|
distinctCloseBack: boolean;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
iconsFilled: boolean;
|
|
179
|
-
loading: boolean;
|
|
180
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
181
|
-
P: {};
|
|
182
|
-
B: {};
|
|
183
|
-
D: {};
|
|
184
|
-
C: {};
|
|
185
|
-
M: {};
|
|
186
|
-
Defaults: {};
|
|
187
|
-
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
188
|
-
text: string;
|
|
189
|
-
size: import('../Button/types').ButtonSize;
|
|
190
|
-
type: import('../Button/types').ButtonType;
|
|
191
|
-
disabled: boolean;
|
|
192
|
-
iconLeft: string;
|
|
193
|
-
iconRight: string;
|
|
194
|
-
float: boolean;
|
|
195
|
-
iconCenter: string;
|
|
196
|
-
iconsFilled: boolean;
|
|
197
|
-
loading: boolean;
|
|
198
|
-
}>;
|
|
199
|
-
__isFragment?: never;
|
|
200
|
-
__isTeleport?: never;
|
|
201
|
-
__isSuspense?: never;
|
|
202
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
203
|
-
text: string;
|
|
204
|
-
size: import('../Button/types').ButtonSize;
|
|
205
|
-
type: import('../Button/types').ButtonType;
|
|
206
|
-
disabled: boolean;
|
|
207
|
-
iconLeft: string;
|
|
208
|
-
iconRight: string;
|
|
209
|
-
float: boolean;
|
|
210
|
-
iconCenter: string;
|
|
211
|
-
iconsFilled: boolean;
|
|
212
|
-
loading: boolean;
|
|
213
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
214
|
-
$slots: {
|
|
215
|
-
default?(_: {}): any;
|
|
216
|
-
};
|
|
217
|
-
});
|
|
218
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
219
|
-
export default _default;
|
|
22
|
+
$props: {
|
|
23
|
+
readonly size?: string | undefined;
|
|
24
|
+
readonly title?: string | undefined;
|
|
25
|
+
readonly modelValue?: boolean | undefined;
|
|
26
|
+
readonly description?: string | undefined;
|
|
27
|
+
readonly closeIcon?: string | undefined;
|
|
28
|
+
readonly disabledPrimaryButton?: boolean | undefined;
|
|
29
|
+
readonly disabledSecondaryButton?: boolean | undefined;
|
|
30
|
+
readonly loadingPrimaryButton?: boolean | undefined;
|
|
31
|
+
readonly loadingSecondaryButton?: boolean | undefined;
|
|
32
|
+
readonly primaryButtonText?: string | undefined;
|
|
33
|
+
readonly primaryButtonType?: string | undefined;
|
|
34
|
+
readonly secondaryButtonText?: string | undefined;
|
|
35
|
+
readonly withoutOverlay?: boolean | undefined;
|
|
36
|
+
readonly distinctCloseBack?: boolean | undefined;
|
|
37
|
+
};
|
|
38
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
type __VLS_TemplateResult = {
|
|
40
|
+
attrs: Partial<{}>;
|
|
41
|
+
slots: {
|
|
42
|
+
title?(_: {}): any;
|
|
43
|
+
content?(_: {}): any;
|
|
44
|
+
};
|
|
45
|
+
refs: {};
|
|
46
|
+
rootEl: any;
|
|
47
|
+
};
|
|
220
48
|
//# sourceMappingURL=Drawer.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"AAmFA;wBAmnBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAZjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2OASG"}
|
|
@@ -42,10 +42,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
42
|
}>> & Readonly<{
|
|
43
43
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
-
position: string;
|
|
46
|
-
useOpenProp: boolean;
|
|
47
45
|
open: boolean;
|
|
48
46
|
forceOpen: boolean;
|
|
47
|
+
position: string;
|
|
48
|
+
useOpenProp: boolean;
|
|
49
49
|
}, {}, {}, {
|
|
50
50
|
onClickOutside: any;
|
|
51
51
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -79,8 +79,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
79
|
validator(value: unknown): boolean;
|
|
80
80
|
};
|
|
81
81
|
}>> & Readonly<{}>, {
|
|
82
|
-
code: string;
|
|
83
82
|
size: string;
|
|
83
|
+
code: string;
|
|
84
84
|
}, {}, {
|
|
85
85
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
86
86
|
click: (event: Event) => any;
|
|
@@ -91,10 +91,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
92
92
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
+
size: import('../Icon.vue').IconSize;
|
|
94
95
|
filled: boolean;
|
|
95
96
|
icon: string | null;
|
|
96
97
|
clickable: boolean;
|
|
97
|
-
size: import('../Icon.vue').IconSize;
|
|
98
98
|
scheme: import('../Icon.vue').SchemeColor;
|
|
99
99
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
100
100
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -107,10 +107,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
107
107
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
108
108
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
109
109
|
}>, {
|
|
110
|
+
size: import('../Icon.vue').IconSize;
|
|
110
111
|
filled: boolean;
|
|
111
112
|
icon: string | null;
|
|
112
113
|
clickable: boolean;
|
|
113
|
-
size: import('../Icon.vue').IconSize;
|
|
114
114
|
scheme: import('../Icon.vue').SchemeColor;
|
|
115
115
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
116
116
|
}, {
|
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
validator(value: unknown): boolean;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
code: string;
|
|
25
24
|
size: string;
|
|
25
|
+
code: string;
|
|
26
26
|
}, {}, {
|
|
27
27
|
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
28
|
click: (event: Event) => 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>;
|