@dfsj/components 3.4.0 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -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 +44 -44
- 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 +3 -3
- 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 +8 -8
- 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 +6 -6
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/is.d.ts +3 -3
- package/package.json +6 -6
- /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,28 @@
|
|
|
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.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.5.0) (2024-10-08)
|
|
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
|
+
|
|
6
28
|
# [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
29
|
|
|
8
30
|
|
|
@@ -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,51 @@
|
|
|
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
20
|
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
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>;
|
|
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>;
|
|
22
22
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
23
23
|
readonly unlinkPanels: BooleanConstructor;
|
|
24
24
|
readonly disabledHours: {
|
|
25
25
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
26
26
|
readonly required: false;
|
|
27
|
-
readonly validator: (val: unknown) => boolean;
|
|
27
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
28
|
__epPropKey: true;
|
|
29
29
|
};
|
|
30
30
|
readonly disabledMinutes: {
|
|
31
31
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
32
32
|
readonly required: false;
|
|
33
|
-
readonly validator: (val: unknown) => boolean;
|
|
33
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
34
|
__epPropKey: true;
|
|
35
35
|
};
|
|
36
36
|
readonly disabledSeconds: {
|
|
37
37
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
38
38
|
readonly required: false;
|
|
39
|
-
readonly validator: (val: unknown) => boolean;
|
|
39
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
40
|
__epPropKey: true;
|
|
41
41
|
};
|
|
42
42
|
readonly id: {
|
|
43
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string
|
|
43
|
+
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
44
|
readonly required: false;
|
|
45
|
-
readonly validator: (val: unknown) => boolean;
|
|
45
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
46
|
__epPropKey: true;
|
|
47
47
|
};
|
|
48
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
48
|
+
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
49
|
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
50
50
|
readonly format: StringConstructor;
|
|
51
51
|
readonly valueFormat: StringConstructor;
|
|
@@ -53,88 +53,88 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
readonly timeFormat: StringConstructor;
|
|
54
54
|
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
55
55
|
readonly clearIcon: {
|
|
56
|
-
readonly type: import("vue").PropType<unknown
|
|
56
|
+
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
57
|
readonly required: false;
|
|
58
|
-
readonly validator: (val: unknown) => boolean;
|
|
58
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
59
|
__epPropKey: true;
|
|
60
60
|
};
|
|
61
61
|
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
|
|
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>) & {}) | (() => 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
63
|
readonly size: {
|
|
64
64
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
65
65
|
readonly required: false;
|
|
66
|
-
readonly validator: (val: unknown) => boolean;
|
|
66
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
67
|
__epPropKey: true;
|
|
68
68
|
};
|
|
69
69
|
readonly readonly: BooleanConstructor;
|
|
70
70
|
readonly disabled: BooleanConstructor;
|
|
71
71
|
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
72
72
|
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[]) =>
|
|
73
|
+
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
74
|
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
75
75
|
readonly startPlaceholder: StringConstructor;
|
|
76
76
|
readonly endPlaceholder: StringConstructor;
|
|
77
77
|
readonly defaultValue: {
|
|
78
78
|
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
79
|
readonly required: false;
|
|
80
|
-
readonly validator: (val: unknown) => boolean;
|
|
80
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
81
|
__epPropKey: true;
|
|
82
82
|
};
|
|
83
83
|
readonly defaultTime: {
|
|
84
84
|
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
85
|
readonly required: false;
|
|
86
|
-
readonly validator: (val: unknown) => boolean;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
87
|
__epPropKey: true;
|
|
88
88
|
};
|
|
89
89
|
readonly isRange: BooleanConstructor;
|
|
90
|
-
}
|
|
91
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "date"
|
|
90
|
+
}>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
91
|
+
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
92
|
readonly ariaLabel: StringConstructor;
|
|
93
93
|
readonly emptyValues: ArrayConstructor;
|
|
94
94
|
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
95
95
|
readonly disabledDate: {
|
|
96
96
|
readonly type: import("vue").PropType<Function>;
|
|
97
97
|
readonly required: false;
|
|
98
|
-
readonly validator: (val: unknown) => boolean;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
99
|
__epPropKey: true;
|
|
100
100
|
};
|
|
101
101
|
readonly cellClassName: {
|
|
102
102
|
readonly type: import("vue").PropType<Function>;
|
|
103
103
|
readonly required: false;
|
|
104
|
-
readonly validator: (val: unknown) => boolean;
|
|
104
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
105
|
__epPropKey: true;
|
|
106
106
|
};
|
|
107
107
|
readonly shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
108
108
|
readonly arrowControl: BooleanConstructor;
|
|
109
109
|
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, 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>;
|
|
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
113
|
readonly disabledHours: {
|
|
114
114
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
115
115
|
readonly required: false;
|
|
116
|
-
readonly validator: (val: unknown) => boolean;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
117
|
__epPropKey: true;
|
|
118
118
|
};
|
|
119
119
|
readonly disabledMinutes: {
|
|
120
120
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
121
121
|
readonly required: false;
|
|
122
|
-
readonly validator: (val: unknown) => boolean;
|
|
122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
123
|
__epPropKey: true;
|
|
124
124
|
};
|
|
125
125
|
readonly disabledSeconds: {
|
|
126
126
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
127
127
|
readonly required: false;
|
|
128
|
-
readonly validator: (val: unknown) => boolean;
|
|
128
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
129
|
__epPropKey: true;
|
|
130
130
|
};
|
|
131
131
|
readonly id: {
|
|
132
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string
|
|
132
|
+
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
133
|
readonly required: false;
|
|
134
|
-
readonly validator: (val: unknown) => boolean;
|
|
134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
135
|
__epPropKey: true;
|
|
136
136
|
};
|
|
137
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string
|
|
137
|
+
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
138
|
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
139
139
|
readonly format: StringConstructor;
|
|
140
140
|
readonly valueFormat: StringConstructor;
|
|
@@ -142,50 +142,50 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
readonly timeFormat: StringConstructor;
|
|
143
143
|
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
144
144
|
readonly clearIcon: {
|
|
145
|
-
readonly type: import("vue").PropType<unknown
|
|
145
|
+
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
146
|
readonly required: false;
|
|
147
|
-
readonly validator: (val: unknown) => boolean;
|
|
147
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
148
|
__epPropKey: true;
|
|
149
149
|
};
|
|
150
150
|
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
|
|
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>) & {}) | (() => 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
152
|
readonly size: {
|
|
153
153
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
154
154
|
readonly required: false;
|
|
155
|
-
readonly validator: (val: unknown) => boolean;
|
|
155
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
156
|
__epPropKey: true;
|
|
157
157
|
};
|
|
158
158
|
readonly readonly: BooleanConstructor;
|
|
159
159
|
readonly disabled: BooleanConstructor;
|
|
160
160
|
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
161
161
|
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[]) =>
|
|
162
|
+
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
163
|
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
164
164
|
readonly startPlaceholder: StringConstructor;
|
|
165
165
|
readonly endPlaceholder: StringConstructor;
|
|
166
166
|
readonly defaultValue: {
|
|
167
167
|
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
168
|
readonly required: false;
|
|
169
|
-
readonly validator: (val: unknown) => boolean;
|
|
169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
170
|
__epPropKey: true;
|
|
171
171
|
};
|
|
172
172
|
readonly defaultTime: {
|
|
173
173
|
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
174
|
readonly required: false;
|
|
175
|
-
readonly validator: (val: unknown) => boolean;
|
|
175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
176
|
__epPropKey: true;
|
|
177
177
|
};
|
|
178
178
|
readonly isRange: BooleanConstructor;
|
|
179
|
-
}>> & {
|
|
179
|
+
}>> & Readonly<{
|
|
180
180
|
"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"
|
|
181
|
+
}>, {
|
|
182
|
+
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>;
|
|
183
|
+
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
184
|
readonly valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
185
185
|
readonly shortcuts: unknown[];
|
|
186
186
|
readonly arrowControl: boolean;
|
|
187
187
|
readonly label: string;
|
|
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>;
|
|
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
189
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
190
|
readonly unlinkPanels: boolean;
|
|
191
191
|
readonly popperClass: string;
|
|
@@ -195,9 +195,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
195
195
|
readonly readonly: boolean;
|
|
196
196
|
readonly disabled: boolean;
|
|
197
197
|
readonly placeholder: string;
|
|
198
|
-
readonly popperOptions:
|
|
199
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
198
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
199
|
+
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
200
|
readonly rangeSeparator: string;
|
|
201
201
|
readonly isRange: boolean;
|
|
202
|
-
}, {}>;
|
|
202
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
203
203
|
export default _default;
|