@vsleem-realsee-viewer/dualsee-plugin 1.0.2 → 2.0.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/dist/index.css +1 -1
- package/dist/index.d.ts +323 -532
- package/dist/index.mjs +470 -870
- package/dist/index.umd.js +1 -1
- package/package.json +10 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { AllowedComponentProps } from 'vue';
|
|
2
2
|
import { AppSetting } from '@vsleem-realsee-viewer/shared';
|
|
3
|
-
import {
|
|
3
|
+
import { BimseeProps } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
4
|
+
import { BimseeSetting } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
5
|
+
import { BimseeStore } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
6
|
+
import { CameraStatus } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
4
7
|
import { ComponentCustomProperties } from 'vue';
|
|
5
8
|
import { ComponentCustomProps } from 'vue';
|
|
6
9
|
import { ComponentInternalInstance } from 'vue';
|
|
@@ -9,7 +12,6 @@ import { ComponentOptionsMixin } from 'vue';
|
|
|
9
12
|
import { ComponentProvideOptions } from 'vue';
|
|
10
13
|
import { ComponentPublicInstance } from 'vue';
|
|
11
14
|
import { Coordinate } from '@vsleem-realsee-viewer/shared';
|
|
12
|
-
import { Coordinate as Coordinate_2 } from 'packages/shared/dist';
|
|
13
15
|
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
14
16
|
import { CSSProperties } from 'vue';
|
|
15
17
|
import { DebuggerEvent } from 'vue';
|
|
@@ -24,24 +26,25 @@ import { nextTick } from 'vue';
|
|
|
24
26
|
import { OnCleanup } from '@vue/reactivity';
|
|
25
27
|
import { PlaybarElement } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
26
28
|
import { PlaybarProps } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
27
|
-
import {
|
|
28
|
-
import { Position } from 'packages/shared/dist';
|
|
29
|
-
import { Position as Position_2 } from '@vsleem-realsee-viewer/shared';
|
|
29
|
+
import { Position } from '@vsleem-realsee-viewer/shared';
|
|
30
30
|
import { PublicProps } from 'vue';
|
|
31
31
|
import { RealseeElement } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
32
32
|
import { RealseeProps } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
33
33
|
import { RealseeSetting } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
34
34
|
import { RealseeStore } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
35
|
-
import { SearchInfo
|
|
35
|
+
import { SearchInfo } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
36
|
+
import { SearchInfo as SearchInfo_2 } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
36
37
|
import { ShallowUnwrapRef } from 'vue';
|
|
37
38
|
import { Slot } from 'vue';
|
|
38
39
|
import { TrackPoint } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
39
40
|
import { TrackRecord } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
40
41
|
import { TrackRecordModel } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
41
|
-
import {
|
|
42
|
-
import { Vector3
|
|
42
|
+
import { UpdatableBimseeProps } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
43
|
+
import { Vector3 } from '@vsleem-realsee-viewer/shared';
|
|
43
44
|
import { ViewerElement } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
45
|
+
import { ViewerElement as ViewerElement_2 } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
44
46
|
import { ViewerProps } from '@vsleem-realsee-viewer/realsee-plugin';
|
|
47
|
+
import { ViewerProps as ViewerProps_2 } from '@vsleem-realsee-viewer/bimsee-plugin';
|
|
45
48
|
import { VNodeProps } from 'vue';
|
|
46
49
|
import { WatchOptions } from 'vue';
|
|
47
50
|
import { WatchStopHandle } from 'vue';
|
|
@@ -49,7 +52,7 @@ import { WatchStopHandle } from 'vue';
|
|
|
49
52
|
declare const __VLS_component: DefineComponent<DualseeProps, {
|
|
50
53
|
getState: () => UpdatableDualseeProps;
|
|
51
54
|
setState: (options: Partial<UpdatableDualseeProps>) => void;
|
|
52
|
-
|
|
55
|
+
getDualseeLock: () => LockElement | undefined;
|
|
53
56
|
getBasicRealsee: () => RealseeElement | undefined;
|
|
54
57
|
getReferRealsee: () => RealseeElement | undefined;
|
|
55
58
|
getBasicRealseeStatus: () => RealseeProps | undefined;
|
|
@@ -57,12 +60,12 @@ getReferRealseeStatus: () => RealseeProps | undefined;
|
|
|
57
60
|
toggleReferRealsee: () => void;
|
|
58
61
|
showReferRealsee: () => void;
|
|
59
62
|
hideReferRealsee: () => void;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
changeReferRealseeStatus: (point1: TrackPoint) => void;
|
|
63
|
+
toggleReferBimsee: () => void;
|
|
64
|
+
showReferBimsee: () => Promise<void>;
|
|
65
|
+
hideReferBimsee: () => void;
|
|
66
|
+
setReferClosestPoint: (current: TrackPoint) => void;
|
|
65
67
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
68
|
+
"find-refer-closest-point": (...args: any[]) => void;
|
|
66
69
|
"lock-locked-updated": (...args: any[]) => void;
|
|
67
70
|
"lock-distance-updated": (...args: any[]) => void;
|
|
68
71
|
"basic-ready": (...args: any[]) => void;
|
|
@@ -74,7 +77,7 @@ changeReferRealseeStatus: (point1: TrackPoint) => void;
|
|
|
74
77
|
"basic-map-collapse": (...args: any[]) => void;
|
|
75
78
|
"basic-map-dragger": (...args: any[]) => void;
|
|
76
79
|
"basic-map-select-point": (...args: any[]) => void;
|
|
77
|
-
"basic-map-
|
|
80
|
+
"basic-map-angle-updated": (...args: any[]) => void;
|
|
78
81
|
"basic-viewer-ready": (...args: any[]) => void;
|
|
79
82
|
"basic-viewer-click": (...args: any[]) => void;
|
|
80
83
|
"basic-viewer-mousedown": (...args: any[]) => void;
|
|
@@ -102,7 +105,7 @@ changeReferRealseeStatus: (point1: TrackPoint) => void;
|
|
|
102
105
|
"refer-map-collapse": (...args: any[]) => void;
|
|
103
106
|
"refer-map-dragger": (...args: any[]) => void;
|
|
104
107
|
"refer-map-select-point": (...args: any[]) => void;
|
|
105
|
-
"refer-map-
|
|
108
|
+
"refer-map-angle-updated": (...args: any[]) => void;
|
|
106
109
|
"refer-viewer-ready": (...args: any[]) => void;
|
|
107
110
|
"refer-viewer-click": (...args: any[]) => void;
|
|
108
111
|
"refer-viewer-mousedown": (...args: any[]) => void;
|
|
@@ -120,15 +123,15 @@ changeReferRealseeStatus: (point1: TrackPoint) => void;
|
|
|
120
123
|
"refer-playbar-speed-updated": (...args: any[]) => void;
|
|
121
124
|
"refer-playbar-delay-updated": (...args: any[]) => void;
|
|
122
125
|
"refer-playbar-step-updated": (...args: any[]) => void;
|
|
123
|
-
"
|
|
124
|
-
"
|
|
126
|
+
"bimsee-ready": (...args: any[]) => void;
|
|
127
|
+
"bimsee-change-model": (...args: any[]) => void;
|
|
125
128
|
"refer-viewer-panorama-loaded": (...args: any[]) => void;
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"bimface-position-updated": (...args: any[]) => void;
|
|
129
|
+
"bimsee-click": (...args: any[]) => void;
|
|
130
|
+
"bimsee-mousedown": (...args: any[]) => void;
|
|
131
|
+
"bimsee-zoom-updated": (...args: any[]) => void;
|
|
132
|
+
"bimsee-position-updated": (...args: any[]) => void;
|
|
131
133
|
}, string, PublicProps, Readonly<DualseeProps> & Readonly<{
|
|
134
|
+
"onFind-refer-closest-point"?: ((...args: any[]) => any) | undefined;
|
|
132
135
|
"onLock-locked-updated"?: ((...args: any[]) => any) | undefined;
|
|
133
136
|
"onLock-distance-updated"?: ((...args: any[]) => any) | undefined;
|
|
134
137
|
"onBasic-ready"?: ((...args: any[]) => any) | undefined;
|
|
@@ -140,7 +143,7 @@ changeReferRealseeStatus: (point1: TrackPoint) => void;
|
|
|
140
143
|
"onBasic-map-collapse"?: ((...args: any[]) => any) | undefined;
|
|
141
144
|
"onBasic-map-dragger"?: ((...args: any[]) => any) | undefined;
|
|
142
145
|
"onBasic-map-select-point"?: ((...args: any[]) => any) | undefined;
|
|
143
|
-
"onBasic-map-
|
|
146
|
+
"onBasic-map-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
144
147
|
"onBasic-viewer-ready"?: ((...args: any[]) => any) | undefined;
|
|
145
148
|
"onBasic-viewer-click"?: ((...args: any[]) => any) | undefined;
|
|
146
149
|
"onBasic-viewer-mousedown"?: ((...args: any[]) => any) | undefined;
|
|
@@ -168,7 +171,7 @@ changeReferRealseeStatus: (point1: TrackPoint) => void;
|
|
|
168
171
|
"onRefer-map-collapse"?: ((...args: any[]) => any) | undefined;
|
|
169
172
|
"onRefer-map-dragger"?: ((...args: any[]) => any) | undefined;
|
|
170
173
|
"onRefer-map-select-point"?: ((...args: any[]) => any) | undefined;
|
|
171
|
-
"onRefer-map-
|
|
174
|
+
"onRefer-map-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
172
175
|
"onRefer-viewer-ready"?: ((...args: any[]) => any) | undefined;
|
|
173
176
|
"onRefer-viewer-click"?: ((...args: any[]) => any) | undefined;
|
|
174
177
|
"onRefer-viewer-mousedown"?: ((...args: any[]) => any) | undefined;
|
|
@@ -186,17 +189,17 @@ changeReferRealseeStatus: (point1: TrackPoint) => void;
|
|
|
186
189
|
"onRefer-playbar-speed-updated"?: ((...args: any[]) => any) | undefined;
|
|
187
190
|
"onRefer-playbar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
188
191
|
"onRefer-playbar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
189
|
-
"
|
|
190
|
-
"
|
|
192
|
+
"onBimsee-ready"?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
"onBimsee-change-model"?: ((...args: any[]) => any) | undefined;
|
|
191
194
|
"onRefer-viewer-panorama-loaded"?: ((...args: any[]) => any) | undefined;
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"onBimface-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
195
|
+
"onBimsee-click"?: ((...args: any[]) => any) | undefined;
|
|
196
|
+
"onBimsee-mousedown"?: ((...args: any[]) => any) | undefined;
|
|
197
|
+
"onBimsee-zoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
198
|
+
"onBimsee-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
197
199
|
}>, {
|
|
198
|
-
|
|
200
|
+
appSetting: AppSetting;
|
|
199
201
|
dualseeSetting: DualseeSetting;
|
|
202
|
+
dualseeLock: LockProps;
|
|
200
203
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
201
204
|
lockElRef: ({
|
|
202
205
|
$: ComponentInternalInstance;
|
|
@@ -205,7 +208,7 @@ $props: {
|
|
|
205
208
|
readonly locked?: boolean | undefined;
|
|
206
209
|
readonly distance?: number | undefined;
|
|
207
210
|
readonly showDistance?: boolean | undefined;
|
|
208
|
-
readonly maxMatchDistance
|
|
211
|
+
readonly maxMatchDistance: number;
|
|
209
212
|
readonly "onDistance-updated"?: ((...args: any[]) => any) | undefined;
|
|
210
213
|
readonly "onLocked-updated"?: ((...args: any[]) => any) | undefined;
|
|
211
214
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -223,12 +226,14 @@ $parent: ComponentPublicInstance | null;
|
|
|
223
226
|
$host: Element | null;
|
|
224
227
|
$emit: ((event: "distance-updated", ...args: any[]) => void) & ((event: "locked-updated", ...args: any[]) => void);
|
|
225
228
|
$el: HTMLDivElement;
|
|
226
|
-
$options: ComponentOptionsBase<Readonly<LockProps
|
|
229
|
+
$options: ComponentOptionsBase<Readonly<LockProps & {
|
|
230
|
+
maxMatchDistance: number;
|
|
231
|
+
}> & Readonly<{
|
|
227
232
|
"onDistance-updated"?: ((...args: any[]) => any) | undefined;
|
|
228
233
|
"onLocked-updated"?: ((...args: any[]) => any) | undefined;
|
|
229
234
|
}>, {
|
|
230
|
-
getState: () =>
|
|
231
|
-
setState: (options:
|
|
235
|
+
getState: () => LockProps;
|
|
236
|
+
setState: (options: UpdatableLockProps) => void;
|
|
232
237
|
setDistance: (distance: number) => void;
|
|
233
238
|
setLocked: (locked: boolean) => void;
|
|
234
239
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -254,12 +259,14 @@ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info:
|
|
|
254
259
|
$forceUpdate: () => void;
|
|
255
260
|
$nextTick: nextTick;
|
|
256
261
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
257
|
-
} & Readonly<{}> & Omit<Readonly<LockProps
|
|
262
|
+
} & Readonly<{}> & Omit<Readonly<LockProps & {
|
|
263
|
+
maxMatchDistance: number;
|
|
264
|
+
}> & Readonly<{
|
|
258
265
|
"onDistance-updated"?: ((...args: any[]) => any) | undefined;
|
|
259
266
|
"onLocked-updated"?: ((...args: any[]) => any) | undefined;
|
|
260
267
|
}>, "getState" | "setState" | "setDistance" | "setLocked"> & ShallowUnwrapRef< {
|
|
261
|
-
getState: () =>
|
|
262
|
-
setState: (options:
|
|
268
|
+
getState: () => LockProps;
|
|
269
|
+
setState: (options: UpdatableLockProps) => void;
|
|
263
270
|
setDistance: (distance: number) => void;
|
|
264
271
|
setLocked: (locked: boolean) => void;
|
|
265
272
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -268,13 +275,11 @@ button?(_: {
|
|
|
268
275
|
locked?: boolean;
|
|
269
276
|
distance?: number;
|
|
270
277
|
showDistance?: boolean;
|
|
271
|
-
maxMatchDistance?: number;
|
|
272
278
|
}): any;
|
|
273
279
|
distance?(_: {
|
|
274
280
|
locked?: boolean;
|
|
275
281
|
distance?: number;
|
|
276
282
|
showDistance?: boolean;
|
|
277
|
-
maxMatchDistance?: number;
|
|
278
283
|
}): any;
|
|
279
284
|
};
|
|
280
285
|
}) | null;
|
|
@@ -282,18 +287,18 @@ basicRealseeElRef: ({
|
|
|
282
287
|
$: ComponentInternalInstance;
|
|
283
288
|
$data: {};
|
|
284
289
|
$props: {
|
|
290
|
+
readonly appSetting?: AppSetting | undefined;
|
|
291
|
+
readonly realseeSetting?: RealseeSetting | undefined;
|
|
292
|
+
readonly searchInfo: SearchInfo;
|
|
285
293
|
readonly viewer?: ViewerProps | undefined;
|
|
286
294
|
readonly marker?: MarkerProps | undefined;
|
|
287
|
-
readonly playbar?:
|
|
288
|
-
readonly map?:
|
|
295
|
+
readonly playbar?: PlaybarProps | undefined;
|
|
296
|
+
readonly map?: MapProps | undefined;
|
|
289
297
|
readonly immediate?: boolean | undefined;
|
|
290
298
|
readonly delay?: number | undefined;
|
|
291
|
-
readonly appSetting?: AppSetting_2 | undefined;
|
|
292
|
-
readonly realseeSetting?: RealseeSetting | undefined;
|
|
293
|
-
readonly searchInfo: SearchInfo_2;
|
|
294
299
|
readonly fetchParams?: Record<string, any> | undefined;
|
|
295
300
|
readonly handleResponseFn?: ((res: TrackRecordModel) => Promise<TrackRecordModel>) | undefined;
|
|
296
|
-
readonly fetchSuccess?: ((record: TrackRecord, coordinate?:
|
|
301
|
+
readonly fetchSuccess?: ((record: TrackRecord, coordinate?: Coordinate) => void) | undefined;
|
|
297
302
|
readonly fetchError?: ((error: any) => void) | undefined;
|
|
298
303
|
readonly onReady?: ((...args: any[]) => any) | undefined | undefined;
|
|
299
304
|
readonly "onChange-model"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -311,8 +316,8 @@ readonly "onMap-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
|
311
316
|
readonly "onMap-resize"?: ((...args: any[]) => any) | undefined | undefined;
|
|
312
317
|
readonly "onMap-collapse"?: ((...args: any[]) => any) | undefined | undefined;
|
|
313
318
|
readonly "onMap-dragger"?: ((...args: any[]) => any) | undefined | undefined;
|
|
319
|
+
readonly "onMap-angle-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
314
320
|
readonly "onMap-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
315
|
-
readonly "onMap-scale-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
316
321
|
readonly "onPlaybar-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
317
322
|
readonly "onPlaybar-backward"?: ((...args: any[]) => any) | undefined | undefined;
|
|
318
323
|
readonly "onPlaybar-pause"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -323,7 +328,6 @@ readonly "onPlaybar-speed-updated"?: ((...args: any[]) => any) | undefined | und
|
|
|
323
328
|
readonly "onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
324
329
|
readonly "onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
325
330
|
readonly "onPlaybar-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
326
|
-
readonly "onMap-position-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
327
331
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
328
332
|
$attrs: {
|
|
329
333
|
[x: string]: unknown;
|
|
@@ -337,7 +341,7 @@ $slots: Readonly<{
|
|
|
337
341
|
$root: ComponentPublicInstance | null;
|
|
338
342
|
$parent: ComponentPublicInstance | null;
|
|
339
343
|
$host: Element | null;
|
|
340
|
-
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "
|
|
344
|
+
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "change-model", ...args: any[]) => void) & ((event: "change-record", ...args: any[]) => void) & ((event: "change-point", ...args: any[]) => void) & ((event: "viewer-ready", ...args: any[]) => void) & ((event: "viewer-click", ...args: any[]) => void) & ((event: "viewer-mousedown", ...args: any[]) => void) & ((event: "viewer-zoom-updated", ...args: any[]) => void) & ((event: "viewer-position-updated", ...args: any[]) => void) & ((event: "viewer-panorama-loaded", ...args: any[]) => void) & ((event: "viewer-select-point", ...args: any[]) => void) & ((event: "viewer-select-marker", ...args: any[]) => void) & ((event: "map-ready", ...args: any[]) => void) & ((event: "map-resize", ...args: any[]) => void) & ((event: "map-collapse", ...args: any[]) => void) & ((event: "map-dragger", ...args: any[]) => void) & ((event: "map-angle-updated", ...args: any[]) => void) & ((event: "map-select-point", ...args: any[]) => void) & ((event: "playbar-ready", ...args: any[]) => void) & ((event: "playbar-backward", ...args: any[]) => void) & ((event: "playbar-pause", ...args: any[]) => void) & ((event: "playbar-play", ...args: any[]) => void) & ((event: "playbar-forward", ...args: any[]) => void) & ((event: "playbar-slider", ...args: any[]) => void) & ((event: "playbar-speed-updated", ...args: any[]) => void) & ((event: "playbar-delay-updated", ...args: any[]) => void) & ((event: "playbar-step-updated", ...args: any[]) => void) & ((event: "playbar-select-point", ...args: any[]) => void);
|
|
341
345
|
$el: HTMLDivElement;
|
|
342
346
|
$options: ComponentOptionsBase<Readonly<RealseeProps> & Readonly<{
|
|
343
347
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
@@ -356,8 +360,8 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
356
360
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
357
361
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
358
362
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
363
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
359
364
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
360
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
361
365
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
362
366
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
363
367
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -368,7 +372,6 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
368
372
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
369
373
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
370
374
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
371
|
-
"onMap-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
372
375
|
}>, {
|
|
373
376
|
getStore: () => RealseeStore;
|
|
374
377
|
getViewer: () => ViewerElement | undefined;
|
|
@@ -377,7 +380,7 @@ getPlaybar: () => PlaybarElement | undefined;
|
|
|
377
380
|
getMap: () => MapElement | undefined;
|
|
378
381
|
getOptions: () => RealseeProps;
|
|
379
382
|
getState: () => RealseeProps;
|
|
380
|
-
setState: (options
|
|
383
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
381
384
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
382
385
|
ready: (...args: any[]) => void;
|
|
383
386
|
"change-model": (...args: any[]) => void;
|
|
@@ -395,8 +398,8 @@ ready: (...args: any[]) => void;
|
|
|
395
398
|
"map-resize": (...args: any[]) => void;
|
|
396
399
|
"map-collapse": (...args: any[]) => void;
|
|
397
400
|
"map-dragger": (...args: any[]) => void;
|
|
401
|
+
"map-angle-updated": (...args: any[]) => void;
|
|
398
402
|
"map-select-point": (...args: any[]) => void;
|
|
399
|
-
"map-scale-updated": (...args: any[]) => void;
|
|
400
403
|
"playbar-ready": (...args: any[]) => void;
|
|
401
404
|
"playbar-backward": (...args: any[]) => void;
|
|
402
405
|
"playbar-pause": (...args: any[]) => void;
|
|
@@ -407,13 +410,12 @@ ready: (...args: any[]) => void;
|
|
|
407
410
|
"playbar-delay-updated": (...args: any[]) => void;
|
|
408
411
|
"playbar-step-updated": (...args: any[]) => void;
|
|
409
412
|
"playbar-select-point": (...args: any[]) => void;
|
|
410
|
-
"map-position-updated": (...args: any[]) => void;
|
|
411
413
|
}, string, {
|
|
412
|
-
map: MapProps
|
|
413
|
-
appSetting: AppSetting_2;
|
|
414
|
+
map: MapProps;
|
|
414
415
|
realseeSetting: RealseeSetting;
|
|
415
416
|
immediate: boolean;
|
|
416
|
-
|
|
417
|
+
appSetting: AppSetting;
|
|
418
|
+
playbar: PlaybarProps;
|
|
417
419
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
418
420
|
beforeCreate?: (() => void) | (() => void)[];
|
|
419
421
|
created?: (() => void) | (() => void)[];
|
|
@@ -435,11 +437,11 @@ $forceUpdate: () => void;
|
|
|
435
437
|
$nextTick: nextTick;
|
|
436
438
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
437
439
|
} & Readonly<{
|
|
438
|
-
map: MapProps
|
|
439
|
-
appSetting: AppSetting_2;
|
|
440
|
+
map: MapProps;
|
|
440
441
|
realseeSetting: RealseeSetting;
|
|
441
442
|
immediate: boolean;
|
|
442
|
-
|
|
443
|
+
appSetting: AppSetting;
|
|
444
|
+
playbar: PlaybarProps;
|
|
443
445
|
}> & Omit<Readonly<RealseeProps> & Readonly<{
|
|
444
446
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
445
447
|
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
@@ -457,8 +459,8 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
457
459
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
458
460
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
459
461
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
462
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
460
463
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
461
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
462
464
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
463
465
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
464
466
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -469,8 +471,7 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
469
471
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
470
472
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
471
473
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
472
|
-
"
|
|
473
|
-
}>, "map" | "getState" | "setState" | "immediate" | "appSetting" | "getStore" | "getViewer" | "playbar" | "realseeSetting" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
474
|
+
}>, "map" | "immediate" | "getState" | "setState" | "appSetting" | "realseeSetting" | "playbar" | "getStore" | "getViewer" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
474
475
|
getStore: () => RealseeStore;
|
|
475
476
|
getViewer: () => ViewerElement | undefined;
|
|
476
477
|
getMarker: () => MarkersPlugin | undefined;
|
|
@@ -478,16 +479,10 @@ getPlaybar: () => PlaybarElement | undefined;
|
|
|
478
479
|
getMap: () => MapElement | undefined;
|
|
479
480
|
getOptions: () => RealseeProps;
|
|
480
481
|
getState: () => RealseeProps;
|
|
481
|
-
setState: (options
|
|
482
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
482
483
|
}> & {} & ComponentCustomProperties & {} & {
|
|
483
484
|
$slots: {
|
|
484
485
|
mapExtra?(_: {
|
|
485
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
486
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
487
|
-
currentModel: Coordinate_2 | undefined;
|
|
488
|
-
currentRecord: TrackRecord | undefined;
|
|
489
|
-
currentPoint: TrackPoint | undefined;
|
|
490
|
-
radarAngle: number;
|
|
491
486
|
style: CSSProperties;
|
|
492
487
|
showRadar: boolean;
|
|
493
488
|
showPoint: boolean;
|
|
@@ -497,17 +492,10 @@ minSize: number;
|
|
|
497
492
|
maxSize: number;
|
|
498
493
|
size: number;
|
|
499
494
|
yaw: number;
|
|
495
|
+
radarAngle: number;
|
|
500
496
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
501
|
-
ratio: number;
|
|
502
|
-
scale: number;
|
|
503
497
|
}): any;
|
|
504
498
|
mapLeft?(_: {
|
|
505
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
506
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
507
|
-
currentModel: Coordinate_2 | undefined;
|
|
508
|
-
currentRecord: TrackRecord | undefined;
|
|
509
|
-
currentPoint: TrackPoint | undefined;
|
|
510
|
-
radarAngle: number;
|
|
511
499
|
style: CSSProperties;
|
|
512
500
|
showRadar: boolean;
|
|
513
501
|
showPoint: boolean;
|
|
@@ -517,17 +505,10 @@ minSize: number;
|
|
|
517
505
|
maxSize: number;
|
|
518
506
|
size: number;
|
|
519
507
|
yaw: number;
|
|
508
|
+
radarAngle: number;
|
|
520
509
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
521
|
-
ratio: number;
|
|
522
|
-
scale: number;
|
|
523
510
|
}): any;
|
|
524
511
|
mapRight?(_: {
|
|
525
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
526
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
527
|
-
currentModel: Coordinate_2 | undefined;
|
|
528
|
-
currentRecord: TrackRecord | undefined;
|
|
529
|
-
currentPoint: TrackPoint | undefined;
|
|
530
|
-
radarAngle: number;
|
|
531
512
|
style: CSSProperties;
|
|
532
513
|
showRadar: boolean;
|
|
533
514
|
showPoint: boolean;
|
|
@@ -537,17 +518,10 @@ minSize: number;
|
|
|
537
518
|
maxSize: number;
|
|
538
519
|
size: number;
|
|
539
520
|
yaw: number;
|
|
521
|
+
radarAngle: number;
|
|
540
522
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
541
|
-
ratio: number;
|
|
542
|
-
scale: number;
|
|
543
523
|
}): any;
|
|
544
524
|
mapDefault?(_: {
|
|
545
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
546
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
547
|
-
currentModel: Coordinate_2 | undefined;
|
|
548
|
-
currentRecord: TrackRecord | undefined;
|
|
549
|
-
currentPoint: TrackPoint | undefined;
|
|
550
|
-
radarAngle: number;
|
|
551
525
|
style: CSSProperties;
|
|
552
526
|
showRadar: boolean;
|
|
553
527
|
showPoint: boolean;
|
|
@@ -557,9 +531,8 @@ minSize: number;
|
|
|
557
531
|
maxSize: number;
|
|
558
532
|
size: number;
|
|
559
533
|
yaw: number;
|
|
534
|
+
radarAngle: number;
|
|
560
535
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
561
|
-
ratio: number;
|
|
562
|
-
scale: number;
|
|
563
536
|
}): any;
|
|
564
537
|
playbarSlider?(_: {
|
|
565
538
|
currentRecord: TrackRecord | undefined;
|
|
@@ -623,7 +596,7 @@ step: number;
|
|
|
623
596
|
}): any;
|
|
624
597
|
default?(_: {
|
|
625
598
|
dataSource: Map<string, TrackRecord>;
|
|
626
|
-
currentModel:
|
|
599
|
+
currentModel: Coordinate | undefined;
|
|
627
600
|
currentRecord: TrackRecord | undefined;
|
|
628
601
|
currentPoint: TrackPoint | undefined;
|
|
629
602
|
}): any;
|
|
@@ -633,18 +606,18 @@ referRealseeElRef: ({
|
|
|
633
606
|
$: ComponentInternalInstance;
|
|
634
607
|
$data: {};
|
|
635
608
|
$props: {
|
|
609
|
+
readonly appSetting?: AppSetting | undefined;
|
|
610
|
+
readonly realseeSetting?: RealseeSetting | undefined;
|
|
611
|
+
readonly searchInfo: SearchInfo;
|
|
636
612
|
readonly viewer?: ViewerProps | undefined;
|
|
637
613
|
readonly marker?: MarkerProps | undefined;
|
|
638
|
-
readonly playbar?:
|
|
639
|
-
readonly map?:
|
|
614
|
+
readonly playbar?: PlaybarProps | undefined;
|
|
615
|
+
readonly map?: MapProps | undefined;
|
|
640
616
|
readonly immediate?: boolean | undefined;
|
|
641
617
|
readonly delay?: number | undefined;
|
|
642
|
-
readonly appSetting?: AppSetting_2 | undefined;
|
|
643
|
-
readonly realseeSetting?: RealseeSetting | undefined;
|
|
644
|
-
readonly searchInfo: SearchInfo_2;
|
|
645
618
|
readonly fetchParams?: Record<string, any> | undefined;
|
|
646
619
|
readonly handleResponseFn?: ((res: TrackRecordModel) => Promise<TrackRecordModel>) | undefined;
|
|
647
|
-
readonly fetchSuccess?: ((record: TrackRecord, coordinate?:
|
|
620
|
+
readonly fetchSuccess?: ((record: TrackRecord, coordinate?: Coordinate) => void) | undefined;
|
|
648
621
|
readonly fetchError?: ((error: any) => void) | undefined;
|
|
649
622
|
readonly onReady?: ((...args: any[]) => any) | undefined | undefined;
|
|
650
623
|
readonly "onChange-model"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -662,8 +635,8 @@ readonly "onMap-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
|
662
635
|
readonly "onMap-resize"?: ((...args: any[]) => any) | undefined | undefined;
|
|
663
636
|
readonly "onMap-collapse"?: ((...args: any[]) => any) | undefined | undefined;
|
|
664
637
|
readonly "onMap-dragger"?: ((...args: any[]) => any) | undefined | undefined;
|
|
638
|
+
readonly "onMap-angle-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
665
639
|
readonly "onMap-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
666
|
-
readonly "onMap-scale-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
667
640
|
readonly "onPlaybar-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
668
641
|
readonly "onPlaybar-backward"?: ((...args: any[]) => any) | undefined | undefined;
|
|
669
642
|
readonly "onPlaybar-pause"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -674,7 +647,6 @@ readonly "onPlaybar-speed-updated"?: ((...args: any[]) => any) | undefined | und
|
|
|
674
647
|
readonly "onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
675
648
|
readonly "onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
676
649
|
readonly "onPlaybar-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
677
|
-
readonly "onMap-position-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
678
650
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
679
651
|
$attrs: {
|
|
680
652
|
[x: string]: unknown;
|
|
@@ -688,7 +660,7 @@ $slots: Readonly<{
|
|
|
688
660
|
$root: ComponentPublicInstance | null;
|
|
689
661
|
$parent: ComponentPublicInstance | null;
|
|
690
662
|
$host: Element | null;
|
|
691
|
-
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "
|
|
663
|
+
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "change-model", ...args: any[]) => void) & ((event: "change-record", ...args: any[]) => void) & ((event: "change-point", ...args: any[]) => void) & ((event: "viewer-ready", ...args: any[]) => void) & ((event: "viewer-click", ...args: any[]) => void) & ((event: "viewer-mousedown", ...args: any[]) => void) & ((event: "viewer-zoom-updated", ...args: any[]) => void) & ((event: "viewer-position-updated", ...args: any[]) => void) & ((event: "viewer-panorama-loaded", ...args: any[]) => void) & ((event: "viewer-select-point", ...args: any[]) => void) & ((event: "viewer-select-marker", ...args: any[]) => void) & ((event: "map-ready", ...args: any[]) => void) & ((event: "map-resize", ...args: any[]) => void) & ((event: "map-collapse", ...args: any[]) => void) & ((event: "map-dragger", ...args: any[]) => void) & ((event: "map-angle-updated", ...args: any[]) => void) & ((event: "map-select-point", ...args: any[]) => void) & ((event: "playbar-ready", ...args: any[]) => void) & ((event: "playbar-backward", ...args: any[]) => void) & ((event: "playbar-pause", ...args: any[]) => void) & ((event: "playbar-play", ...args: any[]) => void) & ((event: "playbar-forward", ...args: any[]) => void) & ((event: "playbar-slider", ...args: any[]) => void) & ((event: "playbar-speed-updated", ...args: any[]) => void) & ((event: "playbar-delay-updated", ...args: any[]) => void) & ((event: "playbar-step-updated", ...args: any[]) => void) & ((event: "playbar-select-point", ...args: any[]) => void);
|
|
692
664
|
$el: HTMLDivElement;
|
|
693
665
|
$options: ComponentOptionsBase<Readonly<RealseeProps> & Readonly<{
|
|
694
666
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
@@ -707,8 +679,8 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
707
679
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
708
680
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
709
681
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
682
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
710
683
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
711
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
712
684
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
713
685
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
714
686
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -719,7 +691,6 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
719
691
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
720
692
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
721
693
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
722
|
-
"onMap-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
723
694
|
}>, {
|
|
724
695
|
getStore: () => RealseeStore;
|
|
725
696
|
getViewer: () => ViewerElement | undefined;
|
|
@@ -728,7 +699,7 @@ getPlaybar: () => PlaybarElement | undefined;
|
|
|
728
699
|
getMap: () => MapElement | undefined;
|
|
729
700
|
getOptions: () => RealseeProps;
|
|
730
701
|
getState: () => RealseeProps;
|
|
731
|
-
setState: (options
|
|
702
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
732
703
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
733
704
|
ready: (...args: any[]) => void;
|
|
734
705
|
"change-model": (...args: any[]) => void;
|
|
@@ -746,8 +717,8 @@ ready: (...args: any[]) => void;
|
|
|
746
717
|
"map-resize": (...args: any[]) => void;
|
|
747
718
|
"map-collapse": (...args: any[]) => void;
|
|
748
719
|
"map-dragger": (...args: any[]) => void;
|
|
720
|
+
"map-angle-updated": (...args: any[]) => void;
|
|
749
721
|
"map-select-point": (...args: any[]) => void;
|
|
750
|
-
"map-scale-updated": (...args: any[]) => void;
|
|
751
722
|
"playbar-ready": (...args: any[]) => void;
|
|
752
723
|
"playbar-backward": (...args: any[]) => void;
|
|
753
724
|
"playbar-pause": (...args: any[]) => void;
|
|
@@ -758,13 +729,12 @@ ready: (...args: any[]) => void;
|
|
|
758
729
|
"playbar-delay-updated": (...args: any[]) => void;
|
|
759
730
|
"playbar-step-updated": (...args: any[]) => void;
|
|
760
731
|
"playbar-select-point": (...args: any[]) => void;
|
|
761
|
-
"map-position-updated": (...args: any[]) => void;
|
|
762
732
|
}, string, {
|
|
763
|
-
map: MapProps
|
|
764
|
-
appSetting: AppSetting_2;
|
|
733
|
+
map: MapProps;
|
|
765
734
|
realseeSetting: RealseeSetting;
|
|
766
735
|
immediate: boolean;
|
|
767
|
-
|
|
736
|
+
appSetting: AppSetting;
|
|
737
|
+
playbar: PlaybarProps;
|
|
768
738
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
769
739
|
beforeCreate?: (() => void) | (() => void)[];
|
|
770
740
|
created?: (() => void) | (() => void)[];
|
|
@@ -786,11 +756,11 @@ $forceUpdate: () => void;
|
|
|
786
756
|
$nextTick: nextTick;
|
|
787
757
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
788
758
|
} & Readonly<{
|
|
789
|
-
map: MapProps
|
|
790
|
-
appSetting: AppSetting_2;
|
|
759
|
+
map: MapProps;
|
|
791
760
|
realseeSetting: RealseeSetting;
|
|
792
761
|
immediate: boolean;
|
|
793
|
-
|
|
762
|
+
appSetting: AppSetting;
|
|
763
|
+
playbar: PlaybarProps;
|
|
794
764
|
}> & Omit<Readonly<RealseeProps> & Readonly<{
|
|
795
765
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
796
766
|
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
@@ -808,8 +778,8 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
808
778
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
809
779
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
810
780
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
781
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
811
782
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
812
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
813
783
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
814
784
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
815
785
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -820,8 +790,7 @@ onReady?: ((...args: any[]) => any) | undefined;
|
|
|
820
790
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
821
791
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
822
792
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
823
|
-
"
|
|
824
|
-
}>, "map" | "getState" | "setState" | "immediate" | "appSetting" | "getStore" | "getViewer" | "playbar" | "realseeSetting" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
793
|
+
}>, "map" | "immediate" | "getState" | "setState" | "appSetting" | "realseeSetting" | "playbar" | "getStore" | "getViewer" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
825
794
|
getStore: () => RealseeStore;
|
|
826
795
|
getViewer: () => ViewerElement | undefined;
|
|
827
796
|
getMarker: () => MarkersPlugin | undefined;
|
|
@@ -829,16 +798,10 @@ getPlaybar: () => PlaybarElement | undefined;
|
|
|
829
798
|
getMap: () => MapElement | undefined;
|
|
830
799
|
getOptions: () => RealseeProps;
|
|
831
800
|
getState: () => RealseeProps;
|
|
832
|
-
setState: (options
|
|
801
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
833
802
|
}> & {} & ComponentCustomProperties & {} & {
|
|
834
803
|
$slots: {
|
|
835
804
|
mapExtra?(_: {
|
|
836
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
837
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
838
|
-
currentModel: Coordinate_2 | undefined;
|
|
839
|
-
currentRecord: TrackRecord | undefined;
|
|
840
|
-
currentPoint: TrackPoint | undefined;
|
|
841
|
-
radarAngle: number;
|
|
842
805
|
style: CSSProperties;
|
|
843
806
|
showRadar: boolean;
|
|
844
807
|
showPoint: boolean;
|
|
@@ -848,17 +811,10 @@ minSize: number;
|
|
|
848
811
|
maxSize: number;
|
|
849
812
|
size: number;
|
|
850
813
|
yaw: number;
|
|
814
|
+
radarAngle: number;
|
|
851
815
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
852
|
-
ratio: number;
|
|
853
|
-
scale: number;
|
|
854
816
|
}): any;
|
|
855
817
|
mapLeft?(_: {
|
|
856
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
857
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
858
|
-
currentModel: Coordinate_2 | undefined;
|
|
859
|
-
currentRecord: TrackRecord | undefined;
|
|
860
|
-
currentPoint: TrackPoint | undefined;
|
|
861
|
-
radarAngle: number;
|
|
862
818
|
style: CSSProperties;
|
|
863
819
|
showRadar: boolean;
|
|
864
820
|
showPoint: boolean;
|
|
@@ -868,17 +824,10 @@ minSize: number;
|
|
|
868
824
|
maxSize: number;
|
|
869
825
|
size: number;
|
|
870
826
|
yaw: number;
|
|
827
|
+
radarAngle: number;
|
|
871
828
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
872
|
-
ratio: number;
|
|
873
|
-
scale: number;
|
|
874
829
|
}): any;
|
|
875
830
|
mapRight?(_: {
|
|
876
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
877
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
878
|
-
currentModel: Coordinate_2 | undefined;
|
|
879
|
-
currentRecord: TrackRecord | undefined;
|
|
880
|
-
currentPoint: TrackPoint | undefined;
|
|
881
|
-
radarAngle: number;
|
|
882
831
|
style: CSSProperties;
|
|
883
832
|
showRadar: boolean;
|
|
884
833
|
showPoint: boolean;
|
|
@@ -888,17 +837,10 @@ minSize: number;
|
|
|
888
837
|
maxSize: number;
|
|
889
838
|
size: number;
|
|
890
839
|
yaw: number;
|
|
840
|
+
radarAngle: number;
|
|
891
841
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
892
|
-
ratio: number;
|
|
893
|
-
scale: number;
|
|
894
842
|
}): any;
|
|
895
843
|
mapDefault?(_: {
|
|
896
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
897
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
898
|
-
currentModel: Coordinate_2 | undefined;
|
|
899
|
-
currentRecord: TrackRecord | undefined;
|
|
900
|
-
currentPoint: TrackPoint | undefined;
|
|
901
|
-
radarAngle: number;
|
|
902
844
|
style: CSSProperties;
|
|
903
845
|
showRadar: boolean;
|
|
904
846
|
showPoint: boolean;
|
|
@@ -908,9 +850,8 @@ minSize: number;
|
|
|
908
850
|
maxSize: number;
|
|
909
851
|
size: number;
|
|
910
852
|
yaw: number;
|
|
853
|
+
radarAngle: number;
|
|
911
854
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
912
|
-
ratio: number;
|
|
913
|
-
scale: number;
|
|
914
855
|
}): any;
|
|
915
856
|
playbarSlider?(_: {
|
|
916
857
|
currentRecord: TrackRecord | undefined;
|
|
@@ -974,33 +915,34 @@ step: number;
|
|
|
974
915
|
}): any;
|
|
975
916
|
default?(_: {
|
|
976
917
|
dataSource: Map<string, TrackRecord>;
|
|
977
|
-
currentModel:
|
|
918
|
+
currentModel: Coordinate | undefined;
|
|
978
919
|
currentRecord: TrackRecord | undefined;
|
|
979
920
|
currentPoint: TrackPoint | undefined;
|
|
980
921
|
}): any;
|
|
981
922
|
};
|
|
982
923
|
}) | null;
|
|
983
|
-
|
|
924
|
+
referBimseeElRef: ({
|
|
984
925
|
$: ComponentInternalInstance;
|
|
985
926
|
$data: {};
|
|
986
927
|
$props: {
|
|
987
|
-
readonly
|
|
928
|
+
readonly appSetting?: AppSetting | undefined;
|
|
929
|
+
readonly bimseeSetting?: BimseeSetting | undefined;
|
|
930
|
+
readonly searchInfo?: SearchInfo_2 | undefined;
|
|
931
|
+
readonly viewer?: ViewerProps_2 | undefined;
|
|
988
932
|
readonly immediate?: boolean | undefined;
|
|
989
933
|
readonly delay?: number | undefined;
|
|
990
|
-
readonly
|
|
991
|
-
readonly
|
|
992
|
-
readonly
|
|
993
|
-
readonly handleCheckedFn?: ((res?: Coordinate_2, projectId?: number) => Promise<boolean>) | undefined;
|
|
994
|
-
readonly handleResponseFn?: ((res?: Coordinate_2) => Promise<Coordinate_2>) | undefined;
|
|
995
|
-
readonly fetchSuccess?: ((coordinate?: Coordinate_2) => void) | undefined;
|
|
934
|
+
readonly handleCheckedFn?: ((res?: Coordinate) => Promise<boolean>) | undefined;
|
|
935
|
+
readonly handleResponseFn?: ((res?: Coordinate) => Promise<Coordinate>) | undefined;
|
|
936
|
+
readonly fetchSuccess?: ((coordinate?: Coordinate) => void) | undefined;
|
|
996
937
|
readonly fetchError?: ((error: any) => void) | undefined;
|
|
997
|
-
readonly onReady?: ((...args: any[]) => any) | undefined;
|
|
998
|
-
readonly "onViewer-
|
|
999
|
-
readonly "onViewer-
|
|
1000
|
-
readonly "onViewer-
|
|
1001
|
-
readonly "onViewer-
|
|
1002
|
-
readonly "
|
|
1003
|
-
readonly "onViewer-point-updated"?: ((...args: any[]) => any) | undefined;
|
|
938
|
+
readonly onReady?: ((...args: any[]) => any) | undefined | undefined;
|
|
939
|
+
readonly "onViewer-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
940
|
+
readonly "onViewer-click"?: ((...args: any[]) => any) | undefined | undefined;
|
|
941
|
+
readonly "onViewer-mousedown"?: ((...args: any[]) => any) | undefined | undefined;
|
|
942
|
+
readonly "onViewer-zoom-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
943
|
+
readonly "onViewer-position-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
944
|
+
readonly "onViewer-point-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
945
|
+
readonly "onChange-model"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1004
946
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1005
947
|
$attrs: {
|
|
1006
948
|
[x: string]: unknown;
|
|
@@ -1008,16 +950,16 @@ $attrs: {
|
|
|
1008
950
|
$refs: {
|
|
1009
951
|
[x: string]: unknown;
|
|
1010
952
|
} & {
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
953
|
+
viewerElRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
954
|
+
bimseeProps: BimseeProps;
|
|
955
|
+
bimseeStore: BimseeStore;
|
|
1014
956
|
}> & Readonly<{
|
|
1015
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
1016
957
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
1017
958
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
959
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
960
|
+
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
1018
961
|
"onPosition-updated"?: ((...args: any[]) => any) | undefined;
|
|
1019
962
|
"onZoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
1020
|
-
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
1021
963
|
}>, {
|
|
1022
964
|
isMoveover: () => boolean;
|
|
1023
965
|
isMovedown: () => boolean;
|
|
@@ -1027,7 +969,15 @@ setMinFov: (minFov: number) => void;
|
|
|
1027
969
|
setMaxFov: (maxFov: number) => void;
|
|
1028
970
|
zoom: (level: number) => void;
|
|
1029
971
|
rotate: (position: Position) => void;
|
|
1030
|
-
getState: () =>
|
|
972
|
+
getState: () => {
|
|
973
|
+
defaultYaw?: number | undefined;
|
|
974
|
+
defaultPitch?: number | undefined;
|
|
975
|
+
defaultZoomLvl?: number | undefined;
|
|
976
|
+
minFov?: number | undefined;
|
|
977
|
+
maxFov?: number | undefined;
|
|
978
|
+
moveover?: boolean | undefined;
|
|
979
|
+
mousedown?: boolean | undefined;
|
|
980
|
+
};
|
|
1031
981
|
getPosition: () => Position;
|
|
1032
982
|
getZoomLevel: () => number | undefined;
|
|
1033
983
|
getCameraPosition: () => Vector3 | undefined;
|
|
@@ -1038,12 +988,12 @@ rotateToTarget: (rotate?: Position, position?: Vector3) => Vector3 | undefined;
|
|
|
1038
988
|
fovToZoomLevel: (fov: number) => number;
|
|
1039
989
|
zoomLevelToFov: (level: number) => number;
|
|
1040
990
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1041
|
-
click: (...args: any[]) => void;
|
|
1042
991
|
mousedown: (...args: any[]) => void;
|
|
1043
992
|
ready: (...args: any[]) => void;
|
|
993
|
+
click: (...args: any[]) => void;
|
|
994
|
+
"point-updated": (...args: any[]) => void;
|
|
1044
995
|
"position-updated": (...args: any[]) => void;
|
|
1045
996
|
"zoom-updated": (...args: any[]) => void;
|
|
1046
|
-
"point-updated": (...args: any[]) => void;
|
|
1047
997
|
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
1048
998
|
viewerElRef: HTMLDivElement;
|
|
1049
999
|
}, HTMLDivElement, ComponentProvideOptions, {
|
|
@@ -1054,15 +1004,15 @@ C: {};
|
|
|
1054
1004
|
M: {};
|
|
1055
1005
|
Defaults: {};
|
|
1056
1006
|
}, Readonly<{
|
|
1057
|
-
|
|
1058
|
-
|
|
1007
|
+
bimseeProps: BimseeProps;
|
|
1008
|
+
bimseeStore: BimseeStore;
|
|
1059
1009
|
}> & Readonly<{
|
|
1060
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
1061
1010
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
1062
1011
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1012
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1013
|
+
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
1063
1014
|
"onPosition-updated"?: ((...args: any[]) => any) | undefined;
|
|
1064
1015
|
"onZoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
1065
|
-
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
1066
1016
|
}>, {
|
|
1067
1017
|
isMoveover: () => boolean;
|
|
1068
1018
|
isMovedown: () => boolean;
|
|
@@ -1072,7 +1022,15 @@ setMinFov: (minFov: number) => void;
|
|
|
1072
1022
|
setMaxFov: (maxFov: number) => void;
|
|
1073
1023
|
zoom: (level: number) => void;
|
|
1074
1024
|
rotate: (position: Position) => void;
|
|
1075
|
-
getState: () =>
|
|
1025
|
+
getState: () => {
|
|
1026
|
+
defaultYaw?: number | undefined;
|
|
1027
|
+
defaultPitch?: number | undefined;
|
|
1028
|
+
defaultZoomLvl?: number | undefined;
|
|
1029
|
+
minFov?: number | undefined;
|
|
1030
|
+
maxFov?: number | undefined;
|
|
1031
|
+
moveover?: boolean | undefined;
|
|
1032
|
+
mousedown?: boolean | undefined;
|
|
1033
|
+
};
|
|
1076
1034
|
getPosition: () => Position;
|
|
1077
1035
|
getZoomLevel: () => number | undefined;
|
|
1078
1036
|
getCameraPosition: () => Vector3 | undefined;
|
|
@@ -1090,32 +1048,35 @@ $slots: Readonly<{
|
|
|
1090
1048
|
$root: ComponentPublicInstance | null;
|
|
1091
1049
|
$parent: ComponentPublicInstance | null;
|
|
1092
1050
|
$host: Element | null;
|
|
1093
|
-
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "viewer-
|
|
1051
|
+
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "change-model", ...args: any[]) => void) & ((event: "viewer-ready", ...args: any[]) => void) & ((event: "viewer-click", ...args: any[]) => void) & ((event: "viewer-mousedown", ...args: any[]) => void) & ((event: "viewer-zoom-updated", ...args: any[]) => void) & ((event: "viewer-position-updated", ...args: any[]) => void) & ((event: "viewer-point-updated", ...args: any[]) => void);
|
|
1094
1052
|
$el: HTMLDivElement;
|
|
1095
|
-
$options: ComponentOptionsBase<Readonly<
|
|
1053
|
+
$options: ComponentOptionsBase<Readonly<BimseeProps> & Readonly<{
|
|
1096
1054
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1055
|
+
"onViewer-ready"?: ((...args: any[]) => any) | undefined;
|
|
1097
1056
|
"onViewer-click"?: ((...args: any[]) => any) | undefined;
|
|
1098
1057
|
"onViewer-mousedown"?: ((...args: any[]) => any) | undefined;
|
|
1099
1058
|
"onViewer-zoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
1100
1059
|
"onViewer-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
1101
|
-
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
1102
1060
|
"onViewer-point-updated"?: ((...args: any[]) => any) | undefined;
|
|
1061
|
+
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
1103
1062
|
}>, {
|
|
1104
|
-
getStore: () =>
|
|
1105
|
-
getViewer: () =>
|
|
1106
|
-
getState: () =>
|
|
1107
|
-
setState: (options
|
|
1063
|
+
getStore: () => BimseeStore;
|
|
1064
|
+
getViewer: () => ViewerElement_2 | undefined;
|
|
1065
|
+
getState: () => BimseeProps;
|
|
1066
|
+
setState: (options?: UpdatableBimseeProps) => void;
|
|
1108
1067
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1109
1068
|
ready: (...args: any[]) => void;
|
|
1069
|
+
"viewer-ready": (...args: any[]) => void;
|
|
1110
1070
|
"viewer-click": (...args: any[]) => void;
|
|
1111
1071
|
"viewer-mousedown": (...args: any[]) => void;
|
|
1112
1072
|
"viewer-zoom-updated": (...args: any[]) => void;
|
|
1113
1073
|
"viewer-position-updated": (...args: any[]) => void;
|
|
1114
|
-
"change-model": (...args: any[]) => void;
|
|
1115
1074
|
"viewer-point-updated": (...args: any[]) => void;
|
|
1075
|
+
"change-model": (...args: any[]) => void;
|
|
1116
1076
|
}, string, {
|
|
1117
1077
|
immediate: boolean;
|
|
1118
|
-
|
|
1078
|
+
appSetting: AppSetting;
|
|
1079
|
+
viewer: ViewerProps_2;
|
|
1119
1080
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1120
1081
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1121
1082
|
created?: (() => void) | (() => void)[];
|
|
@@ -1138,20 +1099,22 @@ $nextTick: nextTick;
|
|
|
1138
1099
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1139
1100
|
} & Readonly<{
|
|
1140
1101
|
immediate: boolean;
|
|
1141
|
-
|
|
1142
|
-
|
|
1102
|
+
appSetting: AppSetting;
|
|
1103
|
+
viewer: ViewerProps_2;
|
|
1104
|
+
}> & Omit<Readonly<BimseeProps> & Readonly<{
|
|
1143
1105
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1106
|
+
"onViewer-ready"?: ((...args: any[]) => any) | undefined;
|
|
1144
1107
|
"onViewer-click"?: ((...args: any[]) => any) | undefined;
|
|
1145
1108
|
"onViewer-mousedown"?: ((...args: any[]) => any) | undefined;
|
|
1146
1109
|
"onViewer-zoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
1147
1110
|
"onViewer-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
1148
|
-
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
1149
1111
|
"onViewer-point-updated"?: ((...args: any[]) => any) | undefined;
|
|
1150
|
-
|
|
1151
|
-
getStore
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1112
|
+
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
1113
|
+
}>, "immediate" | "getState" | "setState" | "appSetting" | "viewer" | "getStore" | "getViewer"> & ShallowUnwrapRef< {
|
|
1114
|
+
getStore: () => BimseeStore;
|
|
1115
|
+
getViewer: () => ViewerElement_2 | undefined;
|
|
1116
|
+
getState: () => BimseeProps;
|
|
1117
|
+
setState: (options?: UpdatableBimseeProps) => void;
|
|
1155
1118
|
}> & {} & ComponentCustomProperties & {} & {
|
|
1156
1119
|
$slots: {
|
|
1157
1120
|
default?(_: {}): any;
|
|
@@ -1166,27 +1129,19 @@ declare function __VLS_template(): {
|
|
|
1166
1129
|
locked?: boolean;
|
|
1167
1130
|
distance?: number;
|
|
1168
1131
|
showDistance?: boolean;
|
|
1169
|
-
maxMatchDistance?: number;
|
|
1170
1132
|
}): any;
|
|
1171
1133
|
lockDistance?(_: {
|
|
1172
1134
|
locked?: boolean;
|
|
1173
1135
|
distance?: number;
|
|
1174
1136
|
showDistance?: boolean;
|
|
1175
|
-
maxMatchDistance?: number;
|
|
1176
1137
|
}): any;
|
|
1177
1138
|
basicDefault?(_: {
|
|
1178
1139
|
dataSource: Map<string, TrackRecord>;
|
|
1179
|
-
currentModel:
|
|
1140
|
+
currentModel: Coordinate | undefined;
|
|
1180
1141
|
currentRecord: TrackRecord | undefined;
|
|
1181
1142
|
currentPoint: TrackPoint | undefined;
|
|
1182
1143
|
}): any;
|
|
1183
1144
|
basicMapDefault?(_: {
|
|
1184
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1185
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1186
|
-
currentModel: Coordinate_2 | undefined;
|
|
1187
|
-
currentRecord: TrackRecord | undefined;
|
|
1188
|
-
currentPoint: TrackPoint | undefined;
|
|
1189
|
-
radarAngle: number;
|
|
1190
1145
|
style: CSSProperties;
|
|
1191
1146
|
showRadar: boolean;
|
|
1192
1147
|
showPoint: boolean;
|
|
@@ -1196,17 +1151,10 @@ declare function __VLS_template(): {
|
|
|
1196
1151
|
maxSize: number;
|
|
1197
1152
|
size: number;
|
|
1198
1153
|
yaw: number;
|
|
1154
|
+
radarAngle: number;
|
|
1199
1155
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1200
|
-
ratio: number;
|
|
1201
|
-
scale: number;
|
|
1202
1156
|
}): any;
|
|
1203
1157
|
basicMapExtra?(_: {
|
|
1204
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1205
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1206
|
-
currentModel: Coordinate_2 | undefined;
|
|
1207
|
-
currentRecord: TrackRecord | undefined;
|
|
1208
|
-
currentPoint: TrackPoint | undefined;
|
|
1209
|
-
radarAngle: number;
|
|
1210
1158
|
style: CSSProperties;
|
|
1211
1159
|
showRadar: boolean;
|
|
1212
1160
|
showPoint: boolean;
|
|
@@ -1216,17 +1164,10 @@ declare function __VLS_template(): {
|
|
|
1216
1164
|
maxSize: number;
|
|
1217
1165
|
size: number;
|
|
1218
1166
|
yaw: number;
|
|
1167
|
+
radarAngle: number;
|
|
1219
1168
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1220
|
-
ratio: number;
|
|
1221
|
-
scale: number;
|
|
1222
1169
|
}): any;
|
|
1223
1170
|
basicMapLeft?(_: {
|
|
1224
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1225
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1226
|
-
currentModel: Coordinate_2 | undefined;
|
|
1227
|
-
currentRecord: TrackRecord | undefined;
|
|
1228
|
-
currentPoint: TrackPoint | undefined;
|
|
1229
|
-
radarAngle: number;
|
|
1230
1171
|
style: CSSProperties;
|
|
1231
1172
|
showRadar: boolean;
|
|
1232
1173
|
showPoint: boolean;
|
|
@@ -1236,17 +1177,10 @@ declare function __VLS_template(): {
|
|
|
1236
1177
|
maxSize: number;
|
|
1237
1178
|
size: number;
|
|
1238
1179
|
yaw: number;
|
|
1180
|
+
radarAngle: number;
|
|
1239
1181
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1240
|
-
ratio: number;
|
|
1241
|
-
scale: number;
|
|
1242
1182
|
}): any;
|
|
1243
1183
|
basicMapRight?(_: {
|
|
1244
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1245
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1246
|
-
currentModel: Coordinate_2 | undefined;
|
|
1247
|
-
currentRecord: TrackRecord | undefined;
|
|
1248
|
-
currentPoint: TrackPoint | undefined;
|
|
1249
|
-
radarAngle: number;
|
|
1250
1184
|
style: CSSProperties;
|
|
1251
1185
|
showRadar: boolean;
|
|
1252
1186
|
showPoint: boolean;
|
|
@@ -1256,9 +1190,8 @@ declare function __VLS_template(): {
|
|
|
1256
1190
|
maxSize: number;
|
|
1257
1191
|
size: number;
|
|
1258
1192
|
yaw: number;
|
|
1193
|
+
radarAngle: number;
|
|
1259
1194
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1260
|
-
ratio: number;
|
|
1261
|
-
scale: number;
|
|
1262
1195
|
}): any;
|
|
1263
1196
|
basicPlaybarDefault?(_: {
|
|
1264
1197
|
currentRecord: TrackRecord | undefined;
|
|
@@ -1322,17 +1255,11 @@ declare function __VLS_template(): {
|
|
|
1322
1255
|
}): any;
|
|
1323
1256
|
referDefault?(_: {
|
|
1324
1257
|
dataSource: Map<string, TrackRecord>;
|
|
1325
|
-
currentModel:
|
|
1258
|
+
currentModel: Coordinate | undefined;
|
|
1326
1259
|
currentRecord: TrackRecord | undefined;
|
|
1327
1260
|
currentPoint: TrackPoint | undefined;
|
|
1328
1261
|
}): any;
|
|
1329
1262
|
referMapDefault?(_: {
|
|
1330
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1331
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1332
|
-
currentModel: Coordinate_2 | undefined;
|
|
1333
|
-
currentRecord: TrackRecord | undefined;
|
|
1334
|
-
currentPoint: TrackPoint | undefined;
|
|
1335
|
-
radarAngle: number;
|
|
1336
1263
|
style: CSSProperties;
|
|
1337
1264
|
showRadar: boolean;
|
|
1338
1265
|
showPoint: boolean;
|
|
@@ -1342,17 +1269,10 @@ declare function __VLS_template(): {
|
|
|
1342
1269
|
maxSize: number;
|
|
1343
1270
|
size: number;
|
|
1344
1271
|
yaw: number;
|
|
1272
|
+
radarAngle: number;
|
|
1345
1273
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1346
|
-
ratio: number;
|
|
1347
|
-
scale: number;
|
|
1348
1274
|
}): any;
|
|
1349
1275
|
referMapExtra?(_: {
|
|
1350
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1351
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1352
|
-
currentModel: Coordinate_2 | undefined;
|
|
1353
|
-
currentRecord: TrackRecord | undefined;
|
|
1354
|
-
currentPoint: TrackPoint | undefined;
|
|
1355
|
-
radarAngle: number;
|
|
1356
1276
|
style: CSSProperties;
|
|
1357
1277
|
showRadar: boolean;
|
|
1358
1278
|
showPoint: boolean;
|
|
@@ -1362,17 +1282,10 @@ declare function __VLS_template(): {
|
|
|
1362
1282
|
maxSize: number;
|
|
1363
1283
|
size: number;
|
|
1364
1284
|
yaw: number;
|
|
1285
|
+
radarAngle: number;
|
|
1365
1286
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1366
|
-
ratio: number;
|
|
1367
|
-
scale: number;
|
|
1368
1287
|
}): any;
|
|
1369
1288
|
referMapLeft?(_: {
|
|
1370
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1371
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1372
|
-
currentModel: Coordinate_2 | undefined;
|
|
1373
|
-
currentRecord: TrackRecord | undefined;
|
|
1374
|
-
currentPoint: TrackPoint | undefined;
|
|
1375
|
-
radarAngle: number;
|
|
1376
1289
|
style: CSSProperties;
|
|
1377
1290
|
showRadar: boolean;
|
|
1378
1291
|
showPoint: boolean;
|
|
@@ -1382,17 +1295,10 @@ declare function __VLS_template(): {
|
|
|
1382
1295
|
maxSize: number;
|
|
1383
1296
|
size: number;
|
|
1384
1297
|
yaw: number;
|
|
1298
|
+
radarAngle: number;
|
|
1385
1299
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1386
|
-
ratio: number;
|
|
1387
|
-
scale: number;
|
|
1388
1300
|
}): any;
|
|
1389
1301
|
referMapRight?(_: {
|
|
1390
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1391
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1392
|
-
currentModel: Coordinate_2 | undefined;
|
|
1393
|
-
currentRecord: TrackRecord | undefined;
|
|
1394
|
-
currentPoint: TrackPoint | undefined;
|
|
1395
|
-
radarAngle: number;
|
|
1396
1302
|
style: CSSProperties;
|
|
1397
1303
|
showRadar: boolean;
|
|
1398
1304
|
showPoint: boolean;
|
|
@@ -1402,9 +1308,8 @@ declare function __VLS_template(): {
|
|
|
1402
1308
|
maxSize: number;
|
|
1403
1309
|
size: number;
|
|
1404
1310
|
yaw: number;
|
|
1311
|
+
radarAngle: number;
|
|
1405
1312
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1406
|
-
ratio: number;
|
|
1407
|
-
scale: number;
|
|
1408
1313
|
}): any;
|
|
1409
1314
|
referPlaybarDefault?(_: {
|
|
1410
1315
|
currentRecord: TrackRecord | undefined;
|
|
@@ -1466,7 +1371,7 @@ declare function __VLS_template(): {
|
|
|
1466
1371
|
speed: number;
|
|
1467
1372
|
step: number;
|
|
1468
1373
|
}): any;
|
|
1469
|
-
|
|
1374
|
+
bimseeDefault?(_: {}): any;
|
|
1470
1375
|
default?(_: {}): any;
|
|
1471
1376
|
};
|
|
1472
1377
|
refs: {
|
|
@@ -1477,7 +1382,7 @@ declare function __VLS_template(): {
|
|
|
1477
1382
|
readonly locked?: boolean | undefined;
|
|
1478
1383
|
readonly distance?: number | undefined;
|
|
1479
1384
|
readonly showDistance?: boolean | undefined;
|
|
1480
|
-
readonly maxMatchDistance
|
|
1385
|
+
readonly maxMatchDistance: number;
|
|
1481
1386
|
readonly "onDistance-updated"?: ((...args: any[]) => any) | undefined;
|
|
1482
1387
|
readonly "onLocked-updated"?: ((...args: any[]) => any) | undefined;
|
|
1483
1388
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -1495,12 +1400,14 @@ declare function __VLS_template(): {
|
|
|
1495
1400
|
$host: Element | null;
|
|
1496
1401
|
$emit: ((event: "distance-updated", ...args: any[]) => void) & ((event: "locked-updated", ...args: any[]) => void);
|
|
1497
1402
|
$el: HTMLDivElement;
|
|
1498
|
-
$options: ComponentOptionsBase<Readonly<LockProps
|
|
1403
|
+
$options: ComponentOptionsBase<Readonly<LockProps & {
|
|
1404
|
+
maxMatchDistance: number;
|
|
1405
|
+
}> & Readonly<{
|
|
1499
1406
|
"onDistance-updated"?: ((...args: any[]) => any) | undefined;
|
|
1500
1407
|
"onLocked-updated"?: ((...args: any[]) => any) | undefined;
|
|
1501
1408
|
}>, {
|
|
1502
|
-
getState: () =>
|
|
1503
|
-
setState: (options:
|
|
1409
|
+
getState: () => LockProps;
|
|
1410
|
+
setState: (options: UpdatableLockProps) => void;
|
|
1504
1411
|
setDistance: (distance: number) => void;
|
|
1505
1412
|
setLocked: (locked: boolean) => void;
|
|
1506
1413
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -1526,12 +1433,14 @@ declare function __VLS_template(): {
|
|
|
1526
1433
|
$forceUpdate: () => void;
|
|
1527
1434
|
$nextTick: nextTick;
|
|
1528
1435
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1529
|
-
} & Readonly<{}> & Omit<Readonly<LockProps
|
|
1436
|
+
} & Readonly<{}> & Omit<Readonly<LockProps & {
|
|
1437
|
+
maxMatchDistance: number;
|
|
1438
|
+
}> & Readonly<{
|
|
1530
1439
|
"onDistance-updated"?: ((...args: any[]) => any) | undefined;
|
|
1531
1440
|
"onLocked-updated"?: ((...args: any[]) => any) | undefined;
|
|
1532
1441
|
}>, "getState" | "setState" | "setDistance" | "setLocked"> & ShallowUnwrapRef< {
|
|
1533
|
-
getState: () =>
|
|
1534
|
-
setState: (options:
|
|
1442
|
+
getState: () => LockProps;
|
|
1443
|
+
setState: (options: UpdatableLockProps) => void;
|
|
1535
1444
|
setDistance: (distance: number) => void;
|
|
1536
1445
|
setLocked: (locked: boolean) => void;
|
|
1537
1446
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -1540,13 +1449,11 @@ declare function __VLS_template(): {
|
|
|
1540
1449
|
locked?: boolean;
|
|
1541
1450
|
distance?: number;
|
|
1542
1451
|
showDistance?: boolean;
|
|
1543
|
-
maxMatchDistance?: number;
|
|
1544
1452
|
}): any;
|
|
1545
1453
|
distance?(_: {
|
|
1546
1454
|
locked?: boolean;
|
|
1547
1455
|
distance?: number;
|
|
1548
1456
|
showDistance?: boolean;
|
|
1549
|
-
maxMatchDistance?: number;
|
|
1550
1457
|
}): any;
|
|
1551
1458
|
};
|
|
1552
1459
|
}) | null;
|
|
@@ -1554,18 +1461,18 @@ declare function __VLS_template(): {
|
|
|
1554
1461
|
$: ComponentInternalInstance;
|
|
1555
1462
|
$data: {};
|
|
1556
1463
|
$props: {
|
|
1464
|
+
readonly appSetting?: AppSetting | undefined;
|
|
1465
|
+
readonly realseeSetting?: RealseeSetting | undefined;
|
|
1466
|
+
readonly searchInfo: SearchInfo;
|
|
1557
1467
|
readonly viewer?: ViewerProps | undefined;
|
|
1558
1468
|
readonly marker?: MarkerProps | undefined;
|
|
1559
|
-
readonly playbar?:
|
|
1560
|
-
readonly map?:
|
|
1469
|
+
readonly playbar?: PlaybarProps | undefined;
|
|
1470
|
+
readonly map?: MapProps | undefined;
|
|
1561
1471
|
readonly immediate?: boolean | undefined;
|
|
1562
1472
|
readonly delay?: number | undefined;
|
|
1563
|
-
readonly appSetting?: AppSetting_2 | undefined;
|
|
1564
|
-
readonly realseeSetting?: RealseeSetting | undefined;
|
|
1565
|
-
readonly searchInfo: SearchInfo_2;
|
|
1566
1473
|
readonly fetchParams?: Record<string, any> | undefined;
|
|
1567
1474
|
readonly handleResponseFn?: ((res: TrackRecordModel) => Promise<TrackRecordModel>) | undefined;
|
|
1568
|
-
readonly fetchSuccess?: ((record: TrackRecord, coordinate?:
|
|
1475
|
+
readonly fetchSuccess?: ((record: TrackRecord, coordinate?: Coordinate) => void) | undefined;
|
|
1569
1476
|
readonly fetchError?: ((error: any) => void) | undefined;
|
|
1570
1477
|
readonly onReady?: ((...args: any[]) => any) | undefined | undefined;
|
|
1571
1478
|
readonly "onChange-model"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -1583,8 +1490,8 @@ declare function __VLS_template(): {
|
|
|
1583
1490
|
readonly "onMap-resize"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1584
1491
|
readonly "onMap-collapse"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1585
1492
|
readonly "onMap-dragger"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1493
|
+
readonly "onMap-angle-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1586
1494
|
readonly "onMap-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1587
|
-
readonly "onMap-scale-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1588
1495
|
readonly "onPlaybar-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1589
1496
|
readonly "onPlaybar-backward"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1590
1497
|
readonly "onPlaybar-pause"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -1595,7 +1502,6 @@ declare function __VLS_template(): {
|
|
|
1595
1502
|
readonly "onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1596
1503
|
readonly "onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1597
1504
|
readonly "onPlaybar-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1598
|
-
readonly "onMap-position-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1599
1505
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1600
1506
|
$attrs: {
|
|
1601
1507
|
[x: string]: unknown;
|
|
@@ -1609,7 +1515,7 @@ declare function __VLS_template(): {
|
|
|
1609
1515
|
$root: ComponentPublicInstance | null;
|
|
1610
1516
|
$parent: ComponentPublicInstance | null;
|
|
1611
1517
|
$host: Element | null;
|
|
1612
|
-
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "
|
|
1518
|
+
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "change-model", ...args: any[]) => void) & ((event: "change-record", ...args: any[]) => void) & ((event: "change-point", ...args: any[]) => void) & ((event: "viewer-ready", ...args: any[]) => void) & ((event: "viewer-click", ...args: any[]) => void) & ((event: "viewer-mousedown", ...args: any[]) => void) & ((event: "viewer-zoom-updated", ...args: any[]) => void) & ((event: "viewer-position-updated", ...args: any[]) => void) & ((event: "viewer-panorama-loaded", ...args: any[]) => void) & ((event: "viewer-select-point", ...args: any[]) => void) & ((event: "viewer-select-marker", ...args: any[]) => void) & ((event: "map-ready", ...args: any[]) => void) & ((event: "map-resize", ...args: any[]) => void) & ((event: "map-collapse", ...args: any[]) => void) & ((event: "map-dragger", ...args: any[]) => void) & ((event: "map-angle-updated", ...args: any[]) => void) & ((event: "map-select-point", ...args: any[]) => void) & ((event: "playbar-ready", ...args: any[]) => void) & ((event: "playbar-backward", ...args: any[]) => void) & ((event: "playbar-pause", ...args: any[]) => void) & ((event: "playbar-play", ...args: any[]) => void) & ((event: "playbar-forward", ...args: any[]) => void) & ((event: "playbar-slider", ...args: any[]) => void) & ((event: "playbar-speed-updated", ...args: any[]) => void) & ((event: "playbar-delay-updated", ...args: any[]) => void) & ((event: "playbar-step-updated", ...args: any[]) => void) & ((event: "playbar-select-point", ...args: any[]) => void);
|
|
1613
1519
|
$el: HTMLDivElement;
|
|
1614
1520
|
$options: ComponentOptionsBase<Readonly<RealseeProps> & Readonly<{
|
|
1615
1521
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
@@ -1628,8 +1534,8 @@ declare function __VLS_template(): {
|
|
|
1628
1534
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
1629
1535
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
1630
1536
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
1537
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
1631
1538
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
1632
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
1633
1539
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
1634
1540
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
1635
1541
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1640,7 +1546,6 @@ declare function __VLS_template(): {
|
|
|
1640
1546
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
1641
1547
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
1642
1548
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
1643
|
-
"onMap-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
1644
1549
|
}>, {
|
|
1645
1550
|
getStore: () => RealseeStore;
|
|
1646
1551
|
getViewer: () => ViewerElement | undefined;
|
|
@@ -1649,7 +1554,7 @@ declare function __VLS_template(): {
|
|
|
1649
1554
|
getMap: () => MapElement | undefined;
|
|
1650
1555
|
getOptions: () => RealseeProps;
|
|
1651
1556
|
getState: () => RealseeProps;
|
|
1652
|
-
setState: (options
|
|
1557
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
1653
1558
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1654
1559
|
ready: (...args: any[]) => void;
|
|
1655
1560
|
"change-model": (...args: any[]) => void;
|
|
@@ -1667,8 +1572,8 @@ declare function __VLS_template(): {
|
|
|
1667
1572
|
"map-resize": (...args: any[]) => void;
|
|
1668
1573
|
"map-collapse": (...args: any[]) => void;
|
|
1669
1574
|
"map-dragger": (...args: any[]) => void;
|
|
1575
|
+
"map-angle-updated": (...args: any[]) => void;
|
|
1670
1576
|
"map-select-point": (...args: any[]) => void;
|
|
1671
|
-
"map-scale-updated": (...args: any[]) => void;
|
|
1672
1577
|
"playbar-ready": (...args: any[]) => void;
|
|
1673
1578
|
"playbar-backward": (...args: any[]) => void;
|
|
1674
1579
|
"playbar-pause": (...args: any[]) => void;
|
|
@@ -1679,13 +1584,12 @@ declare function __VLS_template(): {
|
|
|
1679
1584
|
"playbar-delay-updated": (...args: any[]) => void;
|
|
1680
1585
|
"playbar-step-updated": (...args: any[]) => void;
|
|
1681
1586
|
"playbar-select-point": (...args: any[]) => void;
|
|
1682
|
-
"map-position-updated": (...args: any[]) => void;
|
|
1683
1587
|
}, string, {
|
|
1684
|
-
map: MapProps
|
|
1685
|
-
appSetting: AppSetting_2;
|
|
1588
|
+
map: MapProps;
|
|
1686
1589
|
realseeSetting: RealseeSetting;
|
|
1687
1590
|
immediate: boolean;
|
|
1688
|
-
|
|
1591
|
+
appSetting: AppSetting;
|
|
1592
|
+
playbar: PlaybarProps;
|
|
1689
1593
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1690
1594
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1691
1595
|
created?: (() => void) | (() => void)[];
|
|
@@ -1707,11 +1611,11 @@ declare function __VLS_template(): {
|
|
|
1707
1611
|
$nextTick: nextTick;
|
|
1708
1612
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1709
1613
|
} & Readonly<{
|
|
1710
|
-
map: MapProps
|
|
1711
|
-
appSetting: AppSetting_2;
|
|
1614
|
+
map: MapProps;
|
|
1712
1615
|
realseeSetting: RealseeSetting;
|
|
1713
1616
|
immediate: boolean;
|
|
1714
|
-
|
|
1617
|
+
appSetting: AppSetting;
|
|
1618
|
+
playbar: PlaybarProps;
|
|
1715
1619
|
}> & Omit<Readonly<RealseeProps> & Readonly<{
|
|
1716
1620
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1717
1621
|
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1729,8 +1633,8 @@ declare function __VLS_template(): {
|
|
|
1729
1633
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
1730
1634
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
1731
1635
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
1636
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
1732
1637
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
1733
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
1734
1638
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
1735
1639
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
1736
1640
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1741,8 +1645,7 @@ declare function __VLS_template(): {
|
|
|
1741
1645
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
1742
1646
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
1743
1647
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
1744
|
-
|
|
1745
|
-
}>, "map" | "getState" | "setState" | "immediate" | "appSetting" | "getStore" | "getViewer" | "playbar" | "realseeSetting" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
1648
|
+
}>, "map" | "immediate" | "getState" | "setState" | "appSetting" | "realseeSetting" | "playbar" | "getStore" | "getViewer" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
1746
1649
|
getStore: () => RealseeStore;
|
|
1747
1650
|
getViewer: () => ViewerElement | undefined;
|
|
1748
1651
|
getMarker: () => MarkersPlugin | undefined;
|
|
@@ -1750,16 +1653,10 @@ declare function __VLS_template(): {
|
|
|
1750
1653
|
getMap: () => MapElement | undefined;
|
|
1751
1654
|
getOptions: () => RealseeProps;
|
|
1752
1655
|
getState: () => RealseeProps;
|
|
1753
|
-
setState: (options
|
|
1656
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
1754
1657
|
}> & {} & ComponentCustomProperties & {} & {
|
|
1755
1658
|
$slots: {
|
|
1756
1659
|
mapExtra?(_: {
|
|
1757
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1758
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1759
|
-
currentModel: Coordinate_2 | undefined;
|
|
1760
|
-
currentRecord: TrackRecord | undefined;
|
|
1761
|
-
currentPoint: TrackPoint | undefined;
|
|
1762
|
-
radarAngle: number;
|
|
1763
1660
|
style: CSSProperties;
|
|
1764
1661
|
showRadar: boolean;
|
|
1765
1662
|
showPoint: boolean;
|
|
@@ -1769,17 +1666,10 @@ declare function __VLS_template(): {
|
|
|
1769
1666
|
maxSize: number;
|
|
1770
1667
|
size: number;
|
|
1771
1668
|
yaw: number;
|
|
1669
|
+
radarAngle: number;
|
|
1772
1670
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1773
|
-
ratio: number;
|
|
1774
|
-
scale: number;
|
|
1775
1671
|
}): any;
|
|
1776
1672
|
mapLeft?(_: {
|
|
1777
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1778
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1779
|
-
currentModel: Coordinate_2 | undefined;
|
|
1780
|
-
currentRecord: TrackRecord | undefined;
|
|
1781
|
-
currentPoint: TrackPoint | undefined;
|
|
1782
|
-
radarAngle: number;
|
|
1783
1673
|
style: CSSProperties;
|
|
1784
1674
|
showRadar: boolean;
|
|
1785
1675
|
showPoint: boolean;
|
|
@@ -1789,17 +1679,10 @@ declare function __VLS_template(): {
|
|
|
1789
1679
|
maxSize: number;
|
|
1790
1680
|
size: number;
|
|
1791
1681
|
yaw: number;
|
|
1682
|
+
radarAngle: number;
|
|
1792
1683
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1793
|
-
ratio: number;
|
|
1794
|
-
scale: number;
|
|
1795
1684
|
}): any;
|
|
1796
1685
|
mapRight?(_: {
|
|
1797
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1798
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1799
|
-
currentModel: Coordinate_2 | undefined;
|
|
1800
|
-
currentRecord: TrackRecord | undefined;
|
|
1801
|
-
currentPoint: TrackPoint | undefined;
|
|
1802
|
-
radarAngle: number;
|
|
1803
1686
|
style: CSSProperties;
|
|
1804
1687
|
showRadar: boolean;
|
|
1805
1688
|
showPoint: boolean;
|
|
@@ -1809,17 +1692,10 @@ declare function __VLS_template(): {
|
|
|
1809
1692
|
maxSize: number;
|
|
1810
1693
|
size: number;
|
|
1811
1694
|
yaw: number;
|
|
1695
|
+
radarAngle: number;
|
|
1812
1696
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1813
|
-
ratio: number;
|
|
1814
|
-
scale: number;
|
|
1815
1697
|
}): any;
|
|
1816
1698
|
mapDefault?(_: {
|
|
1817
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
1818
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
1819
|
-
currentModel: Coordinate_2 | undefined;
|
|
1820
|
-
currentRecord: TrackRecord | undefined;
|
|
1821
|
-
currentPoint: TrackPoint | undefined;
|
|
1822
|
-
radarAngle: number;
|
|
1823
1699
|
style: CSSProperties;
|
|
1824
1700
|
showRadar: boolean;
|
|
1825
1701
|
showPoint: boolean;
|
|
@@ -1829,9 +1705,8 @@ declare function __VLS_template(): {
|
|
|
1829
1705
|
maxSize: number;
|
|
1830
1706
|
size: number;
|
|
1831
1707
|
yaw: number;
|
|
1708
|
+
radarAngle: number;
|
|
1832
1709
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
1833
|
-
ratio: number;
|
|
1834
|
-
scale: number;
|
|
1835
1710
|
}): any;
|
|
1836
1711
|
playbarSlider?(_: {
|
|
1837
1712
|
currentRecord: TrackRecord | undefined;
|
|
@@ -1895,7 +1770,7 @@ declare function __VLS_template(): {
|
|
|
1895
1770
|
}): any;
|
|
1896
1771
|
default?(_: {
|
|
1897
1772
|
dataSource: Map<string, TrackRecord>;
|
|
1898
|
-
currentModel:
|
|
1773
|
+
currentModel: Coordinate | undefined;
|
|
1899
1774
|
currentRecord: TrackRecord | undefined;
|
|
1900
1775
|
currentPoint: TrackPoint | undefined;
|
|
1901
1776
|
}): any;
|
|
@@ -1905,18 +1780,18 @@ declare function __VLS_template(): {
|
|
|
1905
1780
|
$: ComponentInternalInstance;
|
|
1906
1781
|
$data: {};
|
|
1907
1782
|
$props: {
|
|
1783
|
+
readonly appSetting?: AppSetting | undefined;
|
|
1784
|
+
readonly realseeSetting?: RealseeSetting | undefined;
|
|
1785
|
+
readonly searchInfo: SearchInfo;
|
|
1908
1786
|
readonly viewer?: ViewerProps | undefined;
|
|
1909
1787
|
readonly marker?: MarkerProps | undefined;
|
|
1910
|
-
readonly playbar?:
|
|
1911
|
-
readonly map?:
|
|
1788
|
+
readonly playbar?: PlaybarProps | undefined;
|
|
1789
|
+
readonly map?: MapProps | undefined;
|
|
1912
1790
|
readonly immediate?: boolean | undefined;
|
|
1913
1791
|
readonly delay?: number | undefined;
|
|
1914
|
-
readonly appSetting?: AppSetting_2 | undefined;
|
|
1915
|
-
readonly realseeSetting?: RealseeSetting | undefined;
|
|
1916
|
-
readonly searchInfo: SearchInfo_2;
|
|
1917
1792
|
readonly fetchParams?: Record<string, any> | undefined;
|
|
1918
1793
|
readonly handleResponseFn?: ((res: TrackRecordModel) => Promise<TrackRecordModel>) | undefined;
|
|
1919
|
-
readonly fetchSuccess?: ((record: TrackRecord, coordinate?:
|
|
1794
|
+
readonly fetchSuccess?: ((record: TrackRecord, coordinate?: Coordinate) => void) | undefined;
|
|
1920
1795
|
readonly fetchError?: ((error: any) => void) | undefined;
|
|
1921
1796
|
readonly onReady?: ((...args: any[]) => any) | undefined | undefined;
|
|
1922
1797
|
readonly "onChange-model"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -1934,8 +1809,8 @@ declare function __VLS_template(): {
|
|
|
1934
1809
|
readonly "onMap-resize"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1935
1810
|
readonly "onMap-collapse"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1936
1811
|
readonly "onMap-dragger"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1812
|
+
readonly "onMap-angle-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1937
1813
|
readonly "onMap-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1938
|
-
readonly "onMap-scale-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1939
1814
|
readonly "onPlaybar-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1940
1815
|
readonly "onPlaybar-backward"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1941
1816
|
readonly "onPlaybar-pause"?: ((...args: any[]) => any) | undefined | undefined;
|
|
@@ -1946,7 +1821,6 @@ declare function __VLS_template(): {
|
|
|
1946
1821
|
readonly "onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1947
1822
|
readonly "onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1948
1823
|
readonly "onPlaybar-select-point"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1949
|
-
readonly "onMap-position-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1950
1824
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1951
1825
|
$attrs: {
|
|
1952
1826
|
[x: string]: unknown;
|
|
@@ -1960,7 +1834,7 @@ declare function __VLS_template(): {
|
|
|
1960
1834
|
$root: ComponentPublicInstance | null;
|
|
1961
1835
|
$parent: ComponentPublicInstance | null;
|
|
1962
1836
|
$host: Element | null;
|
|
1963
|
-
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "
|
|
1837
|
+
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "change-model", ...args: any[]) => void) & ((event: "change-record", ...args: any[]) => void) & ((event: "change-point", ...args: any[]) => void) & ((event: "viewer-ready", ...args: any[]) => void) & ((event: "viewer-click", ...args: any[]) => void) & ((event: "viewer-mousedown", ...args: any[]) => void) & ((event: "viewer-zoom-updated", ...args: any[]) => void) & ((event: "viewer-position-updated", ...args: any[]) => void) & ((event: "viewer-panorama-loaded", ...args: any[]) => void) & ((event: "viewer-select-point", ...args: any[]) => void) & ((event: "viewer-select-marker", ...args: any[]) => void) & ((event: "map-ready", ...args: any[]) => void) & ((event: "map-resize", ...args: any[]) => void) & ((event: "map-collapse", ...args: any[]) => void) & ((event: "map-dragger", ...args: any[]) => void) & ((event: "map-angle-updated", ...args: any[]) => void) & ((event: "map-select-point", ...args: any[]) => void) & ((event: "playbar-ready", ...args: any[]) => void) & ((event: "playbar-backward", ...args: any[]) => void) & ((event: "playbar-pause", ...args: any[]) => void) & ((event: "playbar-play", ...args: any[]) => void) & ((event: "playbar-forward", ...args: any[]) => void) & ((event: "playbar-slider", ...args: any[]) => void) & ((event: "playbar-speed-updated", ...args: any[]) => void) & ((event: "playbar-delay-updated", ...args: any[]) => void) & ((event: "playbar-step-updated", ...args: any[]) => void) & ((event: "playbar-select-point", ...args: any[]) => void);
|
|
1964
1838
|
$el: HTMLDivElement;
|
|
1965
1839
|
$options: ComponentOptionsBase<Readonly<RealseeProps> & Readonly<{
|
|
1966
1840
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
@@ -1979,8 +1853,8 @@ declare function __VLS_template(): {
|
|
|
1979
1853
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
1980
1854
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
1981
1855
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
1856
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
1982
1857
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
1983
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
1984
1858
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
1985
1859
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
1986
1860
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1991,7 +1865,6 @@ declare function __VLS_template(): {
|
|
|
1991
1865
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
1992
1866
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
1993
1867
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
1994
|
-
"onMap-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
1995
1868
|
}>, {
|
|
1996
1869
|
getStore: () => RealseeStore;
|
|
1997
1870
|
getViewer: () => ViewerElement | undefined;
|
|
@@ -2000,7 +1873,7 @@ declare function __VLS_template(): {
|
|
|
2000
1873
|
getMap: () => MapElement | undefined;
|
|
2001
1874
|
getOptions: () => RealseeProps;
|
|
2002
1875
|
getState: () => RealseeProps;
|
|
2003
|
-
setState: (options
|
|
1876
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
2004
1877
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2005
1878
|
ready: (...args: any[]) => void;
|
|
2006
1879
|
"change-model": (...args: any[]) => void;
|
|
@@ -2018,8 +1891,8 @@ declare function __VLS_template(): {
|
|
|
2018
1891
|
"map-resize": (...args: any[]) => void;
|
|
2019
1892
|
"map-collapse": (...args: any[]) => void;
|
|
2020
1893
|
"map-dragger": (...args: any[]) => void;
|
|
1894
|
+
"map-angle-updated": (...args: any[]) => void;
|
|
2021
1895
|
"map-select-point": (...args: any[]) => void;
|
|
2022
|
-
"map-scale-updated": (...args: any[]) => void;
|
|
2023
1896
|
"playbar-ready": (...args: any[]) => void;
|
|
2024
1897
|
"playbar-backward": (...args: any[]) => void;
|
|
2025
1898
|
"playbar-pause": (...args: any[]) => void;
|
|
@@ -2030,13 +1903,12 @@ declare function __VLS_template(): {
|
|
|
2030
1903
|
"playbar-delay-updated": (...args: any[]) => void;
|
|
2031
1904
|
"playbar-step-updated": (...args: any[]) => void;
|
|
2032
1905
|
"playbar-select-point": (...args: any[]) => void;
|
|
2033
|
-
"map-position-updated": (...args: any[]) => void;
|
|
2034
1906
|
}, string, {
|
|
2035
|
-
map: MapProps
|
|
2036
|
-
appSetting: AppSetting_2;
|
|
1907
|
+
map: MapProps;
|
|
2037
1908
|
realseeSetting: RealseeSetting;
|
|
2038
1909
|
immediate: boolean;
|
|
2039
|
-
|
|
1910
|
+
appSetting: AppSetting;
|
|
1911
|
+
playbar: PlaybarProps;
|
|
2040
1912
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2041
1913
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2042
1914
|
created?: (() => void) | (() => void)[];
|
|
@@ -2058,11 +1930,11 @@ declare function __VLS_template(): {
|
|
|
2058
1930
|
$nextTick: nextTick;
|
|
2059
1931
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2060
1932
|
} & Readonly<{
|
|
2061
|
-
map: MapProps
|
|
2062
|
-
appSetting: AppSetting_2;
|
|
1933
|
+
map: MapProps;
|
|
2063
1934
|
realseeSetting: RealseeSetting;
|
|
2064
1935
|
immediate: boolean;
|
|
2065
|
-
|
|
1936
|
+
appSetting: AppSetting;
|
|
1937
|
+
playbar: PlaybarProps;
|
|
2066
1938
|
}> & Omit<Readonly<RealseeProps> & Readonly<{
|
|
2067
1939
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2068
1940
|
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2080,8 +1952,8 @@ declare function __VLS_template(): {
|
|
|
2080
1952
|
"onMap-resize"?: ((...args: any[]) => any) | undefined;
|
|
2081
1953
|
"onMap-collapse"?: ((...args: any[]) => any) | undefined;
|
|
2082
1954
|
"onMap-dragger"?: ((...args: any[]) => any) | undefined;
|
|
1955
|
+
"onMap-angle-updated"?: ((...args: any[]) => any) | undefined;
|
|
2083
1956
|
"onMap-select-point"?: ((...args: any[]) => any) | undefined;
|
|
2084
|
-
"onMap-scale-updated"?: ((...args: any[]) => any) | undefined;
|
|
2085
1957
|
"onPlaybar-ready"?: ((...args: any[]) => any) | undefined;
|
|
2086
1958
|
"onPlaybar-backward"?: ((...args: any[]) => any) | undefined;
|
|
2087
1959
|
"onPlaybar-pause"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2092,8 +1964,7 @@ declare function __VLS_template(): {
|
|
|
2092
1964
|
"onPlaybar-delay-updated"?: ((...args: any[]) => any) | undefined;
|
|
2093
1965
|
"onPlaybar-step-updated"?: ((...args: any[]) => any) | undefined;
|
|
2094
1966
|
"onPlaybar-select-point"?: ((...args: any[]) => any) | undefined;
|
|
2095
|
-
|
|
2096
|
-
}>, "map" | "getState" | "setState" | "immediate" | "appSetting" | "getStore" | "getViewer" | "playbar" | "realseeSetting" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
1967
|
+
}>, "map" | "immediate" | "getState" | "setState" | "appSetting" | "realseeSetting" | "playbar" | "getStore" | "getViewer" | "getMarker" | "getPlaybar" | "getMap" | "getOptions"> & ShallowUnwrapRef< {
|
|
2097
1968
|
getStore: () => RealseeStore;
|
|
2098
1969
|
getViewer: () => ViewerElement | undefined;
|
|
2099
1970
|
getMarker: () => MarkersPlugin | undefined;
|
|
@@ -2101,16 +1972,10 @@ declare function __VLS_template(): {
|
|
|
2101
1972
|
getMap: () => MapElement | undefined;
|
|
2102
1973
|
getOptions: () => RealseeProps;
|
|
2103
1974
|
getState: () => RealseeProps;
|
|
2104
|
-
setState: (options
|
|
1975
|
+
setState: (options?: Partial<Partial<RealseeProps>>) => void;
|
|
2105
1976
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2106
1977
|
$slots: {
|
|
2107
1978
|
mapExtra?(_: {
|
|
2108
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
2109
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
2110
|
-
currentModel: Coordinate_2 | undefined;
|
|
2111
|
-
currentRecord: TrackRecord | undefined;
|
|
2112
|
-
currentPoint: TrackPoint | undefined;
|
|
2113
|
-
radarAngle: number;
|
|
2114
1979
|
style: CSSProperties;
|
|
2115
1980
|
showRadar: boolean;
|
|
2116
1981
|
showPoint: boolean;
|
|
@@ -2120,17 +1985,10 @@ declare function __VLS_template(): {
|
|
|
2120
1985
|
maxSize: number;
|
|
2121
1986
|
size: number;
|
|
2122
1987
|
yaw: number;
|
|
1988
|
+
radarAngle: number;
|
|
2123
1989
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
2124
|
-
ratio: number;
|
|
2125
|
-
scale: number;
|
|
2126
1990
|
}): any;
|
|
2127
1991
|
mapLeft?(_: {
|
|
2128
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
2129
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
2130
|
-
currentModel: Coordinate_2 | undefined;
|
|
2131
|
-
currentRecord: TrackRecord | undefined;
|
|
2132
|
-
currentPoint: TrackPoint | undefined;
|
|
2133
|
-
radarAngle: number;
|
|
2134
1992
|
style: CSSProperties;
|
|
2135
1993
|
showRadar: boolean;
|
|
2136
1994
|
showPoint: boolean;
|
|
@@ -2140,17 +1998,10 @@ declare function __VLS_template(): {
|
|
|
2140
1998
|
maxSize: number;
|
|
2141
1999
|
size: number;
|
|
2142
2000
|
yaw: number;
|
|
2001
|
+
radarAngle: number;
|
|
2143
2002
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
2144
|
-
ratio: number;
|
|
2145
|
-
scale: number;
|
|
2146
2003
|
}): any;
|
|
2147
2004
|
mapRight?(_: {
|
|
2148
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
2149
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
2150
|
-
currentModel: Coordinate_2 | undefined;
|
|
2151
|
-
currentRecord: TrackRecord | undefined;
|
|
2152
|
-
currentPoint: TrackPoint | undefined;
|
|
2153
|
-
radarAngle: number;
|
|
2154
2005
|
style: CSSProperties;
|
|
2155
2006
|
showRadar: boolean;
|
|
2156
2007
|
showPoint: boolean;
|
|
@@ -2160,17 +2011,10 @@ declare function __VLS_template(): {
|
|
|
2160
2011
|
maxSize: number;
|
|
2161
2012
|
size: number;
|
|
2162
2013
|
yaw: number;
|
|
2014
|
+
radarAngle: number;
|
|
2163
2015
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
2164
|
-
ratio: number;
|
|
2165
|
-
scale: number;
|
|
2166
2016
|
}): any;
|
|
2167
2017
|
mapDefault?(_: {
|
|
2168
|
-
dataSource: Map<string, TrackRecord> | undefined;
|
|
2169
|
-
coordinateTree: Coordinate_2 | undefined;
|
|
2170
|
-
currentModel: Coordinate_2 | undefined;
|
|
2171
|
-
currentRecord: TrackRecord | undefined;
|
|
2172
|
-
currentPoint: TrackPoint | undefined;
|
|
2173
|
-
radarAngle: number;
|
|
2174
2018
|
style: CSSProperties;
|
|
2175
2019
|
showRadar: boolean;
|
|
2176
2020
|
showPoint: boolean;
|
|
@@ -2180,9 +2024,8 @@ declare function __VLS_template(): {
|
|
|
2180
2024
|
maxSize: number;
|
|
2181
2025
|
size: number;
|
|
2182
2026
|
yaw: number;
|
|
2027
|
+
radarAngle: number;
|
|
2183
2028
|
onPointChange: (point: TrackPoint) => Promise<any>;
|
|
2184
|
-
ratio: number;
|
|
2185
|
-
scale: number;
|
|
2186
2029
|
}): any;
|
|
2187
2030
|
playbarSlider?(_: {
|
|
2188
2031
|
currentRecord: TrackRecord | undefined;
|
|
@@ -2246,33 +2089,34 @@ declare function __VLS_template(): {
|
|
|
2246
2089
|
}): any;
|
|
2247
2090
|
default?(_: {
|
|
2248
2091
|
dataSource: Map<string, TrackRecord>;
|
|
2249
|
-
currentModel:
|
|
2092
|
+
currentModel: Coordinate | undefined;
|
|
2250
2093
|
currentRecord: TrackRecord | undefined;
|
|
2251
2094
|
currentPoint: TrackPoint | undefined;
|
|
2252
2095
|
}): any;
|
|
2253
2096
|
};
|
|
2254
2097
|
}) | null;
|
|
2255
|
-
|
|
2098
|
+
referBimseeElRef: ({
|
|
2256
2099
|
$: ComponentInternalInstance;
|
|
2257
2100
|
$data: {};
|
|
2258
2101
|
$props: {
|
|
2259
|
-
readonly
|
|
2102
|
+
readonly appSetting?: AppSetting | undefined;
|
|
2103
|
+
readonly bimseeSetting?: BimseeSetting | undefined;
|
|
2104
|
+
readonly searchInfo?: SearchInfo_2 | undefined;
|
|
2105
|
+
readonly viewer?: ViewerProps_2 | undefined;
|
|
2260
2106
|
readonly immediate?: boolean | undefined;
|
|
2261
2107
|
readonly delay?: number | undefined;
|
|
2262
|
-
readonly
|
|
2263
|
-
readonly
|
|
2264
|
-
readonly
|
|
2265
|
-
readonly handleCheckedFn?: ((res?: Coordinate_2, projectId?: number) => Promise<boolean>) | undefined;
|
|
2266
|
-
readonly handleResponseFn?: ((res?: Coordinate_2) => Promise<Coordinate_2>) | undefined;
|
|
2267
|
-
readonly fetchSuccess?: ((coordinate?: Coordinate_2) => void) | undefined;
|
|
2108
|
+
readonly handleCheckedFn?: ((res?: Coordinate) => Promise<boolean>) | undefined;
|
|
2109
|
+
readonly handleResponseFn?: ((res?: Coordinate) => Promise<Coordinate>) | undefined;
|
|
2110
|
+
readonly fetchSuccess?: ((coordinate?: Coordinate) => void) | undefined;
|
|
2268
2111
|
readonly fetchError?: ((error: any) => void) | undefined;
|
|
2269
|
-
readonly onReady?: ((...args: any[]) => any) | undefined;
|
|
2270
|
-
readonly "onViewer-
|
|
2271
|
-
readonly "onViewer-
|
|
2272
|
-
readonly "onViewer-
|
|
2273
|
-
readonly "onViewer-
|
|
2274
|
-
readonly "
|
|
2275
|
-
readonly "onViewer-point-updated"?: ((...args: any[]) => any) | undefined;
|
|
2112
|
+
readonly onReady?: ((...args: any[]) => any) | undefined | undefined;
|
|
2113
|
+
readonly "onViewer-ready"?: ((...args: any[]) => any) | undefined | undefined;
|
|
2114
|
+
readonly "onViewer-click"?: ((...args: any[]) => any) | undefined | undefined;
|
|
2115
|
+
readonly "onViewer-mousedown"?: ((...args: any[]) => any) | undefined | undefined;
|
|
2116
|
+
readonly "onViewer-zoom-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
2117
|
+
readonly "onViewer-position-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
2118
|
+
readonly "onViewer-point-updated"?: ((...args: any[]) => any) | undefined | undefined;
|
|
2119
|
+
readonly "onChange-model"?: ((...args: any[]) => any) | undefined | undefined;
|
|
2276
2120
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2277
2121
|
$attrs: {
|
|
2278
2122
|
[x: string]: unknown;
|
|
@@ -2280,16 +2124,16 @@ declare function __VLS_template(): {
|
|
|
2280
2124
|
$refs: {
|
|
2281
2125
|
[x: string]: unknown;
|
|
2282
2126
|
} & {
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2127
|
+
viewerElRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2128
|
+
bimseeProps: BimseeProps;
|
|
2129
|
+
bimseeStore: BimseeStore;
|
|
2286
2130
|
}> & Readonly<{
|
|
2287
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
2288
2131
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
2289
2132
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2133
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2134
|
+
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
2290
2135
|
"onPosition-updated"?: ((...args: any[]) => any) | undefined;
|
|
2291
2136
|
"onZoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
2292
|
-
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
2293
2137
|
}>, {
|
|
2294
2138
|
isMoveover: () => boolean;
|
|
2295
2139
|
isMovedown: () => boolean;
|
|
@@ -2299,7 +2143,15 @@ declare function __VLS_template(): {
|
|
|
2299
2143
|
setMaxFov: (maxFov: number) => void;
|
|
2300
2144
|
zoom: (level: number) => void;
|
|
2301
2145
|
rotate: (position: Position) => void;
|
|
2302
|
-
getState: () =>
|
|
2146
|
+
getState: () => {
|
|
2147
|
+
defaultYaw?: number | undefined;
|
|
2148
|
+
defaultPitch?: number | undefined;
|
|
2149
|
+
defaultZoomLvl?: number | undefined;
|
|
2150
|
+
minFov?: number | undefined;
|
|
2151
|
+
maxFov?: number | undefined;
|
|
2152
|
+
moveover?: boolean | undefined;
|
|
2153
|
+
mousedown?: boolean | undefined;
|
|
2154
|
+
};
|
|
2303
2155
|
getPosition: () => Position;
|
|
2304
2156
|
getZoomLevel: () => number | undefined;
|
|
2305
2157
|
getCameraPosition: () => Vector3 | undefined;
|
|
@@ -2310,12 +2162,12 @@ declare function __VLS_template(): {
|
|
|
2310
2162
|
fovToZoomLevel: (fov: number) => number;
|
|
2311
2163
|
zoomLevelToFov: (level: number) => number;
|
|
2312
2164
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2313
|
-
click: (...args: any[]) => void;
|
|
2314
2165
|
mousedown: (...args: any[]) => void;
|
|
2315
2166
|
ready: (...args: any[]) => void;
|
|
2167
|
+
click: (...args: any[]) => void;
|
|
2168
|
+
"point-updated": (...args: any[]) => void;
|
|
2316
2169
|
"position-updated": (...args: any[]) => void;
|
|
2317
2170
|
"zoom-updated": (...args: any[]) => void;
|
|
2318
|
-
"point-updated": (...args: any[]) => void;
|
|
2319
2171
|
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2320
2172
|
viewerElRef: HTMLDivElement;
|
|
2321
2173
|
}, HTMLDivElement, ComponentProvideOptions, {
|
|
@@ -2326,15 +2178,15 @@ declare function __VLS_template(): {
|
|
|
2326
2178
|
M: {};
|
|
2327
2179
|
Defaults: {};
|
|
2328
2180
|
}, Readonly<{
|
|
2329
|
-
|
|
2330
|
-
|
|
2181
|
+
bimseeProps: BimseeProps;
|
|
2182
|
+
bimseeStore: BimseeStore;
|
|
2331
2183
|
}> & Readonly<{
|
|
2332
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
2333
2184
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
2334
2185
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2186
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2187
|
+
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
2335
2188
|
"onPosition-updated"?: ((...args: any[]) => any) | undefined;
|
|
2336
2189
|
"onZoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
2337
|
-
"onPoint-updated"?: ((...args: any[]) => any) | undefined;
|
|
2338
2190
|
}>, {
|
|
2339
2191
|
isMoveover: () => boolean;
|
|
2340
2192
|
isMovedown: () => boolean;
|
|
@@ -2344,7 +2196,15 @@ declare function __VLS_template(): {
|
|
|
2344
2196
|
setMaxFov: (maxFov: number) => void;
|
|
2345
2197
|
zoom: (level: number) => void;
|
|
2346
2198
|
rotate: (position: Position) => void;
|
|
2347
|
-
getState: () =>
|
|
2199
|
+
getState: () => {
|
|
2200
|
+
defaultYaw?: number | undefined;
|
|
2201
|
+
defaultPitch?: number | undefined;
|
|
2202
|
+
defaultZoomLvl?: number | undefined;
|
|
2203
|
+
minFov?: number | undefined;
|
|
2204
|
+
maxFov?: number | undefined;
|
|
2205
|
+
moveover?: boolean | undefined;
|
|
2206
|
+
mousedown?: boolean | undefined;
|
|
2207
|
+
};
|
|
2348
2208
|
getPosition: () => Position;
|
|
2349
2209
|
getZoomLevel: () => number | undefined;
|
|
2350
2210
|
getCameraPosition: () => Vector3 | undefined;
|
|
@@ -2362,32 +2222,35 @@ declare function __VLS_template(): {
|
|
|
2362
2222
|
$root: ComponentPublicInstance | null;
|
|
2363
2223
|
$parent: ComponentPublicInstance | null;
|
|
2364
2224
|
$host: Element | null;
|
|
2365
|
-
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "viewer-
|
|
2225
|
+
$emit: ((event: "ready", ...args: any[]) => void) & ((event: "change-model", ...args: any[]) => void) & ((event: "viewer-ready", ...args: any[]) => void) & ((event: "viewer-click", ...args: any[]) => void) & ((event: "viewer-mousedown", ...args: any[]) => void) & ((event: "viewer-zoom-updated", ...args: any[]) => void) & ((event: "viewer-position-updated", ...args: any[]) => void) & ((event: "viewer-point-updated", ...args: any[]) => void);
|
|
2366
2226
|
$el: HTMLDivElement;
|
|
2367
|
-
$options: ComponentOptionsBase<Readonly<
|
|
2227
|
+
$options: ComponentOptionsBase<Readonly<BimseeProps> & Readonly<{
|
|
2368
2228
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2229
|
+
"onViewer-ready"?: ((...args: any[]) => any) | undefined;
|
|
2369
2230
|
"onViewer-click"?: ((...args: any[]) => any) | undefined;
|
|
2370
2231
|
"onViewer-mousedown"?: ((...args: any[]) => any) | undefined;
|
|
2371
2232
|
"onViewer-zoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
2372
2233
|
"onViewer-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
2373
|
-
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
2374
2234
|
"onViewer-point-updated"?: ((...args: any[]) => any) | undefined;
|
|
2235
|
+
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
2375
2236
|
}>, {
|
|
2376
|
-
getStore: () =>
|
|
2377
|
-
getViewer: () =>
|
|
2378
|
-
getState: () =>
|
|
2379
|
-
setState: (options
|
|
2237
|
+
getStore: () => BimseeStore;
|
|
2238
|
+
getViewer: () => ViewerElement_2 | undefined;
|
|
2239
|
+
getState: () => BimseeProps;
|
|
2240
|
+
setState: (options?: UpdatableBimseeProps) => void;
|
|
2380
2241
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2381
2242
|
ready: (...args: any[]) => void;
|
|
2243
|
+
"viewer-ready": (...args: any[]) => void;
|
|
2382
2244
|
"viewer-click": (...args: any[]) => void;
|
|
2383
2245
|
"viewer-mousedown": (...args: any[]) => void;
|
|
2384
2246
|
"viewer-zoom-updated": (...args: any[]) => void;
|
|
2385
2247
|
"viewer-position-updated": (...args: any[]) => void;
|
|
2386
|
-
"change-model": (...args: any[]) => void;
|
|
2387
2248
|
"viewer-point-updated": (...args: any[]) => void;
|
|
2249
|
+
"change-model": (...args: any[]) => void;
|
|
2388
2250
|
}, string, {
|
|
2389
2251
|
immediate: boolean;
|
|
2390
|
-
|
|
2252
|
+
appSetting: AppSetting;
|
|
2253
|
+
viewer: ViewerProps_2;
|
|
2391
2254
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2392
2255
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2393
2256
|
created?: (() => void) | (() => void)[];
|
|
@@ -2410,20 +2273,22 @@ declare function __VLS_template(): {
|
|
|
2410
2273
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2411
2274
|
} & Readonly<{
|
|
2412
2275
|
immediate: boolean;
|
|
2413
|
-
|
|
2414
|
-
|
|
2276
|
+
appSetting: AppSetting;
|
|
2277
|
+
viewer: ViewerProps_2;
|
|
2278
|
+
}> & Omit<Readonly<BimseeProps> & Readonly<{
|
|
2415
2279
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2280
|
+
"onViewer-ready"?: ((...args: any[]) => any) | undefined;
|
|
2416
2281
|
"onViewer-click"?: ((...args: any[]) => any) | undefined;
|
|
2417
2282
|
"onViewer-mousedown"?: ((...args: any[]) => any) | undefined;
|
|
2418
2283
|
"onViewer-zoom-updated"?: ((...args: any[]) => any) | undefined;
|
|
2419
2284
|
"onViewer-position-updated"?: ((...args: any[]) => any) | undefined;
|
|
2420
|
-
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
2421
2285
|
"onViewer-point-updated"?: ((...args: any[]) => any) | undefined;
|
|
2422
|
-
|
|
2423
|
-
getStore
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2286
|
+
"onChange-model"?: ((...args: any[]) => any) | undefined;
|
|
2287
|
+
}>, "immediate" | "getState" | "setState" | "appSetting" | "viewer" | "getStore" | "getViewer"> & ShallowUnwrapRef< {
|
|
2288
|
+
getStore: () => BimseeStore;
|
|
2289
|
+
getViewer: () => ViewerElement_2 | undefined;
|
|
2290
|
+
getState: () => BimseeProps;
|
|
2291
|
+
setState: (options?: UpdatableBimseeProps) => void;
|
|
2427
2292
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2428
2293
|
$slots: {
|
|
2429
2294
|
default?(_: {}): any;
|
|
@@ -2441,71 +2306,6 @@ declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
2441
2306
|
};
|
|
2442
2307
|
};
|
|
2443
2308
|
|
|
2444
|
-
declare type BimfaceProps = {
|
|
2445
|
-
viewer: BimfaceViewerProps;
|
|
2446
|
-
immediate?: boolean;
|
|
2447
|
-
delay?: number;
|
|
2448
|
-
appSetting?: AppSetting;
|
|
2449
|
-
bimfaceSetting?: BimfaceSetting;
|
|
2450
|
-
searchInfo: SearchInfo;
|
|
2451
|
-
handleCheckedFn?: (res?: Coordinate, projectId?: number) => Promise<boolean>;
|
|
2452
|
-
handleResponseFn?: (res?: Coordinate) => Promise<Coordinate>;
|
|
2453
|
-
fetchSuccess?: (coordinate?: Coordinate) => void;
|
|
2454
|
-
fetchError?: (error: any) => void;
|
|
2455
|
-
};
|
|
2456
|
-
|
|
2457
|
-
declare type BimfaceSetting = {};
|
|
2458
|
-
|
|
2459
|
-
declare type BimfaceStore = {
|
|
2460
|
-
isReady: boolean;
|
|
2461
|
-
coordinateTree: Coordinate | undefined;
|
|
2462
|
-
mappedCoordinateTree: Coordinate | undefined;
|
|
2463
|
-
srcCoordinate: Coordinate | undefined;
|
|
2464
|
-
currentModel: Coordinate | undefined;
|
|
2465
|
-
currentPoint: Point | undefined;
|
|
2466
|
-
reload: (searchInfo: SearchInfo) => Promise<void>;
|
|
2467
|
-
setReady: (value?: boolean) => void;
|
|
2468
|
-
selectModel: (coordinate: Partial<Coordinate>) => void;
|
|
2469
|
-
setPoint: (point: Point, coordinate: Partial<Coordinate>) => void;
|
|
2470
|
-
};
|
|
2471
|
-
|
|
2472
|
-
declare interface BimfaceViewerElement {
|
|
2473
|
-
isMoveover(): boolean;
|
|
2474
|
-
isMovedown(): boolean;
|
|
2475
|
-
setMovedown: (mousedown: boolean) => void;
|
|
2476
|
-
setMoveover: (moveover: boolean) => void;
|
|
2477
|
-
setMinFov: (minFov: number) => void;
|
|
2478
|
-
setMaxFov: (maxFov: number) => void;
|
|
2479
|
-
zoom: (level: number) => void;
|
|
2480
|
-
rotate: (position: Position_2) => void;
|
|
2481
|
-
getState(): () => BimfaceViewerProps;
|
|
2482
|
-
getPosition(): () => Position_2;
|
|
2483
|
-
getZoomLevel(): () => number;
|
|
2484
|
-
getCameraPosition: () => Vector3_2 | undefined;
|
|
2485
|
-
getCameraTarget: () => Vector3_2 | undefined;
|
|
2486
|
-
getCameraFov: () => number | undefined;
|
|
2487
|
-
getCameraStatus(): () => CameraStatus | undefined;
|
|
2488
|
-
rotateToTarget: (rotate?: Position_2, position?: Vector3_2) => Vector3_2 | undefined;
|
|
2489
|
-
fovToZoomLevel: (fov: number) => number;
|
|
2490
|
-
zoomLevelToFov: (level: number) => number;
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
declare type BimfaceViewerProps = {
|
|
2494
|
-
defaultYaw?: number;
|
|
2495
|
-
defaultPitch?: number;
|
|
2496
|
-
defaultZoomLvl?: number;
|
|
2497
|
-
minFov?: number;
|
|
2498
|
-
maxFov?: number;
|
|
2499
|
-
moveover?: boolean;
|
|
2500
|
-
mousedown?: boolean;
|
|
2501
|
-
};
|
|
2502
|
-
|
|
2503
|
-
declare type CameraStatus = {
|
|
2504
|
-
position?: Vector3_2;
|
|
2505
|
-
target?: Vector3_2;
|
|
2506
|
-
fov?: number;
|
|
2507
|
-
};
|
|
2508
|
-
|
|
2509
2309
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2510
2310
|
export { _default as DualseePlugin }
|
|
2511
2311
|
export default _default;
|
|
@@ -2513,7 +2313,7 @@ export default _default;
|
|
|
2513
2313
|
export declare type DualseeElement = {
|
|
2514
2314
|
getState: () => UpdatableDualseeProps /** 获取当前配置选项 */;
|
|
2515
2315
|
setState: (options: Partial<UpdatableDualseeProps>) => void /** 设置配置选项 */;
|
|
2516
|
-
|
|
2316
|
+
getDualseeLock: () => LockElement | undefined /** 获取锁元素引用 */;
|
|
2517
2317
|
getBasicRealsee: () => RealseeElement | undefined /** 获取基础全景元素引用 */;
|
|
2518
2318
|
getReferRealsee: () => RealseeElement | undefined /** 获取对比全景元素引用 */;
|
|
2519
2319
|
getBasicRealseeStatus: () => RealseeProps | undefined /** 获取基础全景状态 */;
|
|
@@ -2521,54 +2321,45 @@ export declare type DualseeElement = {
|
|
|
2521
2321
|
toggleReferRealsee: () => void /** 切换对比全景显示状态 */;
|
|
2522
2322
|
showReferRealsee: () => void /** 显示对比全景 */;
|
|
2523
2323
|
hideReferRealsee: () => void /** 隐藏对比全景 */;
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
changeReferRealseeStatus: (point1: TrackPoint) => void /** 修改对比视图状态 */;
|
|
2324
|
+
toggleReferBimsee: () => void /** 切换Bimsee面全景显示状态 */;
|
|
2325
|
+
showReferBimsee: () => Promise<void> /** 显示Bimsee面全景 */;
|
|
2326
|
+
hideReferBimsee: () => void /** 隐藏Bimsee面全景 */;
|
|
2327
|
+
setReferClosestPoint: (current: TrackPoint) => void /** 设置到对比视图最近的点 */;
|
|
2529
2328
|
};
|
|
2530
2329
|
|
|
2531
2330
|
export declare type DualseeProps = {
|
|
2532
|
-
lock?: LockProps;
|
|
2533
|
-
basicRealsee: RealseeProps;
|
|
2534
|
-
referRealsee?: RealseeProps;
|
|
2535
|
-
referBimface?: BimfaceProps;
|
|
2536
2331
|
appSetting?: AppSetting;
|
|
2537
2332
|
dualseeSetting?: DualseeSetting;
|
|
2333
|
+
dualseeLock?: LockProps;
|
|
2334
|
+
basicRealsee: RealseeProps;
|
|
2335
|
+
referRealsee?: RealseeProps;
|
|
2336
|
+
referBimsee?: BimseeProps;
|
|
2538
2337
|
};
|
|
2539
2338
|
|
|
2540
2339
|
export declare type DualseeSetting = {
|
|
2541
|
-
enableMatchPoint
|
|
2542
|
-
maxMatchDistance
|
|
2340
|
+
enableMatchPoint: boolean;
|
|
2341
|
+
maxMatchDistance: number;
|
|
2543
2342
|
};
|
|
2544
2343
|
|
|
2545
|
-
declare type LockElement = {
|
|
2546
|
-
getState: () =>
|
|
2547
|
-
setState: (options:
|
|
2344
|
+
export declare type LockElement = {
|
|
2345
|
+
getState: () => LockProps;
|
|
2346
|
+
setState: (options: UpdatableLockProps) => void;
|
|
2548
2347
|
setDistance: (distance: number) => void;
|
|
2549
2348
|
setLocked: (locked: boolean) => void;
|
|
2550
2349
|
};
|
|
2551
2350
|
|
|
2552
|
-
declare type LockProps = {
|
|
2351
|
+
export declare type LockProps = {
|
|
2553
2352
|
locked?: boolean;
|
|
2554
2353
|
distance?: number;
|
|
2555
2354
|
showDistance?: boolean;
|
|
2556
|
-
maxMatchDistance?: number;
|
|
2557
2355
|
};
|
|
2558
2356
|
|
|
2559
|
-
declare type
|
|
2560
|
-
|
|
2561
|
-
modelCsId: number;
|
|
2562
|
-
};
|
|
2563
|
-
|
|
2564
|
-
declare type UpdatableBimfaceProps = Partial<BimfaceProps>;
|
|
2565
|
-
|
|
2566
|
-
export declare type UpdatableDualseeProps = DualseeProps & {
|
|
2567
|
-
lockVisible?: boolean;
|
|
2357
|
+
export declare type UpdatableDualseeProps = Partial<DualseeProps & {
|
|
2358
|
+
dualseeLockVisible?: boolean;
|
|
2568
2359
|
referRealseeVisible?: boolean;
|
|
2569
|
-
|
|
2570
|
-
}
|
|
2360
|
+
referBimseeVisible?: boolean;
|
|
2361
|
+
}>;
|
|
2571
2362
|
|
|
2572
|
-
declare type UpdatableLockProps = LockProps
|
|
2363
|
+
export declare type UpdatableLockProps = Partial<LockProps>;
|
|
2573
2364
|
|
|
2574
2365
|
export { }
|