@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.
Files changed (61) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +10 -8
  3. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
  4. package/dist/index.cjs.js +96 -101
  5. package/dist/index.js +14483 -16495
  6. package/dist/index.umd.js +89 -94
  7. package/libs/CruisePlugin/Move.js +14 -27
  8. package/libs/CruisePlugin/Work.js +61 -74
  9. package/libs/CruisePlugin/index.js +18 -31
  10. package/libs/GuideLinePlugin/Controller.js +18 -31
  11. package/libs/GuideLinePlugin/GuideLineItem.js +16 -29
  12. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +51 -48
  13. package/libs/GuideLinePlugin/GuideLineModeItem.js +16 -27
  14. package/libs/GuideLinePlugin/index.js +18 -31
  15. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +1 -1
  16. package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +87 -77
  17. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +189 -135
  18. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +460 -432
  19. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +38 -126
  20. package/libs/PanoTagPlugin/Components/Tag/index.js +292 -393
  21. package/libs/PanoTagPlugin/Components/TagContainer.js +125 -135
  22. package/libs/PanoTagPlugin/Components/TagItem.js +275 -281
  23. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +61 -74
  24. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +95 -108
  25. package/libs/PanoTagPlugin/controller/index.js +41 -54
  26. package/libs/PanoTagPlugin/index.js +23 -36
  27. package/libs/PanoTagPlugin/tag.config.js +31 -1
  28. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +10 -8
  29. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
  30. package/libs/base/BasePlugin.js +1 -1
  31. package/libs/index.js +169 -182
  32. package/libs/shared-utils/logger.js +1 -1
  33. package/libs/shared-utils/url/replace-static-prefix.js +12 -7
  34. package/libs/vendor/svelte/internal/index.js +235 -225
  35. package/package.json +2 -2
  36. package/dist/PanoTagPlugin/Components/Common/Arrow.svelte.d.ts +0 -1
  37. package/dist/PanoTagPlugin/Components/Common/Line/Polyline.svelte.d.ts +0 -1
  38. package/dist/PanoTagPlugin/Components/Common/Line/Straight.svelte.d.ts +0 -1
  39. package/dist/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
  40. package/dist/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
  41. package/dist/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
  42. package/dist/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
  43. package/dist/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
  44. package/dist/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
  45. package/dist/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
  46. package/dist/PanoTagPlugin/utils/constants.d.ts +0 -3
  47. package/dist/PanoTagPlugin/utils/doUtil.d.ts +0 -1
  48. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -198
  49. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
  50. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -258
  51. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
  52. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -358
  53. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
  54. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +0 -259
  55. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
  56. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -216
  57. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
  58. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -219
  59. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
  60. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -134
  61. 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 Hn } from "./components/PaintBrush/index.js";
