yc-design-vue 2.2.6 → 2.2.9
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/Anchor/Anchor.vue.d.ts +1 -1
- package/es/Anchor/index.d.ts +3 -3
- package/es/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
- package/es/DatePicker/{YcDatePicker.vue.d.ts → DatePicker.vue.d.ts} +2 -2
- package/es/DatePicker/DatePicker.vue.js +335 -0
- package/es/DatePicker/DatePicker.vue3.js +5 -0
- package/es/DatePicker/{YcMonthPicker.vue.js → MonthPicker.vue.js} +75 -69
- 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} +57 -54
- package/es/DatePicker/YearPicker.vue3.js +5 -0
- 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 +3 -0
- package/es/DatePicker/hooks/userPicker.js +27 -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 +5 -5
- package/es/TimePicker/TimePicker.vue.d.ts +5 -98
- package/es/TimePicker/TimePicker.vue.js +20 -15
- 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/TransferPanel.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/Upload/UploadFileList.vue.js +1 -1
- package/es/Upload/UploadPictureCard.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.vue.js +1 -24
- package/es/_shared/icons/IconDelete.vue2.js +24 -1
- package/es/_shared/icons/IconEdit.vue.js +24 -1
- package/es/_shared/icons/IconEdit.vue2.js +1 -24
- package/es/_shared/icons/IconSeparator.vue.js +1 -24
- package/es/_shared/icons/IconSeparator.vue2.js +24 -1
- package/es/index.d.ts +6 -6
- package/es/index.js +4 -4
- package/es/style.css +1 -1
- package/lib/Anchor/Anchor.vue.d.ts +1 -1
- package/lib/Anchor/index.d.ts +3 -3
- package/lib/Breadcrumb/BreadcrumbSeparator.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/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 +3 -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 +5 -5
- 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/TransferPanel.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/Upload/UploadFileList.vue.js +1 -1
- package/lib/Upload/UploadPictureCard.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.vue.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.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/IconSeparator.vue.js +1 -1
- package/lib/_shared/icons/IconSeparator.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 -298
- package/es/DatePicker/YcDatePicker.vue3.js +0 -5
- package/es/DatePicker/YcMonthPicker.vue3.js +0 -5
- package/es/DatePicker/YcWeekPicker.vue.js +0 -295
- 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/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
@@ -15,7 +15,10 @@ type TimePickerContext = {
|
|
15
15
|
}[]>;
|
16
16
|
inputRefs: Ref<HTMLInputElement[]>;
|
17
17
|
disableConfirm: Ref<boolean>;
|
18
|
+
scrollbar: Ref<boolean>;
|
19
|
+
scrollOffset: Ref<number>;
|
18
20
|
hideDisabledOptions: Ref<boolean>;
|
21
|
+
hideTrigger: Ref<boolean>;
|
19
22
|
disabledHours: DisabledHours;
|
20
23
|
disabledMinutes: DisabledMinutes;
|
21
24
|
disabledSeconds: DisabledSeconds;
|
@@ -43,7 +46,10 @@ export default function useTimePickerContext(): {
|
|
43
46
|
}[]>;
|
44
47
|
inputRefs: Ref<HTMLInputElement[]>;
|
45
48
|
disableConfirm: Ref<boolean>;
|
49
|
+
scrollbar: Ref<boolean>;
|
50
|
+
scrollOffset: Ref<number>;
|
46
51
|
hideDisabledOptions: Ref<boolean>;
|
52
|
+
hideTrigger: Ref<boolean>;
|
47
53
|
disabledHours: DisabledHours;
|
48
54
|
disabledMinutes: DisabledMinutes;
|
49
55
|
disabledSeconds: DisabledSeconds;
|
@@ -23,6 +23,9 @@ function useTimePickerContext() {
|
|
23
23
|
disableConfirm,
|
24
24
|
hideDisabledOptions,
|
25
25
|
step,
|
26
|
+
scrollbar,
|
27
|
+
scrollOffset,
|
28
|
+
hideTrigger,
|
26
29
|
placeholder: _placeholder
|
27
30
|
} = toRefs(props);
|
28
31
|
const { disabledHours, disabledMinutes, disabledSeconds } = props;
|
@@ -93,6 +96,9 @@ function useTimePickerContext() {
|
|
93
96
|
type,
|
94
97
|
curIndex,
|
95
98
|
inputRefs,
|
99
|
+
scrollbar,
|
100
|
+
hideTrigger,
|
101
|
+
scrollOffset,
|
96
102
|
disableConfirm,
|
97
103
|
hideDisabledOptions,
|
98
104
|
disabledHours,
|
@@ -120,6 +126,9 @@ function useTimePickerContext() {
|
|
120
126
|
timeColumnCells: ref([]),
|
121
127
|
inputRefs: ref([]),
|
122
128
|
disableConfirm: ref(false),
|
129
|
+
scrollbar: ref(true),
|
130
|
+
hideTrigger: ref(false),
|
131
|
+
scrollOffset: ref(4),
|
123
132
|
hideDisabledOptions: ref(false),
|
124
133
|
disabledHours: () => [],
|
125
134
|
disabledMinutes: () => [],
|
package/es/TimePicker/index.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.yc-picker{position:relative;padding:4px 11px 4px 4px;background-color:var(--color-fill-2);border:1px solid transparent;border-radius:var(--border-radius-small);transition:all .1s cubic-bezier(0, 0, 1, 1);line-height:1.5715;display:inline-flex;align-items:center}.yc-picker:not(.yc-picker-disabled):not(.yc-picker-focus):hover{background-color:var(--color-fill-3);border-color:transparent}.yc-picker .yc-picker-has-prefix,.yc-picker .yc-picker-input.yc-picker-suffix,.yc-picker .yc-picker-separator{flex-shrink:0}.yc-picker .yc-picker-prefix{margin-right:4px;font-size:14px;color:var(--color-text-2)}.yc-picker .yc-picker-input{flex:1;height:100%;display:flex;align-items:center}.yc-picker .yc-picker-input input{height:100%;width:100%;padding:0;padding-left:8px;background-color:transparent;border:none;outline:none;text-align:left;color:var(--color-text-2);transition:all .1s cubic-bezier(0, 0, 1, 1)}.yc-picker .yc-picker-input input::placeholder{color:var(--color-text-3)}.yc-picker .yc-picker-separator{min-width:10px;padding:0 8px;color:var(--color-text-3)}.yc-picker .yc-picker-suffix{margin-left:4px;display:flex;align-items:center}.yc-picker .yc-picker-suffix .yc-icon-button{display:none}.yc-picker .yc-picker-suffix .yc-picker-suffix-icon{color:var(--color-text-2);font-size:14px;display:flex;justify-content:center;align-items:center}.yc-picker-has-prefix{padding-left:12px}.yc-picker-allow-clear:hover .yc-picker-suffix .yc-icon-button{display:flex}.yc-picker-allow-clear:hover .yc-picker-suffix .yc-picker-suffix-icon{display:none}.yc-picker-focus{background-color:var(--color-bg-1);border-color:rgb(var(--primary-6));box-shadow:0 0 0 0 var(--color-primary-light-2)}.yc-picker-range .yc-picker-input-active input{background:var(--color-fill-2)}.yc-picker-error{background-color:var(--color-danger-light-1);border-color:transparent}.yc-picker-error:not(.yc-picker-disabled):not(.yc-picker-focus):hover{background-color:var(--color-danger-light-2)}.yc-picker-error.yc-picker-focus{background-color:var(--color-bg-2);border-color:rgb(var(--danger-6));box-shadow:0 0 0 0 var(--color-danger-light-2)}.yc-picker-disabled{cursor:not-allowed;color:var(--color-text-4);background-color:var(--color-fill-2);border-color:transparent}.yc-picker-disabled .yc-picker-input input{cursor:not-allowed}.yc-picker-disabled .yc-picker-input input::placeholder{color:var(--color-text-4)}.yc-picker-disabled .yc-picker-suffix .yc-picker-suffix-icon{color:var(--color-text-4)}.yc-picker-size-mini{height:24px}.yc-picker-size-mini input{font-size:12px}.yc-picker-size-small{height:28px}.yc-picker-size-small input{font-size:14px}.yc-picker-size-medium{height:32px}.yc-picker-size-medium input{font-size:14px}.yc-picker-size-large{height:36px}.yc-picker-size-large input{font-size:14px}.yc-timepicker-container{overflow:hidden;background-color:var(--color-bg-popup);border:1px solid var(--color-neutral-3);border-radius:var(--border-radius-medium);box-shadow:0 2px 5px rgba(0,0,0,0.1)}.yc-timepicker-container .yc-timepicker{position:relative;display:flex;padding:0}.yc-timepicker-container .yc-timepicker .yc-timepicker-column{overflow:hidden;width:64px;height:224px}.yc-timepicker-container .yc-timepicker .yc-timepicker-column:not(:last-child){border-right:1px solid var(--color-neutral-3)}.yc-timepicker-container .yc-timepicker .yc-timepicker-column ul .yc-timepicker-cell{padding:4px 0;color:var(--color-text-1);font-weight:500;cursor:pointer}.yc-timepicker-container .yc-timepicker .yc-timepicker-column ul .yc-timepicker-cell .yc-timepicker-cell-inner{height:24px;padding-left:24px;font-size:14px;line-height:24px}.yc-timepicker-container .yc-timepicker .yc-timepicker-column ul .yc-timepicker-cell-selected .yc-timepicker-cell-inner{font-weight:500;background-color:var(--color-fill-2)}.yc-timepicker-container .yc-timepicker .yc-timepicker-column ul .yc-timepicker-cell-disabled{color:var(--color-text-4);cursor:not-allowed}.yc-timepicker-container .yc-timepicker .yc-timepicker-column ul::after{display:block;width:100%;height:192px;content:''}.yc-timepicker-container .yc-timepicker-footer-extra-wrapper{padding:8px;border-top:1px solid var(--color-neutral-3);color:var(--color-text-1);font-size:12px}.yc-timepicker-container .yc-timepicker-footer-btn-wrapper{padding:8px;border-top:1px solid var(--color-neutral-3);display:flex;justify-content:space-between}
|
1
|
+
.yc-picker{position:relative;padding:4px 11px 4px 4px;background-color:var(--color-fill-2);border:1px solid transparent;border-radius:var(--border-radius-small);transition:all .1s cubic-bezier(0, 0, 1, 1);line-height:1.5715;display:inline-flex;align-items:center}.yc-picker:not(.yc-picker-disabled):not(.yc-picker-focus):hover{background-color:var(--color-fill-3);border-color:transparent}.yc-picker .yc-picker-has-prefix,.yc-picker .yc-picker-input.yc-picker-suffix,.yc-picker .yc-picker-separator{flex-shrink:0}.yc-picker .yc-picker-prefix{margin-right:4px;font-size:14px;color:var(--color-text-2)}.yc-picker .yc-picker-input{flex:1;height:100%;display:flex;align-items:center}.yc-picker .yc-picker-input input{height:100%;width:100%;padding:0;padding-left:8px;background-color:transparent;border:none;outline:none;text-align:left;color:var(--color-text-2);transition:all .1s cubic-bezier(0, 0, 1, 1)}.yc-picker .yc-picker-input input::placeholder{color:var(--color-text-3)}.yc-picker .yc-picker-separator{min-width:10px;padding:0 8px;color:var(--color-text-3)}.yc-picker .yc-picker-suffix{margin-left:4px;display:flex;align-items:center}.yc-picker .yc-picker-suffix .yc-icon-button{display:none}.yc-picker .yc-picker-suffix .yc-picker-suffix-icon{color:var(--color-text-2);font-size:14px;display:flex;justify-content:center;align-items:center}.yc-picker-has-prefix{padding-left:12px}.yc-picker-allow-clear:hover .yc-picker-suffix .yc-icon-button{display:flex}.yc-picker-allow-clear:hover .yc-picker-suffix .yc-picker-suffix-icon{display:none}.yc-picker-focus{background-color:var(--color-bg-1);border-color:rgb(var(--primary-6));box-shadow:0 0 0 0 var(--color-primary-light-2)}.yc-picker-range .yc-picker-input-active input{background:var(--color-fill-2)}.yc-picker-error{background-color:var(--color-danger-light-1);border-color:transparent}.yc-picker-error:not(.yc-picker-disabled):not(.yc-picker-focus):hover{background-color:var(--color-danger-light-2)}.yc-picker-error.yc-picker-focus{background-color:var(--color-bg-2);border-color:rgb(var(--danger-6));box-shadow:0 0 0 0 var(--color-danger-light-2)}.yc-picker-disabled{cursor:not-allowed;color:var(--color-text-4);background-color:var(--color-fill-2);border-color:transparent}.yc-picker-disabled .yc-picker-input input{cursor:not-allowed}.yc-picker-disabled .yc-picker-input input::placeholder{color:var(--color-text-4)}.yc-picker-disabled .yc-picker-suffix .yc-picker-suffix-icon{color:var(--color-text-4)}.yc-picker-size-mini{height:24px}.yc-picker-size-mini input{font-size:12px}.yc-picker-size-small{height:28px}.yc-picker-size-small input{font-size:14px}.yc-picker-size-medium{height:32px}.yc-picker-size-medium input{font-size:14px}.yc-picker-size-large{height:36px}.yc-picker-size-large input{font-size:14px}.yc-timepicker-container{overflow:hidden;background-color:var(--color-bg-popup);border:1px solid var(--color-neutral-3);border-radius:var(--border-radius-medium);box-shadow:0 2px 5px rgba(0,0,0,0.1)}.yc-timepicker-container .yc-timepicker{position:relative;display:flex;padding:0}.yc-timepicker-container .yc-timepicker .yc-timepicker-column{overflow:hidden;width:64px;height:224px}.yc-timepicker-container .yc-timepicker .yc-timepicker-column:not(:last-child){border-right:1px solid var(--color-neutral-3)}.yc-timepicker-container .yc-timepicker .yc-timepicker-column .yc-scrollbar .yc-scrollbar-container{scroll-behavior:unset}.yc-timepicker-container .yc-timepicker .yc-timepicker-column .yc-scrollbar .yc-scrollbar-container ul .yc-timepicker-cell{padding:4px 0;color:var(--color-text-1);font-weight:500;cursor:pointer}.yc-timepicker-container .yc-timepicker .yc-timepicker-column .yc-scrollbar .yc-scrollbar-container ul .yc-timepicker-cell .yc-timepicker-cell-inner{height:24px;padding-left:24px;font-size:14px;line-height:24px}.yc-timepicker-container .yc-timepicker .yc-timepicker-column .yc-scrollbar .yc-scrollbar-container ul .yc-timepicker-cell .yc-timepicker-cell-inner:hover{background-color:var(--color-fill-2)}.yc-timepicker-container .yc-timepicker .yc-timepicker-column .yc-scrollbar .yc-scrollbar-container ul .yc-timepicker-cell-selected .yc-timepicker-cell-inner{font-weight:500;background-color:var(--color-fill-2)}.yc-timepicker-container .yc-timepicker .yc-timepicker-column .yc-scrollbar .yc-scrollbar-container ul .yc-timepicker-cell-disabled{color:var(--color-text-4);cursor:not-allowed}.yc-timepicker-container .yc-timepicker .yc-timepicker-column .yc-scrollbar .yc-scrollbar-container ul::after{display:block;width:100%;height:192px;content:''}.yc-timepicker-container .yc-timepicker-footer-extra-wrapper{padding:8px;border-top:1px solid var(--color-neutral-3);color:var(--color-text-1);font-size:12px}.yc-timepicker-container .yc-timepicker-footer-btn-wrapper{padding:8px;border-top:1px solid var(--color-neutral-3);display:flex;justify-content:space-between}
|
package/es/TimePicker/index.d.ts
CHANGED
@@ -26,6 +26,7 @@ declare const TimePicker: {
|
|
26
26
|
position: import('./type').TimePickerPosition;
|
27
27
|
unmountOnClose: boolean;
|
28
28
|
popupContainer: import('..').PopupContainer;
|
29
|
+
scrollbar: boolean;
|
29
30
|
type: import('./type').TimePickerType;
|
30
31
|
placeholder: string | string[];
|
31
32
|
modelValue: import('./type').TimePickerValue;
|
@@ -35,58 +36,12 @@ declare const TimePicker: {
|
|
35
36
|
triggerProps: import('..').TriggerProps;
|
36
37
|
format: string;
|
37
38
|
hideDisabledOptions: boolean;
|
39
|
+
scrollOffset: number;
|
40
|
+
hideTrigger: boolean;
|
38
41
|
disabledHours: import('./type').DisabledHours;
|
39
42
|
disabledMinutes: import('./type').DisabledMinutes;
|
40
43
|
disabledSeconds: import('./type').DisabledSeconds;
|
41
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
42
|
-
panelRef: ({
|
43
|
-
$: import('vue').ComponentInternalInstance;
|
44
|
-
$data: {};
|
45
|
-
$props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
46
|
-
$attrs: {
|
47
|
-
[x: string]: unknown;
|
48
|
-
};
|
49
|
-
$refs: {
|
50
|
-
[x: string]: unknown;
|
51
|
-
};
|
52
|
-
$slots: Readonly<{
|
53
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
54
|
-
}>;
|
55
|
-
$root: import('vue').ComponentPublicInstance | null;
|
56
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
57
|
-
$host: Element | null;
|
58
|
-
$emit: (event: string, ...args: any[]) => void;
|
59
|
-
$el: HTMLDivElement;
|
60
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
61
|
-
scroll(value: string): Promise<void>;
|
62
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
63
|
-
beforeCreate?: (() => void) | (() => void)[];
|
64
|
-
created?: (() => void) | (() => void)[];
|
65
|
-
beforeMount?: (() => void) | (() => void)[];
|
66
|
-
mounted?: (() => void) | (() => void)[];
|
67
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
68
|
-
updated?: (() => void) | (() => void)[];
|
69
|
-
activated?: (() => void) | (() => void)[];
|
70
|
-
deactivated?: (() => void) | (() => void)[];
|
71
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
72
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
73
|
-
destroyed?: (() => void) | (() => void)[];
|
74
|
-
unmounted?: (() => void) | (() => void)[];
|
75
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
76
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
77
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
78
|
-
};
|
79
|
-
$forceUpdate: () => void;
|
80
|
-
$nextTick: typeof import('vue').nextTick;
|
81
|
-
$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;
|
82
|
-
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "scroll"> & import('vue').ShallowUnwrapRef<{
|
83
|
-
scroll(value: string): Promise<void>;
|
84
|
-
}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
85
|
-
$slots: {
|
86
|
-
extra?(_: {}): any;
|
87
|
-
};
|
88
|
-
}) | null;
|
89
|
-
}, any, import('vue').ComponentProvideOptions, {
|
44
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
90
45
|
P: {};
|
91
46
|
B: {};
|
92
47
|
D: {};
|
@@ -109,6 +64,7 @@ declare const TimePicker: {
|
|
109
64
|
position: import('./type').TimePickerPosition;
|
110
65
|
unmountOnClose: boolean;
|
111
66
|
popupContainer: import('..').PopupContainer;
|
67
|
+
scrollbar: boolean;
|
112
68
|
type: import('./type').TimePickerType;
|
113
69
|
placeholder: string | string[];
|
114
70
|
modelValue: import('./type').TimePickerValue;
|
@@ -118,6 +74,8 @@ declare const TimePicker: {
|
|
118
74
|
triggerProps: import('..').TriggerProps;
|
119
75
|
format: string;
|
120
76
|
hideDisabledOptions: boolean;
|
77
|
+
scrollOffset: number;
|
78
|
+
hideTrigger: boolean;
|
121
79
|
disabledHours: import('./type').DisabledHours;
|
122
80
|
disabledMinutes: import('./type').DisabledMinutes;
|
123
81
|
disabledSeconds: import('./type').DisabledSeconds;
|
@@ -148,6 +106,7 @@ declare const TimePicker: {
|
|
148
106
|
position: import('./type').TimePickerPosition;
|
149
107
|
unmountOnClose: boolean;
|
150
108
|
popupContainer: import('..').PopupContainer;
|
109
|
+
scrollbar: boolean;
|
151
110
|
type: import('./type').TimePickerType;
|
152
111
|
placeholder: string | string[];
|
153
112
|
modelValue: import('./type').TimePickerValue;
|
@@ -157,6 +116,8 @@ declare const TimePicker: {
|
|
157
116
|
triggerProps: import('..').TriggerProps;
|
158
117
|
format: string;
|
159
118
|
hideDisabledOptions: boolean;
|
119
|
+
scrollOffset: number;
|
120
|
+
hideTrigger: boolean;
|
160
121
|
disabledHours: import('./type').DisabledHours;
|
161
122
|
disabledMinutes: import('./type').DisabledMinutes;
|
162
123
|
disabledSeconds: import('./type').DisabledSeconds;
|
package/es/TimePicker/type.d.ts
CHANGED
@@ -28,6 +28,9 @@ export interface TimePickerProps {
|
|
28
28
|
defaultPopupVisible?: boolean;
|
29
29
|
triggerProps?: TriggerProps;
|
30
30
|
unmountOnClose?: boolean;
|
31
|
+
hideTrigger?: boolean;
|
32
|
+
scrollbar?: boolean;
|
33
|
+
scrollOffset?: number;
|
31
34
|
}
|
32
35
|
export interface TimePickerEmits {
|
33
36
|
(e: 'update:modelValue', value: TimePickerValue): void;
|
@@ -10,7 +10,7 @@ import "../_shared/utils/time.js";
|
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
import _sfc_main$4 from "../_shared/icons/IconClose.vue.js";
|
13
|
-
import _sfc_main$2 from "../_shared/icons/IconDelete.
|
13
|
+
import _sfc_main$2 from "../_shared/icons/IconDelete.vue2.js";
|
14
14
|
import _sfc_main$3 from "../_shared/icons/IconSearch.vue.js";
|
15
15
|
import useTransferContext from "./hooks/useContext.js";
|
16
16
|
import Checkbox from "../Checkbox/index.js";
|
@@ -10,8 +10,8 @@ import "../_shared/utils/time.js";
|
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
12
|
/* empty css */
|
13
|
-
import _sfc_main$3 from "../_shared/icons/IconCopy.
|
14
|
-
import _sfc_main$1 from "../_shared/icons/IconEdit.
|
13
|
+
import _sfc_main$3 from "../_shared/icons/IconCopy.vue.js";
|
14
|
+
import _sfc_main$1 from "../_shared/icons/IconEdit.vue.js";
|
15
15
|
import _sfc_main$2 from "../_shared/icons/IconInfo.vue.js";
|
16
16
|
import Input from "../Input/index.js";
|
17
17
|
import Tooltip from "../Tooltip/index.js";
|
@@ -10,7 +10,7 @@ import "../_shared/utils/locale.js";
|
|
10
10
|
import "../_shared/utils/time.js";
|
11
11
|
/* empty css */
|
12
12
|
/* empty css */
|
13
|
-
import _sfc_main$3 from "../_shared/icons/IconDelete.
|
13
|
+
import _sfc_main$3 from "../_shared/icons/IconDelete.vue2.js";
|
14
14
|
import _sfc_main$2 from "../_shared/icons/IconFile.vue2.js";
|
15
15
|
const _hoisted_1 = { class: "yc-upload-list-item-content" };
|
16
16
|
const _hoisted_2 = {
|
@@ -9,7 +9,7 @@ import "../_shared/utils/time.js";
|
|
9
9
|
/* empty css */
|
10
10
|
/* empty css */
|
11
11
|
/* empty css */
|
12
|
-
import _sfc_main$3 from "../_shared/icons/IconDelete.
|
12
|
+
import _sfc_main$3 from "../_shared/icons/IconDelete.vue2.js";
|
13
13
|
import _sfc_main$4 from "../_shared/icons/IconEyeClose.vue.js";
|
14
14
|
import _sfc_main$2 from "../_shared/icons/IconPlus.vue.js";
|
15
15
|
import "../Image/index.js";
|
@@ -1,4 +1,27 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
+
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
+
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
+
import "../utils/dom.js";
|
6
|
+
import "../utils/locale.js";
|
7
|
+
import "../utils/time.js";
|
8
|
+
/* empty css */
|
9
|
+
/* empty css */
|
10
|
+
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
+
/* empty css */
|
12
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
+
__name: "IconCopy",
|
14
|
+
setup(__props) {
|
15
|
+
return (_ctx, _cache) => {
|
16
|
+
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
+
createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
|
19
|
+
])]),
|
20
|
+
_: 1
|
21
|
+
}, 16);
|
22
|
+
};
|
23
|
+
}
|
24
|
+
});
|
2
25
|
export {
|
3
26
|
_sfc_main as default
|
4
27
|
};
|
@@ -1,27 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
-
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
-
import "../utils/dom.js";
|
6
|
-
import "../utils/locale.js";
|
7
|
-
import "../utils/time.js";
|
8
|
-
/* empty css */
|
9
|
-
/* empty css */
|
10
|
-
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
-
/* empty css */
|
12
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
-
__name: "IconCopy",
|
14
|
-
setup(__props) {
|
15
|
-
return (_ctx, _cache) => {
|
16
|
-
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
-
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
-
createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
|
19
|
-
])]),
|
20
|
-
_: 1
|
21
|
-
}, 16);
|
22
|
-
};
|
23
|
-
}
|
24
|
-
});
|
1
|
+
import _sfc_main from "./IconCopy.vue.js";
|
25
2
|
export {
|
26
3
|
_sfc_main as default
|
27
4
|
};
|
@@ -1,27 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
-
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
-
import "../utils/dom.js";
|
6
|
-
import "../utils/locale.js";
|
7
|
-
import "../utils/time.js";
|
8
|
-
/* empty css */
|
9
|
-
/* empty css */
|
10
|
-
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
-
/* empty css */
|
12
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
-
__name: "IconDelete",
|
14
|
-
setup(__props) {
|
15
|
-
return (_ctx, _cache) => {
|
16
|
-
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
-
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
-
createElementVNode("path", { d: "M5 11h5.5m0 0v29a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" }, null, -1)
|
19
|
-
])]),
|
20
|
-
_: 1
|
21
|
-
}, 16);
|
22
|
-
};
|
23
|
-
}
|
24
|
-
});
|
1
|
+
import _sfc_main from "./IconDelete.vue2.js";
|
25
2
|
export {
|
26
3
|
_sfc_main as default
|
27
4
|
};
|
@@ -1,4 +1,27 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
+
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
+
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
+
import "../utils/dom.js";
|
6
|
+
import "../utils/locale.js";
|
7
|
+
import "../utils/time.js";
|
8
|
+
/* empty css */
|
9
|
+
/* empty css */
|
10
|
+
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
+
/* empty css */
|
12
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
+
__name: "IconDelete",
|
14
|
+
setup(__props) {
|
15
|
+
return (_ctx, _cache) => {
|
16
|
+
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
+
createElementVNode("path", { d: "M5 11h5.5m0 0v29a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" }, null, -1)
|
19
|
+
])]),
|
20
|
+
_: 1
|
21
|
+
}, 16);
|
22
|
+
};
|
23
|
+
}
|
24
|
+
});
|
2
25
|
export {
|
3
26
|
_sfc_main as default
|
4
27
|
};
|
@@ -1,4 +1,27 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
+
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
+
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
+
import "../utils/dom.js";
|
6
|
+
import "../utils/locale.js";
|
7
|
+
import "../utils/time.js";
|
8
|
+
/* empty css */
|
9
|
+
/* empty css */
|
10
|
+
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
+
/* empty css */
|
12
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
+
__name: "IconEdit",
|
14
|
+
setup(__props) {
|
15
|
+
return (_ctx, _cache) => {
|
16
|
+
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
+
createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
|
19
|
+
])]),
|
20
|
+
_: 1
|
21
|
+
}, 16);
|
22
|
+
};
|
23
|
+
}
|
24
|
+
});
|
2
25
|
export {
|
3
26
|
_sfc_main as default
|
4
27
|
};
|
@@ -1,27 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
-
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
-
import "../utils/dom.js";
|
6
|
-
import "../utils/locale.js";
|
7
|
-
import "../utils/time.js";
|
8
|
-
/* empty css */
|
9
|
-
/* empty css */
|
10
|
-
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
-
/* empty css */
|
12
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
-
__name: "IconEdit",
|
14
|
-
setup(__props) {
|
15
|
-
return (_ctx, _cache) => {
|
16
|
-
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
-
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
-
createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
|
19
|
-
])]),
|
20
|
-
_: 1
|
21
|
-
}, 16);
|
22
|
-
};
|
23
|
-
}
|
24
|
-
});
|
1
|
+
import _sfc_main from "./IconEdit.vue.js";
|
25
2
|
export {
|
26
3
|
_sfc_main as default
|
27
4
|
};
|
@@ -1,27 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
-
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
-
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
-
import "../utils/dom.js";
|
6
|
-
import "../utils/locale.js";
|
7
|
-
import "../utils/time.js";
|
8
|
-
/* empty css */
|
9
|
-
/* empty css */
|
10
|
-
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
-
/* empty css */
|
12
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
-
__name: "IconSeparator",
|
14
|
-
setup(__props) {
|
15
|
-
return (_ctx, _cache) => {
|
16
|
-
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
-
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
-
createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
|
19
|
-
])]),
|
20
|
-
_: 1
|
21
|
-
}, 16);
|
22
|
-
};
|
23
|
-
}
|
24
|
-
});
|
1
|
+
import _sfc_main from "./IconSeparator.vue2.js";
|
25
2
|
export {
|
26
3
|
_sfc_main as default
|
27
4
|
};
|
@@ -1,4 +1,27 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent, createBlock, openBlock, unref, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
|
2
|
+
import "../../node_modules/b-tween/dist/b-tween.es.js";
|
3
|
+
import "../../node_modules/dayjs/dayjs.min.js";
|
4
|
+
import "../../node_modules/tinycolor2/esm/tinycolor.js";
|
5
|
+
import "../utils/dom.js";
|
6
|
+
import "../utils/locale.js";
|
7
|
+
import "../utils/time.js";
|
8
|
+
/* empty css */
|
9
|
+
/* empty css */
|
10
|
+
import _sfc_main$1 from "../components/Icon/index.vue3.js";
|
11
|
+
/* empty css */
|
12
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
|
+
__name: "IconSeparator",
|
14
|
+
setup(__props) {
|
15
|
+
return (_ctx, _cache) => {
|
16
|
+
return openBlock(), createBlock(unref(_sfc_main$1), normalizeProps(guardReactiveProps(_ctx.$attrs)), {
|
17
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
18
|
+
createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
|
19
|
+
])]),
|
20
|
+
_: 1
|
21
|
+
}, 16);
|
22
|
+
};
|
23
|
+
}
|
24
|
+
});
|
2
25
|
export {
|
3
26
|
_sfc_main as default
|
4
27
|
};
|
package/es/index.d.ts
CHANGED
@@ -528,6 +528,7 @@ declare const YcDesignVue: {
|
|
528
528
|
readonly: boolean;
|
529
529
|
triggerProps: import('./Trigger').TriggerProps;
|
530
530
|
format: string;
|
531
|
+
hideTrigger: boolean;
|
531
532
|
pickerValue: import('./DatePicker').DatePickerValue;
|
532
533
|
defaultPickerValue: import('./DatePicker').DatePickerValue;
|
533
534
|
valueFormat: import('./DatePicker').ValueFormat;
|
@@ -537,7 +538,6 @@ declare const YcDesignVue: {
|
|
537
538
|
shortcuts: import('./DatePicker').ShortcutType[];
|
538
539
|
previewShortcut: boolean;
|
539
540
|
disabledInput: boolean;
|
540
|
-
hideTrigger: boolean;
|
541
541
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
542
542
|
P: {};
|
543
543
|
B: {};
|
@@ -573,6 +573,7 @@ declare const YcDesignVue: {
|
|
573
573
|
readonly: boolean;
|
574
574
|
triggerProps: import('./Trigger').TriggerProps;
|
575
575
|
format: string;
|
576
|
+
hideTrigger: boolean;
|
576
577
|
pickerValue: import('./DatePicker').DatePickerValue;
|
577
578
|
defaultPickerValue: import('./DatePicker').DatePickerValue;
|
578
579
|
valueFormat: import('./DatePicker').ValueFormat;
|
@@ -582,7 +583,6 @@ declare const YcDesignVue: {
|
|
582
583
|
shortcuts: import('./DatePicker').ShortcutType[];
|
583
584
|
previewShortcut: boolean;
|
584
585
|
disabledInput: boolean;
|
585
|
-
hideTrigger: boolean;
|
586
586
|
}>;
|
587
587
|
__isFragment?: never;
|
588
588
|
__isTeleport?: never;
|
@@ -626,6 +626,7 @@ declare const YcDesignVue: {
|
|
626
626
|
readonly: boolean;
|
627
627
|
triggerProps: import('./Trigger').TriggerProps;
|
628
628
|
format: string;
|
629
|
+
hideTrigger: boolean;
|
629
630
|
pickerValue: import('./DatePicker').DatePickerValue;
|
630
631
|
defaultPickerValue: import('./DatePicker').DatePickerValue;
|
631
632
|
valueFormat: import('./DatePicker').ValueFormat;
|
@@ -635,7 +636,6 @@ declare const YcDesignVue: {
|
|
635
636
|
shortcuts: import('./DatePicker').ShortcutType[];
|
636
637
|
previewShortcut: boolean;
|
637
638
|
disabledInput: boolean;
|
638
|
-
hideTrigger: boolean;
|
639
639
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
640
640
|
$slots: any;
|
641
641
|
});
|
@@ -679,6 +679,7 @@ declare const YcDesignVue: {
|
|
679
679
|
readonly: boolean;
|
680
680
|
triggerProps: import('./Trigger').TriggerProps;
|
681
681
|
format: string;
|
682
|
+
hideTrigger: boolean;
|
682
683
|
pickerValue: import('./DatePicker').DatePickerValue;
|
683
684
|
defaultPickerValue: import('./DatePicker').DatePickerValue;
|
684
685
|
valueFormat: import('./DatePicker').ValueFormat;
|
@@ -689,7 +690,6 @@ declare const YcDesignVue: {
|
|
689
690
|
shortcuts: import('./DatePicker').ShortcutType[];
|
690
691
|
previewShortcut: boolean;
|
691
692
|
disabledInput: boolean;
|
692
|
-
hideTrigger: boolean;
|
693
693
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
694
694
|
P: {};
|
695
695
|
B: {};
|
@@ -725,6 +725,7 @@ declare const YcDesignVue: {
|
|
725
725
|
readonly: boolean;
|
726
726
|
triggerProps: import('./Trigger').TriggerProps;
|
727
727
|
format: string;
|
728
|
+
hideTrigger: boolean;
|
728
729
|
pickerValue: import('./DatePicker').DatePickerValue;
|
729
730
|
defaultPickerValue: import('./DatePicker').DatePickerValue;
|
730
731
|
valueFormat: import('./DatePicker').ValueFormat;
|
@@ -735,7 +736,6 @@ declare const YcDesignVue: {
|
|
735
736
|
shortcuts: import('./DatePicker').ShortcutType[];
|
736
737
|
previewShortcut: boolean;
|
737
738
|
disabledInput: boolean;
|
738
|
-
hideTrigger: boolean;
|
739
739
|
}>;
|
740
740
|
__isFragment?: never;
|
741
741
|
__isTeleport?: never;
|
@@ -779,6 +779,7 @@ declare const YcDesignVue: {
|
|
779
779
|
readonly: boolean;
|
780
780
|
triggerProps: import('./Trigger').TriggerProps;
|
781
781
|
format: string;
|
782
|
+
hideTrigger: boolean;
|
782
783
|
pickerValue: import('./DatePicker').DatePickerValue;
|
783
784
|
defaultPickerValue: import('./DatePicker').DatePickerValue;
|
784
785
|
valueFormat: import('./DatePicker').ValueFormat;
|
@@ -789,7 +790,6 @@ declare const YcDesignVue: {
|
|
789
790
|
shortcuts: import('./DatePicker').ShortcutType[];
|
790
791
|
previewShortcut: boolean;
|
791
792
|
disabledInput: boolean;
|
792
|
-
hideTrigger: boolean;
|
793
793
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
794
794
|
$slots: any;
|
795
795
|
});
|
package/es/index.js
CHANGED
@@ -123,10 +123,10 @@ import _sfc_main$r from "./Dropdown/Dgroup.vue.js";
|
|
123
123
|
import _sfc_main$s from "./Dropdown/Doption.vue.js";
|
124
124
|
/* empty css */
|
125
125
|
import _sfc_main$t from "./Dropdown/DropdownButton.vue.js";
|
126
|
-
import _sfc_main$u from "./DatePicker/
|
127
|
-
/* empty css
|
128
|
-
import _sfc_main$v from "./DatePicker/
|
129
|
-
/* empty css
|
126
|
+
import _sfc_main$u from "./DatePicker/MonthPicker.vue.js";
|
127
|
+
/* empty css */
|
128
|
+
import _sfc_main$v from "./DatePicker/YearPicker.vue.js";
|
129
|
+
/* empty css */
|
130
130
|
import _sfc_main$w from "./Descriptions/DescriptionsItem.vue.js";
|
131
131
|
import _sfc_main$x from "./Statistic/Countdown.vue.js";
|
132
132
|
import _sfc_main$y from "./Collapse/CollapseItem.vue.js";
|