yc-design-vue 2.2.5 → 2.2.7
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/Anchor/Anchor.vue.d.ts +1 -1
- package/es/Anchor/index.d.ts +3 -3
- 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/{YcDatePicker.vue.d.ts → DatePicker.vue.d.ts} +2 -2
- package/es/DatePicker/DatePicker.vue.js +334 -0
- package/es/DatePicker/DatePicker.vue3.js +5 -0
- package/es/DatePicker/{YcMonthPicker.vue.js → MonthPicker.vue.js} +100 -72
- package/es/DatePicker/MonthPicker.vue3.js +5 -0
- package/es/DatePicker/WeekPicker.vue.js +301 -0
- package/es/DatePicker/WeekPicker.vue3.js +5 -0
- package/es/DatePicker/{YcYearPicker.vue.js → YearPicker.vue.js} +82 -57
- package/es/DatePicker/YearPicker.vue3.js +5 -0
- package/es/DatePicker/component/PickerHeader.vue.js +1 -1
- package/es/DatePicker/component/PickerInput.vue.d.ts +1 -0
- package/es/DatePicker/component/PickerInput.vue.js +41 -39
- package/es/DatePicker/component/PickerPanel.vue.d.ts +2 -0
- package/es/DatePicker/component/PickerPanel.vue.js +26 -29
- package/es/DatePicker/hooks/useContext.js +1 -1
- package/es/DatePicker/hooks/userPicker.d.ts +2 -0
- package/es/DatePicker/hooks/userPicker.js +26 -2
- package/es/DatePicker/index.css +3 -3
- package/es/DatePicker/index.d.ts +7 -7
- package/es/DatePicker/index.js +8 -8
- package/es/DatePicker/type.d.ts +6 -5
- 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 +5 -98
- package/es/TimePicker/TimePicker.vue.js +22 -17
- package/es/TimePicker/TimePickerPanel.vue.d.ts +1 -3
- package/es/TimePicker/TimePickerPanel.vue.js +89 -56
- package/es/TimePicker/hooks/useContext.d.ts +6 -0
- package/es/TimePicker/hooks/useContext.js +9 -0
- package/es/TimePicker/index.css +1 -1
- package/es/TimePicker/index.d.ts +10 -49
- package/es/TimePicker/type.d.ts +3 -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 +1 -1
- 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.vue2.js → index.vue.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.vue2.js +1 -1
- 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.vue2.js +1 -1
- 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 +24 -1
- package/es/_shared/icons/IconSeparator.vue2.js +1 -24
- 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 +6 -6
- package/es/index.js +4 -4
- package/es/style.css +1 -1
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Anchor/Anchor.vue.d.ts +1 -1
- package/lib/Anchor/index.d.ts +3 -3
- 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/{YcDatePicker.vue.d.ts → DatePicker.vue.d.ts} +2 -2
- package/lib/DatePicker/DatePicker.vue.js +1 -0
- package/lib/DatePicker/DatePicker.vue3.js +1 -0
- package/lib/DatePicker/MonthPicker.vue.js +1 -0
- package/lib/DatePicker/MonthPicker.vue3.js +1 -0
- package/lib/DatePicker/WeekPicker.vue.js +1 -0
- package/lib/DatePicker/WeekPicker.vue3.js +1 -0
- package/lib/DatePicker/YearPicker.vue.js +1 -0
- package/lib/DatePicker/{YcDatePicker.vue3.js → YearPicker.vue3.js} +1 -1
- package/lib/DatePicker/component/PickerHeader.vue.js +1 -1
- package/lib/DatePicker/component/PickerInput.vue.d.ts +1 -0
- package/lib/DatePicker/component/PickerInput.vue.js +1 -1
- package/lib/DatePicker/component/PickerPanel.vue.d.ts +2 -0
- package/lib/DatePicker/component/PickerPanel.vue.js +1 -1
- package/lib/DatePicker/hooks/useContext.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 +3 -3
- package/lib/DatePicker/index.d.ts +7 -7
- package/lib/DatePicker/index.js +1 -1
- package/lib/DatePicker/type.d.ts +6 -5
- 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 +5 -98
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/TimePicker/TimePickerPanel.vue.d.ts +1 -3
- package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
- package/lib/TimePicker/hooks/useContext.d.ts +6 -0
- package/lib/TimePicker/hooks/useContext.js +1 -1
- package/lib/TimePicker/index.css +1 -1
- package/lib/TimePicker/index.d.ts +10 -49
- package/lib/TimePicker/type.d.ts +3 -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.vue.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.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.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 +6 -6
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/es/DatePicker/YcDatePicker.vue.js +0 -268
- package/es/DatePicker/YcDatePicker.vue3.js +0 -5
- package/es/DatePicker/YcMonthPicker.vue3.js +0 -5
- package/es/DatePicker/YcWeekPicker.vue.js +0 -265
- package/es/DatePicker/YcWeekPicker.vue3.js +0 -5
- package/es/DatePicker/YcYearPicker.vue3.js +0 -5
- package/lib/DatePicker/YcDatePicker.vue.js +0 -1
- package/lib/DatePicker/YcMonthPicker.vue.js +0 -1
- package/lib/DatePicker/YcMonthPicker.vue3.js +0 -1
- package/lib/DatePicker/YcWeekPicker.vue.js +0 -1
- package/lib/DatePicker/YcWeekPicker.vue3.js +0 -1
- package/lib/DatePicker/YcYearPicker.vue.js +0 -1
- package/lib/DatePicker/YcYearPicker.vue3.js +0 -1
- package/lib/_shared/components/IconButton/index.vue2.js +0 -1
- package/{lib/DatePicker/YcMonthPicker.vue.d.ts → es/DatePicker/MonthPicker.vue.d.ts} +1 -1
- package/{lib/DatePicker/YcWeekPicker.vue.d.ts → es/DatePicker/WeekPicker.vue.d.ts} +1 -1
- package/es/DatePicker/{YcYearPicker.vue.d.ts → YearPicker.vue.d.ts} +1 -1
- package/{es/DatePicker/YcMonthPicker.vue.d.ts → lib/DatePicker/MonthPicker.vue.d.ts} +1 -1
- package/{es/DatePicker/YcWeekPicker.vue.d.ts → lib/DatePicker/WeekPicker.vue.d.ts} +1 -1
- package/lib/DatePicker/{YcYearPicker.vue.d.ts → YearPicker.vue.d.ts} +1 -1
package/es/DatePicker/index.js
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
import _sfc_main from "./
|
2
|
-
/* empty css
|
1
|
+
import _sfc_main from "./DatePicker.vue.js";
|
2
|
+
/* empty css */
|
3
3
|
import _sfc_main$1 from "./PickerRange.vue.js";
|
4
|
-
import _sfc_main$2 from "./
|
5
|
-
/* empty css
|
6
|
-
import _sfc_main$3 from "./
|
7
|
-
/* empty css
|
8
|
-
import _sfc_main$4 from "./
|
9
|
-
/* empty css
|
4
|
+
import _sfc_main$2 from "./YearPicker.vue.js";
|
5
|
+
/* empty css */
|
6
|
+
import _sfc_main$3 from "./MonthPicker.vue.js";
|
7
|
+
/* empty css */
|
8
|
+
import _sfc_main$4 from "./WeekPicker.vue.js";
|
9
|
+
/* empty css */
|
10
10
|
const DatePicker = Object.assign(_sfc_main, {
|
11
11
|
install: (app) => {
|
12
12
|
app.component("Yc" + _sfc_main.name, _sfc_main);
|
package/es/DatePicker/type.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { VNode } from 'vue';
|
2
2
|
import { PopupContainer, Position, Size } from '../_shared/type';
|
3
3
|
import { TriggerProps } from '../Trigger';
|
4
|
-
import { TimePickerProps } from '../TimePicker';
|
4
|
+
import { DisabledHours, DisabledMinutes, DisabledSeconds, TimePickerProps } from '../TimePicker';
|
5
5
|
export interface BasePickerProps {
|
6
6
|
locale?: Record<string, any>;
|
7
7
|
hideTrigger?: boolean;
|
@@ -52,6 +52,7 @@ export interface BasePickerSlots {
|
|
52
52
|
date: Date;
|
53
53
|
}) => VNode[];
|
54
54
|
extra?: () => VNode[];
|
55
|
+
default?: () => VNode[];
|
55
56
|
}
|
56
57
|
export interface YearPickerProps extends BasePickerProps {
|
57
58
|
modelValue?: DatePickerValue;
|
@@ -92,10 +93,10 @@ export type DayStartOfWeek = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
92
93
|
export type ValueFormat = 'timestamp' | 'Date' | string;
|
93
94
|
export type ShortcutsPosition = Exclude<Position, 'top'>;
|
94
95
|
export type DisabledDate = (current: Date) => boolean;
|
95
|
-
export type DisabledTime = (current: Date) => {
|
96
|
-
disabledHours?:
|
97
|
-
disabledMinutes?:
|
98
|
-
disabledSeconds?:
|
96
|
+
export type DisabledTime = (current: Date | string) => {
|
97
|
+
disabledHours?: DisabledHours;
|
98
|
+
disabledMinutes?: DisabledMinutes;
|
99
|
+
disabledSeconds?: DisabledSeconds;
|
99
100
|
};
|
100
101
|
export type ShortcutType = {
|
101
102
|
label: string | number | (() => VNode);
|
package/es/Drawer/Drawer.vue.js
CHANGED
@@ -8,8 +8,8 @@ import { useI18n } from "../_shared/utils/locale.js";
|
|
8
8
|
import "../_shared/utils/time.js";
|
9
9
|
import useModalClose from "../Modal/hooks/useModalClose.js";
|
10
10
|
import Button from "../Button/index.js";
|
11
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
12
|
-
/* empty css
|
11
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
/* empty css */
|
15
15
|
const _hoisted_1 = { class: "yc-drawer-header" };
|
@@ -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$3 from "../_shared/icons/IconMore.vue.js";
|
@@ -8,7 +8,7 @@ import { isBoolean, isUndefined } from "../_shared/utils/is.js";
|
|
8
8
|
import { useControlValue } from "../_shared/utils/hooks.js";
|
9
9
|
import "../_shared/utils/locale.js";
|
10
10
|
import "../_shared/utils/time.js";
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$2 from "../_shared/icons/IconArrowRight.vue.js";
|
package/es/Empty/index.vue.js
CHANGED
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
5
5
|
import "../_shared/utils/dom.js";
|
6
6
|
import { useI18n } from "../_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/IconEmpty.vue.js";
|
package/es/Image/Image.vue.js
CHANGED
@@ -6,7 +6,7 @@ import { valueToPx } from "../_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
|
-
/* empty css
|
9
|
+
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$2 from "../_shared/icons/IconImageClose.vue.js";
|
@@ -8,7 +8,7 @@ import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
|
8
8
|
import { useControlValue } from "../_shared/utils/hooks.js";
|
9
9
|
import "../_shared/utils/locale.js";
|
10
10
|
import "../_shared/utils/time.js";
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$2 from "../_shared/icons/IconClose.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";
|
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
5
5
|
import "../_shared/utils/dom.js";
|
6
6
|
import { useI18n } from "../_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$6 from "../_shared/icons/IconFullScreen.vue2.js";
|
package/es/Input/Input.vue.js
CHANGED
@@ -7,8 +7,8 @@ import { getGlobalConfig } from "../_shared/utils/global-config.js";
|
|
7
7
|
import "../_shared/utils/locale.js";
|
8
8
|
import "../_shared/utils/time.js";
|
9
9
|
import useLimitedInput from "./hooks/useLimitedInput.js";
|
10
|
-
import _sfc_main$2 from "../_shared/components/IconButton/index.
|
11
|
-
/* empty css
|
10
|
+
import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
|
11
|
+
/* empty css */
|
12
12
|
import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
|
13
13
|
/* empty css */
|
14
14
|
/* empty css */
|
@@ -6,8 +6,8 @@ import { sleep } from "../_shared/utils/dom.js";
|
|
6
6
|
import { useControlValue } from "../_shared/utils/hooks.js";
|
7
7
|
import "../_shared/utils/locale.js";
|
8
8
|
import "../_shared/utils/time.js";
|
9
|
-
import _sfc_main$2 from "../_shared/components/IconButton/index.
|
10
|
-
/* empty css
|
9
|
+
import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
|
10
|
+
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
import _sfc_main$4 from "../_shared/icons/IconEyeClose.vue.js";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent, ref, createBlock, openBlock, mergeProps, createSlots, withCtx, renderSlot, createVNode, unref, createTextVNode, toDisplayString } from "vue";
|
2
|
-
import _sfc_main$3 from "../_shared/components/IconButton/index.
|
3
|
-
/* empty css
|
2
|
+
import _sfc_main$3 from "../_shared/components/IconButton/index.vue.js";
|
3
|
+
/* empty css */
|
4
4
|
import "../node_modules/b-tween/dist/b-tween.es.js";
|
5
5
|
import "../node_modules/dayjs/dayjs.min.js";
|
6
6
|
import "../node_modules/tinycolor2/esm/tinycolor.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 _sfc_main$2 from "../_shared/icons/IconMinus.vue2.js";
|
package/es/InputTag/index.vue.js
CHANGED
@@ -11,8 +11,8 @@ import { isObject, isBoolean } from "../_shared/utils/is.js";
|
|
11
11
|
import "../_shared/utils/locale.js";
|
12
12
|
import "../_shared/utils/time.js";
|
13
13
|
import Tag from "../Tag/index.js";
|
14
|
-
import _sfc_main$2 from "../_shared/components/IconButton/index.
|
15
|
-
/* empty css
|
14
|
+
import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
|
15
|
+
/* empty css */
|
16
16
|
import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
|
17
17
|
/* empty css */
|
18
18
|
/* empty css */
|
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
5
5
|
import { mediaQueryHandler, valueToPx } from "../_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";
|
package/es/Link/index.vue.js
CHANGED
@@ -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/IconLink.vue.js";
|
package/es/Menu/Menu.vue.js
CHANGED
@@ -5,7 +5,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
5
5
|
import { mediaQueryHandler } from "../_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/IconMenuFold.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 _sfc_main$1 from "../_shared/icons/IconMore.vue.js";
|
package/es/Menu/SubMenu.vue.js
CHANGED
@@ -7,7 +7,7 @@ import "../node_modules/tinycolor2/esm/tinycolor.js";
|
|
7
7
|
import "../_shared/utils/dom.js";
|
8
8
|
import "../_shared/utils/locale.js";
|
9
9
|
import "../_shared/utils/time.js";
|
10
|
-
/* empty css
|
10
|
+
/* empty css */
|
11
11
|
import _sfc_main$3 from "../_shared/components/ExpandTransition/index.vue2.js";
|
12
12
|
/* empty css */
|
13
13
|
/* empty css */
|
@@ -7,8 +7,8 @@ import "../_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
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
11
|
-
/* empty css
|
10
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
|
package/es/Modal/Modal.vue.js
CHANGED
@@ -9,8 +9,8 @@ import "../_shared/utils/time.js";
|
|
9
9
|
import useModalClose from "./hooks/useModalClose.js";
|
10
10
|
import useModalDraggable from "./hooks/useModalDraggable.js";
|
11
11
|
import Button from "../Button/index.js";
|
12
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
13
|
-
/* empty css
|
12
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
13
|
+
/* empty css */
|
14
14
|
/* empty css */
|
15
15
|
/* empty css */
|
16
16
|
const _hoisted_1 = {
|
@@ -8,8 +8,8 @@ import { isUndefined, isFunction } from "../_shared/utils/is.js";
|
|
8
8
|
import "../_shared/utils/locale.js";
|
9
9
|
import "../_shared/utils/time.js";
|
10
10
|
import { getSlotFunction } from "../_shared/utils/vue-utils.js";
|
11
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
12
|
-
/* empty css
|
11
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
12
|
+
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
/* empty css */
|
15
15
|
import { useTimeoutFn } from "../node_modules/@vueuse/shared/index.js";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent, useSlots, createElementBlock, openBlock, createElementVNode, createCommentVNode, renderSlot, createVNode, createBlock, unref, withCtx, createTextVNode, toDisplayString } from "vue";
|
2
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
3
|
-
/* empty css
|
2
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
3
|
+
/* empty css */
|
4
4
|
import "../node_modules/b-tween/dist/b-tween.es.js";
|
5
5
|
import "../node_modules/dayjs/dayjs.min.js";
|
6
6
|
import "../node_modules/tinycolor2/esm/tinycolor.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";
|
@@ -6,7 +6,7 @@ import { valueToPx } from "../_shared/utils/dom.js";
|
|
6
6
|
import { isObject } 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$2 from "../_shared/icons/IconCheck.vue.js";
|
package/es/Radio/Radio.vue.js
CHANGED
@@ -7,8 +7,8 @@ import "../_shared/utils/dom.js";
|
|
7
7
|
import { useControlValue } from "../_shared/utils/hooks.js";
|
8
8
|
import "../_shared/utils/locale.js";
|
9
9
|
import "../_shared/utils/time.js";
|
10
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
11
|
-
/* empty css
|
10
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
const _hoisted_1 = ["value", "checked", "disabled"];
|
package/es/Rate/index.vue.js
CHANGED
@@ -7,7 +7,7 @@ import { isObject } from "../_shared/utils/is.js";
|
|
7
7
|
import { useControlValue } from "../_shared/utils/hooks.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/IconFaceSmile.vue.js";
|
@@ -7,7 +7,7 @@ import { valueToPx } from "../_shared/utils/dom.js";
|
|
7
7
|
import { useControlValue } from "../_shared/utils/hooks.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/IconDragDot.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 useSelectContext 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.vue.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";
|
package/es/Spin/index.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/IconLoading.vue.js";
|
package/es/Split/index.vue.js
CHANGED
@@ -8,7 +8,7 @@ import { isNumber } from "../_shared/utils/is.js";
|
|
8
8
|
import { useControlValue } from "../_shared/utils/hooks.js";
|
9
9
|
import "../_shared/utils/locale.js";
|
10
10
|
import "../_shared/utils/time.js";
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$1 from "../_shared/icons/IconDragDot.vue.js";
|
package/es/Steps/Step.vue.js
CHANGED
@@ -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/IconCheck.vue.js";
|
package/es/Tabs/TabButton.vue.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot, createCommentVNode } from "vue";
|
2
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
3
|
-
/* empty css
|
2
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
3
|
+
/* empty css */
|
4
4
|
import "../node_modules/b-tween/dist/b-tween.es.js";
|
5
5
|
import "../node_modules/dayjs/dayjs.min.js";
|
6
6
|
import "../node_modules/tinycolor2/esm/tinycolor.js";
|
package/es/Tabs/Tabs.vue.js
CHANGED
@@ -8,7 +8,7 @@ import "../_shared/utils/time.js";
|
|
8
8
|
import { findComponentsFromVnodes } from "../_shared/utils/vue-utils.js";
|
9
9
|
import useTabsContext from "./hooks/useContext.js";
|
10
10
|
import useTabsScroll from "./hooks/useTabsScroll.js";
|
11
|
-
/* empty css
|
11
|
+
/* empty css */
|
12
12
|
/* empty css */
|
13
13
|
/* empty css */
|
14
14
|
import _sfc_main$3 from "../_shared/icons/IconArrowRight.vue.js";
|
package/es/Tag/index.vue.js
CHANGED
@@ -9,8 +9,8 @@ import { useControlValue } from "../_shared/utils/hooks.js";
|
|
9
9
|
import "../_shared/utils/locale.js";
|
10
10
|
import "../_shared/utils/time.js";
|
11
11
|
import Spin from "../Spin/index.js";
|
12
|
-
import _sfc_main$1 from "../_shared/components/IconButton/index.
|
13
|
-
/* empty css
|
12
|
+
import _sfc_main$1 from "../_shared/components/IconButton/index.vue.js";
|
13
|
+
/* empty css */
|
14
14
|
/* empty css */
|
15
15
|
/* empty css */
|
16
16
|
const _hoisted_1 = {
|
package/es/Textarea/index.vue.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent, toRefs, ref, createElementBlock, openBlock, normalizeClass, unref, createCommentVNode, createElementVNode, createBlock, toDisplayString, normalizeStyle, withCtx, createTextVNode } from "vue";
|
2
2
|
import useTextareaHeight from "./hooks/useTextareaHeight.js";
|
3
3
|
import useLimitedInput from "../Input/hooks/useLimitedInput.js";
|
4
|
-
import _sfc_main$2 from "../_shared/components/IconButton/index.
|
5
|
-
/* empty css
|
4
|
+
import _sfc_main$2 from "../_shared/components/IconButton/index.vue.js";
|
5
|
+
/* empty css */
|
6
6
|
import _sfc_main$1 from "../_shared/components/PreventFocus/index.vue.js";
|
7
7
|
import "../node_modules/b-tween/dist/b-tween.es.js";
|
8
8
|
import "../node_modules/dayjs/dayjs.min.js";
|
@@ -2,55 +2,7 @@ import { TimePickerProps } from './type';
|
|
2
2
|
declare function __VLS_template(): {
|
3
3
|
attrs: Partial<{}>;
|
4
4
|
slots: any;
|
5
|
-
refs: {
|
6
|
-
panelRef: ({
|
7
|
-
$: import('vue').ComponentInternalInstance;
|
8
|
-
$data: {};
|
9
|
-
$props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
10
|
-
$attrs: {
|
11
|
-
[x: string]: unknown;
|
12
|
-
};
|
13
|
-
$refs: {
|
14
|
-
[x: string]: unknown;
|
15
|
-
};
|
16
|
-
$slots: Readonly<{
|
17
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
18
|
-
}>;
|
19
|
-
$root: import('vue').ComponentPublicInstance | null;
|
20
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
21
|
-
$host: Element | null;
|
22
|
-
$emit: (event: string, ...args: any[]) => void;
|
23
|
-
$el: HTMLDivElement;
|
24
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
25
|
-
scroll(value: string): Promise<void>;
|
26
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
27
|
-
beforeCreate?: (() => void) | (() => void)[];
|
28
|
-
created?: (() => void) | (() => void)[];
|
29
|
-
beforeMount?: (() => void) | (() => void)[];
|
30
|
-
mounted?: (() => void) | (() => void)[];
|
31
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
32
|
-
updated?: (() => void) | (() => void)[];
|
33
|
-
activated?: (() => void) | (() => void)[];
|
34
|
-
deactivated?: (() => void) | (() => void)[];
|
35
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
36
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
37
|
-
destroyed?: (() => void) | (() => void)[];
|
38
|
-
unmounted?: (() => void) | (() => void)[];
|
39
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
40
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
41
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
42
|
-
};
|
43
|
-
$forceUpdate: () => void;
|
44
|
-
$nextTick: typeof import('vue').nextTick;
|
45
|
-
$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;
|
46
|
-
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "scroll"> & import('vue').ShallowUnwrapRef<{
|
47
|
-
scroll(value: string): Promise<void>;
|
48
|
-
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
49
|
-
$slots: {
|
50
|
-
extra?(_: {}): any;
|
51
|
-
};
|
52
|
-
}) | null;
|
53
|
-
};
|
5
|
+
refs: {};
|
54
6
|
rootEl: any;
|
55
7
|
};
|
56
8
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
@@ -77,6 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<TimePickerProps, {}
|
|
77
29
|
position: import('./type').TimePickerPosition;
|
78
30
|
unmountOnClose: boolean;
|
79
31
|
popupContainer: import('..').PopupContainer;
|
32
|
+
scrollbar: boolean;
|
80
33
|
type: import('./type').TimePickerType;
|
81
34
|
placeholder: string | string[];
|
82
35
|
modelValue: import('./type').TimePickerValue;
|
@@ -86,58 +39,12 @@ declare const __VLS_component: import('vue').DefineComponent<TimePickerProps, {}
|
|
86
39
|
triggerProps: import('../Trigger').TriggerProps;
|
87
40
|
format: string;
|
88
41
|
hideDisabledOptions: boolean;
|
42
|
+
scrollOffset: number;
|
43
|
+
hideTrigger: boolean;
|
89
44
|
disabledHours: import('./type').DisabledHours;
|
90
45
|
disabledMinutes: import('./type').DisabledMinutes;
|
91
46
|
disabledSeconds: import('./type').DisabledSeconds;
|
92
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
93
|
-
panelRef: ({
|
94
|
-
$: import('vue').ComponentInternalInstance;
|
95
|
-
$data: {};
|
96
|
-
$props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
97
|
-
$attrs: {
|
98
|
-
[x: string]: unknown;
|
99
|
-
};
|
100
|
-
$refs: {
|
101
|
-
[x: string]: unknown;
|
102
|
-
};
|
103
|
-
$slots: Readonly<{
|
104
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
105
|
-
}>;
|
106
|
-
$root: import('vue').ComponentPublicInstance | null;
|
107
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
108
|
-
$host: Element | null;
|
109
|
-
$emit: (event: string, ...args: any[]) => void;
|
110
|
-
$el: HTMLDivElement;
|
111
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
112
|
-
scroll(value: string): Promise<void>;
|
113
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
114
|
-
beforeCreate?: (() => void) | (() => void)[];
|
115
|
-
created?: (() => void) | (() => void)[];
|
116
|
-
beforeMount?: (() => void) | (() => void)[];
|
117
|
-
mounted?: (() => void) | (() => void)[];
|
118
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
119
|
-
updated?: (() => void) | (() => void)[];
|
120
|
-
activated?: (() => void) | (() => void)[];
|
121
|
-
deactivated?: (() => void) | (() => void)[];
|
122
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
123
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
124
|
-
destroyed?: (() => void) | (() => void)[];
|
125
|
-
unmounted?: (() => void) | (() => void)[];
|
126
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
127
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
128
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
129
|
-
};
|
130
|
-
$forceUpdate: () => void;
|
131
|
-
$nextTick: typeof import('vue').nextTick;
|
132
|
-
$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;
|
133
|
-
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "scroll"> & import('vue').ShallowUnwrapRef<{
|
134
|
-
scroll(value: string): Promise<void>;
|
135
|
-
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
136
|
-
$slots: {
|
137
|
-
extra?(_: {}): any;
|
138
|
-
};
|
139
|
-
}) | null;
|
140
|
-
}, any>;
|
47
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
141
48
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
142
49
|
export default _default;
|
143
50
|
type __VLS_WithTemplateSlots<T, S> = T & {
|