@xtctwins/tctwins-bimx-engine 0.2.55 → 0.3.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/dist/{alert-C0MgdbKf.mjs → Alert-CSiEPFGt.mjs} +5 -5
- package/dist/{AnnotationTool-CPBZcbp_.mjs → AnnotationTool-CKzHkqWM.mjs} +80 -80
- package/dist/BIMX_Viewer_Lib.es.js +1 -1
- package/dist/BIMX_Viewer_Lib.umd.js +224 -169
- package/dist/{CommentTool-ChVib2Wg.mjs → CommentTool-5HhGDqpg.mjs} +575 -555
- package/dist/{HiddenTool-CilrXe5l.mjs → HiddenTool-BGFoHMWC.mjs} +9 -9
- package/dist/{InspectorTool-BXArGZHO.mjs → InspectorTool-DD3w7k07.mjs} +27 -27
- package/dist/{MeasureTool-DtUiP4t1.mjs → MeasureTool-COR8QLDf.mjs} +118 -94
- package/dist/{MouseTool-2Nxz447f.mjs → MouseTool-OxODcO4X.mjs} +27 -24
- package/dist/{NavigateTool-COsSnxyD.mjs → NavigateTool-Bw6GFzsg.mjs} +5 -5
- package/dist/{panel.vue_vue_type_style_index_0_lang-CN9vybau.mjs → Panel.vue_vue_type_style_index_0_lang-DgM_qGLO.mjs} +4 -4
- package/dist/{RoamTool-CjRywSYn.mjs → RoamTool-X-b0hsmJ.mjs} +7 -7
- package/dist/ScreenShotTool-0xSJZBBw.mjs +430 -0
- package/dist/SectionTool-BqI2Qnk5.mjs +343 -0
- package/dist/SettingTool-CGkRGfZH.mjs +747 -0
- package/dist/StructureTree-CWAXoI0r.mjs +1662 -0
- package/dist/{tallPanel-Ddd7gAie.mjs → TallPanel-CR5vNQ4c.mjs} +8 -8
- package/dist/bimTools-D3TraX9d.mjs +75 -0
- package/dist/el-slider-CBVU9_og.mjs +1040 -0
- package/dist/{index-DTeJ8S3e.mjs → index-CwRGVhoT.mjs} +44953 -46755
- package/dist/style.css +1 -1
- package/package.json +4 -3
- package/types/components/bcf/AddObjectOrAnno.vue.d.ts +16 -0
- package/types/components/bcf/BCFAddPanel.vue.d.ts +55 -0
- package/types/components/bcf/BCFDetailPanel.vue.d.ts +59 -0
- package/types/components/bcf/BCFDisplayList.vue.d.ts +18 -0
- package/types/components/bcf/BCFFilter.vue.d.ts +14 -0
- package/types/components/bcf/BCFTool.vue.d.ts +15 -0
- package/types/components/bcf/CheckObjectPanel.vue.d.ts +11 -0
- package/types/components/bcf/CommentInput.vue.d.ts +51 -0
- package/types/components/bcf/CommentsView.vue.d.ts +48 -0
- package/types/components/bcf/DialogPanel.vue.d.ts +15 -0
- package/types/components/bcf/ImageView.vue.d.ts +17 -0
- package/types/components/bcf/ImageZoomIn.vue.d.ts +9 -0
- package/types/components/bcf/MobileBCFAdd.vue.d.ts +56 -0
- package/types/components/bcf/MobileBCFDetail.vue.d.ts +55 -0
- package/types/components/bcf/MobileBCFDisplayList.vue.d.ts +498 -0
- package/types/components/bcf/MobileBCFFilter.vue.d.ts +475 -0
- package/types/components/bcf/MobileBCFTool.vue.d.ts +17 -0
- package/types/components/bcf/MobileCommentInput.vue.d.ts +54 -0
- package/types/components/bcf/MobileCommentsView.vue.d.ts +17 -0
- package/types/components/bcf/SelectPanel.vue.d.ts +12 -0
- package/types/components/comment/mobile/MobileCommentAdd.vue.d.ts +14 -0
- package/types/components/comment/mobile/MobileDetail.vue.d.ts +11 -0
- package/types/components/comment/mobile/MobileDraw.vue.d.ts +17 -0
- package/types/components/comment/mobile/MobileFilter.vue.d.ts +475 -0
- package/types/components/comment/mobile/MobileList.vue.d.ts +497 -0
- package/types/components/comment/mobile/MobileZoomIn.vue.d.ts +9 -0
- package/types/components/comment/pc/PcDraw.vue.d.ts +14 -0
- package/types/components/shared/Alert.vue.d.ts +32 -0
- package/types/components/shared/CloseButton.vue.d.ts +50 -0
- package/types/components/shared/CloseButtonDark.vue.d.ts +32 -0
- package/types/components/shared/EmptyPage.vue.d.ts +6 -0
- package/types/components/shared/Loading.vue.d.ts +2 -0
- package/types/components/shared/Panel.vue.d.ts +47 -0
- package/types/components/shared/Prompt.vue.d.ts +8 -0
- package/types/components/shared/RectangleButton.vue.d.ts +106 -0
- package/types/components/shared/TallPanel.vue.d.ts +69 -0
- package/types/components/shared/TallPanelNoPos.vue.d.ts +82 -0
- package/types/components/tools/AnnotationTool.vue.d.ts +14 -0
- package/types/components/tools/AppToolbar.vue.d.ts +27 -0
- package/types/components/tools/ClickEvent.vue.d.ts +6 -0
- package/types/components/tools/CommentTool.vue.d.ts +45 -0
- package/types/components/tools/HiddenTool.vue.d.ts +12 -0
- package/types/components/tools/InspectorTool.vue.d.ts +14 -0
- package/types/components/tools/MeasureTool.vue.d.ts +14 -0
- package/types/components/tools/MouseTool.vue.d.ts +6 -0
- package/types/components/tools/NavigateTool.vue.d.ts +10 -0
- package/types/components/tools/RoamTool.vue.d.ts +12 -0
- package/types/components/tools/ScreenShotTool.vue.d.ts +10 -0
- package/types/components/tools/SectionTool.vue.d.ts +14 -0
- package/types/components/tools/SettingTool.vue.d.ts +13 -0
- package/types/components/tools/StructureTree.vue.d.ts +11645 -0
- package/types/components/tools/Toolbar.vue.d.ts +10 -0
- package/types/composables/useBimViewerEvent.d.ts +44 -0
- package/types/composables/useEmitHandler.d.ts +2 -0
- package/types/composables/useToolActive.d.ts +1 -0
- package/types/composables/useToolReady.d.ts +1 -0
- package/types/i18n/index.d.ts +5 -1
- package/types/i18n/locales/en-US.d.ts +1 -0
- package/types/i18n/locales/zh-CN.d.ts +1 -0
- package/types/store/bcfReflect.d.ts +13 -81
- package/types/store/const/app.d.ts +66 -0
- package/types/store/const/bimTools.d.ts +81 -0
- package/types/store/const/project.d.ts +48 -0
- package/types/store/const/theme.d.ts +16 -0
- package/types/store/const/toolbar.d.ts +26 -0
- package/types/store/const.d.ts +11 -228
- package/types/store/toolbars.d.ts +22 -0
- package/types/store/userInfoStore.d.ts +1 -1
- package/types/stores/viewerStore.d.ts +112 -0
- package/types/types/bcf.d.ts +83 -0
- package/types/types/events.d.ts +88 -0
- package/types/utils/OSSHelper.d.ts +27 -0
- package/types/utils/cacheInfo.d.ts +26 -3
- package/types/utils/dbscan.d.ts +1 -0
- package/types/utils/eventBus.d.ts +1 -83
- package/types/viewerManager/viewerManager.d.ts +53 -3
- package/dist/ScreenShotTool-g1dzvqn2.mjs +0 -500
- package/dist/SectionTool-DlnlE6Pv.mjs +0 -331
- package/dist/SettingTool-y_hp2XrJ.mjs +0 -815
- package/dist/StructureTree-CtJ4Yf5_.mjs +0 -1846
- package/dist/const-DOnRsYpZ.mjs +0 -389
- package/dist/el-input-number-BjEspzGk.mjs +0 -1169
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
import { InstructionContent } from '../../../utils/eventBus';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
instruction?: InstructionContent | undefined;
|
|
4
|
+
CMTList: any;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
checkCmtDetail: (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onCheckCmtDetail?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
11
|
+
CMTFilterRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
12
|
+
open: (option: any) => void;
|
|
13
|
+
close: () => void;
|
|
14
|
+
refresh: () => void;
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
16
|
+
cmtCreateDateRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
17
|
+
readonly type: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
18
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
19
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
20
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
21
|
+
readonly showWeekNumber: BooleanConstructor;
|
|
22
|
+
readonly ariaLabel: StringConstructor;
|
|
23
|
+
readonly emptyValues: ArrayConstructor;
|
|
24
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
25
|
+
readonly disabledDate: {
|
|
26
|
+
readonly type: import('vue').PropType<Function>;
|
|
27
|
+
readonly required: false;
|
|
28
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
29
|
+
__epPropKey: true;
|
|
30
|
+
};
|
|
31
|
+
readonly cellClassName: {
|
|
32
|
+
readonly type: import('vue').PropType<Function>;
|
|
33
|
+
readonly required: false;
|
|
34
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
|
+
__epPropKey: true;
|
|
36
|
+
};
|
|
37
|
+
readonly shortcuts: import('element-plus/es/utils/vue/props/types').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
38
|
+
readonly arrowControl: BooleanConstructor;
|
|
39
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
40
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
41
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
42
|
+
readonly singlePanel: BooleanConstructor;
|
|
43
|
+
readonly placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
44
|
+
readonly fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
45
|
+
readonly disabledHours: {
|
|
46
|
+
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
47
|
+
readonly required: false;
|
|
48
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
|
+
__epPropKey: true;
|
|
50
|
+
};
|
|
51
|
+
readonly disabledMinutes: {
|
|
52
|
+
readonly type: import('vue').PropType<import('element-plus').GetDisabledMinutes>;
|
|
53
|
+
readonly required: false;
|
|
54
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
|
+
__epPropKey: true;
|
|
56
|
+
};
|
|
57
|
+
readonly disabledSeconds: {
|
|
58
|
+
readonly type: import('vue').PropType<import('element-plus').GetDisabledSeconds>;
|
|
59
|
+
readonly required: false;
|
|
60
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
|
+
__epPropKey: true;
|
|
62
|
+
};
|
|
63
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
64
|
+
readonly id: {
|
|
65
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
66
|
+
readonly required: false;
|
|
67
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
|
+
__epPropKey: true;
|
|
69
|
+
};
|
|
70
|
+
readonly name: {
|
|
71
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
72
|
+
readonly required: false;
|
|
73
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
|
+
__epPropKey: true;
|
|
75
|
+
};
|
|
76
|
+
readonly popperClass: {
|
|
77
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | {
|
|
78
|
+
[x: string]: boolean;
|
|
79
|
+
} | (string | {
|
|
80
|
+
[x: string]: boolean;
|
|
81
|
+
} | (string | {
|
|
82
|
+
[x: string]: boolean;
|
|
83
|
+
} | (string | {
|
|
84
|
+
[x: string]: boolean;
|
|
85
|
+
} | (string | {
|
|
86
|
+
[x: string]: boolean;
|
|
87
|
+
} | (string | {
|
|
88
|
+
[x: string]: boolean;
|
|
89
|
+
} | (string | {
|
|
90
|
+
[x: string]: boolean;
|
|
91
|
+
} | (string | {
|
|
92
|
+
[x: string]: boolean;
|
|
93
|
+
} | (string | {
|
|
94
|
+
[x: string]: boolean;
|
|
95
|
+
} | (string | {
|
|
96
|
+
[x: string]: boolean;
|
|
97
|
+
} | (string | {
|
|
98
|
+
[x: string]: boolean;
|
|
99
|
+
} | (string | {
|
|
100
|
+
[x: string]: boolean;
|
|
101
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
102
|
+
[x: string]: boolean;
|
|
103
|
+
} | (string | {
|
|
104
|
+
[x: string]: boolean;
|
|
105
|
+
} | (string | {
|
|
106
|
+
[x: string]: boolean;
|
|
107
|
+
} | (string | {
|
|
108
|
+
[x: string]: boolean;
|
|
109
|
+
} | (string | {
|
|
110
|
+
[x: string]: boolean;
|
|
111
|
+
} | (string | {
|
|
112
|
+
[x: string]: boolean;
|
|
113
|
+
} | (string | {
|
|
114
|
+
[x: string]: boolean;
|
|
115
|
+
} | (string | {
|
|
116
|
+
[x: string]: boolean;
|
|
117
|
+
} | (string | {
|
|
118
|
+
[x: string]: boolean;
|
|
119
|
+
} | (string | {
|
|
120
|
+
[x: string]: boolean;
|
|
121
|
+
} | (string | {
|
|
122
|
+
[x: string]: boolean;
|
|
123
|
+
} | (string | {
|
|
124
|
+
[x: string]: boolean;
|
|
125
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
126
|
+
[x: string]: boolean;
|
|
127
|
+
} | (string | {
|
|
128
|
+
[x: string]: boolean;
|
|
129
|
+
} | (string | {
|
|
130
|
+
[x: string]: boolean;
|
|
131
|
+
} | (string | {
|
|
132
|
+
[x: string]: boolean;
|
|
133
|
+
} | (string | {
|
|
134
|
+
[x: string]: boolean;
|
|
135
|
+
} | (string | {
|
|
136
|
+
[x: string]: boolean;
|
|
137
|
+
} | (string | {
|
|
138
|
+
[x: string]: boolean;
|
|
139
|
+
} | (string | {
|
|
140
|
+
[x: string]: boolean;
|
|
141
|
+
} | (string | {
|
|
142
|
+
[x: string]: boolean;
|
|
143
|
+
} | (string | {
|
|
144
|
+
[x: string]: boolean;
|
|
145
|
+
} | (string | {
|
|
146
|
+
[x: string]: boolean;
|
|
147
|
+
} | (string | {
|
|
148
|
+
[x: string]: boolean;
|
|
149
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
150
|
+
[x: string]: boolean;
|
|
151
|
+
} | (string | {
|
|
152
|
+
[x: string]: boolean;
|
|
153
|
+
} | (string | {
|
|
154
|
+
[x: string]: boolean;
|
|
155
|
+
} | (string | {
|
|
156
|
+
[x: string]: boolean;
|
|
157
|
+
} | (string | {
|
|
158
|
+
[x: string]: boolean;
|
|
159
|
+
} | (string | {
|
|
160
|
+
[x: string]: boolean;
|
|
161
|
+
} | (string | {
|
|
162
|
+
[x: string]: boolean;
|
|
163
|
+
} | (string | {
|
|
164
|
+
[x: string]: boolean;
|
|
165
|
+
} | (string | {
|
|
166
|
+
[x: string]: boolean;
|
|
167
|
+
} | (string | {
|
|
168
|
+
[x: string]: boolean;
|
|
169
|
+
} | (string | {
|
|
170
|
+
[x: string]: boolean;
|
|
171
|
+
} | (string | {
|
|
172
|
+
[x: string]: boolean;
|
|
173
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
174
|
+
readonly required: false;
|
|
175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
|
+
__epPropKey: true;
|
|
177
|
+
};
|
|
178
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
179
|
+
readonly format: StringConstructor;
|
|
180
|
+
readonly valueFormat: StringConstructor;
|
|
181
|
+
readonly dateFormat: StringConstructor;
|
|
182
|
+
readonly timeFormat: StringConstructor;
|
|
183
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
185
|
+
readonly editable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
186
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
187
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, "", boolean>;
|
|
188
|
+
readonly size: {
|
|
189
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
190
|
+
readonly required: false;
|
|
191
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
|
+
__epPropKey: true;
|
|
193
|
+
};
|
|
194
|
+
readonly readonly: BooleanConstructor;
|
|
195
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
196
|
+
readonly placeholder: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
197
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types').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>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
198
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
199
|
+
readonly rangeSeparator: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
200
|
+
readonly startPlaceholder: StringConstructor;
|
|
201
|
+
readonly endPlaceholder: StringConstructor;
|
|
202
|
+
readonly defaultValue: {
|
|
203
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
204
|
+
readonly required: false;
|
|
205
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
206
|
+
__epPropKey: true;
|
|
207
|
+
};
|
|
208
|
+
readonly defaultTime: {
|
|
209
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
210
|
+
readonly required: false;
|
|
211
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
|
+
__epPropKey: true;
|
|
213
|
+
};
|
|
214
|
+
readonly isRange: BooleanConstructor;
|
|
215
|
+
}>> & Readonly<{
|
|
216
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], import('vue').PublicProps, {
|
|
218
|
+
readonly type: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown>;
|
|
219
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown>;
|
|
220
|
+
readonly placeholder: string;
|
|
221
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
222
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
223
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
224
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
225
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
226
|
+
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
227
|
+
readonly placement: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown>;
|
|
228
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
229
|
+
readonly readonly: boolean;
|
|
230
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
231
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>;
|
|
232
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>;
|
|
233
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
234
|
+
readonly editable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
235
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
|
+
readonly rangeSeparator: string;
|
|
237
|
+
readonly shortcuts: unknown[];
|
|
238
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
239
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
240
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
241
|
+
readonly showWeekNumber: boolean;
|
|
242
|
+
readonly arrowControl: boolean;
|
|
243
|
+
readonly unlinkPanels: boolean;
|
|
244
|
+
readonly singlePanel: boolean;
|
|
245
|
+
readonly isRange: boolean;
|
|
246
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
247
|
+
P: {};
|
|
248
|
+
B: {};
|
|
249
|
+
D: {};
|
|
250
|
+
C: {};
|
|
251
|
+
M: {};
|
|
252
|
+
Defaults: {};
|
|
253
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
254
|
+
readonly type: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
255
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
256
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
257
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
258
|
+
readonly showWeekNumber: BooleanConstructor;
|
|
259
|
+
readonly ariaLabel: StringConstructor;
|
|
260
|
+
readonly emptyValues: ArrayConstructor;
|
|
261
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
262
|
+
readonly disabledDate: {
|
|
263
|
+
readonly type: import('vue').PropType<Function>;
|
|
264
|
+
readonly required: false;
|
|
265
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
|
+
__epPropKey: true;
|
|
267
|
+
};
|
|
268
|
+
readonly cellClassName: {
|
|
269
|
+
readonly type: import('vue').PropType<Function>;
|
|
270
|
+
readonly required: false;
|
|
271
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
272
|
+
__epPropKey: true;
|
|
273
|
+
};
|
|
274
|
+
readonly shortcuts: import('element-plus/es/utils/vue/props/types').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
275
|
+
readonly arrowControl: BooleanConstructor;
|
|
276
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
277
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
278
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
279
|
+
readonly singlePanel: BooleanConstructor;
|
|
280
|
+
readonly placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
281
|
+
readonly fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
282
|
+
readonly disabledHours: {
|
|
283
|
+
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
284
|
+
readonly required: false;
|
|
285
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
286
|
+
__epPropKey: true;
|
|
287
|
+
};
|
|
288
|
+
readonly disabledMinutes: {
|
|
289
|
+
readonly type: import('vue').PropType<import('element-plus').GetDisabledMinutes>;
|
|
290
|
+
readonly required: false;
|
|
291
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
292
|
+
__epPropKey: true;
|
|
293
|
+
};
|
|
294
|
+
readonly disabledSeconds: {
|
|
295
|
+
readonly type: import('vue').PropType<import('element-plus').GetDisabledSeconds>;
|
|
296
|
+
readonly required: false;
|
|
297
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
298
|
+
__epPropKey: true;
|
|
299
|
+
};
|
|
300
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
301
|
+
readonly id: {
|
|
302
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
303
|
+
readonly required: false;
|
|
304
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
+
__epPropKey: true;
|
|
306
|
+
};
|
|
307
|
+
readonly name: {
|
|
308
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
};
|
|
313
|
+
readonly popperClass: {
|
|
314
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | {
|
|
315
|
+
[x: string]: boolean;
|
|
316
|
+
} | (string | {
|
|
317
|
+
[x: string]: boolean;
|
|
318
|
+
} | (string | {
|
|
319
|
+
[x: string]: boolean;
|
|
320
|
+
} | (string | {
|
|
321
|
+
[x: string]: boolean;
|
|
322
|
+
} | (string | {
|
|
323
|
+
[x: string]: boolean;
|
|
324
|
+
} | (string | {
|
|
325
|
+
[x: string]: boolean;
|
|
326
|
+
} | (string | {
|
|
327
|
+
[x: string]: boolean;
|
|
328
|
+
} | (string | {
|
|
329
|
+
[x: string]: boolean;
|
|
330
|
+
} | (string | {
|
|
331
|
+
[x: string]: boolean;
|
|
332
|
+
} | (string | {
|
|
333
|
+
[x: string]: boolean;
|
|
334
|
+
} | (string | {
|
|
335
|
+
[x: string]: boolean;
|
|
336
|
+
} | (string | {
|
|
337
|
+
[x: string]: boolean;
|
|
338
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
339
|
+
[x: string]: boolean;
|
|
340
|
+
} | (string | {
|
|
341
|
+
[x: string]: boolean;
|
|
342
|
+
} | (string | {
|
|
343
|
+
[x: string]: boolean;
|
|
344
|
+
} | (string | {
|
|
345
|
+
[x: string]: boolean;
|
|
346
|
+
} | (string | {
|
|
347
|
+
[x: string]: boolean;
|
|
348
|
+
} | (string | {
|
|
349
|
+
[x: string]: boolean;
|
|
350
|
+
} | (string | {
|
|
351
|
+
[x: string]: boolean;
|
|
352
|
+
} | (string | {
|
|
353
|
+
[x: string]: boolean;
|
|
354
|
+
} | (string | {
|
|
355
|
+
[x: string]: boolean;
|
|
356
|
+
} | (string | {
|
|
357
|
+
[x: string]: boolean;
|
|
358
|
+
} | (string | {
|
|
359
|
+
[x: string]: boolean;
|
|
360
|
+
} | (string | {
|
|
361
|
+
[x: string]: boolean;
|
|
362
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
363
|
+
[x: string]: boolean;
|
|
364
|
+
} | (string | {
|
|
365
|
+
[x: string]: boolean;
|
|
366
|
+
} | (string | {
|
|
367
|
+
[x: string]: boolean;
|
|
368
|
+
} | (string | {
|
|
369
|
+
[x: string]: boolean;
|
|
370
|
+
} | (string | {
|
|
371
|
+
[x: string]: boolean;
|
|
372
|
+
} | (string | {
|
|
373
|
+
[x: string]: boolean;
|
|
374
|
+
} | (string | {
|
|
375
|
+
[x: string]: boolean;
|
|
376
|
+
} | (string | {
|
|
377
|
+
[x: string]: boolean;
|
|
378
|
+
} | (string | {
|
|
379
|
+
[x: string]: boolean;
|
|
380
|
+
} | (string | {
|
|
381
|
+
[x: string]: boolean;
|
|
382
|
+
} | (string | {
|
|
383
|
+
[x: string]: boolean;
|
|
384
|
+
} | (string | {
|
|
385
|
+
[x: string]: boolean;
|
|
386
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
387
|
+
[x: string]: boolean;
|
|
388
|
+
} | (string | {
|
|
389
|
+
[x: string]: boolean;
|
|
390
|
+
} | (string | {
|
|
391
|
+
[x: string]: boolean;
|
|
392
|
+
} | (string | {
|
|
393
|
+
[x: string]: boolean;
|
|
394
|
+
} | (string | {
|
|
395
|
+
[x: string]: boolean;
|
|
396
|
+
} | (string | {
|
|
397
|
+
[x: string]: boolean;
|
|
398
|
+
} | (string | {
|
|
399
|
+
[x: string]: boolean;
|
|
400
|
+
} | (string | {
|
|
401
|
+
[x: string]: boolean;
|
|
402
|
+
} | (string | {
|
|
403
|
+
[x: string]: boolean;
|
|
404
|
+
} | (string | {
|
|
405
|
+
[x: string]: boolean;
|
|
406
|
+
} | (string | {
|
|
407
|
+
[x: string]: boolean;
|
|
408
|
+
} | (string | {
|
|
409
|
+
[x: string]: boolean;
|
|
410
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
411
|
+
readonly required: false;
|
|
412
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
+
__epPropKey: true;
|
|
414
|
+
};
|
|
415
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
416
|
+
readonly format: StringConstructor;
|
|
417
|
+
readonly valueFormat: StringConstructor;
|
|
418
|
+
readonly dateFormat: StringConstructor;
|
|
419
|
+
readonly timeFormat: StringConstructor;
|
|
420
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
421
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
422
|
+
readonly editable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
423
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
424
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, "", boolean>;
|
|
425
|
+
readonly size: {
|
|
426
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
427
|
+
readonly required: false;
|
|
428
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
429
|
+
__epPropKey: true;
|
|
430
|
+
};
|
|
431
|
+
readonly readonly: BooleanConstructor;
|
|
432
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
433
|
+
readonly placeholder: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
434
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types').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>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
435
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
436
|
+
readonly rangeSeparator: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
437
|
+
readonly startPlaceholder: StringConstructor;
|
|
438
|
+
readonly endPlaceholder: StringConstructor;
|
|
439
|
+
readonly defaultValue: {
|
|
440
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
441
|
+
readonly required: false;
|
|
442
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
443
|
+
__epPropKey: true;
|
|
444
|
+
};
|
|
445
|
+
readonly defaultTime: {
|
|
446
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
447
|
+
readonly required: false;
|
|
448
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
+
__epPropKey: true;
|
|
450
|
+
};
|
|
451
|
+
readonly isRange: BooleanConstructor;
|
|
452
|
+
}>> & Readonly<{
|
|
453
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
454
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
455
|
+
readonly type: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown>;
|
|
456
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | Date[] | number[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown>;
|
|
457
|
+
readonly placeholder: string;
|
|
458
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
459
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
460
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
461
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
462
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
463
|
+
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
464
|
+
readonly placement: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown>;
|
|
465
|
+
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
466
|
+
readonly readonly: boolean;
|
|
467
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
468
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>;
|
|
469
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>;
|
|
470
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
471
|
+
readonly editable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
472
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
473
|
+
readonly rangeSeparator: string;
|
|
474
|
+
readonly shortcuts: unknown[];
|
|
475
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
476
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
477
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
478
|
+
readonly showWeekNumber: boolean;
|
|
479
|
+
readonly arrowControl: boolean;
|
|
480
|
+
readonly unlinkPanels: boolean;
|
|
481
|
+
readonly singlePanel: boolean;
|
|
482
|
+
readonly isRange: boolean;
|
|
483
|
+
}> | null;
|
|
484
|
+
}, any, import('vue').ComponentProvideOptions, {
|
|
485
|
+
P: {};
|
|
486
|
+
B: {};
|
|
487
|
+
D: {};
|
|
488
|
+
C: {};
|
|
489
|
+
M: {};
|
|
490
|
+
Defaults: {};
|
|
491
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
492
|
+
open: (option: any) => void;
|
|
493
|
+
close: () => void;
|
|
494
|
+
refresh: () => void;
|
|
495
|
+
}, {}, {}, {}, {}> | null;
|
|
496
|
+
}, HTMLDivElement>;
|
|
497
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
imgContent: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
closeImg: (...args: any[]) => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
onCloseImg?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
componentId?: any;
|
|
3
|
+
instruction?: any;
|
|
4
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
closePanel: (...args: any[]) => void;
|
|
6
|
+
emitHandler: (...args: any[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
8
|
+
componentId?: any;
|
|
9
|
+
instruction?: any;
|
|
10
|
+
}> & Readonly<{
|
|
11
|
+
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
panelTitle: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
width: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
clickHandle: {
|
|
11
|
+
type: FunctionConstructor;
|
|
12
|
+
default: () => void;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
+
panelTitle: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
width: {
|
|
20
|
+
type: NumberConstructor;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
clickHandle: {
|
|
24
|
+
type: FunctionConstructor;
|
|
25
|
+
default: () => void;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
width: number;
|
|
29
|
+
panelTitle: string;
|
|
30
|
+
clickHandle: Function;
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
width: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
sizeType: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
light: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
dark: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
clickHandle: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
default: () => void;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
width: {
|
|
24
|
+
type: NumberConstructor;
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
sizeType: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
light: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
dark: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
clickHandle: {
|
|
40
|
+
type: FunctionConstructor;
|
|
41
|
+
default: () => void;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
44
|
+
width: number;
|
|
45
|
+
clickHandle: Function;
|
|
46
|
+
sizeType: string;
|
|
47
|
+
light: boolean;
|
|
48
|
+
dark: boolean;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
50
|
+
export default _default;
|