@realsee/dnalogel 3.46.0 → 3.46.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/dist/Sculpt/utils/removeAllTag.d.ts +2 -0
- package/dist/index.cjs.js +53 -53
- package/dist/index.js +2583 -2573
- package/dist/index.umd.js +46 -46
- package/libs/AreaMakerPlugin/Controller.js +3 -2
- package/libs/AreaMakerPlugin/index.js +3 -2
- package/libs/AreaMakerPlugin/utils/Item.js +3 -2
- package/libs/CSS3DRenderPlugin/Controller.js +3 -2
- package/libs/CSS3DRenderPlugin/index.js +6 -5
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +3 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +3 -2
- package/libs/CruisePlugin/BaseController.js +5 -4
- package/libs/CruisePlugin/Move.js +3 -2
- package/libs/CruisePlugin/Work.js +3 -2
- package/libs/CruisePlugin/index.js +7 -6
- package/libs/CurrentPanoImagePlugin/Controller.js +3 -2
- package/libs/CurrentPanoImagePlugin/index.js +4 -3
- package/libs/GuideLinePlugin/Controller.js +5 -4
- package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
- package/libs/GuideLinePlugin/index.js +7 -6
- package/libs/ModelMakerPlugin/Controller.js +3 -2
- package/libs/ModelMakerPlugin/index.js +3 -2
- package/libs/ModelTVVideoPlugin/Plugin.js +4 -3
- package/libs/ModelTVVideoPlugin/index.js +3 -2
- package/libs/Object3DHelperPlugin/Controller.js +19 -18
- package/libs/Object3DHelperPlugin/index.js +6 -5
- package/libs/PanoCompassPlugin/Controller.js +3 -2
- package/libs/PanoCompassPlugin/index.js +4 -3
- package/libs/PanoDoorLabelPlugin/BaseController.js +3 -2
- package/libs/PanoDoorLabelPlugin/Controller.js +21 -20
- package/libs/PanoDoorLabelPlugin/index.js +4 -3
- package/libs/PanoMeasurePlugin/Components/Controller0.js +3 -2
- package/libs/PanoMeasurePlugin/Components/Controller1.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/EditController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
- package/libs/PanoMeasurePlugin/Model/area.js +3 -2
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -2
- package/libs/PanoMeasurePlugin/index.js +14 -13
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +3 -2
- package/libs/PanoSpatialTagPlugin/Plugin.js +4 -3
- package/libs/PanoSpatialTagPlugin/index.js +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +34 -33
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/index.js +3 -2
- package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
- package/libs/PanoTagPlugin/Components/TagItem.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +62 -61
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +3 -2
- package/libs/PanoTagPlugin/controller/TagRender.js +3 -2
- package/libs/PanoTagPlugin/controller/TagUtil.js +3 -2
- package/libs/PanoTagPlugin/controller/index.js +6 -5
- package/libs/PanoTagPlugin/index.js +12 -11
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +3 -2
- package/libs/PanoVideoPlugin/Controller.js +3 -2
- package/libs/PanoVideoPlugin/VideoMeshController.js +3 -2
- package/libs/PanoVideoPlugin/index.js +6 -5
- package/libs/PipelinePlugin/Controller.js +3 -2
- package/libs/PipelinePlugin/index.js +4 -3
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +3 -2
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +3 -2
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +1 -0
- package/libs/Sculpt/Meshes/Line.js +17 -14
- package/libs/Sculpt/Objects/Base/index.js +20 -17
- package/libs/Sculpt/utils/removeAllTag.d.ts +2 -0
- package/libs/Sculpt/utils/removeAllTag.js +10 -0
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +3 -2
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -3
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +3 -2
- package/libs/floorplan/ModelFloorplanPlugin/index.js +4 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +3 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +3 -2
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +4 -3
- package/libs/index.js +126 -125
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -129,12 +129,13 @@ import "../../Sculpt/typings/style.js";
|
|
|
129
129
|
import "../../shared-utils/five/FiveLine.js";
|
|
130
130
|
import "../../shared-utils/tag.js";
|
|
131
131
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
132
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
132
133
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
133
134
|
import "../../shared-utils/isTouchDevice.js";
|
|
134
135
|
import "../../shared-utils/five/getPosition.js";
|
|
135
136
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
136
137
|
import "../Assets/floorplanExtraObject.js";
|
|
137
|
-
class
|
|
138
|
+
class Ci extends O {
|
|
138
139
|
constructor(t, i) {
|
|
139
140
|
super(t);
|
|
140
141
|
// =============== public properties =================
|
|
@@ -277,5 +278,5 @@ class ki extends O {
|
|
|
277
278
|
}
|
|
278
279
|
}
|
|
279
280
|
export {
|
|
280
|
-
|
|
281
|
+
Ci as Controller
|
|
281
282
|
};
|
|
@@ -100,14 +100,15 @@ import "../../Sculpt/typings/style.js";
|
|
|
100
100
|
import "../../shared-utils/five/FiveLine.js";
|
|
101
101
|
import "../../shared-utils/tag.js";
|
|
102
102
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
103
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
103
104
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
104
105
|
import "../../shared-utils/isTouchDevice.js";
|
|
105
106
|
import "../../shared-utils/five/getPosition.js";
|
|
106
107
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
107
108
|
import "../utils/formatData.js";
|
|
108
109
|
import "../Assets/floorplanExtraObject.js";
|
|
109
|
-
const
|
|
110
|
+
const mr = (o, r) => new t(o, r);
|
|
110
111
|
export {
|
|
111
|
-
|
|
112
|
-
|
|
112
|
+
mr as PanoFloorplanRadarPlugin,
|
|
113
|
+
mr as default
|
|
113
114
|
};
|
|
@@ -150,11 +150,12 @@ import "../../Sculpt/typings/style.js";
|
|
|
150
150
|
import "../../shared-utils/five/FiveLine.js";
|
|
151
151
|
import "../../shared-utils/tag.js";
|
|
152
152
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
153
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
153
154
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
154
155
|
import "../../shared-utils/isTouchDevice.js";
|
|
155
156
|
import "../../shared-utils/five/getPosition.js";
|
|
156
157
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
157
|
-
class
|
|
158
|
+
class ee extends M {
|
|
158
159
|
constructor(t, i) {
|
|
159
160
|
var h, m;
|
|
160
161
|
super(t);
|
|
@@ -427,5 +428,5 @@ class ie extends M {
|
|
|
427
428
|
}
|
|
428
429
|
}
|
|
429
430
|
export {
|
|
430
|
-
|
|
431
|
+
ee as Controller
|
|
431
432
|
};
|
|
@@ -117,6 +117,7 @@ import "../../Sculpt/typings/style.js";
|
|
|
117
117
|
import "../../shared-utils/five/FiveLine.js";
|
|
118
118
|
import "../../shared-utils/tag.js";
|
|
119
119
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
120
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
120
121
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
121
122
|
import "../../shared-utils/isTouchDevice.js";
|
|
122
123
|
import "../../shared-utils/five/getPosition.js";
|
|
@@ -126,8 +127,8 @@ import "../../shared-utils/nearlyEqual.js";
|
|
|
126
127
|
import "../../shared-utils/to.js";
|
|
127
128
|
import "../../shared-utils/getPxmm.js";
|
|
128
129
|
import "../../shared-utils/changeModelCanvasOpacity.js";
|
|
129
|
-
const
|
|
130
|
+
const jr = (o, r) => new t(o, r);
|
|
130
131
|
export {
|
|
131
|
-
|
|
132
|
-
|
|
132
|
+
jr as TopviewFloorplanPlugin,
|
|
133
|
+
jr as default
|
|
133
134
|
};
|
package/libs/index.js
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FLOOR_TYPE_MAP as
|
|
15
|
-
import { ModelChassisCompassPlugin as
|
|
16
|
-
import { ModelEntryDoorGuidePlugin as
|
|
17
|
-
import { CameraMovementPlugin as
|
|
18
|
-
import { CameraMovementEffect as
|
|
19
|
-
import { PanoRulerPlugin as
|
|
20
|
-
import { PanoRulerProPlugin as
|
|
21
|
-
import { PanoCompassPlugin as
|
|
22
|
-
import { PanoMeasurePlugin as
|
|
23
|
-
import { PanoSpatialTagPlugin as
|
|
24
|
-
import { modelItemLabelPluginServerParams as
|
|
25
|
-
import { ModelTVVideoPlugin as
|
|
26
|
-
import { DIRECTION as
|
|
27
|
-
import { itemLabelPluginServerParams as
|
|
28
|
-
import { PanoDoorLabelPlugin as
|
|
29
|
-
import { GuideLinePlugin as
|
|
30
|
-
import { CruisePlugin as
|
|
31
|
-
import { PanoTagPlugin as
|
|
32
|
-
import { Object3DHelperPlugin as
|
|
33
|
-
import { PanoVideoPlugin as
|
|
34
|
-
import { PipelinePlugin as
|
|
35
|
-
import { AreaMakerPlugin as
|
|
36
|
-
import { CurrentPanoImagePlugin as
|
|
37
|
-
import { Sculpt as
|
|
38
|
-
import { ModelMakerPlugin as
|
|
39
|
-
import { index as
|
|
40
|
-
import { CSS3DRender as
|
|
41
|
-
import { Model as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { Polyline as
|
|
45
|
-
import { Magnifier as
|
|
46
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
47
|
-
import { ModelItemLabelPlugin as
|
|
48
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
49
|
-
import { Plugin as
|
|
50
|
-
import { GuideLineItem$1 as
|
|
51
|
-
import { GuideLineModeItem$1 as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { typing as
|
|
55
|
-
import { default as
|
|
56
|
-
import { defaultGlobalConfig as
|
|
57
|
-
import { ContentType as
|
|
58
|
-
import { Object3DHelperController as
|
|
59
|
-
import { typings as
|
|
3
|
+
import { PaintBrush as El } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Rl } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as Ol } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as Al } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as Gl } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as vl, modelRoomLabelPluginServerParams as Fl } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as cl } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as Nl } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as kl } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as Bl } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as Ul } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FLOOR_TYPE_MAP as $l, ROOM_FETILE_TYPE_MAP as Wl, ROOM_TYPE_MAP as ql } from "./floorplan/typings/floorplanServerData.js";
|
|
15
|
+
import { ModelChassisCompassPlugin as Jl } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
16
|
+
import { ModelEntryDoorGuidePlugin as Ql } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
17
|
+
import { CameraMovementPlugin as Zl } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
18
|
+
import { CameraMovementEffect as rn, Rotation as tn } from "./CameraMovementPlugin/typing.js";
|
|
19
|
+
import { PanoRulerPlugin as pn } from "./PanoRulerPlugin/Plugin.js";
|
|
20
|
+
import { PanoRulerProPlugin as ln } from "./PanoRulerProPlugin/index.js";
|
|
21
|
+
import { PanoCompassPlugin as an } from "./PanoCompassPlugin/index.js";
|
|
22
|
+
import { PanoMeasurePlugin as un } from "./PanoMeasurePlugin/index.js";
|
|
23
|
+
import { PanoSpatialTagPlugin as xn } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
24
|
+
import { modelItemLabelPluginServerParams as sn } from "./ModelItemLabelPlugin/index.js";
|
|
25
|
+
import { ModelTVVideoPlugin as Mn } from "./ModelTVVideoPlugin/Plugin.js";
|
|
26
|
+
import { DIRECTION as Ln } from "./ModelTVVideoPlugin/typings.js";
|
|
27
|
+
import { itemLabelPluginServerParams as _n } from "./ItemLabelPlugin/index.js";
|
|
28
|
+
import { PanoDoorLabelPlugin as In } from "./PanoDoorLabelPlugin/index.js";
|
|
29
|
+
import { GuideLinePlugin as Sn } from "./GuideLinePlugin/index.js";
|
|
30
|
+
import { CruisePlugin as yn, MovePlugin as An } from "./CruisePlugin/index.js";
|
|
31
|
+
import { PanoTagPlugin as Gn } from "./PanoTagPlugin/index.js";
|
|
32
|
+
import { Object3DHelperPlugin as vn } from "./Object3DHelperPlugin/index.js";
|
|
33
|
+
import { PanoVideoPlugin as Yn } from "./PanoVideoPlugin/index.js";
|
|
34
|
+
import { PipelinePlugin as Vn } from "./PipelinePlugin/index.js";
|
|
35
|
+
import { AreaMakerPlugin as hn } from "./AreaMakerPlugin/index.js";
|
|
36
|
+
import { CurrentPanoImagePlugin as wn } from "./CurrentPanoImagePlugin/index.js";
|
|
37
|
+
import { Sculpt as Hn, SculptPlugin as Un } from "./Sculpt/index.js";
|
|
38
|
+
import { ModelMakerPlugin as $n } from "./ModelMakerPlugin/index.js";
|
|
39
|
+
import { index as qn } from "./shared-utils/index.js";
|
|
40
|
+
import { CSS3DRender as Jn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
41
|
+
import { Model as Qn } from "./PanoMeasurePlugin/Model/index.js";
|
|
42
|
+
import { default as Zn } from "./PanoMeasurePlugin/Model/point.js";
|
|
43
|
+
import { default as ra } from "./PanoMeasurePlugin/Model/line.js";
|
|
44
|
+
import { Polyline as ia } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
45
|
+
import { Magnifier as pa } from "./shared-utils/three/Magnifier.js";
|
|
46
|
+
import { DISPLAY_STRATEGY_TYPE as la } from "./ModelItemLabelPlugin/typings.js";
|
|
47
|
+
import { ModelItemLabelPlugin as aa } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
48
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as ua } from "./ItemLabelPlugin/typings.js";
|
|
49
|
+
import { Plugin as xa } from "./ItemLabelPlugin/Plugin.js";
|
|
50
|
+
import { GuideLineItem$1 as sa } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
51
|
+
import { GuideLineModeItem$1 as Ma } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
52
|
+
import { default as La, default as Ca } from "./CruisePlugin/Work.js";
|
|
53
|
+
import { default as Ea } from "./CruisePlugin/Move.js";
|
|
54
|
+
import { typing as Ra } from "./CruisePlugin/typing/index.js";
|
|
55
|
+
import { default as Oa, pluginFlag as ya } from "./PanoTagPlugin/controller/index.js";
|
|
56
|
+
import { defaultGlobalConfig as Da } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
57
|
+
import { ContentType as ba, DimensionType as va, PointType as Fa } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
58
|
+
import { Object3DHelperController as ca, PLUGIN as Va } from "./Object3DHelperPlugin/Controller.js";
|
|
59
|
+
import { typings as ha } from "./PanoVideoPlugin/typings/index.js";
|
|
60
60
|
import "./components/PaintBrush/Controller.js";
|
|
61
61
|
import "./components/PaintBrush/utils.js";
|
|
62
62
|
import "./components/PaintBrush/tween.js";
|
|
@@ -145,6 +145,7 @@ import "./Sculpt/typings/style.js";
|
|
|
145
145
|
import "./shared-utils/five/FiveLine.js";
|
|
146
146
|
import "./shared-utils/tag.js";
|
|
147
147
|
import "./shared-utils/five/vector3ToScreen.js";
|
|
148
|
+
import "./Sculpt/utils/removeAllTag.js";
|
|
148
149
|
import "./CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
149
150
|
import "./shared-utils/isTouchDevice.js";
|
|
150
151
|
import "./shared-utils/five/getPosition.js";
|
|
@@ -506,72 +507,72 @@ import "./shared-utils/five/lookObject.js";
|
|
|
506
507
|
r();
|
|
507
508
|
o();
|
|
508
509
|
export {
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
510
|
+
hn as AreaMakerPlugin,
|
|
511
|
+
Jn as CSS3DRender,
|
|
512
|
+
Al as CSS3DRenderPlugin,
|
|
513
|
+
rn as CameraMovementEffect,
|
|
514
|
+
Zl as CameraMovementPlugin,
|
|
515
|
+
ba as ContentType,
|
|
516
|
+
yn as CruisePlugin,
|
|
517
|
+
La as CruisePluginController,
|
|
518
|
+
Ra as CruisePluginTypes,
|
|
519
|
+
wn as CurrentPanoImagePlugin,
|
|
520
|
+
Ln as DIRECTION,
|
|
521
|
+
la as DISPLAY_STRATEGY_TYPE,
|
|
522
|
+
va as DimensionType,
|
|
523
|
+
cl as FLOOR_PLAN_ATTACHED_TO,
|
|
524
|
+
$l as FLOOR_TYPE_MAP,
|
|
525
|
+
sa as GuideLineItem,
|
|
526
|
+
Ma as GuideLineModeItem,
|
|
527
|
+
Sn as GuideLinePlugin,
|
|
528
|
+
ua as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
529
|
+
xa as ItemLabelPlugin,
|
|
530
|
+
pa as Magnifier,
|
|
531
|
+
kl as MapviewFloorplanPlugin,
|
|
532
|
+
Jl as ModelChassisCompassPlugin,
|
|
533
|
+
Ql as ModelEntryDoorGuidePlugin,
|
|
534
|
+
Nl as ModelFloorplanPlugin,
|
|
535
|
+
aa as ModelItemLabelPlugin,
|
|
536
|
+
$n as ModelMakerPlugin,
|
|
537
|
+
vl as ModelRoomLabelPlugin,
|
|
538
|
+
Mn as ModelTVVideoPlugin,
|
|
539
|
+
Ol as ModelViewPlugin,
|
|
540
|
+
Ea as MoveController,
|
|
541
|
+
An as MovePlugin,
|
|
542
|
+
ca as Object3DHelperController,
|
|
543
|
+
vn as Object3DHelperPlugin,
|
|
544
|
+
Va as PLUGIN,
|
|
545
|
+
El as PaintBrush,
|
|
546
|
+
Rl as PaintBrushTypeEnum,
|
|
547
|
+
an as PanoCompassPlugin,
|
|
548
|
+
Gl as PanoCursorRaycasterPlugin,
|
|
549
|
+
In as PanoDoorLabelPlugin,
|
|
550
|
+
Ul as PanoFloorplanRadarPlugin,
|
|
551
|
+
un as PanoMeasurePlugin,
|
|
552
|
+
ra as PanoMeasurePluginLine,
|
|
553
|
+
Qn as PanoMeasurePluginModel,
|
|
554
|
+
Zn as PanoMeasurePluginPoint,
|
|
555
|
+
ia as PanoMeasurePluginPolyline,
|
|
556
|
+
pn as PanoRulerPlugin,
|
|
557
|
+
ln as PanoRulerProPlugin,
|
|
558
|
+
xn as PanoSpatialTagPlugin,
|
|
559
|
+
Gn as PanoTagPlugin,
|
|
560
|
+
Oa as PanoTagPluginController,
|
|
561
|
+
Yn as PanoVideoPlugin,
|
|
562
|
+
ha as PanoVideoPluginType,
|
|
563
|
+
Vn as PipelinePlugin,
|
|
564
|
+
Fa as PointType,
|
|
565
|
+
Wl as ROOM_FETILE_TYPE_MAP,
|
|
566
|
+
ql as ROOM_TYPE_MAP,
|
|
567
|
+
tn as Rotation,
|
|
568
|
+
Hn as Sculpt,
|
|
569
|
+
Un as SculptPlugin,
|
|
570
|
+
Bl as TopviewFloorplanPlugin,
|
|
571
|
+
qn as Util,
|
|
572
|
+
Ca as WalkController,
|
|
573
|
+
Da as defaultGlobalConfig,
|
|
574
|
+
_n as itemLabelPluginServerParams,
|
|
575
|
+
sn as modelItemLabelPluginServerParams,
|
|
576
|
+
Fl as modelRoomLabelPluginServerParams,
|
|
577
|
+
ya as pluginFlag
|
|
577
578
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.46.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.46.1",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|