@dfsj/components 3.4.0 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist/components/Boards/src/Boards.vue.d.ts +6 -10
- package/dist/components/Boards/src/Boards.vue2.js +1 -1
- package/dist/components/ClickOutSide/src/ClickOutSide.vue.d.ts +2 -2
- package/dist/components/ClickOutSide/src/ClickOutSide.vue2.js +1 -1
- package/dist/components/DatePicker/src/composables/use-range-picker.d.ts +80 -7
- package/dist/components/DatePicker/src/date-picker-com/panel-date-range.vue.d.ts +6 -6
- package/dist/components/DatePicker/src/date-picker-com/panel-month-range.vue.d.ts +6 -6
- package/dist/components/DatePicker/src/index.d.ts +52 -49
- package/dist/components/Descriptions/src/Descriptions.vue.d.ts +1 -96
- package/dist/components/Descriptions/src/Descriptions.vue2.js +1 -1
- package/dist/components/Editor/src/Editor.vue.d.ts +6 -6
- package/dist/components/Editor/src/Editor.vue2.js +1 -1
- package/dist/components/Form/src/Form.vue.d.ts +1 -153
- package/dist/components/Form/src/Form.vue2.js +2 -2
- package/dist/components/Form/src/components/useRenderCheckbox.js +1 -1
- package/dist/components/Form/src/components/useRenderRadio.js +1 -1
- package/dist/components/Form/src/useForm.js +11 -11
- package/dist/components/Highlight/src/Highlight.vue.d.ts +1 -40
- package/dist/components/Icon/src/Icon.vue.d.ts +5 -5
- package/dist/components/Icon/src/Icon.vue2.js +1 -1
- package/dist/components/Icon/src/SvgIcon.vue.d.ts +5 -5
- package/dist/components/InputPassword/src/InputPassword.vue.d.ts +6 -6
- package/dist/components/Modal/src/BasicModal.vue.d.ts +1 -314
- package/dist/components/Modal/src/BasicModal.vue2.js +1 -1
- package/dist/components/Modal/src/components/ModalFooter.vue.d.ts +5 -5
- package/dist/components/Modal/src/components/ModalHeader.vue.d.ts +5 -5
- package/dist/components/Modal/src/hooks/useModalDrag.d.ts +1 -1
- package/dist/components/Modal/src/hooks/useTimeout.d.ts +2 -2
- package/dist/components/Modal/src/hooks/useTimeout.js +1 -1
- package/dist/components/Modal/src/props.d.ts +6 -4
- package/dist/components/NodeAxis/src/CanvasNodeRender.js +3 -2
- package/dist/components/NodeAxis/src/NodeAxis.d.ts +5 -5
- package/dist/components/NodeAxis/src/NodeAxis.vue.d.ts +5 -5
- package/dist/components/Stateful/src/Stateful.vue.d.ts +5 -5
- package/dist/components/Table/src/Table.vue.d.ts +1 -536
- package/dist/components/Table/src/Table.vue2.js +7 -7
- package/dist/components/Table/src/components/ColumnSetting.vue.d.ts +6 -6
- package/dist/components/Table/src/components/ColumnSetting.vue2.js +3 -3
- package/dist/components/Table/src/components/TableActions.vue.d.ts +1 -19
- package/dist/components/Table/src/useTable.js +9 -9
- package/dist/components/UnifyChart/src/ChartToolbox.vue.d.ts +8 -7
- package/dist/components/UnifyChart/src/UnifyChart.vue.d.ts +7 -7
- package/dist/components/UnifyChart/src/hooks/useLoader.d.ts +1 -1
- package/dist/components/UnifyChart/src/hooks/useLoader.js +1 -1
- package/dist/components/Video/src/VideoPlayer.vue.d.ts +5 -5
- package/dist/components/Video/src/VideoPlayerToolbar.vue.d.ts +5 -5
- package/dist/components/Video/src/VideoPlayerToolbar.vue2.js +1 -1
- package/dist/components/Visual/src/BufferLayerPlayer.js +5 -5
- package/dist/components/Windows/src/ModalWrap.vue.d.ts +5 -5
- package/dist/components/Windows/src/Windows.vue.d.ts +6 -4
- package/dist/index.min.css +2 -2
- package/dist/node_modules/.pnpm/{@vueuse_core@10.11.0_vue@3.4.31_typescript@5.2.2_ → @vueuse_core@10.11.1_vue@3.5.11_typescript@5.6.2_}/node_modules/@vueuse/core/index.js +5 -5
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/is.d.ts +3 -3
- package/package.json +8 -8
- /package/dist/node_modules/.pnpm/{@vueuse_shared@10.11.0_vue@3.4.31_typescript@5.2.2_ → @vueuse_shared@10.11.1_vue@3.5.11_typescript@5.6.2_}/node_modules/@vueuse/shared/index.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.5.1](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.5.1) (2024-10-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
12
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
13
|
+
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
19
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
20
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
21
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
22
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.5.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.5.0) (2024-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
34
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
35
|
+
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
41
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
42
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
43
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
44
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.4.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.4.0) (2024-08-14)
|
|
7
51
|
|
|
8
52
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
position: import("vue-types").VueTypeDef<string> & {
|
|
3
3
|
default: string;
|
|
4
4
|
};
|
|
@@ -19,9 +19,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
color: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
}
|
|
22
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
|
-
}>,
|
|
24
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
position: import("vue-types").VueTypeDef<string> & {
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
@@ -42,13 +42,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
color: string;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
|
-
}
|
|
45
|
+
}>> & Readonly<{}>, {
|
|
46
46
|
position: string;
|
|
47
47
|
board: import("./props").BoardState;
|
|
48
|
-
customStyle:
|
|
49
|
-
|
|
50
|
-
fixed: any[];
|
|
51
|
-
color: string;
|
|
52
|
-
};
|
|
53
|
-
}, {}>;
|
|
48
|
+
customStyle: import("./props").CustomStyle;
|
|
49
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
50
|
export default _default;
|
|
@@ -5,7 +5,7 @@ import { defineComponent, toRefs, ref, computed, unref, onMounted, watch, resolv
|
|
|
5
5
|
import { BoardProps, BoardPosition } from './props.js';
|
|
6
6
|
import '../../Icon/src/Icon.vue.js';
|
|
7
7
|
import '../../Icon/src/SvgIcon.vue.js';
|
|
8
|
-
import { useElementBounding } from '../../../node_modules/.pnpm/@vueuse_core@10.11.
|
|
8
|
+
import { useElementBounding } from '../../../node_modules/.pnpm/@vueuse_core@10.11.1_vue@3.5.11_typescript@5.6.2_/node_modules/@vueuse/core/index.js';
|
|
9
9
|
import { isString } from '../../../utils/is.js';
|
|
10
10
|
import script$1 from '../../Icon/src/Icon.vue2.js';
|
|
11
11
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("mounted" | "clickOutside")[], "mounted" | "clickOutside", import("vue").PublicProps, Readonly<
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("mounted" | "clickOutside")[], "mounted" | "clickOutside", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
4
|
onMounted?: (...args: any[]) => any;
|
|
5
5
|
onClickOutside?: (...args: any[]) => any;
|
|
6
|
-
}, {}, {}>;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, openBlock, createElementBlock, renderSlot } from 'vue';
|
|
2
|
-
import { onClickOutside } from '../../../node_modules/.pnpm/@vueuse_core@10.11.
|
|
2
|
+
import { onClickOutside } from '../../../node_modules/.pnpm/@vueuse_core@10.11.1_vue@3.5.11_typescript@5.6.2_/node_modules/@vueuse/core/index.js';
|
|
3
3
|
|
|
4
4
|
var script = defineComponent({
|
|
5
5
|
__name: 'ClickOutSide',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type Ref } from 'vue';
|
|
2
2
|
import type { Dayjs } from 'dayjs';
|
|
3
3
|
import dayjs from "dayjs";
|
|
4
|
-
import type { PanelRangeSharedProps } from 'element-plus/es/components/date-picker/src/props/shared';
|
|
4
|
+
import type { PanelRangeSharedProps, RangeState } from 'element-plus/es/components/date-picker/src/props/shared';
|
|
5
5
|
type UseRangePickerProps = {
|
|
6
6
|
leftDate: Ref<Dayjs>;
|
|
7
7
|
rightDate: Ref<Dayjs>;
|
|
@@ -59,7 +59,7 @@ export declare const useRangePicker: (props: PanelRangeSharedProps & ExtendProps
|
|
|
59
59
|
startOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
60
60
|
endOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
61
61
|
format: (template?: string) => string;
|
|
62
|
-
diff: (date?:
|
|
62
|
+
diff: (date?: dayjs.ConfigType, unit?: dayjs.QUnitType | dayjs.OpUnitType, float?: boolean) => number;
|
|
63
63
|
valueOf: () => number;
|
|
64
64
|
unix: () => number;
|
|
65
65
|
daysInMonth: () => number;
|
|
@@ -68,9 +68,9 @@ export declare const useRangePicker: (props: PanelRangeSharedProps & ExtendProps
|
|
|
68
68
|
toISOString: () => string;
|
|
69
69
|
toString: () => string;
|
|
70
70
|
utcOffset: () => number;
|
|
71
|
-
isBefore: (date?:
|
|
72
|
-
isSame: (date?:
|
|
73
|
-
isAfter: (date?:
|
|
71
|
+
isBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
72
|
+
isSame: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
73
|
+
isAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
74
74
|
locale: {
|
|
75
75
|
(): string;
|
|
76
76
|
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
@@ -85,8 +85,81 @@ export declare const useRangePicker: (props: PanelRangeSharedProps & ExtendProps
|
|
|
85
85
|
(): number;
|
|
86
86
|
(value: number): Dayjs;
|
|
87
87
|
};
|
|
88
|
-
isSameOrAfter: (date?:
|
|
89
|
-
isSameOrBefore: (date?:
|
|
88
|
+
isSameOrAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
89
|
+
isSameOrBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
90
|
+
};
|
|
91
|
+
selecting: boolean;
|
|
92
|
+
}, RangeState | {
|
|
93
|
+
endDate: {
|
|
94
|
+
clone: () => Dayjs;
|
|
95
|
+
isValid: () => boolean;
|
|
96
|
+
year: {
|
|
97
|
+
(): number;
|
|
98
|
+
(value: number): Dayjs;
|
|
99
|
+
};
|
|
100
|
+
month: {
|
|
101
|
+
(): number;
|
|
102
|
+
(value: number): Dayjs;
|
|
103
|
+
};
|
|
104
|
+
date: {
|
|
105
|
+
(): number;
|
|
106
|
+
(value: number): Dayjs;
|
|
107
|
+
};
|
|
108
|
+
day: {
|
|
109
|
+
(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
110
|
+
(value: number): Dayjs;
|
|
111
|
+
};
|
|
112
|
+
hour: {
|
|
113
|
+
(): number;
|
|
114
|
+
(value: number): Dayjs;
|
|
115
|
+
};
|
|
116
|
+
minute: {
|
|
117
|
+
(): number;
|
|
118
|
+
(value: number): Dayjs;
|
|
119
|
+
};
|
|
120
|
+
second: {
|
|
121
|
+
(): number;
|
|
122
|
+
(value: number): Dayjs;
|
|
123
|
+
};
|
|
124
|
+
millisecond: {
|
|
125
|
+
(): number;
|
|
126
|
+
(value: number): Dayjs;
|
|
127
|
+
};
|
|
128
|
+
set: (unit: dayjs.UnitType, value: number) => Dayjs;
|
|
129
|
+
get: (unit: dayjs.UnitType) => number;
|
|
130
|
+
add: (value: number, unit?: dayjs.ManipulateType) => Dayjs;
|
|
131
|
+
subtract: (value: number, unit?: dayjs.ManipulateType) => Dayjs;
|
|
132
|
+
startOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
133
|
+
endOf: (unit: dayjs.OpUnitType) => Dayjs;
|
|
134
|
+
format: (template?: string) => string;
|
|
135
|
+
diff: (date?: dayjs.ConfigType, unit?: dayjs.QUnitType | dayjs.OpUnitType, float?: boolean) => number;
|
|
136
|
+
valueOf: () => number;
|
|
137
|
+
unix: () => number;
|
|
138
|
+
daysInMonth: () => number;
|
|
139
|
+
toDate: () => Date;
|
|
140
|
+
toJSON: () => string;
|
|
141
|
+
toISOString: () => string;
|
|
142
|
+
toString: () => string;
|
|
143
|
+
utcOffset: () => number;
|
|
144
|
+
isBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
145
|
+
isSame: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
146
|
+
isAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
147
|
+
locale: {
|
|
148
|
+
(): string;
|
|
149
|
+
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
150
|
+
};
|
|
151
|
+
localeData: () => dayjs.InstanceLocaleDataReturn;
|
|
152
|
+
week: {
|
|
153
|
+
(): number;
|
|
154
|
+
(value: number): Dayjs;
|
|
155
|
+
};
|
|
156
|
+
weekYear: () => number;
|
|
157
|
+
dayOfYear: {
|
|
158
|
+
(): number;
|
|
159
|
+
(value: number): Dayjs;
|
|
160
|
+
};
|
|
161
|
+
isSameOrAfter: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
162
|
+
isSameOrBefore: (date?: dayjs.ConfigType, unit?: dayjs.OpUnitType) => boolean;
|
|
90
163
|
};
|
|
91
164
|
selecting: boolean;
|
|
92
165
|
}>;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
unlinkPanels: BooleanConstructor;
|
|
3
3
|
visible: BooleanConstructor;
|
|
4
4
|
parsedValue: any;
|
|
5
|
-
}
|
|
5
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
6
|
[key: string]: any;
|
|
7
|
-
}>,
|
|
7
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("pick" | "set-picker-option" | "calendar-change" | "panel-change")[], "pick" | "set-picker-option" | "calendar-change" | "panel-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
unlinkPanels: BooleanConstructor;
|
|
9
9
|
visible: BooleanConstructor;
|
|
10
10
|
parsedValue: any;
|
|
11
|
-
}>> & {
|
|
11
|
+
}>> & Readonly<{
|
|
12
12
|
onPick?: (...args: any[]) => any;
|
|
13
13
|
"onSet-picker-option"?: (...args: any[]) => any;
|
|
14
14
|
"onCalendar-change"?: (...args: any[]) => any;
|
|
15
15
|
"onPanel-change"?: (...args: any[]) => any;
|
|
16
|
-
}
|
|
16
|
+
}>, {
|
|
17
17
|
[x: string]: unknown;
|
|
18
|
-
}, {}>;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
unlinkPanels: BooleanConstructor;
|
|
3
3
|
visible: BooleanConstructor;
|
|
4
4
|
parsedValue: any;
|
|
5
|
-
}
|
|
5
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
6
|
[key: string]: any;
|
|
7
|
-
}>,
|
|
7
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
unlinkPanels: BooleanConstructor;
|
|
9
9
|
visible: BooleanConstructor;
|
|
10
10
|
parsedValue: any;
|
|
11
|
-
}>> & {
|
|
11
|
+
}>> & Readonly<{
|
|
12
12
|
[x: `on${Capitalize<string>}`]: (...args: any[]) => any;
|
|
13
|
-
}
|
|
13
|
+
}>, {
|
|
14
14
|
[x: string]: unknown;
|
|
15
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -1,51 +1,52 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "date"
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
3
3
|
readonly ariaLabel: StringConstructor;
|
|
4
4
|
readonly emptyValues: ArrayConstructor;
|
|
5
5
|
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
6
6
|
readonly disabledDate: {
|
|
7
7
|
readonly type: import("vue").PropType<Function>;
|
|
8
8
|
readonly required: false;
|
|
9
|
-
readonly validator: (val: unknown) => boolean;
|
|
9
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10
10
|
__epPropKey: true;
|
|
11
11
|
};
|
|
12
12
|
readonly cellClassName: {
|
|
13
13
|
readonly type: import("vue").PropType<Function>;
|
|
14
14
|
readonly required: false;
|
|
15
|
-
readonly validator: (val: unknown) => boolean;
|
|
15
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
16
|
__epPropKey: true;
|
|
17
17
|
};
|
|
18
18
|
readonly shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
19
19
|
readonly arrowControl: BooleanConstructor;
|
|
20
|
-
readonly
|
|
21
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
20
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
22
21
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
23
22
|
readonly unlinkPanels: BooleanConstructor;
|
|
23
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement & {}) | (() => import("element-plus").Placement) | ((new (...args: any[]) => import("element-plus").Placement & {}) | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
24
|
+
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
24
25
|
readonly disabledHours: {
|
|
25
26
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
26
27
|
readonly required: false;
|
|
27
|
-
readonly validator: (val: unknown) => boolean;
|
|
28
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
29
|
__epPropKey: true;
|
|
29
30
|
};
|
|
30
31
|
readonly disabledMinutes: {
|
|
31
32
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
32
33
|
readonly required: false;
|
|
33
|
-
readonly validator: (val: unknown) => boolean;
|
|
34
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
35
|
__epPropKey: true;
|
|
35
36
|
};
|
|
36
37
|
readonly disabledSeconds: {
|
|
37
38
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
38
39
|
readonly required: false;
|
|
39
|
-
readonly validator: (val: unknown) => boolean;
|
|
40
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
41
|
__epPropKey: true;
|
|
41
42
|
};
|
|
42
43
|
readonly id: {
|
|
43
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string
|
|
44
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
44
45
|
readonly required: false;
|
|
45
|
-
readonly validator: (val: unknown) => boolean;
|
|
46
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
47
|
__epPropKey: true;
|
|
47
48
|
};
|
|
48
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
49
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
49
50
|
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
50
51
|
readonly format: StringConstructor;
|
|
51
52
|
readonly valueFormat: StringConstructor;
|
|
@@ -53,88 +54,89 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
54
|
readonly timeFormat: StringConstructor;
|
|
54
55
|
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
55
56
|
readonly clearIcon: {
|
|
56
|
-
readonly type: import("vue").PropType<unknown
|
|
57
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
57
58
|
readonly required: false;
|
|
58
|
-
readonly validator: (val: unknown) => boolean;
|
|
59
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
60
|
__epPropKey: true;
|
|
60
61
|
};
|
|
61
62
|
readonly editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
62
|
-
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions
|
|
63
|
+
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "", boolean>;
|
|
63
64
|
readonly size: {
|
|
64
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
65
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
65
66
|
readonly required: false;
|
|
66
|
-
readonly validator: (val: unknown) => boolean;
|
|
67
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
68
|
__epPropKey: true;
|
|
68
69
|
};
|
|
69
70
|
readonly readonly: BooleanConstructor;
|
|
70
71
|
readonly disabled: BooleanConstructor;
|
|
71
72
|
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
72
73
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
73
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
74
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
74
75
|
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
75
76
|
readonly startPlaceholder: StringConstructor;
|
|
76
77
|
readonly endPlaceholder: StringConstructor;
|
|
77
78
|
readonly defaultValue: {
|
|
78
79
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
79
80
|
readonly required: false;
|
|
80
|
-
readonly validator: (val: unknown) => boolean;
|
|
81
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
82
|
__epPropKey: true;
|
|
82
83
|
};
|
|
83
84
|
readonly defaultTime: {
|
|
84
85
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
85
86
|
readonly required: false;
|
|
86
|
-
readonly validator: (val: unknown) => boolean;
|
|
87
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
88
|
__epPropKey: true;
|
|
88
89
|
};
|
|
89
90
|
readonly isRange: BooleanConstructor;
|
|
90
|
-
}
|
|
91
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "date"
|
|
91
|
+
}>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
92
93
|
readonly ariaLabel: StringConstructor;
|
|
93
94
|
readonly emptyValues: ArrayConstructor;
|
|
94
95
|
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
95
96
|
readonly disabledDate: {
|
|
96
97
|
readonly type: import("vue").PropType<Function>;
|
|
97
98
|
readonly required: false;
|
|
98
|
-
readonly validator: (val: unknown) => boolean;
|
|
99
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
100
|
__epPropKey: true;
|
|
100
101
|
};
|
|
101
102
|
readonly cellClassName: {
|
|
102
103
|
readonly type: import("vue").PropType<Function>;
|
|
103
104
|
readonly required: false;
|
|
104
|
-
readonly validator: (val: unknown) => boolean;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
106
|
__epPropKey: true;
|
|
106
107
|
};
|
|
107
108
|
readonly shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
108
109
|
readonly arrowControl: BooleanConstructor;
|
|
109
|
-
readonly
|
|
110
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
110
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
111
111
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
112
112
|
readonly unlinkPanels: BooleanConstructor;
|
|
113
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement & {}) | (() => import("element-plus").Placement) | ((new (...args: any[]) => import("element-plus").Placement & {}) | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
114
|
+
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
113
115
|
readonly disabledHours: {
|
|
114
116
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
115
117
|
readonly required: false;
|
|
116
|
-
readonly validator: (val: unknown) => boolean;
|
|
118
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
119
|
__epPropKey: true;
|
|
118
120
|
};
|
|
119
121
|
readonly disabledMinutes: {
|
|
120
122
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
121
123
|
readonly required: false;
|
|
122
|
-
readonly validator: (val: unknown) => boolean;
|
|
124
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
125
|
__epPropKey: true;
|
|
124
126
|
};
|
|
125
127
|
readonly disabledSeconds: {
|
|
126
128
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
127
129
|
readonly required: false;
|
|
128
|
-
readonly validator: (val: unknown) => boolean;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
131
|
__epPropKey: true;
|
|
130
132
|
};
|
|
131
133
|
readonly id: {
|
|
132
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string
|
|
134
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
133
135
|
readonly required: false;
|
|
134
|
-
readonly validator: (val: unknown) => boolean;
|
|
136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
137
|
__epPropKey: true;
|
|
136
138
|
};
|
|
137
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
139
|
+
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
138
140
|
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
139
141
|
readonly format: StringConstructor;
|
|
140
142
|
readonly valueFormat: StringConstructor;
|
|
@@ -142,52 +144,53 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
144
|
readonly timeFormat: StringConstructor;
|
|
143
145
|
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
144
146
|
readonly clearIcon: {
|
|
145
|
-
readonly type: import("vue").PropType<unknown
|
|
147
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
146
148
|
readonly required: false;
|
|
147
|
-
readonly validator: (val: unknown) => boolean;
|
|
149
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
150
|
__epPropKey: true;
|
|
149
151
|
};
|
|
150
152
|
readonly editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
151
|
-
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions
|
|
153
|
+
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "", boolean>;
|
|
152
154
|
readonly size: {
|
|
153
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
155
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
154
156
|
readonly required: false;
|
|
155
|
-
readonly validator: (val: unknown) => boolean;
|
|
157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
158
|
__epPropKey: true;
|
|
157
159
|
};
|
|
158
160
|
readonly readonly: BooleanConstructor;
|
|
159
161
|
readonly disabled: BooleanConstructor;
|
|
160
162
|
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
161
163
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
162
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
164
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
163
165
|
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
164
166
|
readonly startPlaceholder: StringConstructor;
|
|
165
167
|
readonly endPlaceholder: StringConstructor;
|
|
166
168
|
readonly defaultValue: {
|
|
167
169
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
168
170
|
readonly required: false;
|
|
169
|
-
readonly validator: (val: unknown) => boolean;
|
|
171
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
172
|
__epPropKey: true;
|
|
171
173
|
};
|
|
172
174
|
readonly defaultTime: {
|
|
173
175
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
174
176
|
readonly required: false;
|
|
175
|
-
readonly validator: (val: unknown) => boolean;
|
|
177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
178
|
__epPropKey: true;
|
|
177
179
|
};
|
|
178
180
|
readonly isRange: BooleanConstructor;
|
|
179
|
-
}>> & {
|
|
181
|
+
}>> & Readonly<{
|
|
180
182
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
181
|
-
}
|
|
182
|
-
readonly name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string
|
|
183
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "date"
|
|
183
|
+
}>, {
|
|
184
|
+
readonly name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
185
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
184
186
|
readonly valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
185
187
|
readonly shortcuts: unknown[];
|
|
186
188
|
readonly arrowControl: boolean;
|
|
187
|
-
readonly
|
|
188
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
189
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
|
|
189
190
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
191
|
readonly unlinkPanels: boolean;
|
|
192
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").Placement & {}) | (() => import("element-plus").Placement) | ((new (...args: any[]) => import("element-plus").Placement & {}) | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
193
|
+
readonly fallbackPlacements: import("element-plus").Placement[];
|
|
191
194
|
readonly popperClass: string;
|
|
192
195
|
readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
196
|
readonly editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -195,9 +198,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
195
198
|
readonly readonly: boolean;
|
|
196
199
|
readonly disabled: boolean;
|
|
197
200
|
readonly placeholder: string;
|
|
198
|
-
readonly popperOptions:
|
|
199
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
201
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
202
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
200
203
|
readonly rangeSeparator: string;
|
|
201
204
|
readonly isRange: boolean;
|
|
202
|
-
}, {}>;
|
|
205
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
203
206
|
export default _default;
|