@xtctwins/tctwins-bimx-engine 0.2.53 → 0.3.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/README.md +196 -193
- package/dist/AnnotationTool-CGRte6Cc.mjs +167 -0
- package/dist/BIMX_Viewer_Lib.es.js +3 -3
- package/dist/BIMX_Viewer_Lib.umd.js +139 -131
- package/dist/{CommentTool-D_AlsrTE.mjs → CommentTool-CT3wFozB.mjs} +168 -168
- package/dist/{HiddenTool-DvSKSssY.mjs → HiddenTool-CoPawMRd.mjs} +13 -13
- package/dist/{InspectorTool-DLWyGXgI.mjs → InspectorTool-BIvnydPf.mjs} +64 -64
- package/dist/{MeasureTool-BcVGavki.mjs → MeasureTool-BUi0QI_R.mjs} +22 -22
- package/dist/{MouseTool-YNKPFjAo.mjs → MouseTool-CdVwRiX1.mjs} +15 -15
- package/dist/{NavigateTool-DsY1_TdT.mjs → NavigateTool-DoP9z3yP.mjs} +13 -13
- package/dist/{RoamTool-BFVE2V3K.mjs → RoamTool-POFy076i.mjs} +17 -17
- package/dist/ScreenShotTool-CcUyU0g7.mjs +357 -0
- package/dist/{SectionTool-4cRL2V6O.mjs → SectionTool-DGjjH3JO.mjs} +43 -43
- package/dist/SettingTool-CjXfbX5r.mjs +657 -0
- package/dist/StructureTree-DdRX-y-V.mjs +1583 -0
- package/dist/{alert-p1T29wPF.mjs → alert-ChDNxVgQ.mjs} +9 -9
- package/dist/el-input-number-CK5d8pzH.mjs +818 -0
- package/dist/{index-DNbbNkvv.mjs → index-Dsq1epCY.mjs} +47820 -51677
- package/dist/index.html +17 -17
- package/dist/{panel.vue_vue_type_style_index_0_lang-6c_lx4nG.mjs → panel.vue_vue_type_style_index_0_lang-BaSZShh_.mjs} +3 -3
- package/dist/style.css +1 -1
- package/dist/{tallPanel-ubDUD9VF.mjs → tallPanel-DKlcFjrl.mjs} +15 -15
- package/package.json +2 -2
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +10 -38
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +22 -0
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +9 -37
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +7 -5
- package/types/components/BCFComponents/BCFTool.vue.d.ts +7 -4
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +7 -5
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +6 -5
- package/types/components/BCFComponents/commentInput.vue.d.ts +10 -36
- package/types/components/BCFComponents/commentsView.vue.d.ts +7 -36
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +8 -5
- package/types/components/BCFComponents/imageView.vue.d.ts +7 -5
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +6 -5
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +1 -18
- package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +1 -32
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/add.vue.d.ts +8 -6
- package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +5 -4
- package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
- package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +1 -478
- package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +7 -499
- package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +6 -5
- package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +6 -4
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +1 -4026
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +8 -0
- package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +1 -18
- package/types/components/BimxViewerComp.vue.d.ts +14 -7
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +10 -37
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +9 -37
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +7 -499
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +1 -478
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +8 -5
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +12 -38
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +9 -7
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +7 -5
- package/types/components/bimxViewer.vue.d.ts +14 -7
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
- package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
- package/types/components/utilsComponents/loading.vue.d.ts +1 -1
- package/types/components/utilsComponents/panel.vue.d.ts +2 -8
- package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +1 -3
- package/types/components/utilsComponents/tallPanel.vue.d.ts +3 -13
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +3 -13
- package/types/pages/BimxViewerEntry.vue.d.ts +57 -5
- package/types/pages/viewerEntry.vue.d.ts +57 -7
- package/types/store/initConfigs.d.ts +1 -1
- package/types/store/toolbars.d.ts +46 -46
- package/types/tests/cmt.d.ts +1 -0
- package/dist/AnnotationTool-BU5DCBHd.mjs +0 -239
- package/dist/ScreenShotTool-BDUErHu1.mjs +0 -500
- package/dist/SettingTool-BzaZsP21.mjs +0 -815
- package/dist/StructureTree-zC5APcxf.mjs +0 -1846
- package/dist/el-input-number-BWTLtMdM.mjs +0 -1169
|
@@ -1,505 +1,13 @@
|
|
|
1
1
|
import { InstructionContent } from '../../../utils/eventBus';
|
|
2
|
-
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
instruction?: InstructionContent | undefined;
|
|
4
4
|
CMTList: any;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
6
|
checkCmtDetail: (...args: any[]) => void;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
8
|
+
instruction?: InstructionContent | undefined;
|
|
9
|
+
CMTList: any;
|
|
10
|
+
}> & Readonly<{
|
|
9
11
|
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').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))[], unknown, unknown, "date", boolean>;
|
|
18
|
-
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
19
|
-
readonly showConfirm: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
20
|
-
readonly showFooter: import('element-plus/es/utils').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').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))[], 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').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
38
|
-
readonly arrowControl: BooleanConstructor;
|
|
39
|
-
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>;
|
|
40
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
41
|
-
readonly unlinkPanels: BooleanConstructor;
|
|
42
|
-
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "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[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
43
|
-
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | ((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
44
|
-
readonly disabledHours: {
|
|
45
|
-
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
46
|
-
readonly required: false;
|
|
47
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
-
__epPropKey: true;
|
|
49
|
-
};
|
|
50
|
-
readonly disabledMinutes: {
|
|
51
|
-
readonly type: import('vue').PropType<import('element-plus').GetDisabledMinutes>;
|
|
52
|
-
readonly required: false;
|
|
53
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
|
-
__epPropKey: true;
|
|
55
|
-
};
|
|
56
|
-
readonly disabledSeconds: {
|
|
57
|
-
readonly type: import('vue').PropType<import('element-plus').GetDisabledSeconds>;
|
|
58
|
-
readonly required: false;
|
|
59
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
-
__epPropKey: true;
|
|
61
|
-
};
|
|
62
|
-
readonly automaticDropdown: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
63
|
-
readonly id: {
|
|
64
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
65
|
-
readonly required: false;
|
|
66
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
|
-
__epPropKey: true;
|
|
68
|
-
};
|
|
69
|
-
readonly name: {
|
|
70
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
71
|
-
readonly required: false;
|
|
72
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
|
-
__epPropKey: true;
|
|
74
|
-
};
|
|
75
|
-
readonly popperClass: {
|
|
76
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | {
|
|
77
|
-
[x: string]: boolean;
|
|
78
|
-
} | (string | {
|
|
79
|
-
[x: string]: boolean;
|
|
80
|
-
} | (string | {
|
|
81
|
-
[x: string]: boolean;
|
|
82
|
-
} | (string | {
|
|
83
|
-
[x: string]: boolean;
|
|
84
|
-
} | (string | {
|
|
85
|
-
[x: string]: boolean;
|
|
86
|
-
} | (string | {
|
|
87
|
-
[x: string]: boolean;
|
|
88
|
-
} | (string | {
|
|
89
|
-
[x: string]: boolean;
|
|
90
|
-
} | (string | {
|
|
91
|
-
[x: string]: boolean;
|
|
92
|
-
} | (string | {
|
|
93
|
-
[x: string]: boolean;
|
|
94
|
-
} | (string | {
|
|
95
|
-
[x: string]: boolean;
|
|
96
|
-
} | (string | {
|
|
97
|
-
[x: string]: boolean;
|
|
98
|
-
} | (string | {
|
|
99
|
-
[x: string]: boolean;
|
|
100
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
101
|
-
[x: string]: boolean;
|
|
102
|
-
} | (string | {
|
|
103
|
-
[x: string]: boolean;
|
|
104
|
-
} | (string | {
|
|
105
|
-
[x: string]: boolean;
|
|
106
|
-
} | (string | {
|
|
107
|
-
[x: string]: boolean;
|
|
108
|
-
} | (string | {
|
|
109
|
-
[x: string]: boolean;
|
|
110
|
-
} | (string | {
|
|
111
|
-
[x: string]: boolean;
|
|
112
|
-
} | (string | {
|
|
113
|
-
[x: string]: boolean;
|
|
114
|
-
} | (string | {
|
|
115
|
-
[x: string]: boolean;
|
|
116
|
-
} | (string | {
|
|
117
|
-
[x: string]: boolean;
|
|
118
|
-
} | (string | {
|
|
119
|
-
[x: string]: boolean;
|
|
120
|
-
} | (string | {
|
|
121
|
-
[x: string]: boolean;
|
|
122
|
-
} | (string | {
|
|
123
|
-
[x: string]: boolean;
|
|
124
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
125
|
-
[x: string]: boolean;
|
|
126
|
-
} | (string | {
|
|
127
|
-
[x: string]: boolean;
|
|
128
|
-
} | (string | {
|
|
129
|
-
[x: string]: boolean;
|
|
130
|
-
} | (string | {
|
|
131
|
-
[x: string]: boolean;
|
|
132
|
-
} | (string | {
|
|
133
|
-
[x: string]: boolean;
|
|
134
|
-
} | (string | {
|
|
135
|
-
[x: string]: boolean;
|
|
136
|
-
} | (string | {
|
|
137
|
-
[x: string]: boolean;
|
|
138
|
-
} | (string | {
|
|
139
|
-
[x: string]: boolean;
|
|
140
|
-
} | (string | {
|
|
141
|
-
[x: string]: boolean;
|
|
142
|
-
} | (string | {
|
|
143
|
-
[x: string]: boolean;
|
|
144
|
-
} | (string | {
|
|
145
|
-
[x: string]: boolean;
|
|
146
|
-
} | (string | {
|
|
147
|
-
[x: string]: boolean;
|
|
148
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
149
|
-
[x: string]: boolean;
|
|
150
|
-
} | (string | {
|
|
151
|
-
[x: string]: boolean;
|
|
152
|
-
} | (string | {
|
|
153
|
-
[x: string]: boolean;
|
|
154
|
-
} | (string | {
|
|
155
|
-
[x: string]: boolean;
|
|
156
|
-
} | (string | {
|
|
157
|
-
[x: string]: boolean;
|
|
158
|
-
} | (string | {
|
|
159
|
-
[x: string]: boolean;
|
|
160
|
-
} | (string | {
|
|
161
|
-
[x: string]: boolean;
|
|
162
|
-
} | (string | {
|
|
163
|
-
[x: string]: boolean;
|
|
164
|
-
} | (string | {
|
|
165
|
-
[x: string]: boolean;
|
|
166
|
-
} | (string | {
|
|
167
|
-
[x: string]: boolean;
|
|
168
|
-
} | (string | {
|
|
169
|
-
[x: string]: boolean;
|
|
170
|
-
} | (string | {
|
|
171
|
-
[x: string]: boolean;
|
|
172
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
173
|
-
readonly required: false;
|
|
174
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
|
-
__epPropKey: true;
|
|
176
|
-
};
|
|
177
|
-
readonly popperStyle: {
|
|
178
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(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))[], unknown, unknown>>;
|
|
179
|
-
readonly required: false;
|
|
180
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
|
-
__epPropKey: true;
|
|
182
|
-
};
|
|
183
|
-
readonly format: StringConstructor;
|
|
184
|
-
readonly valueFormat: StringConstructor;
|
|
185
|
-
readonly dateFormat: StringConstructor;
|
|
186
|
-
readonly timeFormat: StringConstructor;
|
|
187
|
-
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
188
|
-
readonly clearIcon: {
|
|
189
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
190
|
-
readonly required: false;
|
|
191
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
|
-
__epPropKey: true;
|
|
193
|
-
};
|
|
194
|
-
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
195
|
-
readonly prefixIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, "", boolean>;
|
|
196
|
-
readonly size: {
|
|
197
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
198
|
-
readonly required: false;
|
|
199
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
|
-
__epPropKey: true;
|
|
201
|
-
};
|
|
202
|
-
readonly readonly: BooleanConstructor;
|
|
203
|
-
readonly disabled: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
204
|
-
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
205
|
-
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>;
|
|
206
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
207
|
-
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
208
|
-
readonly startPlaceholder: StringConstructor;
|
|
209
|
-
readonly endPlaceholder: StringConstructor;
|
|
210
|
-
readonly defaultValue: {
|
|
211
|
-
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>>;
|
|
212
|
-
readonly required: false;
|
|
213
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
-
__epPropKey: true;
|
|
215
|
-
};
|
|
216
|
-
readonly defaultTime: {
|
|
217
|
-
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>>;
|
|
218
|
-
readonly required: false;
|
|
219
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
220
|
-
__epPropKey: true;
|
|
221
|
-
};
|
|
222
|
-
readonly isRange: BooleanConstructor;
|
|
223
|
-
}>> & {
|
|
224
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
225
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], import('vue').PublicProps, {
|
|
226
|
-
readonly disabled: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
227
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
228
|
-
readonly type: import('element-plus/es/utils').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))[], unknown, unknown>;
|
|
229
|
-
readonly placeholder: string;
|
|
230
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null))[], unknown, unknown>;
|
|
231
|
-
readonly placement: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "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[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], import('element-plus').Placement, unknown>;
|
|
232
|
-
readonly valueOnClear: import('element-plus/es/utils').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))[], unknown, unknown>;
|
|
233
|
-
readonly prefixIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
234
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
235
|
-
readonly readonly: boolean;
|
|
236
|
-
readonly clearable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
|
-
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
238
|
-
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
239
|
-
readonly automaticDropdown: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
240
|
-
readonly editable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
241
|
-
readonly rangeSeparator: string;
|
|
242
|
-
readonly shortcuts: unknown[];
|
|
243
|
-
readonly showNow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
244
|
-
readonly showConfirm: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
245
|
-
readonly showFooter: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
246
|
-
readonly showWeekNumber: boolean;
|
|
247
|
-
readonly arrowControl: boolean;
|
|
248
|
-
readonly unlinkPanels: boolean;
|
|
249
|
-
readonly isRange: boolean;
|
|
250
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
251
|
-
P: {};
|
|
252
|
-
B: {};
|
|
253
|
-
D: {};
|
|
254
|
-
C: {};
|
|
255
|
-
M: {};
|
|
256
|
-
Defaults: {};
|
|
257
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
258
|
-
readonly type: import('element-plus/es/utils').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))[], unknown, unknown, "date", boolean>;
|
|
259
|
-
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
260
|
-
readonly showConfirm: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
261
|
-
readonly showFooter: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
262
|
-
readonly showWeekNumber: BooleanConstructor;
|
|
263
|
-
readonly ariaLabel: StringConstructor;
|
|
264
|
-
readonly emptyValues: ArrayConstructor;
|
|
265
|
-
readonly valueOnClear: import('element-plus/es/utils').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))[], unknown, unknown, undefined, boolean>;
|
|
266
|
-
readonly disabledDate: {
|
|
267
|
-
readonly type: import('vue').PropType<Function>;
|
|
268
|
-
readonly required: false;
|
|
269
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
270
|
-
__epPropKey: true;
|
|
271
|
-
};
|
|
272
|
-
readonly cellClassName: {
|
|
273
|
-
readonly type: import('vue').PropType<Function>;
|
|
274
|
-
readonly required: false;
|
|
275
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
|
-
__epPropKey: true;
|
|
277
|
-
};
|
|
278
|
-
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
279
|
-
readonly arrowControl: BooleanConstructor;
|
|
280
|
-
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>;
|
|
281
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
282
|
-
readonly unlinkPanels: BooleanConstructor;
|
|
283
|
-
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "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[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
284
|
-
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | ((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
285
|
-
readonly disabledHours: {
|
|
286
|
-
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
287
|
-
readonly required: false;
|
|
288
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
289
|
-
__epPropKey: true;
|
|
290
|
-
};
|
|
291
|
-
readonly disabledMinutes: {
|
|
292
|
-
readonly type: import('vue').PropType<import('element-plus').GetDisabledMinutes>;
|
|
293
|
-
readonly required: false;
|
|
294
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
295
|
-
__epPropKey: true;
|
|
296
|
-
};
|
|
297
|
-
readonly disabledSeconds: {
|
|
298
|
-
readonly type: import('vue').PropType<import('element-plus').GetDisabledSeconds>;
|
|
299
|
-
readonly required: false;
|
|
300
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
301
|
-
__epPropKey: true;
|
|
302
|
-
};
|
|
303
|
-
readonly automaticDropdown: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
304
|
-
readonly id: {
|
|
305
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
306
|
-
readonly required: false;
|
|
307
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
308
|
-
__epPropKey: true;
|
|
309
|
-
};
|
|
310
|
-
readonly name: {
|
|
311
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
312
|
-
readonly required: false;
|
|
313
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
|
-
__epPropKey: true;
|
|
315
|
-
};
|
|
316
|
-
readonly popperClass: {
|
|
317
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | {
|
|
318
|
-
[x: string]: boolean;
|
|
319
|
-
} | (string | {
|
|
320
|
-
[x: string]: boolean;
|
|
321
|
-
} | (string | {
|
|
322
|
-
[x: string]: boolean;
|
|
323
|
-
} | (string | {
|
|
324
|
-
[x: string]: boolean;
|
|
325
|
-
} | (string | {
|
|
326
|
-
[x: string]: boolean;
|
|
327
|
-
} | (string | {
|
|
328
|
-
[x: string]: boolean;
|
|
329
|
-
} | (string | {
|
|
330
|
-
[x: string]: boolean;
|
|
331
|
-
} | (string | {
|
|
332
|
-
[x: string]: boolean;
|
|
333
|
-
} | (string | {
|
|
334
|
-
[x: string]: boolean;
|
|
335
|
-
} | (string | {
|
|
336
|
-
[x: string]: boolean;
|
|
337
|
-
} | (string | {
|
|
338
|
-
[x: string]: boolean;
|
|
339
|
-
} | (string | {
|
|
340
|
-
[x: string]: boolean;
|
|
341
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
342
|
-
[x: string]: boolean;
|
|
343
|
-
} | (string | {
|
|
344
|
-
[x: string]: boolean;
|
|
345
|
-
} | (string | {
|
|
346
|
-
[x: string]: boolean;
|
|
347
|
-
} | (string | {
|
|
348
|
-
[x: string]: boolean;
|
|
349
|
-
} | (string | {
|
|
350
|
-
[x: string]: boolean;
|
|
351
|
-
} | (string | {
|
|
352
|
-
[x: string]: boolean;
|
|
353
|
-
} | (string | {
|
|
354
|
-
[x: string]: boolean;
|
|
355
|
-
} | (string | {
|
|
356
|
-
[x: string]: boolean;
|
|
357
|
-
} | (string | {
|
|
358
|
-
[x: string]: boolean;
|
|
359
|
-
} | (string | {
|
|
360
|
-
[x: string]: boolean;
|
|
361
|
-
} | (string | {
|
|
362
|
-
[x: string]: boolean;
|
|
363
|
-
} | (string | {
|
|
364
|
-
[x: string]: boolean;
|
|
365
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
366
|
-
[x: string]: boolean;
|
|
367
|
-
} | (string | {
|
|
368
|
-
[x: string]: boolean;
|
|
369
|
-
} | (string | {
|
|
370
|
-
[x: string]: boolean;
|
|
371
|
-
} | (string | {
|
|
372
|
-
[x: string]: boolean;
|
|
373
|
-
} | (string | {
|
|
374
|
-
[x: string]: boolean;
|
|
375
|
-
} | (string | {
|
|
376
|
-
[x: string]: boolean;
|
|
377
|
-
} | (string | {
|
|
378
|
-
[x: string]: boolean;
|
|
379
|
-
} | (string | {
|
|
380
|
-
[x: string]: boolean;
|
|
381
|
-
} | (string | {
|
|
382
|
-
[x: string]: boolean;
|
|
383
|
-
} | (string | {
|
|
384
|
-
[x: string]: boolean;
|
|
385
|
-
} | (string | {
|
|
386
|
-
[x: string]: boolean;
|
|
387
|
-
} | (string | {
|
|
388
|
-
[x: string]: boolean;
|
|
389
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
390
|
-
[x: string]: boolean;
|
|
391
|
-
} | (string | {
|
|
392
|
-
[x: string]: boolean;
|
|
393
|
-
} | (string | {
|
|
394
|
-
[x: string]: boolean;
|
|
395
|
-
} | (string | {
|
|
396
|
-
[x: string]: boolean;
|
|
397
|
-
} | (string | {
|
|
398
|
-
[x: string]: boolean;
|
|
399
|
-
} | (string | {
|
|
400
|
-
[x: string]: boolean;
|
|
401
|
-
} | (string | {
|
|
402
|
-
[x: string]: boolean;
|
|
403
|
-
} | (string | {
|
|
404
|
-
[x: string]: boolean;
|
|
405
|
-
} | (string | {
|
|
406
|
-
[x: string]: boolean;
|
|
407
|
-
} | (string | {
|
|
408
|
-
[x: string]: boolean;
|
|
409
|
-
} | (string | {
|
|
410
|
-
[x: string]: boolean;
|
|
411
|
-
} | (string | {
|
|
412
|
-
[x: string]: boolean;
|
|
413
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
414
|
-
readonly required: false;
|
|
415
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
416
|
-
__epPropKey: true;
|
|
417
|
-
};
|
|
418
|
-
readonly popperStyle: {
|
|
419
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(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))[], unknown, unknown>>;
|
|
420
|
-
readonly required: false;
|
|
421
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
-
__epPropKey: true;
|
|
423
|
-
};
|
|
424
|
-
readonly format: StringConstructor;
|
|
425
|
-
readonly valueFormat: StringConstructor;
|
|
426
|
-
readonly dateFormat: StringConstructor;
|
|
427
|
-
readonly timeFormat: StringConstructor;
|
|
428
|
-
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
429
|
-
readonly clearIcon: {
|
|
430
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
431
|
-
readonly required: false;
|
|
432
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
-
__epPropKey: true;
|
|
434
|
-
};
|
|
435
|
-
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
436
|
-
readonly prefixIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, "", boolean>;
|
|
437
|
-
readonly size: {
|
|
438
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
439
|
-
readonly required: false;
|
|
440
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
|
-
__epPropKey: true;
|
|
442
|
-
};
|
|
443
|
-
readonly readonly: BooleanConstructor;
|
|
444
|
-
readonly disabled: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
445
|
-
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
446
|
-
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>;
|
|
447
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
448
|
-
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
449
|
-
readonly startPlaceholder: StringConstructor;
|
|
450
|
-
readonly endPlaceholder: StringConstructor;
|
|
451
|
-
readonly defaultValue: {
|
|
452
|
-
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>>;
|
|
453
|
-
readonly required: false;
|
|
454
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
-
__epPropKey: true;
|
|
456
|
-
};
|
|
457
|
-
readonly defaultTime: {
|
|
458
|
-
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>>;
|
|
459
|
-
readonly required: false;
|
|
460
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
461
|
-
__epPropKey: true;
|
|
462
|
-
};
|
|
463
|
-
readonly isRange: BooleanConstructor;
|
|
464
|
-
}>> & {
|
|
465
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
466
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
467
|
-
readonly disabled: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
468
|
-
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
469
|
-
readonly type: import('element-plus/es/utils').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))[], unknown, unknown>;
|
|
470
|
-
readonly placeholder: string;
|
|
471
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import('element-plus').ModelValueType | null))[], unknown, unknown>;
|
|
472
|
-
readonly placement: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "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[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], import('element-plus').Placement, unknown>;
|
|
473
|
-
readonly valueOnClear: import('element-plus/es/utils').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))[], unknown, unknown>;
|
|
474
|
-
readonly prefixIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
475
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
476
|
-
readonly readonly: boolean;
|
|
477
|
-
readonly clearable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
478
|
-
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
479
|
-
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
480
|
-
readonly automaticDropdown: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
481
|
-
readonly editable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
482
|
-
readonly rangeSeparator: string;
|
|
483
|
-
readonly shortcuts: unknown[];
|
|
484
|
-
readonly showNow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
485
|
-
readonly showConfirm: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
486
|
-
readonly showFooter: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
487
|
-
readonly showWeekNumber: boolean;
|
|
488
|
-
readonly arrowControl: boolean;
|
|
489
|
-
readonly unlinkPanels: boolean;
|
|
490
|
-
readonly isRange: boolean;
|
|
491
|
-
}> | null;
|
|
492
|
-
}, any, import('vue').ComponentProvideOptions, {
|
|
493
|
-
P: {};
|
|
494
|
-
B: {};
|
|
495
|
-
D: {};
|
|
496
|
-
C: {};
|
|
497
|
-
M: {};
|
|
498
|
-
Defaults: {};
|
|
499
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
500
|
-
open: (option: any) => void;
|
|
501
|
-
close: () => void;
|
|
502
|
-
refresh: () => void;
|
|
503
|
-
}, {}, {}, {}, {}> | null;
|
|
504
|
-
}, HTMLDivElement>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
505
13
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
imgContent: string;
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
4
|
closeImg: (...args: any[]) => void;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
6
|
+
imgContent: string;
|
|
7
|
+
}> & Readonly<{
|
|
7
8
|
onCloseImg?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
10
|
export default _default;
|
|
@@ -2,5 +2,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
2
2
|
componentId?: any;
|
|
3
3
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
4
4
|
componentId?: any;
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -6,5 +6,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
6
|
componentId?: any;
|
|
7
7
|
}> & Readonly<{
|
|
8
8
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
}> & Readonly<{
|
|
11
11
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
@@ -8,5 +8,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
8
8
|
}> & Readonly<{
|
|
9
9
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { InstructionContent } from '../../utils/eventBus';
|
|
2
|
-
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
instruction?: InstructionContent | undefined;
|
|
4
4
|
componentId: number;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
6
|
closePanel: (...args: any[]) => void;
|
|
8
7
|
emitHandler: (...args: any[]) => void;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
+
instruction?: InstructionContent | undefined;
|
|
10
|
+
componentId: number;
|
|
11
|
+
}> & Readonly<{
|
|
10
12
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
11
13
|
onEmitHandler?: ((...args: any[]) => any) | undefined;
|
|
12
14
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|