@realsee/dnalogel 3.78.1-alpha.0 → 3.79.0-alpha.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/CHANGELOG.md +19 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +10 -8
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
- package/dist/index.cjs.js +96 -101
- package/dist/index.js +14483 -16495
- package/dist/index.umd.js +89 -94
- package/libs/CruisePlugin/Move.js +14 -27
- package/libs/CruisePlugin/Work.js +61 -74
- package/libs/CruisePlugin/index.js +18 -31
- package/libs/GuideLinePlugin/Controller.js +18 -31
- package/libs/GuideLinePlugin/GuideLineItem.js +16 -29
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +51 -48
- package/libs/GuideLinePlugin/GuideLineModeItem.js +16 -27
- package/libs/GuideLinePlugin/index.js +18 -31
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +87 -77
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +189 -135
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +460 -432
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +38 -126
- package/libs/PanoTagPlugin/Components/Tag/index.js +292 -393
- package/libs/PanoTagPlugin/Components/TagContainer.js +125 -135
- package/libs/PanoTagPlugin/Components/TagItem.js +275 -281
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +61 -74
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +95 -108
- package/libs/PanoTagPlugin/controller/index.js +41 -54
- package/libs/PanoTagPlugin/index.js +23 -36
- package/libs/PanoTagPlugin/tag.config.js +31 -1
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +10 -8
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +169 -182
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/url/replace-static-prefix.js +12 -7
- package/libs/vendor/svelte/internal/index.js +235 -225
- package/package.json +2 -2
- package/dist/PanoTagPlugin/Components/Common/Arrow.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Line/Polyline.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Line/Straight.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/utils/constants.d.ts +0 -3
- package/dist/PanoTagPlugin/utils/doUtil.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -198
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -258
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -358
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +0 -259
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -216
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -219
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -134
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
package/libs/index.js
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
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 { FloorplanGuidePlugin as
|
|
15
|
-
import { FLOOR_TYPE_MAP as
|
|
16
|
-
import { ModelChassisCompassPlugin as
|
|
17
|
-
import { ModelEntryDoorGuidePlugin as
|
|
18
|
-
import { CameraMovementPlugin as
|
|
19
|
-
import { CameraMovementEffect as
|
|
20
|
-
import { PanoRulerPlugin as
|
|
21
|
-
import { PanoRulerProPlugin as
|
|
22
|
-
import { PanoCompassPlugin as
|
|
23
|
-
import { PanoMeasurePlugin as
|
|
24
|
-
import { MeasurePlugin as
|
|
25
|
-
import { PanoSpatialTagPlugin as
|
|
26
|
-
import { modelItemLabelPluginServerParams as
|
|
27
|
-
import { ModelTVVideoPlugin as
|
|
28
|
-
import { DIRECTION as
|
|
29
|
-
import { itemLabelPluginServerParams as
|
|
30
|
-
import { PanoDoorLabelPlugin as
|
|
31
|
-
import { GuideLinePlugin as
|
|
32
|
-
import { CruisePlugin as
|
|
33
|
-
import { PanoTagPlugin as
|
|
34
|
-
import { Object3DHelperPlugin as
|
|
35
|
-
import { PanoVideoPlugin as
|
|
36
|
-
import { PipelinePlugin as
|
|
37
|
-
import { AreaMakerPlugin as
|
|
38
|
-
import { CurrentPanoImagePlugin as
|
|
39
|
-
import { Sculpt as
|
|
40
|
-
import { ModelMakerPlugin as
|
|
41
|
-
import { DigitalPerformancePlugin as
|
|
42
|
-
import { exports as
|
|
43
|
-
import { CSS3DRender as
|
|
44
|
-
import { Model as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { Polyline as
|
|
48
|
-
import { Magnifier as
|
|
49
|
-
import { validatePolygon as
|
|
50
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
51
|
-
import { ModelItemLabelPlugin as
|
|
52
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
53
|
-
import { Plugin as
|
|
54
|
-
import { GuideLineItem$1 as
|
|
55
|
-
import { GuideLineModeItem$1 as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { typing as
|
|
59
|
-
import { default as
|
|
60
|
-
import { defaultGlobalConfig as
|
|
61
|
-
import { ContentType as
|
|
62
|
-
import { Object3DHelperController as
|
|
63
|
-
import { typings as
|
|
64
|
-
import { createPoint as
|
|
65
|
-
import { createLine as
|
|
66
|
-
import { createPolyline as
|
|
67
|
-
import { createPolygon as
|
|
68
|
-
import { createPrism as
|
|
69
|
-
import { createRectangle as
|
|
70
|
-
import { createCircle as
|
|
71
|
-
import { createCylinder as
|
|
72
|
-
import { createBox as
|
|
73
|
-
import { DigitalHuman as
|
|
74
|
-
import { DigitalPlayground as
|
|
75
|
-
import { DigitalStateMachine as
|
|
3
|
+
import { PaintBrush as In } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Dn } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as vn } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as Fn } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as bn } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as Vn, modelRoomLabelPluginServerParams as hn } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as Hn } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as kn } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as Un } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as $n } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as qn } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FloorplanGuidePlugin as Jn } from "./floorplan/FloorplanGuidePlugin/index.js";
|
|
15
|
+
import { FLOOR_TYPE_MAP as Qn, ROOM_FETILE_TYPE_MAP as Xn, ROOM_TYPE_MAP as Zn } from "./floorplan/typings/floorplanServerData.js";
|
|
16
|
+
import { ModelChassisCompassPlugin as ra } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
17
|
+
import { ModelEntryDoorGuidePlugin as ia } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
18
|
+
import { CameraMovementPlugin as pa } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
19
|
+
import { CameraMovementEffect as la, Rotation as na } from "./CameraMovementPlugin/typing.js";
|
|
20
|
+
import { PanoRulerPlugin as Pa } from "./PanoRulerPlugin/Plugin.js";
|
|
21
|
+
import { PanoRulerProPlugin as ua } from "./PanoRulerProPlugin/index.js";
|
|
22
|
+
import { PanoCompassPlugin as ga } from "./PanoCompassPlugin/index.js";
|
|
23
|
+
import { PanoMeasurePlugin as da } from "./PanoMeasurePlugin/index.js";
|
|
24
|
+
import { MeasurePlugin as Ta } from "./MeasurePlugin/index.js";
|
|
25
|
+
import { PanoSpatialTagPlugin as La } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
26
|
+
import { modelItemLabelPluginServerParams as ya } from "./ModelItemLabelPlugin/index.js";
|
|
27
|
+
import { ModelTVVideoPlugin as _a } from "./ModelTVVideoPlugin/Plugin.js";
|
|
28
|
+
import { DIRECTION as Ia } from "./ModelTVVideoPlugin/typings.js";
|
|
29
|
+
import { itemLabelPluginServerParams as Da } from "./ItemLabelPlugin/index.js";
|
|
30
|
+
import { PanoDoorLabelPlugin as va } from "./PanoDoorLabelPlugin/index.js";
|
|
31
|
+
import { GuideLinePlugin as Fa } from "./GuideLinePlugin/index.js";
|
|
32
|
+
import { CruisePlugin as ba, MovePlugin as Ya } from "./CruisePlugin/index.js";
|
|
33
|
+
import { PanoTagPlugin as ha } from "./PanoTagPlugin/index.js";
|
|
34
|
+
import { Object3DHelperPlugin as Ha } from "./Object3DHelperPlugin/index.js";
|
|
35
|
+
import { PanoVideoPlugin as ka } from "./PanoVideoPlugin/index.js";
|
|
36
|
+
import { PipelinePlugin as Ua } from "./PipelinePlugin/index.js";
|
|
37
|
+
import { AreaMakerPlugin as $a } from "./AreaMakerPlugin/index.js";
|
|
38
|
+
import { CurrentPanoImagePlugin as qa } from "./CurrentPanoImagePlugin/index.js";
|
|
39
|
+
import { Sculpt as Ja, SculptPlugin as Ka, SculptPluginForFive as Qa } from "./Sculpt/index.js";
|
|
40
|
+
import { ModelMakerPlugin as Za } from "./ModelMakerPlugin/index.js";
|
|
41
|
+
import { DigitalPerformancePlugin as rP } from "./DigitalPerformancePlugin/index.js";
|
|
42
|
+
import { exports as iP } from "./shared-utils/exports.js";
|
|
43
|
+
import { CSS3DRender as pP } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
44
|
+
import { Model as lP } from "./PanoMeasurePlugin/Model/index.js";
|
|
45
|
+
import { default as aP } from "./PanoMeasurePlugin/Model/point.js";
|
|
46
|
+
import { default as fP } from "./PanoMeasurePlugin/Model/line.js";
|
|
47
|
+
import { Polyline as xP } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
48
|
+
import { Magnifier as sP } from "./shared-utils/three/Magnifier.js";
|
|
49
|
+
import { validatePolygon as MP } from "./MeasurePlugin/utils/validatePolygon.js";
|
|
50
|
+
import { DISPLAY_STRATEGY_TYPE as CP } from "./ModelItemLabelPlugin/typings.js";
|
|
51
|
+
import { ModelItemLabelPlugin as cP } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
52
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as RP } from "./ItemLabelPlugin/typings.js";
|
|
53
|
+
import { Plugin as EP } from "./ItemLabelPlugin/Plugin.js";
|
|
54
|
+
import { GuideLineItem$1 as SP } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
55
|
+
import { GuideLineModeItem$1 as OP } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
56
|
+
import { default as AP, default as FP } from "./CruisePlugin/Work.js";
|
|
57
|
+
import { default as bP } from "./CruisePlugin/Move.js";
|
|
58
|
+
import { typing as VP } from "./CruisePlugin/typing/index.js";
|
|
59
|
+
import { default as BP, pluginFlag as HP } from "./PanoTagPlugin/controller/index.js";
|
|
60
|
+
import { defaultGlobalConfig as kP } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
61
|
+
import { ContentType as UP, DimensionType as jP, PointType as $P } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
62
|
+
import { Object3DHelperController as qP, PLUGIN as zP } from "./Object3DHelperPlugin/Controller.js";
|
|
63
|
+
import { typings as KP } from "./PanoVideoPlugin/typings/index.js";
|
|
64
|
+
import { createPoint as XP } from "./Sculpt/Objects/Point/index.js";
|
|
65
|
+
import { createLine as of } from "./Sculpt/Objects/Line/index.js";
|
|
66
|
+
import { createPolyline as tf } from "./Sculpt/Objects/Polyline/index.js";
|
|
67
|
+
import { createPolygon as pf } from "./Sculpt/Objects/Polygon/index.js";
|
|
68
|
+
import { createPrism as lf } from "./Sculpt/Objects/Prism/index.js";
|
|
69
|
+
import { createRectangle as af } from "./Sculpt/Objects/Rectangle/index.js";
|
|
70
|
+
import { createCircle as ff } from "./Sculpt/Objects/Circle/index.js";
|
|
71
|
+
import { createCylinder as xf } from "./Sculpt/Objects/Cylinder/index.js";
|
|
72
|
+
import { createBox as sf } from "./Sculpt/Objects/Box/index.js";
|
|
73
|
+
import { DigitalHuman as Mf } from "./DigitalPerformancePlugin/core/DigitalHuman.js";
|
|
74
|
+
import { DigitalPlayground as Cf } from "./DigitalPerformancePlugin/core/DigitalPlayground.js";
|
|
75
|
+
import { DigitalStateMachine as cf } from "./DigitalPerformancePlugin/core/DigitalStateMachine.js";
|
|
76
76
|
import "./components/PaintBrush/Controller.js";
|
|
77
77
|
import "./components/PaintBrush/utils.js";
|
|
78
78
|
import "./components/PaintBrush/tween.js";
|
|
@@ -382,21 +382,19 @@ import "./shared-utils/three/GLTFLoader.js";
|
|
|
382
382
|
import "@realsee/five/gltf-loader";
|
|
383
383
|
import "./PanoTagPlugin/utils/planeNormal.js";
|
|
384
384
|
import "./PanoTagPlugin/Components/Tag/index.js";
|
|
385
|
-
import "./PanoTagPlugin/Components/Tag/
|
|
386
|
-
import "./PanoTagPlugin/
|
|
387
|
-
import "./PanoTagPlugin/Components/Common/Line/Straight.js";
|
|
385
|
+
import "./PanoTagPlugin/Components/Tag/MarketingTag.js";
|
|
386
|
+
import "./PanoTagPlugin/utils/px2rem.js";
|
|
388
387
|
import "./PanoTagPlugin/Components/Common/Shadow.js";
|
|
389
|
-
import "./PanoTagPlugin/Components/
|
|
390
|
-
import "./PanoTagPlugin/
|
|
391
|
-
import "./PanoTagPlugin/
|
|
392
|
-
import "./PanoTagPlugin/
|
|
393
|
-
import "./PanoTagPlugin/Components/Common/
|
|
394
|
-
import "./PanoTagPlugin/utils/doUtil.js";
|
|
395
|
-
import "./PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js";
|
|
388
|
+
import "./PanoTagPlugin/Components/Tag/Assets/marketingIcon.js";
|
|
389
|
+
import "./PanoTagPlugin/utils/noTypecheck.js";
|
|
390
|
+
import "./PanoTagPlugin/Components/Tag/AudioTag/index.js";
|
|
391
|
+
import "./PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js";
|
|
392
|
+
import "./PanoTagPlugin/Components/Common/Icon/audioIcon.js";
|
|
396
393
|
import "./PanoTagPlugin/Components/Common/Text/MText.js";
|
|
397
|
-
import "./PanoTagPlugin/
|
|
398
|
-
import "./PanoTagPlugin/
|
|
399
|
-
import "./PanoTagPlugin/
|
|
394
|
+
import "./PanoTagPlugin/Components/Common/Audio.js";
|
|
395
|
+
import "./PanoTagPlugin/utils/audio/SharedAudio.js";
|
|
396
|
+
import "./PanoTagPlugin/utils/audio/AudioDiagnostics.js";
|
|
397
|
+
import "./PanoTagPlugin/Components/Tag/MediaPlane.js";
|
|
400
398
|
import "./PanoTagPlugin/Components/Common/Media.js";
|
|
401
399
|
import "./vendor/svelte-carousel/src/components/Carousel/Carousel.js";
|
|
402
400
|
import "./vendor/svelte-carousel/src/components/Dots/Dots.js";
|
|
@@ -429,17 +427,6 @@ import "./vendor/svelte-carousel/src/utils/lazy.js";
|
|
|
429
427
|
import "./vendor/svelte-carousel/src/utils/ProgressManager.js";
|
|
430
428
|
import "./vendor/svelte-carousel/src/utils/interval.js";
|
|
431
429
|
import "./PanoTagPlugin/Components/Common/MediaItem.js";
|
|
432
|
-
import "./PanoTagPlugin/Components/Tag/MarketingTag.js";
|
|
433
|
-
import "./PanoTagPlugin/Components/Tag/Assets/marketingIcon.js";
|
|
434
|
-
import "./PanoTagPlugin/utils/noTypecheck.js";
|
|
435
|
-
import "./PanoTagPlugin/Components/Tag/AudioTag/index.js";
|
|
436
|
-
import "./PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js";
|
|
437
|
-
import "./PanoTagPlugin/Components/Common/Audio.js";
|
|
438
|
-
import "./PanoTagPlugin/utils/audio/SharedAudio.js";
|
|
439
|
-
import "./PanoTagPlugin/utils/audio/AudioDiagnostics.js";
|
|
440
|
-
import "./PanoTagPlugin/Components/Common/Icon/audioIcon.js";
|
|
441
|
-
import "./PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js";
|
|
442
|
-
import "./PanoTagPlugin/Components/Tag/MediaPlane.js";
|
|
443
430
|
import "./PanoTagPlugin/Components/Tag/LinkTag.js";
|
|
444
431
|
import "./PanoTagPlugin/Components/Common/Icon/Icon.js";
|
|
445
432
|
import "./PanoTagPlugin/utils/getImageInfo.js";
|
|
@@ -593,89 +580,89 @@ import "./shared-utils/five/lookObject.js";
|
|
|
593
580
|
r();
|
|
594
581
|
o();
|
|
595
582
|
export {
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
583
|
+
$a as AreaMakerPlugin,
|
|
584
|
+
pP as CSS3DRender,
|
|
585
|
+
Fn as CSS3DRenderPlugin,
|
|
586
|
+
la as CameraMovementEffect,
|
|
587
|
+
pa as CameraMovementPlugin,
|
|
588
|
+
UP as ContentType,
|
|
589
|
+
ba as CruisePlugin,
|
|
590
|
+
AP as CruisePluginController,
|
|
591
|
+
VP as CruisePluginTypes,
|
|
592
|
+
qa as CurrentPanoImagePlugin,
|
|
593
|
+
Ia as DIRECTION,
|
|
594
|
+
CP as DISPLAY_STRATEGY_TYPE,
|
|
595
|
+
Mf as DigitalHuman,
|
|
596
|
+
rP as DigitalPerformancePlugin,
|
|
597
|
+
Cf as DigitalPlayground,
|
|
598
|
+
cf as DigitalStateMachine,
|
|
599
|
+
jP as DimensionType,
|
|
600
|
+
Hn as FLOOR_PLAN_ATTACHED_TO,
|
|
601
|
+
Qn as FLOOR_TYPE_MAP,
|
|
602
|
+
Jn as FloorplanGuidePlugin,
|
|
603
|
+
SP as GuideLineItem,
|
|
604
|
+
OP as GuideLineModeItem,
|
|
605
|
+
Fa as GuideLinePlugin,
|
|
606
|
+
RP as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
607
|
+
EP as ItemLabelPlugin,
|
|
608
|
+
sP as Magnifier,
|
|
609
|
+
Un as MapviewFloorplanPlugin,
|
|
610
|
+
Ta as MeasurePlugin,
|
|
611
|
+
ra as ModelChassisCompassPlugin,
|
|
612
|
+
ia as ModelEntryDoorGuidePlugin,
|
|
613
|
+
kn as ModelFloorplanPlugin,
|
|
614
|
+
cP as ModelItemLabelPlugin,
|
|
615
|
+
Za as ModelMakerPlugin,
|
|
616
|
+
Vn as ModelRoomLabelPlugin,
|
|
617
|
+
_a as ModelTVVideoPlugin,
|
|
618
|
+
vn as ModelViewPlugin,
|
|
619
|
+
bP as MoveController,
|
|
620
|
+
Ya as MovePlugin,
|
|
621
|
+
qP as Object3DHelperController,
|
|
622
|
+
Ha as Object3DHelperPlugin,
|
|
623
|
+
zP as PLUGIN,
|
|
624
|
+
In as PaintBrush,
|
|
625
|
+
Dn as PaintBrushTypeEnum,
|
|
626
|
+
ga as PanoCompassPlugin,
|
|
627
|
+
bn as PanoCursorRaycasterPlugin,
|
|
628
|
+
va as PanoDoorLabelPlugin,
|
|
629
|
+
qn as PanoFloorplanRadarPlugin,
|
|
630
|
+
da as PanoMeasurePlugin,
|
|
631
|
+
fP as PanoMeasurePluginLine,
|
|
632
|
+
lP as PanoMeasurePluginModel,
|
|
633
|
+
aP as PanoMeasurePluginPoint,
|
|
634
|
+
xP as PanoMeasurePluginPolyline,
|
|
635
|
+
Pa as PanoRulerPlugin,
|
|
636
|
+
ua as PanoRulerProPlugin,
|
|
637
|
+
La as PanoSpatialTagPlugin,
|
|
638
|
+
ha as PanoTagPlugin,
|
|
639
|
+
BP as PanoTagPluginController,
|
|
640
|
+
ka as PanoVideoPlugin,
|
|
641
|
+
KP as PanoVideoPluginType,
|
|
642
|
+
Ua as PipelinePlugin,
|
|
643
|
+
$P as PointType,
|
|
644
|
+
Xn as ROOM_FETILE_TYPE_MAP,
|
|
645
|
+
Zn as ROOM_TYPE_MAP,
|
|
646
|
+
na as Rotation,
|
|
647
|
+
Ja as Sculpt,
|
|
648
|
+
Ka as SculptPlugin,
|
|
649
|
+
Qa as SculptPluginForFive,
|
|
650
|
+
$n as TopviewFloorplanPlugin,
|
|
651
|
+
iP as Util,
|
|
652
|
+
FP as WalkController,
|
|
653
|
+
sf as createBox,
|
|
654
|
+
ff as createCircle,
|
|
655
|
+
xf as createCylinder,
|
|
656
|
+
of as createLine,
|
|
657
|
+
XP as createPoint,
|
|
658
|
+
pf as createPolygon,
|
|
659
|
+
tf as createPolyline,
|
|
660
|
+
lf as createPrism,
|
|
661
|
+
af as createRectangle,
|
|
662
|
+
kP as defaultGlobalConfig,
|
|
663
|
+
Da as itemLabelPluginServerParams,
|
|
664
|
+
ya as modelItemLabelPluginServerParams,
|
|
665
|
+
hn as modelRoomLabelPluginServerParams,
|
|
666
|
+
HP as pluginFlag,
|
|
667
|
+
MP as validatePolygon
|
|
681
668
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.79.0-alpha.0",
|
|
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",
|
|
@@ -1,23 +1,28 @@
|
|
|
1
|
-
import { isAbsoluteURL as
|
|
2
|
-
import { DEFAULT_STATIC_PREFIX as
|
|
3
|
-
function
|
|
1
|
+
import { isAbsoluteURL as c } from "./absoluteUrl.js";
|
|
2
|
+
import { DEFAULT_STATIC_PREFIX as f } from "./defaultUrls.js";
|
|
3
|
+
function l(o = f, t) {
|
|
4
4
|
if (!t || typeof t != "string")
|
|
5
5
|
return t || "";
|
|
6
6
|
if (!o || typeof o != "string")
|
|
7
7
|
return t;
|
|
8
8
|
o.startsWith("//") && (o = "http:" + o);
|
|
9
9
|
try {
|
|
10
|
-
if (!
|
|
10
|
+
if (!c(t))
|
|
11
11
|
return t;
|
|
12
12
|
let e = t;
|
|
13
13
|
t.startsWith("//") && (e = "http:" + t);
|
|
14
14
|
const r = new URL(e);
|
|
15
|
-
let n = o,
|
|
16
|
-
|
|
15
|
+
let n = o, s = r.protocol, i;
|
|
16
|
+
if (o.includes("://")) {
|
|
17
|
+
const a = new URL(o);
|
|
18
|
+
n = a.hostname, i = a.port;
|
|
19
|
+
} else
|
|
20
|
+
o.startsWith("//") && (n = o.substring(2));
|
|
21
|
+
return !n || n.trim() === "" ? t : (r.hostname = n, i !== void 0 && (r.port = i), s !== r.protocol && (r.protocol = s), t.startsWith("//") ? r.toString().replace(/^https?:\/\//, "//") : r.toString());
|
|
17
22
|
} catch (e) {
|
|
18
23
|
return console.warn(`[replaceStaticPrefix] Invalid URL: ${t}`, e), t;
|
|
19
24
|
}
|
|
20
25
|
}
|
|
21
26
|
export {
|
|
22
|
-
|
|
27
|
+
l as replaceStaticPrefix
|
|
23
28
|
};
|