4
- import { PaintBrushTypeEnum as kn } from "./components/PaintBrush/typings.js";
5
- import { ModelViewPlugin as Un } from "./ModelViewPlugin/Plugin.js";
6
- import { CSS3DRenderPlugin as $n } from "./CSS3DRenderPlugin/index.js";
7
- import { PanoCursorRaycasterPlugin as qn } from "./PanoCursorRaycasterPlugin/index.js";
8
- import { ModelRoomLabelPlugin as Jn, modelRoomLabelPluginServerParams as Kn } from "./ModelRoomLabelPlugin/index.js";
9
- import { FLOOR_PLAN_ATTACHED_TO as Xn } from "./floorplan/constant.js";
10
- import { ModelFloorplanPlugin as oa } from "./floorplan/ModelFloorplanPlugin/index.js";
11
- import { MapviewFloorplanPlugin as ta } from "./floorplan/MapviewFloorplanPlugin/index.js";
12
- import { TopviewFloorplanPlugin as ma } from "./floorplan/TopviewFloorplanPlugin/index.js";
13
- import { PanoFloorplanRadarPlugin as ea } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
14
- import { FloorplanGuidePlugin as na } from "./floorplan/FloorplanGuidePlugin/index.js";
15
- import { FLOOR_TYPE_MAP as Pa, ROOM_FETILE_TYPE_MAP as fa, ROOM_TYPE_MAP as ua } from "./floorplan/typings/floorplanServerData.js";
16
- import { ModelChassisCompassPlugin as ga } from "./ModelChassisCompassPlugin/Plugin.js";
17
- import { ModelEntryDoorGuidePlugin as da } from "./ModelEntryDoorGuidePlugin/Plugin.js";
18
- import { CameraMovementPlugin as Ta } from "./CameraMovementPlugin/CameraMovementPlugin.js";
19
- import { CameraMovementEffect as La, Rotation as ca } from "./CameraMovementPlugin/typing.js";
20
- import { PanoRulerPlugin as Ra } from "./PanoRulerPlugin/Plugin.js";
21
- import { PanoRulerProPlugin as Ea } from "./PanoRulerProPlugin/index.js";
22
- import { PanoCompassPlugin as Sa } from "./PanoCompassPlugin/index.js";
23
- import { PanoMeasurePlugin as Oa } from "./PanoMeasurePlugin/index.js";
24
- import { MeasurePlugin as Aa } from "./MeasurePlugin/index.js";
25
- import { PanoSpatialTagPlugin as Ga } from "./PanoSpatialTagPlugin/Plugin.js";
26
- import { modelItemLabelPluginServerParams as Ya } from "./ModelItemLabelPlugin/index.js";
27
- import { ModelTVVideoPlugin as ha } from "./ModelTVVideoPlugin/Plugin.js";
28
- import { DIRECTION as Ha } from "./ModelTVVideoPlugin/typings.js";
29
- import { itemLabelPluginServerParams as ka } from "./ItemLabelPlugin/index.js";
30
- import { PanoDoorLabelPlugin as Ua } from "./PanoDoorLabelPlugin/index.js";
31
- import { GuideLinePlugin as $a } from "./GuideLinePlugin/index.js";
32
- import { CruisePlugin as qa, MovePlugin as za } from "./CruisePlugin/index.js";
33
- import { PanoTagPlugin as Ka } from "./PanoTagPlugin/index.js";
34
- import { Object3DHelperPlugin as Xa } from "./Object3DHelperPlugin/index.js";
35
- import { PanoVideoPlugin as oP } from "./PanoVideoPlugin/index.js";
36
- import { PipelinePlugin as tP } from "./PipelinePlugin/index.js";
37
- import { AreaMakerPlugin as mP } from "./AreaMakerPlugin/index.js";
38
- import { CurrentPanoImagePlugin as eP } from "./CurrentPanoImagePlugin/index.js";
39
- import { Sculpt as nP, SculptPlugin as aP, SculptPluginForFive as PP } from "./Sculpt/index.js";
40
- import { ModelMakerPlugin as uP } from "./ModelMakerPlugin/index.js";
41
- import { DigitalPerformancePlugin as gP } from "./DigitalPerformancePlugin/index.js";
42
- import { exports as dP } from "./shared-utils/exports.js";
43
- import { CSS3DRender as TP } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
44
- import { Model as LP } from "./PanoMeasurePlugin/Model/index.js";
45
- import { default as yP } from "./PanoMeasurePlugin/Model/point.js";
46
- import { default as _P } from "./PanoMeasurePlugin/Model/line.js";
47
- import { Polyline as IP } from "./PanoMeasurePlugin/Model/polyline.js";
48
- import { Magnifier as DP } from "./shared-utils/three/Magnifier.js";
49
- import { validatePolygon as vP } from "./MeasurePlugin/utils/validatePolygon.js";
50
- import { DISPLAY_STRATEGY_TYPE as FP } from "./ModelItemLabelPlugin/typings.js";
51
- import { ModelItemLabelPlugin as bP } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
52
- import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as VP } from "./ItemLabelPlugin/typings.js";
53
- import { Plugin as BP } from "./ItemLabelPlugin/Plugin.js";
54
- import { GuideLineItem$1 as NP } from "./GuideLinePlugin/GuideLineItem/index.js";
55
- import { GuideLineModeItem$1 as wP } from "./GuideLinePlugin/GuideLineModeItem/index.js";
56
- import { default as jP, default as $P } from "./CruisePlugin/Work.js";
57
- import { default as qP } from "./CruisePlugin/Move.js";
58
- import { typing as JP } from "./CruisePlugin/typing/index.js";
59
- import { default as QP, pluginFlag as XP } from "./PanoTagPlugin/controller/index.js";
60
- import { defaultGlobalConfig as of } from "./PanoTagPlugin/typings/tag/TagConfig.js";
61
- import { ContentType as tf, DimensionType as mf, PointType as pf } from "./PanoTagPlugin/Archive/deprecated.js";
62
- import { Object3DHelperController as lf, PLUGIN as nf } from "./Object3DHelperPlugin/Controller.js";
63
- import { typings as Pf } from "./PanoVideoPlugin/typings/index.js";
64
- import { createPoint as uf } from "./Sculpt/Objects/Point/index.js";
65
- import { createLine as gf } from "./Sculpt/Objects/Line/index.js";
66
- import { createPolyline as df } from "./Sculpt/Objects/Polyline/index.js";
67
- import { createPolygon as Tf } from "./Sculpt/Objects/Polygon/index.js";
68
- import { createPrism as Lf } from "./Sculpt/Objects/Prism/index.js";
69
- import { createRectangle as yf } from "./Sculpt/Objects/Rectangle/index.js";
70
- import { createCircle as _f } from "./Sculpt/Objects/Circle/index.js";
71
- import { createCylinder as If } from "./Sculpt/Objects/Cylinder/index.js";
72
- import { createBox as Df } from "./Sculpt/Objects/Box/index.js";
73
- import { DigitalHuman as vf } from "./DigitalPerformancePlugin/core/DigitalHuman.js";
74
- import { DigitalPlayground as Ff } from "./DigitalPerformancePlugin/core/DigitalPlayground.js";
75
- import { DigitalStateMachine as bf } from "./DigitalPerformancePlugin/core/DigitalStateMachine.js";
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/TextTag/index.js";
386
- import "./PanoTagPlugin/Components/Tag/TextTag/TextTag.js";
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/Common/Text/FlyMText.js";
390
- import "./PanoTagPlugin/Components/Common/Text/FlyText.js";
391
- import "./PanoTagPlugin/utils/search.js";
392
- import "./PanoTagPlugin/utils/constants.js";
393
- import "./PanoTagPlugin/Components/Common/Arrow.js";
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/utils/px2rem.js";
398
- import "./PanoTagPlugin/Components/Tag/ImageTextTag.js";
399
- import "./PanoTagPlugin/Components/Common/Line/Polyline.js";
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
- mP as AreaMakerPlugin,
597
- TP as CSS3DRender,
598
- $n as CSS3DRenderPlugin,
599
- La as CameraMovementEffect,
600
- Ta as CameraMovementPlugin,
601
- tf as ContentType,
602
- qa as CruisePlugin,
603
- jP as CruisePluginController,
604
- JP as CruisePluginTypes,
605
- eP as CurrentPanoImagePlugin,
606
- Ha as DIRECTION,
607
- FP as DISPLAY_STRATEGY_TYPE,
608
- vf as DigitalHuman,
609
- gP as DigitalPerformancePlugin,
610
- Ff as DigitalPlayground,
611
- bf as DigitalStateMachine,
612
- mf as DimensionType,
613
- Xn as FLOOR_PLAN_ATTACHED_TO,
614
- Pa as FLOOR_TYPE_MAP,
615
- na as FloorplanGuidePlugin,
616
- NP as GuideLineItem,
617
- wP as GuideLineModeItem,
618
- $a as GuideLinePlugin,
619
- VP as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
620
- BP as ItemLabelPlugin,
621
- DP as Magnifier,
622
- ta as MapviewFloorplanPlugin,
623
- Aa as MeasurePlugin,
624
- ga as ModelChassisCompassPlugin,
625
- da as ModelEntryDoorGuidePlugin,
626
- oa as ModelFloorplanPlugin,
627
- bP as ModelItemLabelPlugin,
628
- uP as ModelMakerPlugin,
629
- Jn as ModelRoomLabelPlugin,
630
- ha as ModelTVVideoPlugin,
631
- Un as ModelViewPlugin,
632
- qP as MoveController,
633
- za as MovePlugin,
634
- lf as Object3DHelperController,
635
- Xa as Object3DHelperPlugin,
636
- nf as PLUGIN,
637
- Hn as PaintBrush,
638
- kn as PaintBrushTypeEnum,
639
- Sa as PanoCompassPlugin,
640
- qn as PanoCursorRaycasterPlugin,
641
- Ua as PanoDoorLabelPlugin,
642
- ea as PanoFloorplanRadarPlugin,
643
- Oa as PanoMeasurePlugin,
644
- _P as PanoMeasurePluginLine,
645
- LP as PanoMeasurePluginModel,
646
- yP as PanoMeasurePluginPoint,
647
- IP as PanoMeasurePluginPolyline,
648
- Ra as PanoRulerPlugin,
649
- Ea as PanoRulerProPlugin,
650
- Ga as PanoSpatialTagPlugin,
651
- Ka as PanoTagPlugin,
652
- QP as PanoTagPluginController,
653
- oP as PanoVideoPlugin,
654
- Pf as PanoVideoPluginType,
655
- tP as PipelinePlugin,
656
- pf as PointType,
657
- fa as ROOM_FETILE_TYPE_MAP,
658
- ua as ROOM_TYPE_MAP,
659
- ca as Rotation,
660
- nP as Sculpt,
661
- aP as SculptPlugin,
662
- PP as SculptPluginForFive,
663
- ma as TopviewFloorplanPlugin,
664
- dP as Util,
665
- $P as WalkController,
666
- Df as createBox,
667
- _f as createCircle,
668
- If as createCylinder,
669
- gf as createLine,
670
- uf as createPoint,
671
- Tf as createPolygon,
672
- df as createPolyline,
673
- Lf as createPrism,
674
- yf as createRectangle,
675
- of as defaultGlobalConfig,
676
- ka as itemLabelPluginServerParams,
677
- Ya as modelItemLabelPluginServerParams,
678
- Kn as modelRoomLabelPluginServerParams,
679
- XP as pluginFlag,
680
- vP as validatePolygon
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.78.1-alpha.0",
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 s } from "./absoluteUrl.js";
2
- import { DEFAULT_STATIC_PREFIX as a } from "./defaultUrls.js";
3
- function m(o = a, t) {
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 (!s(t))
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, i = r.protocol;
16
- return o.includes("://") ? n = new URL(o).hostname : o.startsWith("//") && (n = o.substring(2)), !n || n.trim() === "" ? t : (r.hostname = n, i !== r.protocol && (r.protocol = i), t.startsWith("//") ? r.toString().replace(/^https?:\/\//, "//") : r.toString());
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
- m as replaceStaticPrefix
27
+ l as replaceStaticPrefix
23
28
  };