yc-design-vue 2.2.7 → 2.3.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/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/es/Alert/index.vue.js +2 -2
- package/es/Avatar/Avatar.vue.js +1 -1
- package/es/BackTop/index.vue.js +1 -1
- package/es/Breadcrumb/BreadcrumbItem.vue.js +1 -1
- package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -1
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +2 -2
- package/es/Calendar/Calendar.vue.js +2 -2
- package/es/Carousel/CarouselArrow.vue.js +1 -1
- package/es/Cascader/CascaderIcon.vue.js +2 -2
- package/es/Cascader/CascaderOption.vue.js +1 -1
- package/es/Checkbox/Checkbox.vue.js +2 -2
- package/es/Collapse/CollapseItem.vue.js +2 -2
- package/es/DatePicker/DatePicker.vue.d.ts +408 -3
- package/es/DatePicker/DatePicker.vue.js +29 -6
- package/es/DatePicker/MonthPicker.vue.d.ts +1 -1
- package/es/DatePicker/MonthPicker.vue.js +2 -2
- package/es/DatePicker/WeekPicker.vue.d.ts +1 -1
- package/es/DatePicker/WeekPicker.vue.js +2 -2
- package/es/DatePicker/YearPicker.vue.js +2 -2
- package/es/DatePicker/component/{PickerInput.vue.js → Picker.vue.js} +5 -4
- package/es/DatePicker/component/Picker.vue3.js +5 -0
- package/es/DatePicker/component/PickerHeader.vue.js +1 -1
- package/es/DatePicker/hooks/userPicker.d.ts +2 -0
- package/es/DatePicker/hooks/userPicker.js +5 -2
- package/es/DatePicker/index.css +1 -1
- package/es/DatePicker/index.d.ts +206 -4
- package/es/Drawer/Drawer.vue.js +2 -2
- package/es/Dropdown/DropdownButton.vue.js +1 -1
- package/es/Dropdown/Dsubmenu.vue.js +1 -1
- package/es/Empty/index.vue.js +1 -1
- package/es/Image/Image.vue.js +1 -1
- package/es/Image/ImagePreview.vue.js +1 -1
- package/es/Image/ImagePreviewArrow.vue.js +1 -1
- package/es/Image/ImagePreviewToolbar.vue.js +1 -1
- package/es/Input/Input.vue.js +2 -2
- package/es/Input/InputPassword.vue.js +2 -2
- package/es/Input/InputSearch.vue.js +2 -2
- package/es/InputNumber/InputOperaBtn.vue.js +1 -1
- package/es/InputTag/index.vue.js +2 -2
- package/es/Layout/LayoutSider.vue.js +1 -1
- package/es/Link/index.vue.js +1 -1
- package/es/Menu/Menu.vue.js +1 -1
- package/es/Menu/MenuEllipsis.vue.js +1 -1
- package/es/Menu/SubMenu.vue.js +1 -1
- package/es/Message/Message.vue.js +2 -2
- package/es/Modal/Modal.vue.js +2 -2
- package/es/Notification/Notification.vue.js +2 -2
- package/es/PageHeader/index.vue.js +2 -2
- package/es/Pagination/PaginationItem.vue.js +1 -1
- package/es/Progress/ProgressCircle.vue.js +1 -1
- package/es/Radio/Radio.vue.js +2 -2
- package/es/Rate/index.vue.js +1 -1
- package/es/ResizeBox/index.vue.js +1 -1
- package/es/Select/SelectIcon.vue.js +2 -2
- package/es/Spin/index.vue.js +1 -1
- package/es/Split/index.vue.js +1 -1
- package/es/Steps/Step.vue.js +1 -1
- package/es/Tabs/TabButton.vue.js +2 -2
- package/es/Tabs/Tabs.vue.js +1 -1
- package/es/Tag/index.vue.js +2 -2
- package/es/Textarea/index.vue.js +2 -2
- package/es/TimePicker/TimePicker.vue.d.ts +104 -3
- package/es/TimePicker/TimePicker.vue.js +24 -9
- package/es/TimePicker/TimePickerPanel.vue.d.ts +4 -1
- package/es/TimePicker/TimePickerPanel.vue.js +37 -41
- package/es/TimePicker/hooks/useContext.d.ts +2 -0
- package/es/TimePicker/hooks/useContext.js +3 -0
- package/es/TimePicker/index.d.ts +61 -4
- package/es/TimePicker/type.d.ts +1 -0
- package/es/Transfer/Transfer.vue.js +1 -1
- package/es/Transfer/TransferPanel.vue.js +2 -2
- package/es/Trigger/index.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +3 -3
- package/es/Upload/UploadButton.vue.js +1 -1
- package/es/Upload/UploadDrag.vue.js +1 -1
- package/es/Upload/UploadFileList.vue.js +2 -2
- package/es/Upload/UploadPictureCard.vue.js +1 -1
- package/es/_shared/components/IconButton/{index.vue.js → index.vue2.js} +1 -1
- package/es/_shared/components/IconButton/index.vue3.js +2 -2
- package/es/_shared/constants/index.js +1 -1
- package/es/_shared/icons/IconArrowDown.vue.js +1 -1
- package/es/_shared/icons/IconArrowRight.vue.js +1 -1
- package/es/_shared/icons/IconCalendar.vue2.js +1 -1
- package/es/_shared/icons/IconCheck.vue.js +1 -1
- package/es/_shared/icons/IconCheckboxChecked.vue.js +1 -1
- package/es/_shared/icons/IconClose.vue.js +1 -1
- package/es/_shared/icons/IconCopy.vue.js +24 -1
- package/es/_shared/icons/IconCopy.vue2.js +1 -24
- package/es/_shared/icons/IconDelete.vue2.js +1 -1
- package/es/_shared/icons/IconDoubleLeft.vue2.js +1 -1
- package/es/_shared/icons/IconDoubleRight.vue2.js +1 -1
- package/es/_shared/icons/IconDragDot.vue.js +1 -1
- package/es/_shared/icons/IconEdit.vue.js +24 -1
- package/es/_shared/icons/IconEdit.vue2.js +1 -24
- package/es/_shared/icons/IconEmpty.vue.js +1 -1
- package/es/_shared/icons/IconError.vue.js +1 -1
- package/es/_shared/icons/IconExclamation.vue2.js +1 -1
- package/es/_shared/icons/IconEyeClose.vue.js +1 -1
- package/es/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/es/_shared/icons/IconFaceSmile.vue.js +1 -1
- package/es/_shared/icons/IconFile.vue2.js +1 -1
- package/es/_shared/icons/IconFullScreen.vue2.js +1 -1
- package/es/_shared/icons/IconImageClose.vue.js +1 -1
- package/es/_shared/icons/IconInfo.vue.js +1 -1
- package/es/_shared/icons/IconInfoLine.vue.js +1 -1
- package/es/_shared/icons/IconLink.vue.js +1 -1
- package/es/_shared/icons/IconLoading.vue.js +1 -1
- package/es/_shared/icons/IconMenuFold.vue.js +1 -1
- package/es/_shared/icons/IconMenuUnfold.vue.js +1 -1
- package/es/_shared/icons/IconMinus.vue2.js +1 -1
- package/es/_shared/icons/IconMore.vue.js +1 -1
- package/es/_shared/icons/IconOriginSize.vue2.js +1 -1
- package/es/_shared/icons/IconPlus.vue.js +1 -1
- package/es/_shared/icons/IconRight.vue.js +1 -1
- package/es/_shared/icons/IconRotateLeft.vue2.js +1 -1
- package/es/_shared/icons/IconRotateRight.vue2.js +1 -1
- package/es/_shared/icons/IconSearch.vue.js +1 -1
- package/es/_shared/icons/IconSeparator.vue.js +1 -24
- package/es/_shared/icons/IconSeparator.vue2.js +24 -1
- package/es/_shared/icons/IconStar.vue.js +1 -1
- package/es/_shared/icons/IconSuccess.vue.js +1 -1
- package/es/_shared/icons/IconTime.vue.js +1 -1
- package/es/_shared/icons/IconToTop.vue.js +1 -1
- package/es/_shared/icons/IconUpload.vue2.js +1 -1
- package/es/_shared/icons/IconWarning.vue.js +1 -1
- package/es/_shared/icons/IconZoomIn.vue2.js +1 -1
- package/es/_shared/icons/IconZoomOut.vue2.js +1 -1
- package/es/index.d.ts +3 -3
- package/es/style.css +1 -1
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Avatar/Avatar.vue.js +1 -1
- package/lib/BackTop/index.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
- package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Carousel/CarouselArrow.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Cascader/CascaderOption.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/DatePicker/DatePicker.vue.d.ts +408 -3
- package/lib/DatePicker/DatePicker.vue.js +1 -1
- package/lib/DatePicker/MonthPicker.vue.d.ts +1 -1
- package/lib/DatePicker/MonthPicker.vue.js +1 -1
- package/lib/DatePicker/WeekPicker.vue.d.ts +1 -1
- package/lib/DatePicker/WeekPicker.vue.js +1 -1
- package/lib/DatePicker/YearPicker.vue.js +1 -1
- package/lib/DatePicker/component/Picker.vue.js +1 -0
- package/lib/DatePicker/component/{PickerInput.vue3.js → Picker.vue3.js} +1 -1
- package/lib/DatePicker/component/PickerHeader.vue.js +1 -1
- package/lib/DatePicker/hooks/userPicker.d.ts +2 -0
- package/lib/DatePicker/hooks/userPicker.js +1 -1
- package/lib/DatePicker/index.css +1 -1
- package/lib/DatePicker/index.d.ts +206 -4
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Dropdown/DropdownButton.vue.js +1 -1
- package/lib/Dropdown/Dsubmenu.vue.js +1 -1
- package/lib/Empty/index.vue.js +1 -1
- package/lib/Image/Image.vue.js +1 -1
- package/lib/Image/ImagePreview.vue.js +1 -1
- package/lib/Image/ImagePreviewArrow.vue.js +1 -1
- package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/InputPassword.vue.js +1 -1
- package/lib/Input/InputSearch.vue.js +1 -1
- package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/Layout/LayoutSider.vue.js +1 -1
- package/lib/Link/index.vue.js +1 -1
- package/lib/Menu/Menu.vue.js +1 -1
- package/lib/Menu/MenuEllipsis.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/Pagination/PaginationItem.vue.js +1 -1
- package/lib/Progress/ProgressCircle.vue.js +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Rate/index.vue.js +1 -1
- package/lib/ResizeBox/index.vue.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Spin/index.vue.js +1 -1
- package/lib/Split/index.vue.js +1 -1
- package/lib/Steps/Step.vue.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tabs/Tabs.vue.js +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue.d.ts +104 -3
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue.d.ts +4 -1
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
- package/lib/TimePicker/hooks/useContext.d.ts +2 -0
- package/lib/TimePicker/hooks/useContext.js +1 -1
- package/lib/TimePicker/index.d.ts +61 -4
- package/lib/TimePicker/type.d.ts +1 -0
- package/lib/Transfer/Transfer.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Upload/UploadButton.vue.js +1 -1
- package/lib/Upload/UploadDrag.vue.js +1 -1
- package/lib/Upload/UploadFileList.vue.js +1 -1
- package/lib/Upload/UploadPictureCard.vue.js +1 -1
- package/lib/_shared/components/IconButton/index.vue2.js +1 -0
- package/lib/_shared/components/IconButton/index.vue3.js +1 -1
- package/lib/_shared/constants/index.js +1 -1
- package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
- package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
- package/lib/_shared/icons/IconCalendar.vue2.js +1 -1
- package/lib/_shared/icons/IconCheck.vue.js +1 -1
- package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
- package/lib/_shared/icons/IconClose.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.js +1 -1
- package/lib/_shared/icons/IconDoubleLeft.vue2.js +1 -1
- package/lib/_shared/icons/IconDoubleRight.vue2.js +1 -1
- package/lib/_shared/icons/IconDragDot.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconEmpty.vue.js +1 -1
- package/lib/_shared/icons/IconError.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
- package/lib/_shared/icons/IconFile.vue2.js +1 -1
- package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
- package/lib/_shared/icons/IconImageClose.vue.js +1 -1
- package/lib/_shared/icons/IconInfo.vue.js +1 -1
- package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
- package/lib/_shared/icons/IconLink.vue.js +1 -1
- package/lib/_shared/icons/IconLoading.vue.js +1 -1
- package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
- package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
- package/lib/_shared/icons/IconMinus.vue2.js +1 -1
- package/lib/_shared/icons/IconMore.vue.js +1 -1
- package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
- package/lib/_shared/icons/IconPlus.vue.js +1 -1
- package/lib/_shared/icons/IconRight.vue.js +1 -1
- package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
- package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
- package/lib/_shared/icons/IconSearch.vue.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue.js +1 -1
- package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
- package/lib/_shared/icons/IconStar.vue.js +1 -1
- package/lib/_shared/icons/IconSuccess.vue.js +1 -1
- package/lib/_shared/icons/IconTime.vue.js +1 -1
- package/lib/_shared/icons/IconToTop.vue.js +1 -1
- package/lib/_shared/icons/IconUpload.vue2.js +1 -1
- package/lib/_shared/icons/IconWarning.vue.js +1 -1
- package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
- package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/es/DatePicker/component/PickerInput.vue3.js +0 -5
- package/lib/DatePicker/component/PickerInput.vue.js +0 -1
- package/lib/_shared/components/IconButton/index.vue.js +0 -1
- /package/es/DatePicker/component/{PickerInput.vue.d.ts → Picker.vue.d.ts} +0 -0
- /package/lib/DatePicker/component/{PickerInput.vue.d.ts → Picker.vue.d.ts} +0 -0
package/es/Alert/index.vue.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent, useSlots, ref, createBlock, openBlock, Transition, withCtx, createElementBlock, createCommentVNode, normalizeClass, createElementVNode, renderSlot, resolveDynamicComponent, unref, createTextVNode, toDisplayString, createVNode } from "vue";
|
2
2
|
import { TYPE_ICON_MAP } from "../_shared/constants/index.js";
|
3
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
4
|
-
/* empty css
|
3
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
|
4
|
+
/* empty css */
|
5
5
|
import "../node_modules/b-tween/dist/b-tween.es.js";
|
6
6
|
import "../node_modules/dayjs/dayjs.min.js";
|
7
7
|
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
package/es/Avatar/Avatar.vue.js
CHANGED
@@ -6,7 +6,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
6
6
|
import { valueToPx } from "../_shared/utils/dom.js";
|
7
7
|
import "../_shared/utils/locale.js";
|
8
8
|
import "../_shared/utils/time.js";
|
9
|
-
/* empty css
|
9
|
+
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$1 from "../_shared/icons/IconImageClose.vue.js";
|
package/es/BackTop/index.vue.js
CHANGED
@@ -7,7 +7,7 @@ import { findFirstScrollableParent, getElement } from "../_shared/utils/dom.js";
|
|
7
7
|
import { isUndefined } from "../_shared/utils/is.js";
|
8
8
|
import "../_shared/utils/locale.js";
|
9
9
|
import "../_shared/utils/time.js";
|
10
|
-
/* empty css
|
10
|
+
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
import _sfc_main$1 from "../_shared/icons/IconToTop.vue.js";
|
@@ -6,7 +6,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
6
6
|
import "../_shared/utils/dom.js";
|
7
7
|
import "../_shared/utils/locale.js";
|
8
8
|
import "../_shared/utils/time.js";
|
9
|
-
/* empty css
|
9
|
+
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
import Dropdown from "../Dropdown/index.js";
|
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
5
5
|
import "../_shared/utils/dom.js";
|
6
6
|
import "../_shared/utils/locale.js";
|
7
7
|
import "../_shared/utils/time.js";
|
8
|
-
/* empty css
|
8
|
+
/* empty css */
|
9
9
|
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
import _sfc_main$2 from "../_shared/icons/IconMore.vue.js";
|
@@ -6,10 +6,10 @@ import "../_shared/utils/dom.js";
|
|
6
6
|
import { isUndefined } from "../_shared/utils/is.js";
|
7
7
|
import "../_shared/utils/locale.js";
|
8
8
|
import "../_shared/utils/time.js";
|
9
|
-
/* empty css
|
9
|
+
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
|
-
import _sfc_main$1 from "../_shared/icons/IconSeparator.
|
12
|
+
import _sfc_main$1 from "../_shared/icons/IconSeparator.vue2.js";
|
13
13
|
const _hoisted_1 = { class: "yc-breadcrumb-item-separator" };
|
14
14
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
15
15
|
__name: "BreadcrumbSeparator",
|
@@ -6,8 +6,8 @@ import "../_shared/utils/dom.js";
|
|
6
6
|
import { useControlValue } from "../_shared/utils/hooks.js";
|
7
7
|
import { useI18n } from "../_shared/utils/locale.js";
|
8
8
|
import "../_shared/utils/time.js";
|
9
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
10
|
-
/* empty css
|
9
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
|
10
|
+
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
|
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
5
5
|
import "../_shared/utils/dom.js";
|
6
6
|
import "../_shared/utils/locale.js";
|
7
7
|
import "../_shared/utils/time.js";
|
8
|
-
/* empty css
|
8
|
+
/* empty css */
|
9
9
|
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
import _sfc_main$1 from "../_shared/icons/IconArrowRight.vue.js";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent, resolveComponent, createBlock, createElementBlock, openBlock, unref, createSlots, withCtx, resolveDynamicComponent, Fragment, createElementVNode, createCommentVNode, withModifiers } from "vue";
|
2
2
|
import useCascaderContext from "./hooks/useContext.js";
|
3
3
|
import _sfc_main$1 from "../_shared/icons/IconArrowDown.vue.js";
|
4
|
-
import _sfc_main$2 from "../_shared/components/IconButton/index.
|
5
|
-
/* empty css
|
4
|
+
import _sfc_main$2 from "../_shared/components/IconButton/index.vue2.js";
|
5
|
+
/* empty css */
|
6
6
|
import "../node_modules/b-tween/dist/b-tween.es.js";
|
7
7
|
import "../node_modules/dayjs/dayjs.min.js";
|
8
8
|
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
@@ -6,7 +6,7 @@ import { sleep } from "../_shared/utils/dom.js";
|
|
6
6
|
import { isFunction } from "../_shared/utils/is.js";
|
7
7
|
import "../_shared/utils/locale.js";
|
8
8
|
import "../_shared/utils/time.js";
|
9
|
-
/* empty css
|
9
|
+
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$1 from "../_shared/icons/IconArrowRight.vue.js";
|
@@ -8,8 +8,8 @@ import { useControlValue } from "../_shared/utils/hooks.js";
|
|
8
8
|
import "../_shared/utils/locale.js";
|
9
9
|
import "../_shared/utils/time.js";
|
10
10
|
import useCheckboxContext from "./hooks/useContext.js";
|
11
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
12
|
-
/* empty css
|
11
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
/* empty css */
|
15
15
|
import _sfc_main$2 from "../_shared/icons/IconCheckboxChecked.vue.js";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent, toRefs, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, createVNode, createBlock, createCommentVNode, withCtx, renderSlot, resolveDynamicComponent, createTextVNode, toDisplayString, withDirectives, vShow } from "vue";
|
2
2
|
import useCollapseContext from "./hooks/useContext.js";
|
3
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
4
|
-
/* empty css
|
3
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue2.js";
|
4
|
+
/* empty css */
|
5
5
|
import _sfc_main$3 from "../_shared/components/ExpandTransition/index.vue2.js";
|
6
6
|
/* empty css */
|
7
7
|
import "../node_modules/b-tween/dist/b-tween.es.js";
|
@@ -1,8 +1,211 @@
|
|
1
1
|
import { DatePickerProps } from './type';
|
2
|
+
import { dayjs } from '../_shared/utils';
|
2
3
|
declare function __VLS_template(): {
|
3
4
|
attrs: Partial<{}>;
|
4
5
|
slots: any;
|
5
|
-
refs: {
|
6
|
+
refs: {
|
7
|
+
timePickerRef: ({
|
8
|
+
$: import('vue').ComponentInternalInstance;
|
9
|
+
$data: {};
|
10
|
+
$props: {
|
11
|
+
readonly type?: import('../TimePicker').TimePickerType | undefined;
|
12
|
+
readonly modelValue?: import('../TimePicker').TimePickerValue | undefined;
|
13
|
+
readonly defaultValue?: import('../TimePicker').TimePickerValue | undefined;
|
14
|
+
readonly disabled?: boolean | undefined;
|
15
|
+
readonly allowClear?: boolean | undefined;
|
16
|
+
readonly readonly?: boolean | undefined;
|
17
|
+
readonly error?: boolean | undefined;
|
18
|
+
readonly format?: string | undefined;
|
19
|
+
readonly placeholder?: string | string[] | undefined;
|
20
|
+
readonly size?: import('..').Size | undefined;
|
21
|
+
readonly popupContainer?: import('..').PopupContainer | undefined;
|
22
|
+
readonly step?: {
|
23
|
+
hour?: number;
|
24
|
+
minute?: number;
|
25
|
+
second?: number;
|
26
|
+
} | undefined;
|
27
|
+
readonly disabledHours?: import('../TimePicker').DisabledHours | undefined;
|
28
|
+
readonly disabledMinutes?: import('../TimePicker').DisabledMinutes | undefined;
|
29
|
+
readonly disabledSeconds?: import('../TimePicker').DisabledSeconds | undefined;
|
30
|
+
readonly hideDisabledOptions?: boolean | undefined;
|
31
|
+
readonly disableConfirm?: boolean | undefined;
|
32
|
+
readonly position?: import('../TimePicker').TimePickerPosition | undefined;
|
33
|
+
readonly popupVisible?: boolean | undefined;
|
34
|
+
readonly defaultPopupVisible?: boolean | undefined;
|
35
|
+
readonly triggerProps?: import('..').TriggerProps | undefined;
|
36
|
+
readonly unmountOnClose?: boolean | undefined;
|
37
|
+
readonly hideTrigger?: boolean | undefined;
|
38
|
+
readonly scrollbar?: boolean | undefined;
|
39
|
+
readonly scrollOffset?: number | undefined;
|
40
|
+
readonly watchValueChange?: boolean | undefined;
|
41
|
+
readonly onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
42
|
+
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
43
|
+
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
44
|
+
readonly onClear?: (() => any) | undefined;
|
45
|
+
readonly onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
46
|
+
readonly "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
|
47
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
48
|
+
$attrs: {
|
49
|
+
[x: string]: unknown;
|
50
|
+
};
|
51
|
+
$refs: {
|
52
|
+
[x: string]: unknown;
|
53
|
+
} & {
|
54
|
+
panelRef: ({
|
55
|
+
$: import('vue').ComponentInternalInstance;
|
56
|
+
$data: {};
|
57
|
+
$props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
58
|
+
$attrs: {
|
59
|
+
[x: string]: unknown;
|
60
|
+
};
|
61
|
+
$refs: {
|
62
|
+
[x: string]: unknown;
|
63
|
+
};
|
64
|
+
$slots: Readonly<{
|
65
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
66
|
+
}>;
|
67
|
+
$root: import('vue').ComponentPublicInstance | null;
|
68
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
69
|
+
$host: Element | null;
|
70
|
+
$emit: (event: string, ...args: any[]) => void;
|
71
|
+
$el: HTMLDivElement;
|
72
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
73
|
+
jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
|
74
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
75
|
+
beforeCreate?: (() => void) | (() => void)[];
|
76
|
+
created?: (() => void) | (() => void)[];
|
77
|
+
beforeMount?: (() => void) | (() => void)[];
|
78
|
+
mounted?: (() => void) | (() => void)[];
|
79
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
80
|
+
updated?: (() => void) | (() => void)[];
|
81
|
+
activated?: (() => void) | (() => void)[];
|
82
|
+
deactivated?: (() => void) | (() => void)[];
|
83
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
84
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
85
|
+
destroyed?: (() => void) | (() => void)[];
|
86
|
+
unmounted?: (() => void) | (() => void)[];
|
87
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
88
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
89
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
90
|
+
};
|
91
|
+
$forceUpdate: () => void;
|
92
|
+
$nextTick: typeof import('vue').nextTick;
|
93
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
94
|
+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "jump"> & import('vue').ShallowUnwrapRef<{
|
95
|
+
jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
|
96
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
97
|
+
$slots: {
|
98
|
+
extra?(_: {}): any;
|
99
|
+
};
|
100
|
+
}) | null;
|
101
|
+
};
|
102
|
+
$slots: Readonly<{
|
103
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
104
|
+
}>;
|
105
|
+
$root: import('vue').ComponentPublicInstance | null;
|
106
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
107
|
+
$host: Element | null;
|
108
|
+
$emit: ((event: "change", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:modelValue", value: import('../TimePicker').TimePickerValue) => void);
|
109
|
+
$el: any;
|
110
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
|
111
|
+
onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
112
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
113
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
114
|
+
onClear?: (() => any) | undefined;
|
115
|
+
onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
116
|
+
"onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
|
117
|
+
}>, {
|
118
|
+
jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
|
119
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
120
|
+
change: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
|
121
|
+
"update:popupVisible": (value: boolean) => any;
|
122
|
+
"popup-visible-change": (value: boolean) => any;
|
123
|
+
clear: () => any;
|
124
|
+
select: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
|
125
|
+
"update:modelValue": (value: import('../TimePicker').TimePickerValue) => any;
|
126
|
+
}, string, {
|
127
|
+
error: boolean;
|
128
|
+
size: import('..').Size;
|
129
|
+
popupVisible: boolean;
|
130
|
+
defaultPopupVisible: boolean;
|
131
|
+
disabled: boolean;
|
132
|
+
position: import('../TimePicker').TimePickerPosition;
|
133
|
+
unmountOnClose: boolean;
|
134
|
+
popupContainer: import('..').PopupContainer;
|
135
|
+
scrollbar: boolean;
|
136
|
+
type: import('../TimePicker').TimePickerType;
|
137
|
+
placeholder: string | string[];
|
138
|
+
modelValue: import('../TimePicker').TimePickerValue;
|
139
|
+
defaultValue: import('../TimePicker').TimePickerValue;
|
140
|
+
allowClear: boolean;
|
141
|
+
readonly: boolean;
|
142
|
+
triggerProps: import('..').TriggerProps;
|
143
|
+
format: string;
|
144
|
+
hideDisabledOptions: boolean;
|
145
|
+
scrollOffset: number;
|
146
|
+
hideTrigger: boolean;
|
147
|
+
watchValueChange: boolean;
|
148
|
+
disabledHours: import('../TimePicker').DisabledHours;
|
149
|
+
disabledMinutes: import('../TimePicker').DisabledMinutes;
|
150
|
+
disabledSeconds: import('../TimePicker').DisabledSeconds;
|
151
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
152
|
+
beforeCreate?: (() => void) | (() => void)[];
|
153
|
+
created?: (() => void) | (() => void)[];
|
154
|
+
beforeMount?: (() => void) | (() => void)[];
|
155
|
+
mounted?: (() => void) | (() => void)[];
|
156
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
157
|
+
updated?: (() => void) | (() => void)[];
|
158
|
+
activated?: (() => void) | (() => void)[];
|
159
|
+
deactivated?: (() => void) | (() => void)[];
|
160
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
161
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
162
|
+
destroyed?: (() => void) | (() => void)[];
|
163
|
+
unmounted?: (() => void) | (() => void)[];
|
164
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
165
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
166
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
167
|
+
};
|
168
|
+
$forceUpdate: () => void;
|
169
|
+
$nextTick: typeof import('vue').nextTick;
|
170
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
171
|
+
} & Readonly<{
|
172
|
+
error: boolean;
|
173
|
+
size: import('..').Size;
|
174
|
+
popupVisible: boolean;
|
175
|
+
defaultPopupVisible: boolean;
|
176
|
+
disabled: boolean;
|
177
|
+
position: import('../TimePicker').TimePickerPosition;
|
178
|
+
unmountOnClose: boolean;
|
179
|
+
popupContainer: import('..').PopupContainer;
|
180
|
+
scrollbar: boolean;
|
181
|
+
type: import('../TimePicker').TimePickerType;
|
182
|
+
placeholder: string | string[];
|
183
|
+
modelValue: import('../TimePicker').TimePickerValue;
|
184
|
+
defaultValue: import('../TimePicker').TimePickerValue;
|
185
|
+
allowClear: boolean;
|
186
|
+
readonly: boolean;
|
187
|
+
triggerProps: import('..').TriggerProps;
|
188
|
+
format: string;
|
189
|
+
hideDisabledOptions: boolean;
|
190
|
+
scrollOffset: number;
|
191
|
+
hideTrigger: boolean;
|
192
|
+
watchValueChange: boolean;
|
193
|
+
disabledHours: import('../TimePicker').DisabledHours;
|
194
|
+
disabledMinutes: import('../TimePicker').DisabledMinutes;
|
195
|
+
disabledSeconds: import('../TimePicker').DisabledSeconds;
|
196
|
+
}> & Omit<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
|
197
|
+
onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
198
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
199
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
200
|
+
onClear?: (() => any) | undefined;
|
201
|
+
onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
202
|
+
"onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
|
203
|
+
}>, "jump" | ("error" | "size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "position" | "unmountOnClose" | "popupContainer" | "scrollbar" | "type" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "triggerProps" | "format" | "hideDisabledOptions" | "scrollOffset" | "hideTrigger" | "watchValueChange" | "disabledHours" | "disabledMinutes" | "disabledSeconds")> & import('vue').ShallowUnwrapRef<{
|
204
|
+
jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
|
205
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
206
|
+
$slots: any;
|
207
|
+
}) | null;
|
208
|
+
};
|
6
209
|
rootEl: any;
|
7
210
|
};
|
8
211
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
@@ -53,14 +256,216 @@ declare const __VLS_component: import('vue').DefineComponent<DatePickerProps, {}
|
|
53
256
|
pickerValue: import('./type').DatePickerValue;
|
54
257
|
defaultPickerValue: import('./type').DatePickerValue;
|
55
258
|
valueFormat: import('./type').ValueFormat;
|
56
|
-
showConfirmBtn: boolean;
|
57
259
|
abbreviation: boolean;
|
260
|
+
showConfirmBtn: boolean;
|
58
261
|
disabledDate: import('./type').DisabledDate;
|
59
262
|
shortcutsPosition: import('./type').ShortcutsPosition;
|
60
263
|
shortcuts: import('./type').ShortcutType[];
|
61
264
|
previewShortcut: boolean;
|
62
265
|
disabledInput: boolean;
|
63
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
266
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
267
|
+
timePickerRef: ({
|
268
|
+
$: import('vue').ComponentInternalInstance;
|
269
|
+
$data: {};
|
270
|
+
$props: {
|
271
|
+
readonly type?: import('../TimePicker').TimePickerType | undefined;
|
272
|
+
readonly modelValue?: import('../TimePicker').TimePickerValue | undefined;
|
273
|
+
readonly defaultValue?: import('../TimePicker').TimePickerValue | undefined;
|
274
|
+
readonly disabled?: boolean | undefined;
|
275
|
+
readonly allowClear?: boolean | undefined;
|
276
|
+
readonly readonly?: boolean | undefined;
|
277
|
+
readonly error?: boolean | undefined;
|
278
|
+
readonly format?: string | undefined;
|
279
|
+
readonly placeholder?: string | string[] | undefined;
|
280
|
+
readonly size?: import('..').Size | undefined;
|
281
|
+
readonly popupContainer?: import('..').PopupContainer | undefined;
|
282
|
+
readonly step?: {
|
283
|
+
hour?: number;
|
284
|
+
minute?: number;
|
285
|
+
second?: number;
|
286
|
+
} | undefined;
|
287
|
+
readonly disabledHours?: import('../TimePicker').DisabledHours | undefined;
|
288
|
+
readonly disabledMinutes?: import('../TimePicker').DisabledMinutes | undefined;
|
289
|
+
readonly disabledSeconds?: import('../TimePicker').DisabledSeconds | undefined;
|
290
|
+
readonly hideDisabledOptions?: boolean | undefined;
|
291
|
+
readonly disableConfirm?: boolean | undefined;
|
292
|
+
readonly position?: import('../TimePicker').TimePickerPosition | undefined;
|
293
|
+
readonly popupVisible?: boolean | undefined;
|
294
|
+
readonly defaultPopupVisible?: boolean | undefined;
|
295
|
+
readonly triggerProps?: import('..').TriggerProps | undefined;
|
296
|
+
readonly unmountOnClose?: boolean | undefined;
|
297
|
+
readonly hideTrigger?: boolean | undefined;
|
298
|
+
readonly scrollbar?: boolean | undefined;
|
299
|
+
readonly scrollOffset?: number | undefined;
|
300
|
+
readonly watchValueChange?: boolean | undefined;
|
301
|
+
readonly onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
302
|
+
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
303
|
+
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
304
|
+
readonly onClear?: (() => any) | undefined;
|
305
|
+
readonly onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
306
|
+
readonly "onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
|
307
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
308
|
+
$attrs: {
|
309
|
+
[x: string]: unknown;
|
310
|
+
};
|
311
|
+
$refs: {
|
312
|
+
[x: string]: unknown;
|
313
|
+
} & {
|
314
|
+
panelRef: ({
|
315
|
+
$: import('vue').ComponentInternalInstance;
|
316
|
+
$data: {};
|
317
|
+
$props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
318
|
+
$attrs: {
|
319
|
+
[x: string]: unknown;
|
320
|
+
};
|
321
|
+
$refs: {
|
322
|
+
[x: string]: unknown;
|
323
|
+
};
|
324
|
+
$slots: Readonly<{
|
325
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
326
|
+
}>;
|
327
|
+
$root: import('vue').ComponentPublicInstance | null;
|
328
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
329
|
+
$host: Element | null;
|
330
|
+
$emit: (event: string, ...args: any[]) => void;
|
331
|
+
$el: HTMLDivElement;
|
332
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
333
|
+
jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
|
334
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
335
|
+
beforeCreate?: (() => void) | (() => void)[];
|
336
|
+
created?: (() => void) | (() => void)[];
|
337
|
+
beforeMount?: (() => void) | (() => void)[];
|
338
|
+
mounted?: (() => void) | (() => void)[];
|
339
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
340
|
+
updated?: (() => void) | (() => void)[];
|
341
|
+
activated?: (() => void) | (() => void)[];
|
342
|
+
deactivated?: (() => void) | (() => void)[];
|
343
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
344
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
345
|
+
destroyed?: (() => void) | (() => void)[];
|
346
|
+
unmounted?: (() => void) | (() => void)[];
|
347
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
348
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
349
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
350
|
+
};
|
351
|
+
$forceUpdate: () => void;
|
352
|
+
$nextTick: typeof import('vue').nextTick;
|
353
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
354
|
+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "jump"> & import('vue').ShallowUnwrapRef<{
|
355
|
+
jump: (newDate: dayjs.Dayjs, oldDate?: dayjs.Dayjs) => Promise<void>;
|
356
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
357
|
+
$slots: {
|
358
|
+
extra?(_: {}): any;
|
359
|
+
};
|
360
|
+
}) | null;
|
361
|
+
};
|
362
|
+
$slots: Readonly<{
|
363
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
364
|
+
}>;
|
365
|
+
$root: import('vue').ComponentPublicInstance | null;
|
366
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
367
|
+
$host: Element | null;
|
368
|
+
$emit: ((event: "change", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => void) & ((event: "update:modelValue", value: import('../TimePicker').TimePickerValue) => void);
|
369
|
+
$el: any;
|
370
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
|
371
|
+
onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
372
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
373
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
374
|
+
onClear?: (() => any) | undefined;
|
375
|
+
onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
376
|
+
"onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
|
377
|
+
}>, {
|
378
|
+
jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
|
379
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
380
|
+
change: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
|
381
|
+
"update:popupVisible": (value: boolean) => any;
|
382
|
+
"popup-visible-change": (value: boolean) => any;
|
383
|
+
clear: () => any;
|
384
|
+
select: (timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any;
|
385
|
+
"update:modelValue": (value: import('../TimePicker').TimePickerValue) => any;
|
386
|
+
}, string, {
|
387
|
+
error: boolean;
|
388
|
+
size: import('..').Size;
|
389
|
+
popupVisible: boolean;
|
390
|
+
defaultPopupVisible: boolean;
|
391
|
+
disabled: boolean;
|
392
|
+
position: import('../TimePicker').TimePickerPosition;
|
393
|
+
unmountOnClose: boolean;
|
394
|
+
popupContainer: import('..').PopupContainer;
|
395
|
+
scrollbar: boolean;
|
396
|
+
type: import('../TimePicker').TimePickerType;
|
397
|
+
placeholder: string | string[];
|
398
|
+
modelValue: import('../TimePicker').TimePickerValue;
|
399
|
+
defaultValue: import('../TimePicker').TimePickerValue;
|
400
|
+
allowClear: boolean;
|
401
|
+
readonly: boolean;
|
402
|
+
triggerProps: import('..').TriggerProps;
|
403
|
+
format: string;
|
404
|
+
hideDisabledOptions: boolean;
|
405
|
+
scrollOffset: number;
|
406
|
+
hideTrigger: boolean;
|
407
|
+
watchValueChange: boolean;
|
408
|
+
disabledHours: import('../TimePicker').DisabledHours;
|
409
|
+
disabledMinutes: import('../TimePicker').DisabledMinutes;
|
410
|
+
disabledSeconds: import('../TimePicker').DisabledSeconds;
|
411
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
412
|
+
beforeCreate?: (() => void) | (() => void)[];
|
413
|
+
created?: (() => void) | (() => void)[];
|
414
|
+
beforeMount?: (() => void) | (() => void)[];
|
415
|
+
mounted?: (() => void) | (() => void)[];
|
416
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
417
|
+
updated?: (() => void) | (() => void)[];
|
418
|
+
activated?: (() => void) | (() => void)[];
|
419
|
+
deactivated?: (() => void) | (() => void)[];
|
420
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
421
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
422
|
+
destroyed?: (() => void) | (() => void)[];
|
423
|
+
unmounted?: (() => void) | (() => void)[];
|
424
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
425
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
426
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
427
|
+
};
|
428
|
+
$forceUpdate: () => void;
|
429
|
+
$nextTick: typeof import('vue').nextTick;
|
430
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
431
|
+
} & Readonly<{
|
432
|
+
error: boolean;
|
433
|
+
size: import('..').Size;
|
434
|
+
popupVisible: boolean;
|
435
|
+
defaultPopupVisible: boolean;
|
436
|
+
disabled: boolean;
|
437
|
+
position: import('../TimePicker').TimePickerPosition;
|
438
|
+
unmountOnClose: boolean;
|
439
|
+
popupContainer: import('..').PopupContainer;
|
440
|
+
scrollbar: boolean;
|
441
|
+
type: import('../TimePicker').TimePickerType;
|
442
|
+
placeholder: string | string[];
|
443
|
+
modelValue: import('../TimePicker').TimePickerValue;
|
444
|
+
defaultValue: import('../TimePicker').TimePickerValue;
|
445
|
+
allowClear: boolean;
|
446
|
+
readonly: boolean;
|
447
|
+
triggerProps: import('..').TriggerProps;
|
448
|
+
format: string;
|
449
|
+
hideDisabledOptions: boolean;
|
450
|
+
scrollOffset: number;
|
451
|
+
hideTrigger: boolean;
|
452
|
+
watchValueChange: boolean;
|
453
|
+
disabledHours: import('../TimePicker').DisabledHours;
|
454
|
+
disabledMinutes: import('../TimePicker').DisabledMinutes;
|
455
|
+
disabledSeconds: import('../TimePicker').DisabledSeconds;
|
456
|
+
}> & Omit<Readonly<import('../TimePicker').TimePickerProps> & Readonly<{
|
457
|
+
onChange?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
458
|
+
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
459
|
+
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
460
|
+
onClear?: (() => any) | undefined;
|
461
|
+
onSelect?: ((timeString: string | (string | undefined)[] | undefined, time: Date | (Date | undefined)[] | undefined) => any) | undefined;
|
462
|
+
"onUpdate:modelValue"?: ((value: import('../TimePicker').TimePickerValue) => any) | undefined;
|
463
|
+
}>, "jump" | ("error" | "size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "position" | "unmountOnClose" | "popupContainer" | "scrollbar" | "type" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "triggerProps" | "format" | "hideDisabledOptions" | "scrollOffset" | "hideTrigger" | "watchValueChange" | "disabledHours" | "disabledMinutes" | "disabledSeconds")> & import('vue').ShallowUnwrapRef<{
|
464
|
+
jump(date: dayjs.Dayjs, oldDate?: dayjs.Dayjs): void;
|
465
|
+
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
466
|
+
$slots: any;
|
467
|
+
}) | null;
|
468
|
+
}, any>;
|
64
469
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
65
470
|
export default _default;
|
66
471
|
type __VLS_WithTemplateSlots<T, S> = T & {
|