@yimou6/common-ui 1.13.18 → 1.13.20
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/cdn/index.cdn.js +25 -25
- package/cdn/index.cdn.js.map +1 -1
- package/cdn/index.cdn.mjs +19 -19
- package/cdn/index.cdn.mjs.map +1 -1
- package/cdn/index.css +1 -1
- package/es/components/geoMark/index.d.ts +733 -0
- package/es/components/geoMark/index.mjs +9 -0
- package/es/components/geoMark/index.mjs.map +1 -0
- package/es/components/geoMark/src/DragIcon.vue.d.ts +77 -0
- package/es/components/geoMark/src/DragIcon.vue.mjs +6 -0
- package/es/components/geoMark/src/DragIcon.vue.mjs.map +1 -0
- package/es/components/geoMark/src/DragIcon.vue2.mjs +67 -0
- package/es/components/geoMark/src/DragIcon.vue2.mjs.map +1 -0
- package/es/components/geoMark/src/assets//344/277/235/345/255/230.png.mjs +4 -0
- package/es/components/geoMark/src/assets//344/277/235/345/255/230.png.mjs.map +1 -0
- package/es/components/geoMark/src/assets//345/210/240/351/231/244.png.mjs +4 -0
- package/es/components/geoMark/src/assets//345/210/240/351/231/244.png.mjs.map +1 -0
- package/es/components/geoMark/src/assets//347/274/226/350/276/221.png.mjs +4 -0
- package/es/components/geoMark/src/assets//347/274/226/350/276/221.png.mjs.map +1 -0
- package/es/components/geoMark/src/assets//351/242/234/350/211/262.png.mjs +4 -0
- package/es/components/geoMark/src/assets//351/242/234/350/211/262.png.mjs.map +1 -0
- package/es/components/geoMark/src/default.png.mjs +4 -0
- package/es/components/geoMark/src/default.png.mjs.map +1 -0
- package/es/components/geoMark/src/floorRight/floor.vue.d.ts +15 -0
- package/es/components/geoMark/src/floorRight/floor.vue.mjs +6 -0
- package/es/components/geoMark/src/floorRight/floor.vue.mjs.map +1 -0
- package/es/components/geoMark/src/floorRight/floor.vue2.mjs +119 -0
- package/es/components/geoMark/src/floorRight/floor.vue2.mjs.map +1 -0
- package/es/components/geoMark/src/geoMark.d.ts +164 -0
- package/es/components/geoMark/src/geoMark.mjs +6 -0
- package/es/components/geoMark/src/geoMark.mjs.map +1 -0
- package/es/components/geoMark/src/geoMark.vue.d.ts +734 -0
- package/es/components/geoMark/src/geoMark.vue.mjs +6 -0
- package/es/components/geoMark/src/geoMark.vue.mjs.map +1 -0
- package/es/components/geoMark/src/geoMark.vue2.mjs +1425 -0
- package/es/components/geoMark/src/geoMark.vue2.mjs.map +1 -0
- package/es/components/geoMark/src/openMap.vue.d.ts +326 -0
- package/es/components/geoMark/src/openMap.vue.mjs +6 -0
- package/es/components/geoMark/src/openMap.vue.mjs.map +1 -0
- package/es/components/geoMark/src/openMap.vue2.mjs +422 -0
- package/es/components/geoMark/src/openMap.vue2.mjs.map +1 -0
- package/es/components/geoMark/src/waring.png.mjs +4 -0
- package/es/components/geoMark/src/waring.png.mjs.map +1 -0
- package/es/components/geoMark/src//346/226/260/345/274/271/346/241/206.png.mjs +4 -0
- package/es/components/geoMark/src//346/226/260/345/274/271/346/241/206.png.mjs.map +1 -0
- package/es/components/geoMark/src//347/201/255/347/201/253/345/231/250.png.mjs +4 -0
- package/es/components/geoMark/src//347/201/255/347/201/253/345/231/250.png.mjs.map +1 -0
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +2 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/map/index.d.ts +4 -1
- package/es/components/map/src/map.vue.d.ts +4 -1
- package/es/components/map/src/map.vue2.mjs +106 -221
- package/es/components/map/src/map.vue2.mjs.map +1 -1
- package/es/components/tzj-player/index.d.ts +10 -0
- package/es/components/tzj-player/src/ctyun-player.vue.d.ts +2 -0
- package/es/components/tzj-player/src/easyPlayer.vue.d.ts +2 -0
- package/es/components/tzj-player/src/easyPlayer.vue2.mjs +61 -37
- package/es/components/tzj-player/src/easyPlayer.vue2.mjs.map +1 -1
- package/es/components/tzj-player/src/tzj-player.vue.d.ts +10 -0
- package/es/components/tzj-player/src/yunzhiyanPlayer.vue.d.ts +2 -0
- package/es/index.mjs +2 -0
- package/es/index.mjs.map +1 -1
- package/es/installer.mjs +3 -1
- package/es/installer.mjs.map +1 -1
- package/global.d.ts +5 -0
- package/lib/components/geoMark/index.d.ts +733 -0
- package/lib/components/geoMark/index.js +15 -0
- package/lib/components/geoMark/index.js.map +1 -0
- package/lib/components/geoMark/src/DragIcon.vue.d.ts +77 -0
- package/lib/components/geoMark/src/DragIcon.vue.js +10 -0
- package/lib/components/geoMark/src/DragIcon.vue.js.map +1 -0
- package/lib/components/geoMark/src/DragIcon.vue2.js +71 -0
- package/lib/components/geoMark/src/DragIcon.vue2.js.map +1 -0
- package/lib/components/geoMark/src/assets//344/277/235/345/255/230.png.js +8 -0
- package/lib/components/geoMark/src/assets//344/277/235/345/255/230.png.js.map +1 -0
- package/lib/components/geoMark/src/assets//345/210/240/351/231/244.png.js +8 -0
- package/lib/components/geoMark/src/assets//345/210/240/351/231/244.png.js.map +1 -0
- package/lib/components/geoMark/src/assets//347/274/226/350/276/221.png.js +8 -0
- package/lib/components/geoMark/src/assets//347/274/226/350/276/221.png.js.map +1 -0
- package/lib/components/geoMark/src/assets//351/242/234/350/211/262.png.js +8 -0
- package/lib/components/geoMark/src/assets//351/242/234/350/211/262.png.js.map +1 -0
- package/lib/components/geoMark/src/default.png.js +8 -0
- package/lib/components/geoMark/src/default.png.js.map +1 -0
- package/lib/components/geoMark/src/floorRight/floor.vue.d.ts +15 -0
- package/lib/components/geoMark/src/floorRight/floor.vue.js +10 -0
- package/lib/components/geoMark/src/floorRight/floor.vue.js.map +1 -0
- package/lib/components/geoMark/src/floorRight/floor.vue2.js +123 -0
- package/lib/components/geoMark/src/floorRight/floor.vue2.js.map +1 -0
- package/lib/components/geoMark/src/geoMark.d.ts +164 -0
- package/lib/components/geoMark/src/geoMark.js +8 -0
- package/lib/components/geoMark/src/geoMark.js.map +1 -0
- package/lib/components/geoMark/src/geoMark.vue.d.ts +734 -0
- package/lib/components/geoMark/src/geoMark.vue.js +10 -0
- package/lib/components/geoMark/src/geoMark.vue.js.map +1 -0
- package/lib/components/geoMark/src/geoMark.vue2.js +1429 -0
- package/lib/components/geoMark/src/geoMark.vue2.js.map +1 -0
- package/lib/components/geoMark/src/openMap.vue.d.ts +326 -0
- package/lib/components/geoMark/src/openMap.vue.js +10 -0
- package/lib/components/geoMark/src/openMap.vue.js.map +1 -0
- package/lib/components/geoMark/src/openMap.vue2.js +426 -0
- package/lib/components/geoMark/src/openMap.vue2.js.map +1 -0
- package/lib/components/geoMark/src/waring.png.js +8 -0
- package/lib/components/geoMark/src/waring.png.js.map +1 -0
- package/lib/components/geoMark/src//346/226/260/345/274/271/346/241/206.png.js +8 -0
- package/lib/components/geoMark/src//346/226/260/345/274/271/346/241/206.png.js.map +1 -0
- package/lib/components/geoMark/src//347/201/255/347/201/253/345/231/250.png.js +8 -0
- package/lib/components/geoMark/src//347/201/255/347/201/253/345/231/250.png.js.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +4 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/map/index.d.ts +4 -1
- package/lib/components/map/src/map.vue.d.ts +4 -1
- package/lib/components/map/src/map.vue2.js +105 -220
- package/lib/components/map/src/map.vue2.js.map +1 -1
- package/lib/components/tzj-player/index.d.ts +10 -0
- package/lib/components/tzj-player/src/ctyun-player.vue.d.ts +2 -0
- package/lib/components/tzj-player/src/easyPlayer.vue.d.ts +2 -0
- package/lib/components/tzj-player/src/easyPlayer.vue2.js +60 -36
- package/lib/components/tzj-player/src/easyPlayer.vue2.js.map +1 -1
- package/lib/components/tzj-player/src/tzj-player.vue.d.ts +10 -0
- package/lib/components/tzj-player/src/yunzhiyanPlayer.vue.d.ts +2 -0
- package/lib/index.js +8 -4
- package/lib/index.js.map +1 -1
- package/lib/installer.js +3 -1
- package/lib/installer.js.map +1 -1
- package/package.json +3 -1
- package/theme-default/i-geo-mark.css +1 -0
- package/theme-default/i-map.css +1 -1
- package/theme-default/index.css +1 -1
|
@@ -0,0 +1,734 @@
|
|
|
1
|
+
import Style from "ol/style/Style";
|
|
2
|
+
import type { ConfigBottomBarItem, ConfigIcon, ConfigTopBarItem, Device, DragEvent, DrawEvent, FeatureTypeEnum, Floor, MenuItem, OpenLayersFeature, OpenParams, OptionType, QueryDeviceListType } from "./geoMark";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
type: {
|
|
5
|
+
type: import("vue").PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
}>, {
|
|
9
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
type: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
onCloseMain?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onSaveMain?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}> & {}>;
|
|
18
|
+
emit: (event: "closeMain" | "saveMain", ...args: any[]) => void;
|
|
19
|
+
activatedPositionOverlayWaring: import("vue").Ref<number[], number[]>;
|
|
20
|
+
drawInteraction: import("vue").Ref<any, any>;
|
|
21
|
+
modifyInteraction: import("vue").Ref<any, any>;
|
|
22
|
+
translateInteraction: import("vue").Ref<any, any>;
|
|
23
|
+
currentDrawType: import("vue").Ref<string, string>;
|
|
24
|
+
activatedList: import("vue").Ref<boolean, boolean>;
|
|
25
|
+
activatedFold: import("vue").Ref<boolean, boolean>;
|
|
26
|
+
FnUpdateActivatedFold: () => void;
|
|
27
|
+
listFloor: import("vue").Ref<{
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
floor: string | number;
|
|
30
|
+
bucketName?: string | undefined;
|
|
31
|
+
geojson?: any;
|
|
32
|
+
videoGeoJson?: any;
|
|
33
|
+
facilityGeoJson?: any;
|
|
34
|
+
}[], Floor[] | {
|
|
35
|
+
[x: string]: any;
|
|
36
|
+
floor: string | number;
|
|
37
|
+
bucketName?: string | undefined;
|
|
38
|
+
geojson?: any;
|
|
39
|
+
videoGeoJson?: any;
|
|
40
|
+
facilityGeoJson?: any;
|
|
41
|
+
}[]>;
|
|
42
|
+
listDevice: import("vue").Ref<{
|
|
43
|
+
[x: string]: any;
|
|
44
|
+
code: string;
|
|
45
|
+
deviceType?: string | undefined;
|
|
46
|
+
deviceTypeName?: string | undefined;
|
|
47
|
+
videoName?: string | undefined;
|
|
48
|
+
remark?: string | undefined;
|
|
49
|
+
floor?: (string | number) | undefined;
|
|
50
|
+
}[], Device[] | {
|
|
51
|
+
[x: string]: any;
|
|
52
|
+
code: string;
|
|
53
|
+
deviceType?: string | undefined;
|
|
54
|
+
deviceTypeName?: string | undefined;
|
|
55
|
+
videoName?: string | undefined;
|
|
56
|
+
remark?: string | undefined;
|
|
57
|
+
floor?: (string | number) | undefined;
|
|
58
|
+
}[]>;
|
|
59
|
+
listAllDevice: import("vue").Ref<{
|
|
60
|
+
[x: string]: any;
|
|
61
|
+
code: string;
|
|
62
|
+
deviceType?: string | undefined;
|
|
63
|
+
deviceTypeName?: string | undefined;
|
|
64
|
+
videoName?: string | undefined;
|
|
65
|
+
remark?: string | undefined;
|
|
66
|
+
floor?: (string | number) | undefined;
|
|
67
|
+
}[], Device[] | {
|
|
68
|
+
[x: string]: any;
|
|
69
|
+
code: string;
|
|
70
|
+
deviceType?: string | undefined;
|
|
71
|
+
deviceTypeName?: string | undefined;
|
|
72
|
+
videoName?: string | undefined;
|
|
73
|
+
remark?: string | undefined;
|
|
74
|
+
floor?: (string | number) | undefined;
|
|
75
|
+
}[]>;
|
|
76
|
+
list_title: import("vue").Ref<string, string>;
|
|
77
|
+
configIcon: import("vue").Ref<ConfigIcon, ConfigIcon>;
|
|
78
|
+
configTopBar: import("vue").Ref<{
|
|
79
|
+
name: string;
|
|
80
|
+
icon: string;
|
|
81
|
+
value: string;
|
|
82
|
+
}[], ConfigTopBarItem[] | {
|
|
83
|
+
name: string;
|
|
84
|
+
icon: string;
|
|
85
|
+
value: string;
|
|
86
|
+
}[]>;
|
|
87
|
+
configBottomBar: import("vue").Ref<{
|
|
88
|
+
name: string;
|
|
89
|
+
icon: string;
|
|
90
|
+
}[], ConfigBottomBarItem[] | {
|
|
91
|
+
name: string;
|
|
92
|
+
icon: string;
|
|
93
|
+
}[]>;
|
|
94
|
+
configBottomBar2: import("vue").Ref<{
|
|
95
|
+
name: string;
|
|
96
|
+
icon: string;
|
|
97
|
+
}[], ConfigBottomBarItem[] | {
|
|
98
|
+
name: string;
|
|
99
|
+
icon: string;
|
|
100
|
+
}[]>;
|
|
101
|
+
activatedMode: import("vue").ComputedRef<string>;
|
|
102
|
+
activatedBottomBar: import("vue").Ref<string, string>;
|
|
103
|
+
activatedFloor: import("vue").Ref<Floor | undefined, Floor | undefined>;
|
|
104
|
+
refFloor: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
105
|
+
onChangeFloor?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
}>, {
|
|
107
|
+
emit: (event: "changeFloor", ...args: any[]) => void;
|
|
108
|
+
ElScrollbar: any;
|
|
109
|
+
floorData: import("vue").Ref<any[], any[]>;
|
|
110
|
+
scrollbar: import("vue").Ref<any, any>;
|
|
111
|
+
list: import("vue").Ref<any, any>;
|
|
112
|
+
itemRefs: import("vue").Ref<any[], any[]>;
|
|
113
|
+
setItemRef: (el: any) => void;
|
|
114
|
+
clickFloor: (index: number, item: any) => void;
|
|
115
|
+
scrollToIndex: (index: number) => void;
|
|
116
|
+
init: (listFloor: any[], defaultFloor: any) => void;
|
|
117
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeFloor"[], import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
118
|
+
P: {};
|
|
119
|
+
B: {};
|
|
120
|
+
D: {};
|
|
121
|
+
C: {};
|
|
122
|
+
M: {};
|
|
123
|
+
Defaults: {};
|
|
124
|
+
}, Readonly<{}> & Readonly<{
|
|
125
|
+
onChangeFloor?: ((...args: any[]) => any) | undefined;
|
|
126
|
+
}>, {
|
|
127
|
+
emit: (event: "changeFloor", ...args: any[]) => void;
|
|
128
|
+
ElScrollbar: any;
|
|
129
|
+
floorData: import("vue").Ref<any[], any[]>;
|
|
130
|
+
scrollbar: import("vue").Ref<any, any>;
|
|
131
|
+
list: import("vue").Ref<any, any>;
|
|
132
|
+
itemRefs: import("vue").Ref<any[], any[]>;
|
|
133
|
+
setItemRef: (el: any) => void;
|
|
134
|
+
clickFloor: (index: number, item: any) => void;
|
|
135
|
+
scrollToIndex: (index: number) => void;
|
|
136
|
+
init: (listFloor: any[], defaultFloor: any) => void;
|
|
137
|
+
}, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
138
|
+
onChangeFloor?: ((...args: any[]) => any) | undefined;
|
|
139
|
+
}>, {
|
|
140
|
+
emit: (event: "changeFloor", ...args: any[]) => void;
|
|
141
|
+
ElScrollbar: any;
|
|
142
|
+
floorData: import("vue").Ref<any[], any[]>;
|
|
143
|
+
scrollbar: import("vue").Ref<any, any>;
|
|
144
|
+
list: import("vue").Ref<any, any>;
|
|
145
|
+
itemRefs: import("vue").Ref<any[], any[]>;
|
|
146
|
+
setItemRef: (el: any) => void;
|
|
147
|
+
clickFloor: (index: number, item: any) => void;
|
|
148
|
+
scrollToIndex: (index: number) => void;
|
|
149
|
+
init: (listFloor: any[], defaultFloor: any) => void;
|
|
150
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeFloor"[], import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
151
|
+
P: {};
|
|
152
|
+
B: {};
|
|
153
|
+
D: {};
|
|
154
|
+
C: {};
|
|
155
|
+
M: {};
|
|
156
|
+
Defaults: {};
|
|
157
|
+
}, Readonly<{}> & Readonly<{
|
|
158
|
+
onChangeFloor?: ((...args: any[]) => any) | undefined;
|
|
159
|
+
}>, {
|
|
160
|
+
emit: (event: "changeFloor", ...args: any[]) => void;
|
|
161
|
+
ElScrollbar: any;
|
|
162
|
+
floorData: import("vue").Ref<any[], any[]>;
|
|
163
|
+
scrollbar: import("vue").Ref<any, any>;
|
|
164
|
+
list: import("vue").Ref<any, any>;
|
|
165
|
+
itemRefs: import("vue").Ref<any[], any[]>;
|
|
166
|
+
setItemRef: (el: any) => void;
|
|
167
|
+
clickFloor: (index: number, item: any) => void;
|
|
168
|
+
scrollToIndex: (index: number) => void;
|
|
169
|
+
init: (listFloor: any[], defaultFloor: any) => void;
|
|
170
|
+
}, {}, {}, {}, {}> | null>;
|
|
171
|
+
alarmType: import("vue").Ref<string, string>;
|
|
172
|
+
filtrationType: import("vue").Ref<FeatureTypeEnum[], FeatureTypeEnum[]>;
|
|
173
|
+
_waring: import("vue").Ref<string | number | null, string | number | null>;
|
|
174
|
+
hasWaring: import("vue").ComputedRef<boolean>;
|
|
175
|
+
isWaringCode: (code: unknown) => boolean;
|
|
176
|
+
imgUrl: import("vue").Ref<string, string>;
|
|
177
|
+
rrefMap: import("vue").Ref<any, any>;
|
|
178
|
+
mapReady: import("vue").Ref<boolean, boolean>;
|
|
179
|
+
pendingInit: import("vue").Ref<{
|
|
180
|
+
[x: string]: any;
|
|
181
|
+
floor: string | number;
|
|
182
|
+
bucketName?: string | undefined;
|
|
183
|
+
geojson?: any;
|
|
184
|
+
videoGeoJson?: any;
|
|
185
|
+
facilityGeoJson?: any;
|
|
186
|
+
} | null, Floor | {
|
|
187
|
+
[x: string]: any;
|
|
188
|
+
floor: string | number;
|
|
189
|
+
bucketName?: string | undefined;
|
|
190
|
+
geojson?: any;
|
|
191
|
+
videoGeoJson?: any;
|
|
192
|
+
facilityGeoJson?: any;
|
|
193
|
+
} | null>;
|
|
194
|
+
activatedPositionOverlay: import("vue").Ref<number[], number[]>;
|
|
195
|
+
activatedPropertiesOverlay: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
|
196
|
+
activatedArrayFeatures: import("vue").Ref<any[], any[]>;
|
|
197
|
+
activatedFeature: import("vue").Ref<any, any>;
|
|
198
|
+
move1: import("vue").Ref<number[], number[]>;
|
|
199
|
+
defaultColor: import("vue").Ref<string, string>;
|
|
200
|
+
colorList: import("vue").Ref<{
|
|
201
|
+
name: string;
|
|
202
|
+
value: string;
|
|
203
|
+
}[], {
|
|
204
|
+
name: string;
|
|
205
|
+
value: string;
|
|
206
|
+
}[] | {
|
|
207
|
+
name: string;
|
|
208
|
+
value: string;
|
|
209
|
+
}[]>;
|
|
210
|
+
center: import("vue").Ref<number[], number[]>;
|
|
211
|
+
zoom: import("vue").Ref<number, number>;
|
|
212
|
+
projection: import("vue").Ref<string, string>;
|
|
213
|
+
size: import("vue").Ref<number[], number[]>;
|
|
214
|
+
extent: import("vue").Ref<number[], number[]>;
|
|
215
|
+
configOptionsDeviceType: import("vue").Ref<{
|
|
216
|
+
label: string;
|
|
217
|
+
value: string;
|
|
218
|
+
key: string;
|
|
219
|
+
}[], OptionType[] | {
|
|
220
|
+
label: string;
|
|
221
|
+
value: string;
|
|
222
|
+
key: string;
|
|
223
|
+
}[]>;
|
|
224
|
+
configOptionsDeviceModel: import("vue").Ref<{
|
|
225
|
+
label: string;
|
|
226
|
+
value: string;
|
|
227
|
+
key: string;
|
|
228
|
+
}[], OptionType[] | {
|
|
229
|
+
label: string;
|
|
230
|
+
value: string;
|
|
231
|
+
key: string;
|
|
232
|
+
}[]>;
|
|
233
|
+
configOptionsManufacturer: import("vue").Ref<{
|
|
234
|
+
label: string;
|
|
235
|
+
value: string;
|
|
236
|
+
key: string;
|
|
237
|
+
}[], OptionType[] | {
|
|
238
|
+
label: string;
|
|
239
|
+
value: string;
|
|
240
|
+
key: string;
|
|
241
|
+
}[]>;
|
|
242
|
+
queryDeviceList: import("vue").Ref<{
|
|
243
|
+
activatedDeviceType: string;
|
|
244
|
+
activatedManufacturer: string;
|
|
245
|
+
activatedDeviceModel: string;
|
|
246
|
+
}, QueryDeviceListType | {
|
|
247
|
+
activatedDeviceType: string;
|
|
248
|
+
activatedManufacturer: string;
|
|
249
|
+
activatedDeviceModel: string;
|
|
250
|
+
}>;
|
|
251
|
+
activatedDragItem: import("vue").Ref<Device | undefined, Device | undefined>;
|
|
252
|
+
deviceTypeSet: Set<string>;
|
|
253
|
+
manufacturerSet: Set<string>;
|
|
254
|
+
deviceModelSet: Set<string>;
|
|
255
|
+
createAdvancedStyle: (_feature: OpenLayersFeature) => Style[];
|
|
256
|
+
initAdvancedModify: () => void;
|
|
257
|
+
initTranslate: () => void;
|
|
258
|
+
initDraw: (type?: string) => void;
|
|
259
|
+
open: (params?: OpenParams) => Promise<void>;
|
|
260
|
+
handleMapReady: () => void;
|
|
261
|
+
locateWaringFeature: (centerOnWarning: boolean) => void;
|
|
262
|
+
loadFeaturesAndHandleWarning: (geojson: any, centerOnWarning?: boolean) => void;
|
|
263
|
+
initMap: (defaultFloor: Floor) => Promise<void>;
|
|
264
|
+
imageDimensionsCache: Map<string, {
|
|
265
|
+
width: number;
|
|
266
|
+
height: number;
|
|
267
|
+
}>;
|
|
268
|
+
getImageDimensions: (imageUrl: string) => Promise<{
|
|
269
|
+
width: number;
|
|
270
|
+
height: number;
|
|
271
|
+
}>;
|
|
272
|
+
loadingSource: (data: Floor, centerOnWarning?: boolean) => Promise<void>;
|
|
273
|
+
FnUpdateFloor: (item: Floor) => void;
|
|
274
|
+
FnUpdateDrawFeature2: (event: DrawEvent) => void;
|
|
275
|
+
FnUpdateDrawFeature: (event: DrawEvent) => void;
|
|
276
|
+
FnOverrideStyle: (feature: OpenLayersFeature, style: any) => any;
|
|
277
|
+
deleteFeature: (feature: OpenLayersFeature) => void;
|
|
278
|
+
updateFeatureStyle: (feature?: any, isSelected?: boolean, _offset?: number) => void;
|
|
279
|
+
FnSetColor: (color: string) => void;
|
|
280
|
+
handlerChecked: (key: string) => void;
|
|
281
|
+
dragStart: (item: Device) => void;
|
|
282
|
+
dragEnd: (evt: DragEvent) => void;
|
|
283
|
+
listUnitDevice: import("vue").ComputedRef<{
|
|
284
|
+
[x: string]: any;
|
|
285
|
+
code: string;
|
|
286
|
+
deviceType?: string | undefined;
|
|
287
|
+
deviceTypeName?: string | undefined;
|
|
288
|
+
videoName?: string | undefined;
|
|
289
|
+
remark?: string | undefined;
|
|
290
|
+
floor?: (string | number) | undefined;
|
|
291
|
+
}[]>;
|
|
292
|
+
FnCloseMain: () => void;
|
|
293
|
+
FnSaveMain: () => void;
|
|
294
|
+
configMenuItems: import("vue").Ref<{
|
|
295
|
+
text: string;
|
|
296
|
+
icon: string;
|
|
297
|
+
callback: (val: any) => void;
|
|
298
|
+
classname?: string | undefined;
|
|
299
|
+
}[], MenuItem[] | {
|
|
300
|
+
text: string;
|
|
301
|
+
icon: string;
|
|
302
|
+
callback: (val: any) => void;
|
|
303
|
+
classname?: string | undefined;
|
|
304
|
+
}[]>;
|
|
305
|
+
readonly defaultImage: string;
|
|
306
|
+
DragIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
307
|
+
icon: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
required: true;
|
|
310
|
+
};
|
|
311
|
+
item: {
|
|
312
|
+
type: ObjectConstructor;
|
|
313
|
+
required: true;
|
|
314
|
+
};
|
|
315
|
+
mapRef: {
|
|
316
|
+
type: ObjectConstructor;
|
|
317
|
+
required: true;
|
|
318
|
+
};
|
|
319
|
+
move1: {
|
|
320
|
+
type: ObjectConstructor;
|
|
321
|
+
required: true;
|
|
322
|
+
};
|
|
323
|
+
onDrop: {
|
|
324
|
+
type: FunctionConstructor;
|
|
325
|
+
required: false;
|
|
326
|
+
};
|
|
327
|
+
}>, {
|
|
328
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
329
|
+
icon: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
required: true;
|
|
332
|
+
};
|
|
333
|
+
item: {
|
|
334
|
+
type: ObjectConstructor;
|
|
335
|
+
required: true;
|
|
336
|
+
};
|
|
337
|
+
mapRef: {
|
|
338
|
+
type: ObjectConstructor;
|
|
339
|
+
required: true;
|
|
340
|
+
};
|
|
341
|
+
move1: {
|
|
342
|
+
type: ObjectConstructor;
|
|
343
|
+
required: true;
|
|
344
|
+
};
|
|
345
|
+
onDrop: {
|
|
346
|
+
type: FunctionConstructor;
|
|
347
|
+
required: false;
|
|
348
|
+
};
|
|
349
|
+
}>> & Readonly<{
|
|
350
|
+
onDragend?: ((...args: any[]) => any) | undefined;
|
|
351
|
+
onDragstart?: ((...args: any[]) => any) | undefined;
|
|
352
|
+
}> & {}>;
|
|
353
|
+
emit: (event: "dragend" | "dragstart", ...args: any[]) => void;
|
|
354
|
+
activatedDragItem: import("vue").Ref<any, any>;
|
|
355
|
+
handleDragStart: (evt: globalThis.DragEvent) => void;
|
|
356
|
+
handleDragEnd: (evt: globalThis.DragEvent) => void;
|
|
357
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dragend" | "dragstart")[], "dragend" | "dragstart", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
358
|
+
icon: {
|
|
359
|
+
type: StringConstructor;
|
|
360
|
+
required: true;
|
|
361
|
+
};
|
|
362
|
+
item: {
|
|
363
|
+
type: ObjectConstructor;
|
|
364
|
+
required: true;
|
|
365
|
+
};
|
|
366
|
+
mapRef: {
|
|
367
|
+
type: ObjectConstructor;
|
|
368
|
+
required: true;
|
|
369
|
+
};
|
|
370
|
+
move1: {
|
|
371
|
+
type: ObjectConstructor;
|
|
372
|
+
required: true;
|
|
373
|
+
};
|
|
374
|
+
onDrop: {
|
|
375
|
+
type: FunctionConstructor;
|
|
376
|
+
required: false;
|
|
377
|
+
};
|
|
378
|
+
}>> & Readonly<{
|
|
379
|
+
onDragend?: ((...args: any[]) => any) | undefined;
|
|
380
|
+
onDragstart?: ((...args: any[]) => any) | undefined;
|
|
381
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
382
|
+
FloorMark: import("vue").DefineComponent<{}, {
|
|
383
|
+
emit: (event: "changeFloor", ...args: any[]) => void;
|
|
384
|
+
ElScrollbar: any;
|
|
385
|
+
floorData: import("vue").Ref<any[], any[]>;
|
|
386
|
+
scrollbar: import("vue").Ref<any, any>;
|
|
387
|
+
list: import("vue").Ref<any, any>;
|
|
388
|
+
itemRefs: import("vue").Ref<any[], any[]>;
|
|
389
|
+
setItemRef: (el: any) => void;
|
|
390
|
+
clickFloor: (index: number, item: any) => void;
|
|
391
|
+
scrollToIndex: (index: number) => void;
|
|
392
|
+
init: (listFloor: any[], defaultFloor: any) => void;
|
|
393
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeFloor"[], "changeFloor", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
394
|
+
onChangeFloor?: ((...args: any[]) => any) | undefined;
|
|
395
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
396
|
+
openMapNew: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
397
|
+
apiKey: {
|
|
398
|
+
type: StringConstructor;
|
|
399
|
+
default: string;
|
|
400
|
+
};
|
|
401
|
+
center: {
|
|
402
|
+
type: ArrayConstructor;
|
|
403
|
+
default: () => number[];
|
|
404
|
+
};
|
|
405
|
+
zoom: {
|
|
406
|
+
type: NumberConstructor;
|
|
407
|
+
default: number;
|
|
408
|
+
};
|
|
409
|
+
projection: {
|
|
410
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
411
|
+
default: undefined;
|
|
412
|
+
};
|
|
413
|
+
imgUrl: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
default: string;
|
|
416
|
+
};
|
|
417
|
+
size: {
|
|
418
|
+
type: ArrayConstructor;
|
|
419
|
+
default: () => number[];
|
|
420
|
+
};
|
|
421
|
+
extent: {
|
|
422
|
+
type: ArrayConstructor;
|
|
423
|
+
default: () => number[];
|
|
424
|
+
};
|
|
425
|
+
configMenuItems: {
|
|
426
|
+
type: ArrayConstructor;
|
|
427
|
+
default: () => never[];
|
|
428
|
+
};
|
|
429
|
+
activatedBottomBar: {
|
|
430
|
+
type: StringConstructor;
|
|
431
|
+
default: string;
|
|
432
|
+
};
|
|
433
|
+
_waring: {
|
|
434
|
+
type: any;
|
|
435
|
+
default: null;
|
|
436
|
+
};
|
|
437
|
+
activatedPositionOverlayWaring: {
|
|
438
|
+
type: ArrayConstructor;
|
|
439
|
+
default: () => never[];
|
|
440
|
+
};
|
|
441
|
+
activatedPositionOverlay: {
|
|
442
|
+
type: ArrayConstructor;
|
|
443
|
+
default: () => never[];
|
|
444
|
+
};
|
|
445
|
+
activatedPropertiesOverlay: {
|
|
446
|
+
type: ObjectConstructor;
|
|
447
|
+
default: () => {};
|
|
448
|
+
};
|
|
449
|
+
list_title: {
|
|
450
|
+
type: StringConstructor;
|
|
451
|
+
default: string;
|
|
452
|
+
};
|
|
453
|
+
alarmType: {
|
|
454
|
+
type: StringConstructor;
|
|
455
|
+
default: string;
|
|
456
|
+
};
|
|
457
|
+
svgOverlay: {
|
|
458
|
+
type: StringConstructor;
|
|
459
|
+
default: string;
|
|
460
|
+
};
|
|
461
|
+
waringIcon: {
|
|
462
|
+
type: StringConstructor;
|
|
463
|
+
default: string;
|
|
464
|
+
};
|
|
465
|
+
FnUpdateDrawFeature: {
|
|
466
|
+
type: FunctionConstructor;
|
|
467
|
+
default: undefined;
|
|
468
|
+
};
|
|
469
|
+
FnUpdateDrawFeature2: {
|
|
470
|
+
type: FunctionConstructor;
|
|
471
|
+
default: undefined;
|
|
472
|
+
};
|
|
473
|
+
FnOverrideStyle: {
|
|
474
|
+
type: FunctionConstructor;
|
|
475
|
+
default: undefined;
|
|
476
|
+
};
|
|
477
|
+
}>, {
|
|
478
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
479
|
+
apiKey: {
|
|
480
|
+
type: StringConstructor;
|
|
481
|
+
default: string;
|
|
482
|
+
};
|
|
483
|
+
center: {
|
|
484
|
+
type: ArrayConstructor;
|
|
485
|
+
default: () => number[];
|
|
486
|
+
};
|
|
487
|
+
zoom: {
|
|
488
|
+
type: NumberConstructor;
|
|
489
|
+
default: number;
|
|
490
|
+
};
|
|
491
|
+
projection: {
|
|
492
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
493
|
+
default: undefined;
|
|
494
|
+
};
|
|
495
|
+
imgUrl: {
|
|
496
|
+
type: StringConstructor;
|
|
497
|
+
default: string;
|
|
498
|
+
};
|
|
499
|
+
size: {
|
|
500
|
+
type: ArrayConstructor;
|
|
501
|
+
default: () => number[];
|
|
502
|
+
};
|
|
503
|
+
extent: {
|
|
504
|
+
type: ArrayConstructor;
|
|
505
|
+
default: () => number[];
|
|
506
|
+
};
|
|
507
|
+
configMenuItems: {
|
|
508
|
+
type: ArrayConstructor;
|
|
509
|
+
default: () => never[];
|
|
510
|
+
};
|
|
511
|
+
activatedBottomBar: {
|
|
512
|
+
type: StringConstructor;
|
|
513
|
+
default: string;
|
|
514
|
+
};
|
|
515
|
+
_waring: {
|
|
516
|
+
type: any;
|
|
517
|
+
default: null;
|
|
518
|
+
};
|
|
519
|
+
activatedPositionOverlayWaring: {
|
|
520
|
+
type: ArrayConstructor;
|
|
521
|
+
default: () => never[];
|
|
522
|
+
};
|
|
523
|
+
activatedPositionOverlay: {
|
|
524
|
+
type: ArrayConstructor;
|
|
525
|
+
default: () => never[];
|
|
526
|
+
};
|
|
527
|
+
activatedPropertiesOverlay: {
|
|
528
|
+
type: ObjectConstructor;
|
|
529
|
+
default: () => {};
|
|
530
|
+
};
|
|
531
|
+
list_title: {
|
|
532
|
+
type: StringConstructor;
|
|
533
|
+
default: string;
|
|
534
|
+
};
|
|
535
|
+
alarmType: {
|
|
536
|
+
type: StringConstructor;
|
|
537
|
+
default: string;
|
|
538
|
+
};
|
|
539
|
+
svgOverlay: {
|
|
540
|
+
type: StringConstructor;
|
|
541
|
+
default: string;
|
|
542
|
+
};
|
|
543
|
+
waringIcon: {
|
|
544
|
+
type: StringConstructor;
|
|
545
|
+
default: string;
|
|
546
|
+
};
|
|
547
|
+
FnUpdateDrawFeature: {
|
|
548
|
+
type: FunctionConstructor;
|
|
549
|
+
default: undefined;
|
|
550
|
+
};
|
|
551
|
+
FnUpdateDrawFeature2: {
|
|
552
|
+
type: FunctionConstructor;
|
|
553
|
+
default: undefined;
|
|
554
|
+
};
|
|
555
|
+
FnOverrideStyle: {
|
|
556
|
+
type: FunctionConstructor;
|
|
557
|
+
default: undefined;
|
|
558
|
+
};
|
|
559
|
+
}>> & Readonly<{
|
|
560
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
561
|
+
onFeaturesChanged?: ((...args: any[]) => any) | undefined;
|
|
562
|
+
onCustomPointerMove?: ((...args: any[]) => any) | undefined;
|
|
563
|
+
onCustomContextMenu?: ((...args: any[]) => any) | undefined;
|
|
564
|
+
onCustomPostCompose?: ((...args: any[]) => any) | undefined;
|
|
565
|
+
}> & {}>;
|
|
566
|
+
emit: (event: "ready" | "featuresChanged" | "customPointerMove" | "customContextMenu" | "customPostCompose", ...args: any[]) => void;
|
|
567
|
+
OlMap: any;
|
|
568
|
+
OlOverlay: any;
|
|
569
|
+
OlView: any;
|
|
570
|
+
OlImageLayer: any;
|
|
571
|
+
OlVectorLayer: any;
|
|
572
|
+
OlSourceImageStatic: any;
|
|
573
|
+
OlSourceVector: any;
|
|
574
|
+
OlContextMenuControl: any;
|
|
575
|
+
OlZoomControl: any;
|
|
576
|
+
OlDrawInteraction: any;
|
|
577
|
+
OlModifyInteraction: any;
|
|
578
|
+
OlSnapInteraction: any;
|
|
579
|
+
OlTransformInteraction: any;
|
|
580
|
+
OlStyle: any;
|
|
581
|
+
mapRef: import("vue").Ref<any, any>;
|
|
582
|
+
viewRef: import("vue").Ref<any, any>;
|
|
583
|
+
vectorSourceRef: import("vue").Ref<any, any>;
|
|
584
|
+
drawRef: import("vue").Ref<any, any>;
|
|
585
|
+
currentImageUrl: import("vue").Ref<string, string>;
|
|
586
|
+
pixelProjection: any;
|
|
587
|
+
getVectorSource: () => any;
|
|
588
|
+
getMap: () => any;
|
|
589
|
+
getView: () => any;
|
|
590
|
+
iconColorCache: Map<string, string>;
|
|
591
|
+
iconColorPending: Set<string>;
|
|
592
|
+
STATE_COLORS: Record<string, {
|
|
593
|
+
r: number;
|
|
594
|
+
g: number;
|
|
595
|
+
b: number;
|
|
596
|
+
}>;
|
|
597
|
+
getIconMode: (state: unknown) => string | null;
|
|
598
|
+
createIcon: (src: string, scale: number, state?: unknown) => any;
|
|
599
|
+
refreshFeaturesUsingIcon: () => void;
|
|
600
|
+
processIcon: (key: string, imageSrc: string, mode: string, callback: (dataUrl: string) => void) => void;
|
|
601
|
+
clearSource: () => any;
|
|
602
|
+
addFeature: (feature: any) => any;
|
|
603
|
+
addFeatures: (features: any[]) => any;
|
|
604
|
+
removeFeature: (feature: any) => any;
|
|
605
|
+
getFeatures: () => any;
|
|
606
|
+
getZoom: () => any;
|
|
607
|
+
setZoom: (zoom: number) => any;
|
|
608
|
+
calculateAutoZoom: () => void;
|
|
609
|
+
isDrawingMode: () => boolean;
|
|
610
|
+
setDragPanActive: (active: boolean) => void;
|
|
611
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ready" | "featuresChanged" | "customPointerMove" | "customContextMenu" | "customPostCompose")[], "ready" | "featuresChanged" | "customPointerMove" | "customContextMenu" | "customPostCompose", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
612
|
+
apiKey: {
|
|
613
|
+
type: StringConstructor;
|
|
614
|
+
default: string;
|
|
615
|
+
};
|
|
616
|
+
center: {
|
|
617
|
+
type: ArrayConstructor;
|
|
618
|
+
default: () => number[];
|
|
619
|
+
};
|
|
620
|
+
zoom: {
|
|
621
|
+
type: NumberConstructor;
|
|
622
|
+
default: number;
|
|
623
|
+
};
|
|
624
|
+
projection: {
|
|
625
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
626
|
+
default: undefined;
|
|
627
|
+
};
|
|
628
|
+
imgUrl: {
|
|
629
|
+
type: StringConstructor;
|
|
630
|
+
default: string;
|
|
631
|
+
};
|
|
632
|
+
size: {
|
|
633
|
+
type: ArrayConstructor;
|
|
634
|
+
default: () => number[];
|
|
635
|
+
};
|
|
636
|
+
extent: {
|
|
637
|
+
type: ArrayConstructor;
|
|
638
|
+
default: () => number[];
|
|
639
|
+
};
|
|
640
|
+
configMenuItems: {
|
|
641
|
+
type: ArrayConstructor;
|
|
642
|
+
default: () => never[];
|
|
643
|
+
};
|
|
644
|
+
activatedBottomBar: {
|
|
645
|
+
type: StringConstructor;
|
|
646
|
+
default: string;
|
|
647
|
+
};
|
|
648
|
+
_waring: {
|
|
649
|
+
type: any;
|
|
650
|
+
default: null;
|
|
651
|
+
};
|
|
652
|
+
activatedPositionOverlayWaring: {
|
|
653
|
+
type: ArrayConstructor;
|
|
654
|
+
default: () => never[];
|
|
655
|
+
};
|
|
656
|
+
activatedPositionOverlay: {
|
|
657
|
+
type: ArrayConstructor;
|
|
658
|
+
default: () => never[];
|
|
659
|
+
};
|
|
660
|
+
activatedPropertiesOverlay: {
|
|
661
|
+
type: ObjectConstructor;
|
|
662
|
+
default: () => {};
|
|
663
|
+
};
|
|
664
|
+
list_title: {
|
|
665
|
+
type: StringConstructor;
|
|
666
|
+
default: string;
|
|
667
|
+
};
|
|
668
|
+
alarmType: {
|
|
669
|
+
type: StringConstructor;
|
|
670
|
+
default: string;
|
|
671
|
+
};
|
|
672
|
+
svgOverlay: {
|
|
673
|
+
type: StringConstructor;
|
|
674
|
+
default: string;
|
|
675
|
+
};
|
|
676
|
+
waringIcon: {
|
|
677
|
+
type: StringConstructor;
|
|
678
|
+
default: string;
|
|
679
|
+
};
|
|
680
|
+
FnUpdateDrawFeature: {
|
|
681
|
+
type: FunctionConstructor;
|
|
682
|
+
default: undefined;
|
|
683
|
+
};
|
|
684
|
+
FnUpdateDrawFeature2: {
|
|
685
|
+
type: FunctionConstructor;
|
|
686
|
+
default: undefined;
|
|
687
|
+
};
|
|
688
|
+
FnOverrideStyle: {
|
|
689
|
+
type: FunctionConstructor;
|
|
690
|
+
default: undefined;
|
|
691
|
+
};
|
|
692
|
+
}>> & Readonly<{
|
|
693
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
694
|
+
onFeaturesChanged?: ((...args: any[]) => any) | undefined;
|
|
695
|
+
onCustomPointerMove?: ((...args: any[]) => any) | undefined;
|
|
696
|
+
onCustomContextMenu?: ((...args: any[]) => any) | undefined;
|
|
697
|
+
onCustomPostCompose?: ((...args: any[]) => any) | undefined;
|
|
698
|
+
}>, {
|
|
699
|
+
size: unknown[];
|
|
700
|
+
center: unknown[];
|
|
701
|
+
zoom: number;
|
|
702
|
+
apiKey: string;
|
|
703
|
+
projection: string | Record<string, any>;
|
|
704
|
+
imgUrl: string;
|
|
705
|
+
extent: unknown[];
|
|
706
|
+
configMenuItems: unknown[];
|
|
707
|
+
activatedBottomBar: string;
|
|
708
|
+
_waring: any;
|
|
709
|
+
activatedPositionOverlayWaring: unknown[];
|
|
710
|
+
activatedPositionOverlay: unknown[];
|
|
711
|
+
activatedPropertiesOverlay: Record<string, any>;
|
|
712
|
+
list_title: string;
|
|
713
|
+
alarmType: string;
|
|
714
|
+
svgOverlay: string;
|
|
715
|
+
waringIcon: string;
|
|
716
|
+
FnUpdateDrawFeature: Function;
|
|
717
|
+
FnUpdateDrawFeature2: Function;
|
|
718
|
+
FnOverrideStyle: Function;
|
|
719
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
720
|
+
readonly waringIcon: string;
|
|
721
|
+
readonly svgOverlay: string;
|
|
722
|
+
readonly defaultIcon: string;
|
|
723
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeMain" | "saveMain")[], "closeMain" | "saveMain", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
724
|
+
type: {
|
|
725
|
+
type: import("vue").PropType<string>;
|
|
726
|
+
default: string;
|
|
727
|
+
};
|
|
728
|
+
}>> & Readonly<{
|
|
729
|
+
onCloseMain?: ((...args: any[]) => any) | undefined;
|
|
730
|
+
onSaveMain?: ((...args: any[]) => any) | undefined;
|
|
731
|
+
}>, {
|
|
732
|
+
type: string;
|
|
733
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
734
|
+
export default _default;
|