@realsee/dnalogel 2.1.2-alpha.10 → 2.1.2-alpha.12
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/CSS3DRenderPlugin/CSS3DRender.d.ts +167 -0
- package/dist/CSS3DRenderPlugin/Controller.d.ts +81 -0
- package/dist/CSS3DRenderPlugin/index.d.ts +5 -0
- package/dist/CSS3DRenderPlugin/typing.d.ts +26 -0
- package/dist/CSS3DRenderPlugin/utils/CSS3DObjectPlus.d.ts +34 -0
- package/dist/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/CameraMovementPlugin/CameraMovementPlugin.d.ts +7 -0
- package/dist/CameraMovementPlugin/index.d.ts +5 -0
- package/dist/CameraMovementPlugin/typing.d.ts +68 -0
- package/dist/CruisePlugin/Controller.d.ts +172 -0
- package/dist/CruisePlugin/index.d.ts +6 -0
- package/dist/CruisePlugin/typing.d.ts +134 -0
- package/dist/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/GuideLinePlugin/Controller.d.ts +51 -0
- package/dist/GuideLinePlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/typing.d.ts +34 -0
- package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +16 -0
- package/dist/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
- package/dist/ItemLabelPlugin/Plugin.d.ts +4 -0
- package/dist/ItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/ItemLabelPlugin/index.d.ts +9 -0
- package/dist/ItemLabelPlugin/typings.d.ts +65 -0
- package/dist/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
- package/dist/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
- package/dist/ItemLabelPlugin/utils/isImpacted.d.ts +8 -0
- package/dist/ItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
- package/dist/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
- package/dist/ModelChassisCompassPlugin/index.d.ts +4 -0
- package/dist/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
- package/dist/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/ModelItemLabelPlugin/index.d.ts +9 -0
- package/dist/ModelItemLabelPlugin/typings.d.ts +56 -0
- package/dist/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
- package/dist/ModelRoomLabelPlugin/Controller.d.ts +36 -0
- package/dist/ModelRoomLabelPlugin/index.d.ts +12 -0
- package/dist/ModelRoomLabelPlugin/typings.d.ts +35 -0
- package/dist/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/ModelTVVideoPlugin/Plugin.d.ts +4 -0
- package/dist/ModelTVVideoPlugin/index.d.ts +5 -0
- package/dist/ModelTVVideoPlugin/typings.d.ts +25 -0
- package/dist/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
- package/dist/ModelViewPlugin/Plugin.d.ts +28 -0
- package/dist/ModelViewPlugin/index.d.ts +4 -0
- package/dist/Object3DHelperPlugin/Controller.d.ts +65 -0
- package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +19 -0
- package/dist/Object3DHelperPlugin/index.d.ts +6 -0
- package/dist/Object3DHelperPlugin/typings.d.ts +24 -0
- package/dist/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
- package/dist/PanoCompassPlugin/Controller.d.ts +84 -0
- package/dist/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
- package/dist/PanoCompassPlugin/index.d.ts +7 -0
- package/dist/PanoCompassPlugin/typings.d.ts +57 -0
- package/dist/PanoCursorRaycasterPlugin/index.d.ts +48 -0
- package/dist/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
- package/dist/PanoDoorLabelPlugin/Controller.d.ts +37 -0
- package/dist/PanoDoorLabelPlugin/index.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/typings.d.ts +38 -0
- package/dist/PanoDoorLabelPlugin/utils.d.ts +5 -0
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +43 -0
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +48 -0
- package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +42 -0
- package/dist/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
- package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +73 -0
- package/dist/PanoMeasurePlugin/Model/index.d.ts +35 -0
- package/dist/PanoMeasurePlugin/Model/line.d.ts +30 -0
- package/dist/PanoMeasurePlugin/Model/point.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
- package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
- package/dist/PanoMeasurePlugin/index.d.ts +10 -0
- package/dist/PanoMeasurePlugin/typings/data.d.ts +37 -0
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
- package/dist/PanoMeasurePlugin/typings/index.d.ts +8 -0
- package/dist/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
- package/dist/PanoMeasurePlugin/utils/constants.d.ts +4 -0
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
- package/dist/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
- package/dist/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
- package/dist/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
- package/dist/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
- package/dist/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
- package/dist/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
- package/dist/PanoMeasurePlugin/utils/line.d.ts +17 -0
- package/dist/PanoMeasurePlugin/utils/math.d.ts +17 -0
- package/dist/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
- package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
- package/dist/PanoRulerPlugin/Plugin.d.ts +34 -0
- package/dist/PanoRulerPlugin/index.d.ts +5 -0
- package/dist/PanoRulerPlugin/style.d.ts +2 -0
- package/dist/PanoRulerPlugin/typings.d.ts +21 -0
- package/dist/PanoRulerProPlugin/Controller.d.ts +15 -0
- package/dist/PanoRulerProPlugin/index.d.ts +8 -0
- package/dist/PanoRulerProPlugin/typings.d.ts +46 -0
- package/dist/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
- package/dist/PanoSpatialTagPlugin/index.d.ts +5 -0
- package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/style.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/typings.d.ts +40 -0
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -0
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoTagPlugin/controller/index.d.ts +144 -0
- package/dist/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoTagPlugin/tag.config.d.ts +7 -0
- package/dist/PanoTagPlugin/typings/controller.d.ts +103 -0
- package/dist/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoTagPlugin/utils/constants.d.ts +3 -0
- package/dist/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/doUtil.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/base/BasePlugin.d.ts +106 -0
- package/dist/base/BasePluginWithData.d.ts +34 -0
- package/dist/components/PaintBrush/Controller.d.ts +43 -0
- package/dist/components/PaintBrush/Subscribe.d.ts +76 -0
- package/dist/components/PaintBrush/index.d.ts +27 -0
- package/dist/components/PaintBrush/style.d.ts +2 -0
- package/dist/components/PaintBrush/tween.d.ts +7 -0
- package/dist/components/PaintBrush/typings.d.ts +58 -0
- package/dist/components/PaintBrush/utils.d.ts +26 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/env.d.ts +1 -0
- package/dist/floorplan/Assets/camera.d.ts +1 -0
- package/dist/floorplan/Assets/compass.d.ts +1 -0
- package/dist/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +97 -0
- package/dist/floorplan/MapviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/floorplan/MapviewFloorplanPlugin/typing.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +99 -0
- package/dist/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
- package/dist/floorplan/ModelFloorplanPlugin/typing.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
- package/dist/floorplan/TopviewFloorplanPlugin/Controller.d.ts +69 -0
- package/dist/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/floorplan/TopviewFloorplanPlugin/typing.d.ts +11 -0
- package/dist/floorplan/constant.d.ts +5 -0
- package/dist/floorplan/index.d.ts +7 -0
- package/dist/floorplan/typings/floorplanData.d.ts +137 -0
- package/dist/floorplan/typings/floorplanServerData.d.ts +144 -0
- package/dist/floorplan/typings/index.d.ts +117 -0
- package/dist/floorplan/typings/utility.d.ts +2 -0
- package/dist/floorplan/utils/constant.d.ts +22 -0
- package/dist/floorplan/utils/correctFiveState.d.ts +15 -0
- package/dist/floorplan/utils/formatData.d.ts +5 -0
- package/dist/floorplan/utils/formatPosition.d.ts +36 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.es.js +16650 -0
- package/dist/index.js +556 -0
- package/dist/index.umd.js +556 -0
- package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +48 -0
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +91 -0
- package/dist/shared-utils/Object3DHelper/Constants/color.d.ts +12 -0
- package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +6 -0
- package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +13 -0
- package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +37 -0
- package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +22 -0
- package/dist/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.d.ts +11 -0
- package/dist/shared-utils/Object3DHelper/Helper/HTML/tipsDom.d.ts +6 -0
- package/dist/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.d.ts +2 -0
- package/dist/shared-utils/Object3DHelper/Helper/MoveHelper.d.ts +13 -0
- package/dist/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.d.ts +17 -0
- package/dist/shared-utils/Object3DHelper/Helper/OutlineHelper.d.ts +11 -0
- package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +40 -0
- package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +55 -0
- package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/index.d.ts +71 -0
- package/dist/shared-utils/Object3DHelper/typings/Direction.d.ts +2 -0
- package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +45 -0
- package/dist/shared-utils/Object3DHelper/typings/Scissor.d.ts +17 -0
- package/dist/shared-utils/Object3DHelper/typings/index.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/utils/calculateThreeMouse.d.ts +14 -0
- package/dist/shared-utils/Object3DHelper/utils/direction.d.ts +14 -0
- package/dist/shared-utils/Object3DHelper/utils/filterNotColinearPoints.d.ts +2 -0
- package/dist/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +3 -0
- package/dist/shared-utils/Object3DHelper/utils/index.d.ts +8 -0
- package/dist/shared-utils/Object3DHelper/utils/normalPositionToPositions.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/utils/object3DBoundingPosition.d.ts +1 -0
- package/dist/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
- package/dist/shared-utils/Object3DHelper/utils/vectorIsEqual.d.ts +2 -0
- package/dist/shared-utils/Subscribe.d.ts +60 -0
- package/dist/shared-utils/animationFrame/BetterTween.d.ts +11 -0
- package/dist/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
- package/dist/shared-utils/animationFrame/formatRad.d.ts +15 -0
- package/dist/shared-utils/animationFrame/index.d.ts +16 -0
- package/dist/shared-utils/animationFrame/tween.d.ts +75 -0
- package/dist/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
- package/dist/shared-utils/createCanvasTextTexture.d.ts +8 -0
- package/dist/shared-utils/createLine/index.d.ts +3 -0
- package/dist/shared-utils/debounce.d.ts +6 -0
- package/dist/shared-utils/equal.d.ts +11 -0
- package/dist/shared-utils/filter.d.ts +27 -0
- package/dist/shared-utils/five/changeMode.d.ts +5 -0
- package/dist/shared-utils/getPxmm.d.ts +19 -0
- package/dist/shared-utils/index.d.ts +4 -0
- package/dist/shared-utils/isNil.d.ts +10 -0
- package/dist/shared-utils/isTruelyObject.d.ts +18 -0
- package/dist/shared-utils/math/Interval.d.ts +13 -0
- package/dist/shared-utils/math/Rectangle.d.ts +27 -0
- package/dist/shared-utils/math/index.d.ts +2 -0
- package/dist/shared-utils/math/planimetry.d.ts +116 -0
- package/dist/shared-utils/math/rad2Deg.d.ts +1 -0
- package/dist/shared-utils/nearlyEqual.d.ts +7 -0
- package/dist/shared-utils/nextFrame.d.ts +1 -0
- package/dist/shared-utils/noop.d.ts +5 -0
- package/dist/shared-utils/object3d2LocalMatrix.d.ts +12 -0
- package/dist/shared-utils/removeArrayItem.d.ts +7 -0
- package/dist/shared-utils/tap.d.ts +8 -0
- package/dist/shared-utils/three/Assets/index.d.ts +3 -0
- package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
- package/dist/shared-utils/three/Magnifier.d.ts +53 -0
- package/dist/shared-utils/three/PointDomHelper.d.ts +18 -0
- package/dist/shared-utils/three/PointHelper.d.ts +21 -0
- package/dist/shared-utils/three/getCoords.d.ts +9 -0
- package/dist/shared-utils/three/getIntersect.d.ts +6 -0
- package/dist/shared-utils/three/getRaycaster.d.ts +6 -0
- package/dist/shared-utils/three/index.d.ts +7 -0
- package/dist/shared-utils/three/loadTexture.d.ts +2 -0
- package/dist/shared-utils/three/transformPositionToVector3.d.ts +7 -0
- package/dist/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
- package/dist/shared-utils/throttle.d.ts +7 -0
- package/dist/shared-utils/tinyEJSrender.d.ts +5 -0
- package/dist/shared-utils/to.d.ts +8 -0
- package/dist/shared-utils/uuid.d.ts +5 -0
- package/dist/typings/math.type.d.ts +44 -0
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +39 -39
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +12 -12
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/LinkType.html +7 -7
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +4 -4
- package/docs/functions/CameraMovementPlugin.html +4 -4
- package/docs/functions/CruisePlugin.html +4 -4
- package/docs/functions/GuideLinePlugin.html +5 -5
- package/docs/functions/ItemLabelPlugin.html +4 -4
- package/docs/functions/MapviewFloorplanPlugin.html +4 -4
- package/docs/functions/ModelChassisCompassPlugin.html +4 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
- package/docs/functions/ModelFloorplanPlugin.html +4 -4
- package/docs/functions/ModelItemLabelPlugin.html +4 -4
- package/docs/functions/ModelRoomLabelPlugin.html +4 -4
- package/docs/functions/ModelTVVideoPlugin.html +4 -4
- package/docs/functions/ModelViewPlugin.html +4 -4
- package/docs/functions/Object3DHelperPlugin.html +4 -4
- package/docs/functions/PanoCompassPlugin.html +4 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
- package/docs/functions/PanoDoorLabelPlugin.html +4 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
- package/docs/functions/PanoMeasurePlugin.html +4 -4
- package/docs/functions/PanoRulerPlugin.html +4 -4
- package/docs/functions/PanoRulerProPlugin.html +4 -4
- package/docs/functions/PanoSpatialTagPlugin.html +4 -4
- package/docs/functions/PanoTagPlugin.html +4 -4
- package/docs/functions/TopviewFloorplanPlugin.html +4 -4
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +5 -5
- package/docs/index.html +4 -4
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +12 -12
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +8 -8
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/OpenParameter.html +7 -7
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/PointJson.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +5 -5
- package/docs/interfaces/Rooms.html +5 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +4 -4
- package/docs/types/ArrayPosition.html +5 -5
- package/docs/types/CSS3DRenderExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
- package/docs/types/Color.html +5 -5
- package/docs/types/ContentTypeConfigKey.html +5 -5
- package/docs/types/ContentTypeConfigKeyArray.html +5 -5
- package/docs/types/Create3DDomContainerReturnType.html +5 -5
- package/docs/types/Create3DElementReturnType.html +5 -5
- package/docs/types/CruisePluginExportType.html +5 -5
- package/docs/types/Direction-1.html +5 -5
- package/docs/types/Direction4.html +5 -5
- package/docs/types/FloorplanRuleLabels.html +5 -5
- package/docs/types/FloorplanServerRuleLabels.html +5 -5
- package/docs/types/GuideLinePluginExportType.html +5 -5
- package/docs/types/HelperEventMap.html +5 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/MediaData.html +5 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
- package/docs/types/MoveArgs.html +5 -5
- package/docs/types/MoveOpts.html +5 -5
- package/docs/types/Object3DHelperEventMap.html +5 -5
- package/docs/types/ObjectFit.html +5 -5
- package/docs/types/PaintBrushEventMap.html +5 -5
- package/docs/types/PanoCompassPluginData.html +5 -5
- package/docs/types/PanoCompassPluginExportType.html +5 -5
- package/docs/types/PanoCompassPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
- package/docs/types/PanoMeasurePluginEvent.html +5 -5
- package/docs/types/PanoMeasureReturnType.html +5 -5
- package/docs/types/PanoSpatialTagPluginId.html +5 -5
- package/docs/types/PanoTagPluginExportInterface.html +5 -5
- package/docs/types/PanoTagPluginParamsInterface.html +5 -5
- package/docs/types/PlaneTag.html +5 -5
- package/docs/types/PointTag.html +5 -5
- package/docs/types/Position.html +5 -5
- package/docs/types/RotateArgs.html +5 -5
- package/docs/types/RotateOpts.html +5 -5
- package/docs/types/RuleLabelsKey.html +5 -5
- package/docs/types/RuleLabelsValue.html +5 -5
- package/docs/types/Tag.html +5 -5
- package/docs/types/Tag2D.html +5 -5
- package/docs/types/Tag3D.html +5 -5
- package/docs/types/TagId.html +5 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
- package/docs/variables/PLUGIN.html +5 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
- package/docs/variables/ROOM_TYPE_MAP.html +5 -5
- package/docs/variables/VERSION.html +5 -5
- package/docs/variables/itemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
- package/package.json +5 -7
- package/dist/CSS3DRenderPlugin/index..js +0 -88
- package/dist/CSS3DRenderPlugin/index.cjs.js +0 -1
- package/dist/CameraMovementPlugin/index..js +0 -11
- package/dist/CameraMovementPlugin/index.cjs.js +0 -1
- package/dist/CruisePlugin/index..js +0 -527
- package/dist/CruisePlugin/index.cjs.js +0 -1
- package/dist/GuideLinePlugin/index..js +0 -214
- package/dist/GuideLinePlugin/index.cjs.js +0 -1
- package/dist/ItemLabelPlugin/index..js +0 -508
- package/dist/ItemLabelPlugin/index.cjs.js +0 -10
- package/dist/ModelChassisCompassPlugin/index..js +0 -9
- package/dist/ModelChassisCompassPlugin/index.cjs.js +0 -1
- package/dist/ModelEntryDoorGuidePlugin/index..js +0 -9
- package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +0 -1
- package/dist/ModelItemLabelPlugin/index..js +0 -334
- package/dist/ModelItemLabelPlugin/index.cjs.js +0 -10
- package/dist/ModelRoomLabelPlugin/index..js +0 -274
- package/dist/ModelRoomLabelPlugin/index.cjs.js +0 -1
- package/dist/ModelTVVideoPlugin/index..js +0 -12
- package/dist/ModelTVVideoPlugin/index.cjs.js +0 -1
- package/dist/ModelViewPlugin/index..js +0 -8
- package/dist/ModelViewPlugin/index.cjs.js +0 -1
- package/dist/Object3DHelperPlugin/index..js +0 -1414
- package/dist/Object3DHelperPlugin/index.cjs.js +0 -1
- package/dist/PanoCompassPlugin/index..js +0 -258
- package/dist/PanoCompassPlugin/index.cjs.js +0 -1
- package/dist/PanoCursorRaycasterPlugin/index..js +0 -63
- package/dist/PanoCursorRaycasterPlugin/index.cjs.js +0 -1
- package/dist/PanoDoorLabelPlugin/index..js +0 -340
- package/dist/PanoDoorLabelPlugin/index.cjs.js +0 -1
- package/dist/PanoMeasurePlugin/index..js +0 -15
- package/dist/PanoMeasurePlugin/index.cjs.js +0 -1
- package/dist/PanoRulerPlugin/index..js +0 -9
- package/dist/PanoRulerPlugin/index.cjs.js +0 -1
- package/dist/PanoRulerProPlugin/index..js +0 -395
- package/dist/PanoRulerProPlugin/index.cjs.js +0 -1
- package/dist/PanoSpatialTagPlugin/index..js +0 -15
- package/dist/PanoSpatialTagPlugin/index.cjs.js +0 -1
- package/dist/PanoTagPlugin/index..js +0 -4522
- package/dist/PanoTagPlugin/index.cjs.js +0 -17
- package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +0 -1
- package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +0 -1
- package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +0 -1
- package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +0 -94
- package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +0 -16
- package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.9971108a.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +0 -1
- package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +0 -1
- package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +0 -1
- package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +0 -1
- package/dist/chunks/cjs/debounce.93dfb637.cjs.js +0 -1
- package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +0 -1
- package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +0 -1
- package/dist/chunks/cjs/formatData.81e95011.cjs.js +0 -10
- package/dist/chunks/cjs/index.30b7baeb.cjs.js +0 -101
- package/dist/chunks/cjs/index.686e84d1.cjs.js +0 -290
- package/dist/chunks/cjs/index.7d2010ce.cjs.js +0 -1
- package/dist/chunks/cjs/isNil.b3a58990.cjs.js +0 -1
- package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +0 -1
- package/dist/chunks/cjs/throttle.86c209eb.cjs.js +0 -1
- package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +0 -1
- package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +0 -1
- package/dist/chunks/es/BasePlugin.813e25f7.es.js +0 -18
- package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +0 -6
- package/dist/chunks/es/CSS3DRender.5652510e.es.js +0 -393
- package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +0 -120
- package/dist/chunks/es/Plugin.26c2df05.es.js +0 -106
- package/dist/chunks/es/Plugin.435485ed.es.js +0 -584
- package/dist/chunks/es/Plugin.a98418f0.es.js +0 -82
- package/dist/chunks/es/Plugin.ae4ee6f8.es.js +0 -82
- package/dist/chunks/es/Plugin.dd11e0ad.es.js +0 -180
- package/dist/chunks/es/Plugin.f4cf895f.es.js +0 -355
- package/dist/chunks/es/Subscribe.c73e0f91.es.js +0 -50
- package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +0 -1551
- package/dist/chunks/es/correctFiveState.e7feab9f.es.js +0 -66
- package/dist/chunks/es/debounce.ef83f417.es.js +0 -11
- package/dist/chunks/es/equal.7db4a6f7.es.js +0 -56
- package/dist/chunks/es/filter.97ec06c4.es.js +0 -12
- package/dist/chunks/es/formatData.a2b39ef9.es.js +0 -483
- package/dist/chunks/es/index.a273f06e.es.js +0 -532
- package/dist/chunks/es/index.b8fdb59b.es.js +0 -50
- package/dist/chunks/es/index.f74f4851.es.js +0 -1787
- package/dist/chunks/es/isNil.212842d9.es.js +0 -10
- package/dist/chunks/es/planimetry.b0b4a28d.es.js +0 -43
- package/dist/chunks/es/throttle.db66bac3.es.js +0 -11
- package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +0 -24
- package/dist/chunks/es/uuid.676cb2c8.es.js +0 -9
- package/dist/components/PaintBrush/index..js +0 -6
- package/dist/components/PaintBrush/index.cjs.js +0 -1
- package/dist/components/index..js +0 -7
- package/dist/components/index.cjs.js +0 -1
- package/dist/floorplan/MapviewFloorplanPlugin/index..js +0 -324
- package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +0 -1
- package/dist/floorplan/ModelFloorplanPlugin/index..js +0 -320
- package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +0 -1
- package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +0 -613
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +0 -1
- package/dist/floorplan/TopviewFloorplanPlugin/index..js +0 -277
- package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +0 -1
- package/dist/index..js +0 -530
- package/dist/index.cjs.js +0 -16
|
@@ -1,395 +0,0 @@
|
|
|
1
|
-
var pe = Object.defineProperty;
|
|
2
|
-
var oe = Object.getOwnPropertySymbols;
|
|
3
|
-
var ge = Object.prototype.hasOwnProperty, ve = Object.prototype.propertyIsEnumerable;
|
|
4
|
-
var $ = (i, e, l) => e in i ? pe(i, e, { enumerable: !0, configurable: !0, writable: !0, value: l }) : i[e] = l, ee = (i, e) => {
|
|
5
|
-
for (var l in e || (e = {}))
|
|
6
|
-
ge.call(e, l) && $(i, l, e[l]);
|
|
7
|
-
if (oe)
|
|
8
|
-
for (var l of oe(e))
|
|
9
|
-
ve.call(e, l) && $(i, l, e[l]);
|
|
10
|
-
return i;
|
|
11
|
-
};
|
|
12
|
-
var B = (i, e, l) => ($(i, typeof e != "symbol" ? e + "" : e, l), l);
|
|
13
|
-
var L = (i, e, l) => new Promise((t, n) => {
|
|
14
|
-
var r = (s) => {
|
|
15
|
-
try {
|
|
16
|
-
a(l.next(s));
|
|
17
|
-
} catch (h) {
|
|
18
|
-
n(h);
|
|
19
|
-
}
|
|
20
|
-
}, o = (s) => {
|
|
21
|
-
try {
|
|
22
|
-
a(l.throw(s));
|
|
23
|
-
} catch (h) {
|
|
24
|
-
n(h);
|
|
25
|
-
}
|
|
26
|
-
}, a = (s) => s.done ? t(s.value) : Promise.resolve(s.value).then(r, o);
|
|
27
|
-
a((l = l.apply(i, e)).next());
|
|
28
|
-
});
|
|
29
|
-
import { SvelteComponent as de, init as fe, safe_not_equal as he, append_styles as be, element as S, space as Ie, text as Pe, attr as w, add_render_callback as ke, set_style as v, insert as C, append as Y, add_resize_listener as we, set_data as Ze, noop as ie, detach as J, destroy_each as ue, null_to_empty as O, transition_in as Q, group_outros as ye, check_outros as _e, transition_out as te, create_component as Me, mount_component as Ge, destroy_component as Re } from "svelte/internal";
|
|
30
|
-
import { Five as xe } from "@realsee/five";
|
|
31
|
-
import { nextFrame as De } from "../chunks/es/index.b8fdb59b.es.js";
|
|
32
|
-
import { equal as U } from "../chunks/es/equal.7db4a6f7.es.js";
|
|
33
|
-
import { intersectionOfLine as We } from "../chunks/es/planimetry.b0b4a28d.es.js";
|
|
34
|
-
import { throttle as Xe } from "../chunks/es/throttle.db66bac3.es.js";
|
|
35
|
-
import { onMount as He, onDestroy as ze } from "svelte";
|
|
36
|
-
import { Vector3 as R } from "three";
|
|
37
|
-
import "@tweenjs/tween.js";
|
|
38
|
-
function Ne(i) {
|
|
39
|
-
be(i, "svelte-1h27ktp", ".PanoRulerPlugin-rule-line.svelte-1h27ktp.svelte-1h27ktp{position:absolute;transform-origin:left 0.0625rem;width:0;height:0.125rem;pointer-events:none}.PanoRulerPlugin-rule-line.svelte-1h27ktp.svelte-1h27ktp::after{content:'';position:absolute;left:-0.125rem;top:-0.1rem;width:0.25rem;height:0.25rem;border-radius:50%;background:#fff;z-index:1;animation:svelte-1h27ktp-viewport-rule-point 0.1s 1s;animation-fill-mode:both}.PanoRulerPlugin-rule-line.svelte-1h27ktp.svelte-1h27ktp::before{content:'';position:absolute;right:-0.125rem;top:-0.1rem;width:0.25rem;height:0.25rem;border-radius:50%;background:#fff;z-index:1;animation:svelte-1h27ktp-viewport-rule-point 0.1s 1.5s;animation-fill-mode:both}.PanoRulerPlugin-rule-line.svelte-1h27ktp em.svelte-1h27ktp{display:block;height:0.0625rem;animation:svelte-1h27ktp-viewport-rule-line 0.5s ease 1s;animation-fill-mode:both;box-shadow:0 0 0.25rem rgb(0 0 0 / 40%);position:relative}.rule-mixed-line.svelte-1h27ktp.svelte-1h27ktp{display:flex;height:0.0625rem;animation:svelte-1h27ktp-viewport-rule-line 0.5s ease 1s;animation-fill-mode:both;align-items:center}.em-solid.svelte-1h27ktp.svelte-1h27ktp{height:100%;background:#ffffff}.em-dotted.svelte-1h27ktp.svelte-1h27ktp{height:0.125rem;background:var(--background-image);background-position:center;background-repeat:repeat}.PanoRulerPlugin-rule-label.svelte-1h27ktp.svelte-1h27ktp{position:absolute;width:0;height:0;top:0.0625rem;pointer-events:none}.PanoRulerPlugin-rule-label-name.svelte-1h27ktp.svelte-1h27ktp{position:absolute;padding:0.1875rem 0.375rem;background:rgba(195, 195, 195, 0.3);backdrop-filter:blur(0.25rem);-webkit-backdrop-filter:blur(0.25rem);border-radius:6.25rem;border:0.0625rem solid rgba(255, 255, 255, 0.6);white-space:nowrap;overflow:hidden;color:#ffffff;font-weight:500;font-size:0.75rem;line-height:1;animation:svelte-1h27ktp-viewport-rule-label 0.25s ease 1s;animation-fill-mode:both;box-shadow:inset 0 0 0.625rem 0 rgba(255, 255, 255, 0.3)}@keyframes svelte-1h27ktp-viewport-rule-line{0%{width:0%}100%{width:100%}}@keyframes svelte-1h27ktp-viewport-rule-label{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:translate(-50%, -50%) scaleX(1)}}@keyframes svelte-1h27ktp-viewport-rule-point{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}");
|
|
40
|
-
}
|
|
41
|
-
function se(i, e, l) {
|
|
42
|
-
const t = i.slice();
|
|
43
|
-
return t[6] = e[l], t;
|
|
44
|
-
}
|
|
45
|
-
function Se(i) {
|
|
46
|
-
let e, l = i[0].children, t = [];
|
|
47
|
-
for (let n = 0; n < l.length; n += 1)
|
|
48
|
-
t[n] = re(se(i, l, n));
|
|
49
|
-
return {
|
|
50
|
-
c() {
|
|
51
|
-
e = S("div");
|
|
52
|
-
for (let n = 0; n < t.length; n += 1)
|
|
53
|
-
t[n].c();
|
|
54
|
-
w(e, "class", "rule-mixed-line svelte-1h27ktp");
|
|
55
|
-
},
|
|
56
|
-
m(n, r) {
|
|
57
|
-
C(n, e, r);
|
|
58
|
-
for (let o = 0; o < t.length; o += 1)
|
|
59
|
-
t[o].m(e, null);
|
|
60
|
-
},
|
|
61
|
-
p(n, r) {
|
|
62
|
-
if (r & 9) {
|
|
63
|
-
l = n[0].children;
|
|
64
|
-
let o;
|
|
65
|
-
for (o = 0; o < l.length; o += 1) {
|
|
66
|
-
const a = se(n, l, o);
|
|
67
|
-
t[o] ? t[o].p(a, r) : (t[o] = re(a), t[o].c(), t[o].m(e, null));
|
|
68
|
-
}
|
|
69
|
-
for (; o < t.length; o += 1)
|
|
70
|
-
t[o].d(1);
|
|
71
|
-
t.length = l.length;
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
d(n) {
|
|
75
|
-
n && J(e), ue(t, n);
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
function Te(i) {
|
|
80
|
-
let e, l;
|
|
81
|
-
return {
|
|
82
|
-
c() {
|
|
83
|
-
e = S("em"), w(e, "class", l = O(i[0].state ? "em-solid" : "em-dotted") + " svelte-1h27ktp"), w(e, "style", i[3]);
|
|
84
|
-
},
|
|
85
|
-
m(t, n) {
|
|
86
|
-
C(t, e, n);
|
|
87
|
-
},
|
|
88
|
-
p(t, n) {
|
|
89
|
-
n & 1 && l !== (l = O(t[0].state ? "em-solid" : "em-dotted") + " svelte-1h27ktp") && w(e, "class", l), n & 8 && w(e, "style", t[3]);
|
|
90
|
-
},
|
|
91
|
-
d(t) {
|
|
92
|
-
t && J(e);
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
}
|
|
96
|
-
function re(i) {
|
|
97
|
-
let e, l, t = `${i[6].width}px`;
|
|
98
|
-
return {
|
|
99
|
-
c() {
|
|
100
|
-
e = S("div"), w(e, "class", l = O(i[6].state ? "em-solid" : "em-dotted") + " svelte-1h27ktp"), w(e, "style", i[3]), v(e, "width", t, !1);
|
|
101
|
-
},
|
|
102
|
-
m(n, r) {
|
|
103
|
-
C(n, e, r);
|
|
104
|
-
},
|
|
105
|
-
p(n, r) {
|
|
106
|
-
r & 1 && l !== (l = O(n[6].state ? "em-solid" : "em-dotted") + " svelte-1h27ktp") && w(e, "class", l), r & 8 && w(e, "style", n[3]), r & 1 && t !== (t = `${n[6].width}px`) && v(e, "width", t, !1);
|
|
107
|
-
},
|
|
108
|
-
d(n) {
|
|
109
|
-
n && J(e);
|
|
110
|
-
}
|
|
111
|
-
};
|
|
112
|
-
}
|
|
113
|
-
function je(i) {
|
|
114
|
-
let e, l, t, n, r = i[0].labelElement + "", o, a, s = `${i[0].labelOffset}%`, h = `${i[0].width}px`, D = `${i[0].left}px`, T = `${i[0].top}px`, P = `rotate(${i[0].rotateDeg}deg)`;
|
|
115
|
-
function W(d, g) {
|
|
116
|
-
return d[0].children.length === 0 ? Te : Se;
|
|
117
|
-
}
|
|
118
|
-
let y = W(i), b = y(i);
|
|
119
|
-
return {
|
|
120
|
-
c() {
|
|
121
|
-
e = S("div"), b.c(), l = Ie(), t = S("div"), n = S("div"), o = Pe(r), w(n, "class", "PanoRulerPlugin-rule-label-name svelte-1h27ktp"), ke(() => i[4].call(n)), w(t, "class", "PanoRulerPlugin-rule-label svelte-1h27ktp"), v(t, "left", s, !1), w(e, "class", "PanoRulerPlugin-rule-line svelte-1h27ktp"), v(e, "width", h, !1), v(e, "left", D, !1), v(e, "top", T, !1), v(e, "transform", P, !1), v(
|
|
122
|
-
e,
|
|
123
|
-
"display",
|
|
124
|
-
i[0].visible && i[2] ? "block" : "none",
|
|
125
|
-
!1
|
|
126
|
-
);
|
|
127
|
-
},
|
|
128
|
-
m(d, g) {
|
|
129
|
-
C(d, e, g), b.m(e, null), Y(e, l), Y(e, t), Y(t, n), Y(n, o), a = we(n, i[4].bind(n));
|
|
130
|
-
},
|
|
131
|
-
p(d, [g]) {
|
|
132
|
-
y === (y = W(d)) && b ? b.p(d, g) : (b.d(1), b = y(d), b && (b.c(), b.m(e, l))), g & 1 && r !== (r = d[0].labelElement + "") && Ze(o, r), g & 1 && s !== (s = `${d[0].labelOffset}%`) && v(t, "left", s, !1), g & 1 && h !== (h = `${d[0].width}px`) && v(e, "width", h, !1), g & 1 && D !== (D = `${d[0].left}px`) && v(e, "left", D, !1), g & 1 && T !== (T = `${d[0].top}px`) && v(e, "top", T, !1), g & 1 && P !== (P = `rotate(${d[0].rotateDeg}deg)`) && v(e, "transform", P, !1), g & 5 && v(
|
|
133
|
-
e,
|
|
134
|
-
"display",
|
|
135
|
-
d[0].visible && d[2] ? "block" : "none",
|
|
136
|
-
!1
|
|
137
|
-
);
|
|
138
|
-
},
|
|
139
|
-
i: ie,
|
|
140
|
-
o: ie,
|
|
141
|
-
d(d) {
|
|
142
|
-
d && J(e), b.d(), a();
|
|
143
|
-
}
|
|
144
|
-
};
|
|
145
|
-
}
|
|
146
|
-
function Ae(i, e, l) {
|
|
147
|
-
let t, { rulerItemProp: n } = e, r = !0, o, a = "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQiIHdpZHRoPSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGZpbHRlciBpZD0icHJlZml4X19hIiBoZWlnaHQ9IjQwMCUiIHdpZHRoPSIxMzcuNCUiIHg9Ii0xOC43JSIgeT0iLTE1MCUiPjxmZU1vcnBob2xvZ3kgaW49IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iZGlsYXRlIiByYWRpdXM9Ii41IiByZXN1bHQ9InNoYWRvd1NwcmVhZE91dGVyMSIvPjxmZU9mZnNldCBpbj0ic2hhZG93U3ByZWFkT3V0ZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZU1vcnBob2xvZ3kgaW49IlNvdXJjZUFscGhhIiByYWRpdXM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXIiLz48ZmVPZmZzZXQgaW49InNoYWRvd0lubmVyIiByZXN1bHQ9InNoYWRvd0lubmVyIi8+PGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIGluMj0ic2hhZG93SW5uZXIiIG9wZXJhdG9yPSJvdXQiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSIgc3RkRGV2aWF0aW9uPSIuNSIvPjxmZUNvbG9yTWF0cml4IGluPSJzaGFkb3dCbHVyT3V0ZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMiAwIi8+PC9maWx0ZXI+PHBhdGggaWQ9InByZWZpeF9fYiIgZD0iTS44ODkgMkgxMS41OCIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1kYXNoYXJyYXk9IjUgNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNwcmVmaXhfX2EpIiB4bGluazpocmVmPSIjcHJlZml4X19iIi8+PHVzZSBzdHJva2U9IiNmZmYiIHN0cm9rZS1vcGFjaXR5PSIuNCIgeGxpbms6aHJlZj0iI3ByZWZpeF9fYiIvPjwvZz48L3N2Zz4=";
|
|
148
|
-
function s() {
|
|
149
|
-
o = this.offsetWidth, l(1, o);
|
|
150
|
-
}
|
|
151
|
-
return i.$$set = (h) => {
|
|
152
|
-
"rulerItemProp" in h && l(0, n = h.rulerItemProp);
|
|
153
|
-
}, i.$$.update = () => {
|
|
154
|
-
i.$$.dirty & 3 && (o >= n.width || o / 2 >= n.labelOffset / 100 * n.width || o / 2 >= (1 - n.labelOffset / 100) * n.width ? l(2, r = !1) : l(2, r = !0));
|
|
155
|
-
}, l(3, t = `--background-image: url(${a})`), [n, o, r, t, s];
|
|
156
|
-
}
|
|
157
|
-
class Be extends de {
|
|
158
|
-
constructor(e) {
|
|
159
|
-
super(), fe(this, e, Ae, je, he, { rulerItemProp: 0 }, Ne);
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
function ae(i, e, l) {
|
|
163
|
-
const t = i.slice();
|
|
164
|
-
return t[12] = e[l], t;
|
|
165
|
-
}
|
|
166
|
-
function ce(i) {
|
|
167
|
-
let e, l;
|
|
168
|
-
return e = new Be({
|
|
169
|
-
props: { rulerItemProp: i[12] }
|
|
170
|
-
}), {
|
|
171
|
-
c() {
|
|
172
|
-
Me(e.$$.fragment);
|
|
173
|
-
},
|
|
174
|
-
m(t, n) {
|
|
175
|
-
Ge(e, t, n), l = !0;
|
|
176
|
-
},
|
|
177
|
-
p(t, n) {
|
|
178
|
-
const r = {};
|
|
179
|
-
n & 1 && (r.rulerItemProp = t[12]), e.$set(r);
|
|
180
|
-
},
|
|
181
|
-
i(t) {
|
|
182
|
-
l || (Q(e.$$.fragment, t), l = !0);
|
|
183
|
-
},
|
|
184
|
-
o(t) {
|
|
185
|
-
te(e.$$.fragment, t), l = !1;
|
|
186
|
-
},
|
|
187
|
-
d(t) {
|
|
188
|
-
Re(e, t);
|
|
189
|
-
}
|
|
190
|
-
};
|
|
191
|
-
}
|
|
192
|
-
function Ve(i) {
|
|
193
|
-
let e, l, t = i[0], n = [];
|
|
194
|
-
for (let o = 0; o < t.length; o += 1)
|
|
195
|
-
n[o] = ce(ae(i, t, o));
|
|
196
|
-
const r = (o) => te(n[o], 1, 1, () => {
|
|
197
|
-
n[o] = null;
|
|
198
|
-
});
|
|
199
|
-
return {
|
|
200
|
-
c() {
|
|
201
|
-
e = S("div");
|
|
202
|
-
for (let o = 0; o < n.length; o += 1)
|
|
203
|
-
n[o].c();
|
|
204
|
-
},
|
|
205
|
-
m(o, a) {
|
|
206
|
-
C(o, e, a);
|
|
207
|
-
for (let s = 0; s < n.length; s += 1)
|
|
208
|
-
n[s].m(e, null);
|
|
209
|
-
l = !0;
|
|
210
|
-
},
|
|
211
|
-
p(o, [a]) {
|
|
212
|
-
if (a & 1) {
|
|
213
|
-
t = o[0];
|
|
214
|
-
let s;
|
|
215
|
-
for (s = 0; s < t.length; s += 1) {
|
|
216
|
-
const h = ae(o, t, s);
|
|
217
|
-
n[s] ? (n[s].p(h, a), Q(n[s], 1)) : (n[s] = ce(h), n[s].c(), Q(n[s], 1), n[s].m(e, null));
|
|
218
|
-
}
|
|
219
|
-
for (ye(), s = t.length; s < n.length; s += 1)
|
|
220
|
-
r(s);
|
|
221
|
-
_e();
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
i(o) {
|
|
225
|
-
if (!l) {
|
|
226
|
-
for (let a = 0; a < t.length; a += 1)
|
|
227
|
-
Q(n[a]);
|
|
228
|
-
l = !0;
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
o(o) {
|
|
232
|
-
n = n.filter(Boolean);
|
|
233
|
-
for (let a = 0; a < n.length; a += 1)
|
|
234
|
-
te(n[a]);
|
|
235
|
-
l = !1;
|
|
236
|
-
},
|
|
237
|
-
d(o) {
|
|
238
|
-
o && J(e), ue(n, o);
|
|
239
|
-
}
|
|
240
|
-
};
|
|
241
|
-
}
|
|
242
|
-
function Fe(i, e, l) {
|
|
243
|
-
var b, d, g, ne;
|
|
244
|
-
let { five: t } = e, { rulerDatas: n } = e, { options: r } = e, o = [];
|
|
245
|
-
const a = ((d = (b = t.getElement()) == null ? void 0 : b.parentElement) == null ? void 0 : d.clientWidth) || 0, s = ((ne = (g = t.getElement()) == null ? void 0 : g.parentElement) == null ? void 0 : ne.clientHeight) || 0, h = (f, u) => {
|
|
246
|
-
const m = [
|
|
247
|
-
[{ x: 0, y: 0 }, { x: a, y: 0 }],
|
|
248
|
-
[{ x: 0, y: 0 }, { x: 0, y: s }],
|
|
249
|
-
[{ x: a, y: 0 }, { x: a, y: s }],
|
|
250
|
-
[{ x: 0, y: s }, { x: a, y: s }]
|
|
251
|
-
], I = [];
|
|
252
|
-
for (let k = 0; k < m.length; k++) {
|
|
253
|
-
const _ = We([f, u], [m[k][0], m[k][1]], !0);
|
|
254
|
-
_ && I.push(_);
|
|
255
|
-
}
|
|
256
|
-
return I.length === 0 ? !1 : I;
|
|
257
|
-
}, D = (f, u) => {
|
|
258
|
-
const m = f.clone().project(t.camera), I = (m.x + 1) / 2 * a, k = (-m.y + 1) / 2 * s, _ = u.clone().project(t.camera), j = (_.x + 1) / 2 * a, x = (-_.y + 1) / 2 * s, c = Math.sqrt(Math.pow(j - I, 2) + Math.pow(x - k, 2));
|
|
259
|
-
return {
|
|
260
|
-
startLeft: I,
|
|
261
|
-
startTop: k,
|
|
262
|
-
endLeft: j,
|
|
263
|
-
endTop: x,
|
|
264
|
-
distance: c
|
|
265
|
-
};
|
|
266
|
-
}, T = (f, u, m) => {
|
|
267
|
-
const I = t.camera.position, k = t.camera.getWorldDirection(new R()), _ = f.clone().sub(I).normalize().angleTo(k), j = u.clone().sub(I).normalize().angleTo(k), x = f.distanceTo(u), X = u.clone().sub(u.clone().sub(f).divide(new R(2, 2, 2))).distanceTo(I), { startLeft: Z, startTop: M, endLeft: V, endTop: F, distance: H } = D(f, u), q = -((Math.PI / 2 - Math.atan2(V - Z, M - F)) / Math.PI) * 180;
|
|
268
|
-
let G = !0;
|
|
269
|
-
m || (G = !1), !U(f, m) && !U(u, m) && (G = !1), x < 0.3 && (G = !1), _ > Math.PI / 2 && (G = !1), j > Math.PI / 2 && (G = !1), X / x > 8 && (G = !1);
|
|
270
|
-
let z = 50, N = H;
|
|
271
|
-
const p = h({ x: ~~Z, y: ~~M }, { x: ~~V, y: ~~F });
|
|
272
|
-
if (p && p.length === 1 && (U(f, m) ? (N = Math.sqrt(Math.pow(p[0].x - Z, 2) + Math.pow(p[0].y - M, 2)), z = N / H * 50) : U(u, m) && (N = Math.sqrt(Math.pow(p[0].x - V, 2) + Math.pow(p[0].y - F, 2)), z = 100 - N / H * 50)), p && p.length === 2) {
|
|
273
|
-
const A = {
|
|
274
|
-
x: (p[0].x + p[1].x) / 2,
|
|
275
|
-
y: (p[0].y + p[1].y) / 2
|
|
276
|
-
};
|
|
277
|
-
z = Math.sqrt(Math.pow(A.x - Z, 2) + Math.pow(A.y - M, 2)) / H * 100;
|
|
278
|
-
}
|
|
279
|
-
return {
|
|
280
|
-
startLeft: Z,
|
|
281
|
-
startTop: M,
|
|
282
|
-
distance: H,
|
|
283
|
-
deg: q,
|
|
284
|
-
visible: G,
|
|
285
|
-
labelOffset: z,
|
|
286
|
-
ruleLength: x
|
|
287
|
-
};
|
|
288
|
-
}, P = () => {
|
|
289
|
-
const f = t.panoIndex, u = n.find((c) => c.panoIndex === f);
|
|
290
|
-
if (!u)
|
|
291
|
-
return l(0, o = []);
|
|
292
|
-
if (t.currentMode !== xe.Mode.Panorama)
|
|
293
|
-
return l(0, o = []);
|
|
294
|
-
const m = t.camera.position, I = t.camera.getWorldDirection(new R()), k = u.lines.map((c) => new R(c.start[0], -c.start[1], -c.start[2])), _ = u.lines.map((c) => new R(c.end[0], -c.end[1], -c.end[2])), [j] = k.concat(_).sort((c, X) => {
|
|
295
|
-
const Z = c.clone().setY(0).sub(m).normalize().angleTo(I.clone().setY(0)), M = X.clone().setY(0).sub(m).normalize().angleTo(I.clone().setY(0));
|
|
296
|
-
return Z - M;
|
|
297
|
-
}), x = u.lines.map((c) => {
|
|
298
|
-
var N, p;
|
|
299
|
-
const X = c.start, Z = c.end, { startLeft: M, startTop: V, distance: F, deg: H, visible: le, labelOffset: q, ruleLength: G } = T(new R(X[0], -X[1], -X[2]), new R(Z[0], -Z[1], -Z[2]), j), z = [];
|
|
300
|
-
return c.children && ((N = c.children) == null ? void 0 : N.length) > 0 && ((p = c.children) == null || p.forEach((A) => {
|
|
301
|
-
const E = A.start, K = A.end, { distance: me } = D(new R(E[0], -E[1], -E[2]), new R(K[0], -K[1], -K[2]));
|
|
302
|
-
z.push({ width: me, state: A.state });
|
|
303
|
-
})), {
|
|
304
|
-
width: F,
|
|
305
|
-
left: M,
|
|
306
|
-
top: V,
|
|
307
|
-
rotateDeg: H,
|
|
308
|
-
state: c.state,
|
|
309
|
-
children: z,
|
|
310
|
-
labelOffset: q,
|
|
311
|
-
visible: le,
|
|
312
|
-
labelElement: r.distanceText(G)
|
|
313
|
-
};
|
|
314
|
-
});
|
|
315
|
-
l(0, o = x);
|
|
316
|
-
}, W = () => De(P), y = Xe(P, 80);
|
|
317
|
-
return He(() => {
|
|
318
|
-
P(), t.on("panoArrived", P), t.on("modeChange", P), t.on("cameraDirectionUpdate", W), t.on("movingToPano", W), t.on("mouseWheel", () => y()), t.on("pinchGesture", () => y());
|
|
319
|
-
}), ze(() => {
|
|
320
|
-
t.off("panoArrived", P), t.off("modeChange", P), t.off("cameraDirectionUpdate", W), t.off("movingToPano", W), t.off("mouseWheel", () => y()), t.off("pinchGesture", () => y());
|
|
321
|
-
}), i.$$set = (f) => {
|
|
322
|
-
"five" in f && l(1, t = f.five), "rulerDatas" in f && l(2, n = f.rulerDatas), "options" in f && l(3, r = f.options);
|
|
323
|
-
}, [o, t, n, r];
|
|
324
|
-
}
|
|
325
|
-
class Ce extends de {
|
|
326
|
-
constructor(e) {
|
|
327
|
-
super(), fe(this, e, Fe, Ve, he, { five: 1, rulerDatas: 2, options: 3 });
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
class Je {
|
|
331
|
-
constructor(e, l) {
|
|
332
|
-
B(this, "five");
|
|
333
|
-
B(this, "container", document.createElement("div"));
|
|
334
|
-
B(this, "panoRulerProData");
|
|
335
|
-
B(this, "rulerItems");
|
|
336
|
-
B(this, "state", {
|
|
337
|
-
enabled: !1,
|
|
338
|
-
loaded: !1,
|
|
339
|
-
options: {
|
|
340
|
-
className: "",
|
|
341
|
-
distanceText: (e) => `${e.toFixed(1)}m`
|
|
342
|
-
}
|
|
343
|
-
});
|
|
344
|
-
var t, n;
|
|
345
|
-
this.five = e, this.container.classList.add("panoRulerProPlugin-container"), this.container.setAttribute(
|
|
346
|
-
"style",
|
|
347
|
-
"position: absolute;pointer-events: none;width: 100%;height: 100%;left: 0;top: 0;overflow: hidden;"
|
|
348
|
-
), l && (l.data && this.load(l.data), this.state.options = ee(ee({}, this.state.options), l.options || {}), (t = l.options) != null && t.className && this.container.classList.add((n = l.options) == null ? void 0 : n.className)), this.five.once("modelLoaded", () => L(this, null, function* () {
|
|
349
|
-
var r, o;
|
|
350
|
-
(o = (r = this.five.getElement()) == null ? void 0 : r.parentNode) == null || o.append(this.container);
|
|
351
|
-
})), this.five.once("dispose", () => this.dispose());
|
|
352
|
-
}
|
|
353
|
-
load(e) {
|
|
354
|
-
return L(this, null, function* () {
|
|
355
|
-
if (!this.five.work)
|
|
356
|
-
return;
|
|
357
|
-
const l = e.data;
|
|
358
|
-
if (!l)
|
|
359
|
-
throw new Error("\u6807\u5C3A\u6570\u636E\u4F9D\u8D56\u4E0D\u9F50\u5168\uFF01");
|
|
360
|
-
this.panoRulerProData = l, this.state.loaded = !0;
|
|
361
|
-
});
|
|
362
|
-
}
|
|
363
|
-
enable() {
|
|
364
|
-
return this.state.loaded ? (this.state.enabled || (this.state.enabled = !0, this.render()), !0) : !1;
|
|
365
|
-
}
|
|
366
|
-
disable() {
|
|
367
|
-
return this.state.enabled && (this.state.enabled = !1, this.render()), !0;
|
|
368
|
-
}
|
|
369
|
-
render() {
|
|
370
|
-
return L(this, null, function* () {
|
|
371
|
-
var e;
|
|
372
|
-
if (this.state.enabled) {
|
|
373
|
-
if (!this.panoRulerProData || !this.container)
|
|
374
|
-
return;
|
|
375
|
-
this.rulerItems = new Ce({
|
|
376
|
-
target: this.container,
|
|
377
|
-
props: {
|
|
378
|
-
five: this.five,
|
|
379
|
-
rulerDatas: this.panoRulerProData,
|
|
380
|
-
options: this.state.options
|
|
381
|
-
}
|
|
382
|
-
});
|
|
383
|
-
} else
|
|
384
|
-
(e = this.rulerItems) == null || e.$destroy(), this.rulerItems = void 0;
|
|
385
|
-
});
|
|
386
|
-
}
|
|
387
|
-
dispose() {
|
|
388
|
-
this.container && (this.rulerItems.$destroy(), this.rulerItems = void 0), this.container.remove();
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
const tt = (i, e) => new Je(i, e);
|
|
392
|
-
export {
|
|
393
|
-
tt as PanoRulerProPlugin,
|
|
394
|
-
tt as default
|
|
395
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var se=Object.defineProperty;var Q=Object.getOwnPropertySymbols;var ie=Object.prototype.hasOwnProperty,oe=Object.prototype.propertyIsEnumerable;var q=(o,e,s)=>e in o?se(o,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):o[e]=s,L=(o,e)=>{for(var s in e||(e={}))ie.call(e,s)&&q(o,s,e[s]);if(Q)for(var s of Q(e))oe.call(e,s)&&q(o,s,e[s]);return o};var S=(o,e,s)=>(q(o,typeof e!="symbol"?e+"":e,s),s);var F=(o,e,s)=>new Promise((t,n)=>{var a=r=>{try{c(s.next(r))}catch(f){n(f)}},i=r=>{try{c(s.throw(r))}catch(f){n(f)}},c=r=>r.done?t(r.value):Promise.resolve(r.value).then(a,i);c((s=s.apply(o,e)).next())});Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("svelte/internal"),re=require("@realsee/five"),ae=require("../chunks/cjs/index.7d2010ce.cjs.js"),C=require("../chunks/cjs/equal.e9fcbd4e.cjs.js"),ce=require("../chunks/cjs/planimetry.7fce816a.cjs.js"),ue=require("../chunks/cjs/throttle.86c209eb.cjs.js"),O=require("svelte"),R=require("three");require("@tweenjs/tween.js");function de(o){l.append_styles(o,"svelte-1h27ktp",".PanoRulerPlugin-rule-line.svelte-1h27ktp.svelte-1h27ktp{position:absolute;transform-origin:left 0.0625rem;width:0;height:0.125rem;pointer-events:none}.PanoRulerPlugin-rule-line.svelte-1h27ktp.svelte-1h27ktp::after{content:'';position:absolute;left:-0.125rem;top:-0.1rem;width:0.25rem;height:0.25rem;border-radius:50%;background:#fff;z-index:1;animation:svelte-1h27ktp-viewport-rule-point 0.1s 1s;animation-fill-mode:both}.PanoRulerPlugin-rule-line.svelte-1h27ktp.svelte-1h27ktp::before{content:'';position:absolute;right:-0.125rem;top:-0.1rem;width:0.25rem;height:0.25rem;border-radius:50%;background:#fff;z-index:1;animation:svelte-1h27ktp-viewport-rule-point 0.1s 1.5s;animation-fill-mode:both}.PanoRulerPlugin-rule-line.svelte-1h27ktp em.svelte-1h27ktp{display:block;height:0.0625rem;animation:svelte-1h27ktp-viewport-rule-line 0.5s ease 1s;animation-fill-mode:both;box-shadow:0 0 0.25rem rgb(0 0 0 / 40%);position:relative}.rule-mixed-line.svelte-1h27ktp.svelte-1h27ktp{display:flex;height:0.0625rem;animation:svelte-1h27ktp-viewport-rule-line 0.5s ease 1s;animation-fill-mode:both;align-items:center}.em-solid.svelte-1h27ktp.svelte-1h27ktp{height:100%;background:#ffffff}.em-dotted.svelte-1h27ktp.svelte-1h27ktp{height:0.125rem;background:var(--background-image);background-position:center;background-repeat:repeat}.PanoRulerPlugin-rule-label.svelte-1h27ktp.svelte-1h27ktp{position:absolute;width:0;height:0;top:0.0625rem;pointer-events:none}.PanoRulerPlugin-rule-label-name.svelte-1h27ktp.svelte-1h27ktp{position:absolute;padding:0.1875rem 0.375rem;background:rgba(195, 195, 195, 0.3);backdrop-filter:blur(0.25rem);-webkit-backdrop-filter:blur(0.25rem);border-radius:6.25rem;border:0.0625rem solid rgba(255, 255, 255, 0.6);white-space:nowrap;overflow:hidden;color:#ffffff;font-weight:500;font-size:0.75rem;line-height:1;animation:svelte-1h27ktp-viewport-rule-label 0.25s ease 1s;animation-fill-mode:both;box-shadow:inset 0 0 0.625rem 0 rgba(255, 255, 255, 0.3)}@keyframes svelte-1h27ktp-viewport-rule-line{0%{width:0%}100%{width:100%}}@keyframes svelte-1h27ktp-viewport-rule-label{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:translate(-50%, -50%) scaleX(1)}}@keyframes svelte-1h27ktp-viewport-rule-point{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}")}function K(o,e,s){const t=o.slice();return t[6]=e[s],t}function he(o){let e,s=o[0].children,t=[];for(let n=0;n<s.length;n+=1)t[n]=$(K(o,s,n));return{c(){e=l.element("div");for(let n=0;n<t.length;n+=1)t[n].c();l.attr(e,"class","rule-mixed-line svelte-1h27ktp")},m(n,a){l.insert(n,e,a);for(let i=0;i<t.length;i+=1)t[i].m(e,null)},p(n,a){if(a&9){s=n[0].children;let i;for(i=0;i<s.length;i+=1){const c=K(n,s,i);t[i]?t[i].p(c,a):(t[i]=$(c),t[i].c(),t[i].m(e,null))}for(;i<t.length;i+=1)t[i].d(1);t.length=s.length}},d(n){n&&l.detach(e),l.destroy_each(t,n)}}}function fe(o){let e,s;return{c(){e=l.element("em"),l.attr(e,"class",s=l.null_to_empty(o[0].state?"em-solid":"em-dotted")+" svelte-1h27ktp"),l.attr(e,"style",o[3])},m(t,n){l.insert(t,e,n)},p(t,n){n&1&&s!==(s=l.null_to_empty(t[0].state?"em-solid":"em-dotted")+" svelte-1h27ktp")&&l.attr(e,"class",s),n&8&&l.attr(e,"style",t[3])},d(t){t&&l.detach(e)}}}function $(o){let e,s,t=`${o[6].width}px`;return{c(){e=l.element("div"),l.attr(e,"class",s=l.null_to_empty(o[6].state?"em-solid":"em-dotted")+" svelte-1h27ktp"),l.attr(e,"style",o[3]),l.set_style(e,"width",t,!1)},m(n,a){l.insert(n,e,a)},p(n,a){a&1&&s!==(s=l.null_to_empty(n[6].state?"em-solid":"em-dotted")+" svelte-1h27ktp")&&l.attr(e,"class",s),a&8&&l.attr(e,"style",n[3]),a&1&&t!==(t=`${n[6].width}px`)&&l.set_style(e,"width",t,!1)},d(n){n&&l.detach(e)}}}function me(o){let e,s,t,n,a=o[0].labelElement+"",i,c,r=`${o[0].labelOffset}%`,f=`${o[0].width}px`,x=`${o[0].left}px`,H=`${o[0].top}px`,_=`rotate(${o[0].rotateDeg}deg)`;function j(d,g){return d[0].children.length===0?fe:he}let k=j(o),b=k(o);return{c(){e=l.element("div"),b.c(),s=l.space(),t=l.element("div"),n=l.element("div"),i=l.text(a),l.attr(n,"class","PanoRulerPlugin-rule-label-name svelte-1h27ktp"),l.add_render_callback(()=>o[4].call(n)),l.attr(t,"class","PanoRulerPlugin-rule-label svelte-1h27ktp"),l.set_style(t,"left",r,!1),l.attr(e,"class","PanoRulerPlugin-rule-line svelte-1h27ktp"),l.set_style(e,"width",f,!1),l.set_style(e,"left",x,!1),l.set_style(e,"top",H,!1),l.set_style(e,"transform",_,!1),l.set_style(e,"display",o[0].visible&&o[2]?"block":"none",!1)},m(d,g){l.insert(d,e,g),b.m(e,null),l.append(e,s),l.append(e,t),l.append(t,n),l.append(n,i),c=l.add_resize_listener(n,o[4].bind(n))},p(d,[g]){k===(k=j(d))&&b?b.p(d,g):(b.d(1),b=k(d),b&&(b.c(),b.m(e,s))),g&1&&a!==(a=d[0].labelElement+"")&&l.set_data(i,a),g&1&&r!==(r=`${d[0].labelOffset}%`)&&l.set_style(t,"left",r,!1),g&1&&f!==(f=`${d[0].width}px`)&&l.set_style(e,"width",f,!1),g&1&&x!==(x=`${d[0].left}px`)&&l.set_style(e,"left",x,!1),g&1&&H!==(H=`${d[0].top}px`)&&l.set_style(e,"top",H,!1),g&1&&_!==(_=`rotate(${d[0].rotateDeg}deg)`)&&l.set_style(e,"transform",_,!1),g&5&&l.set_style(e,"display",d[0].visible&&d[2]?"block":"none",!1)},i:l.noop,o:l.noop,d(d){d&&l.detach(e),b.d(),c()}}}function pe(o,e,s){let t,{rulerItemProp:n}=e,a=!0,i,c="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQiIHdpZHRoPSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGZpbHRlciBpZD0icHJlZml4X19hIiBoZWlnaHQ9IjQwMCUiIHdpZHRoPSIxMzcuNCUiIHg9Ii0xOC43JSIgeT0iLTE1MCUiPjxmZU1vcnBob2xvZ3kgaW49IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iZGlsYXRlIiByYWRpdXM9Ii41IiByZXN1bHQ9InNoYWRvd1NwcmVhZE91dGVyMSIvPjxmZU9mZnNldCBpbj0ic2hhZG93U3ByZWFkT3V0ZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZU1vcnBob2xvZ3kgaW49IlNvdXJjZUFscGhhIiByYWRpdXM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXIiLz48ZmVPZmZzZXQgaW49InNoYWRvd0lubmVyIiByZXN1bHQ9InNoYWRvd0lubmVyIi8+PGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIGluMj0ic2hhZG93SW5uZXIiIG9wZXJhdG9yPSJvdXQiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSIgc3RkRGV2aWF0aW9uPSIuNSIvPjxmZUNvbG9yTWF0cml4IGluPSJzaGFkb3dCbHVyT3V0ZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMiAwIi8+PC9maWx0ZXI+PHBhdGggaWQ9InByZWZpeF9fYiIgZD0iTS44ODkgMkgxMS41OCIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1kYXNoYXJyYXk9IjUgNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNwcmVmaXhfX2EpIiB4bGluazpocmVmPSIjcHJlZml4X19iIi8+PHVzZSBzdHJva2U9IiNmZmYiIHN0cm9rZS1vcGFjaXR5PSIuNCIgeGxpbms6aHJlZj0iI3ByZWZpeF9fYiIvPjwvZz48L3N2Zz4=";function r(){i=this.offsetWidth,s(1,i)}return o.$$set=f=>{"rulerItemProp"in f&&s(0,n=f.rulerItemProp)},o.$$.update=()=>{o.$$.dirty&3&&(i>=n.width||i/2>=n.labelOffset/100*n.width||i/2>=(1-n.labelOffset/100)*n.width?s(2,a=!1):s(2,a=!0))},s(3,t=`--background-image: url(${c})`),[n,i,a,t,r]}class ve extends l.SvelteComponent{constructor(e){super(),l.init(this,e,pe,me,l.safe_not_equal,{rulerItemProp:0},de)}}function ee(o,e,s){const t=o.slice();return t[12]=e[s],t}function te(o){let e,s;return e=new ve({props:{rulerItemProp:o[12]}}),{c(){l.create_component(e.$$.fragment)},m(t,n){l.mount_component(e,t,n),s=!0},p(t,n){const a={};n&1&&(a.rulerItemProp=t[12]),e.$set(a)},i(t){s||(l.transition_in(e.$$.fragment,t),s=!0)},o(t){l.transition_out(e.$$.fragment,t),s=!1},d(t){l.destroy_component(e,t)}}}function ge(o){let e,s,t=o[0],n=[];for(let i=0;i<t.length;i+=1)n[i]=te(ee(o,t,i));const a=i=>l.transition_out(n[i],1,1,()=>{n[i]=null});return{c(){e=l.element("div");for(let i=0;i<n.length;i+=1)n[i].c()},m(i,c){l.insert(i,e,c);for(let r=0;r<n.length;r+=1)n[r].m(e,null);s=!0},p(i,[c]){if(c&1){t=i[0];let r;for(r=0;r<t.length;r+=1){const f=ee(i,t,r);n[r]?(n[r].p(f,c),l.transition_in(n[r],1)):(n[r]=te(f),n[r].c(),l.transition_in(n[r],1),n[r].m(e,null))}for(l.group_outros(),r=t.length;r<n.length;r+=1)a(r);l.check_outros()}},i(i){if(!s){for(let c=0;c<t.length;c+=1)l.transition_in(n[c]);s=!0}},o(i){n=n.filter(Boolean);for(let c=0;c<n.length;c+=1)l.transition_out(n[c]);s=!1},d(i){i&&l.detach(e),l.destroy_each(n,i)}}}function be(o,e,s){var b,d,g,Y;let{five:t}=e,{rulerDatas:n}=e,{options:a}=e,i=[];const c=((d=(b=t.getElement())==null?void 0:b.parentElement)==null?void 0:d.clientWidth)||0,r=((Y=(g=t.getElement())==null?void 0:g.parentElement)==null?void 0:Y.clientHeight)||0,f=(h,m)=>{const p=[[{x:0,y:0},{x:c,y:0}],[{x:0,y:0},{x:0,y:r}],[{x:c,y:0},{x:c,y:r}],[{x:0,y:r},{x:c,y:r}]],I=[];for(let y=0;y<p.length;y++){const w=ce.intersectionOfLine([h,m],[p[y][0],p[y][1]],!0);w&&I.push(w)}return I.length===0?!1:I},x=(h,m)=>{const p=h.clone().project(t.camera),I=(p.x+1)/2*c,y=(-p.y+1)/2*r,w=m.clone().project(t.camera),z=(w.x+1)/2*c,G=(-w.y+1)/2*r,u=Math.sqrt(Math.pow(z-I,2)+Math.pow(G-y,2));return{startLeft:I,startTop:y,endLeft:z,endTop:G,distance:u}},H=(h,m,p)=>{const I=t.camera.position,y=t.camera.getWorldDirection(new R.Vector3),w=h.clone().sub(I).normalize().angleTo(y),z=m.clone().sub(I).normalize().angleTo(y),G=h.distanceTo(m),D=m.clone().sub(m.clone().sub(h).divide(new R.Vector3(2,2,2))).distanceTo(I),{startLeft:P,startTop:Z,endLeft:T,endTop:A,distance:W}=x(h,m),E=-((Math.PI/2-Math.atan2(T-P,Z-A))/Math.PI)*180;let M=!0;p||(M=!1),!C.equal(h,p)&&!C.equal(m,p)&&(M=!1),G<.3&&(M=!1),w>Math.PI/2&&(M=!1),z>Math.PI/2&&(M=!1),D/G>8&&(M=!1);let X=50,V=W;const v=f({x:~~P,y:~~Z},{x:~~T,y:~~A});if(v&&v.length===1&&(C.equal(h,p)?(V=Math.sqrt(Math.pow(v[0].x-P,2)+Math.pow(v[0].y-Z,2)),X=V/W*50):C.equal(m,p)&&(V=Math.sqrt(Math.pow(v[0].x-T,2)+Math.pow(v[0].y-A,2)),X=100-V/W*50)),v&&v.length===2){const N={x:(v[0].x+v[1].x)/2,y:(v[0].y+v[1].y)/2};X=Math.sqrt(Math.pow(N.x-P,2)+Math.pow(N.y-Z,2))/W*100}return{startLeft:P,startTop:Z,distance:W,deg:E,visible:M,labelOffset:X,ruleLength:G}},_=()=>{const h=t.panoIndex,m=n.find(u=>u.panoIndex===h);if(!m)return s(0,i=[]);if(t.currentMode!==re.Five.Mode.Panorama)return s(0,i=[]);const p=t.camera.position,I=t.camera.getWorldDirection(new R.Vector3),y=m.lines.map(u=>new R.Vector3(u.start[0],-u.start[1],-u.start[2])),w=m.lines.map(u=>new R.Vector3(u.end[0],-u.end[1],-u.end[2])),[z]=y.concat(w).sort((u,D)=>{const P=u.clone().setY(0).sub(p).normalize().angleTo(I.clone().setY(0)),Z=D.clone().setY(0).sub(p).normalize().angleTo(I.clone().setY(0));return P-Z}),G=m.lines.map(u=>{var V,v;const D=u.start,P=u.end,{startLeft:Z,startTop:T,distance:A,deg:W,visible:U,labelOffset:E,ruleLength:M}=H(new R.Vector3(D[0],-D[1],-D[2]),new R.Vector3(P[0],-P[1],-P[2]),z),X=[];return u.children&&((V=u.children)==null?void 0:V.length)>0&&((v=u.children)==null||v.forEach(N=>{const B=N.start,J=N.end,{distance:le}=x(new R.Vector3(B[0],-B[1],-B[2]),new R.Vector3(J[0],-J[1],-J[2]));X.push({width:le,state:N.state})})),{width:A,left:Z,top:T,rotateDeg:W,state:u.state,children:X,labelOffset:E,visible:U,labelElement:a.distanceText(M)}});s(0,i=G)},j=()=>ae.nextFrame(_),k=ue.throttle(_,80);return O.onMount(()=>{_(),t.on("panoArrived",_),t.on("modeChange",_),t.on("cameraDirectionUpdate",j),t.on("movingToPano",j),t.on("mouseWheel",()=>k()),t.on("pinchGesture",()=>k())}),O.onDestroy(()=>{t.off("panoArrived",_),t.off("modeChange",_),t.off("cameraDirectionUpdate",j),t.off("movingToPano",j),t.off("mouseWheel",()=>k()),t.off("pinchGesture",()=>k())}),o.$$set=h=>{"five"in h&&s(1,t=h.five),"rulerDatas"in h&&s(2,n=h.rulerDatas),"options"in h&&s(3,a=h.options)},[i,t,n,a]}class Ie extends l.SvelteComponent{constructor(e){super(),l.init(this,e,be,ge,l.safe_not_equal,{five:1,rulerDatas:2,options:3})}}class _e{constructor(e,s){S(this,"five");S(this,"container",document.createElement("div"));S(this,"panoRulerProData");S(this,"rulerItems");S(this,"state",{enabled:!1,loaded:!1,options:{className:"",distanceText:e=>`${e.toFixed(1)}m`}});var t,n;this.five=e,this.container.classList.add("panoRulerProPlugin-container"),this.container.setAttribute("style","position: absolute;pointer-events: none;width: 100%;height: 100%;left: 0;top: 0;overflow: hidden;"),s&&(s.data&&this.load(s.data),this.state.options=L(L({},this.state.options),s.options||{}),(t=s.options)!=null&&t.className&&this.container.classList.add((n=s.options)==null?void 0:n.className)),this.five.once("modelLoaded",()=>F(this,null,function*(){var a,i;(i=(a=this.five.getElement())==null?void 0:a.parentNode)==null||i.append(this.container)})),this.five.once("dispose",()=>this.dispose())}load(e){return F(this,null,function*(){if(!this.five.work)return;const s=e.data;if(!s)throw new Error("\u6807\u5C3A\u6570\u636E\u4F9D\u8D56\u4E0D\u9F50\u5168\uFF01");this.panoRulerProData=s,this.state.loaded=!0})}enable(){return this.state.loaded?(this.state.enabled||(this.state.enabled=!0,this.render()),!0):!1}disable(){return this.state.enabled&&(this.state.enabled=!1,this.render()),!0}render(){return F(this,null,function*(){var e;if(this.state.enabled){if(!this.panoRulerProData||!this.container)return;this.rulerItems=new Ie({target:this.container,props:{five:this.five,rulerDatas:this.panoRulerProData,options:this.state.options}})}else(e=this.rulerItems)==null||e.$destroy(),this.rulerItems=void 0})}dispose(){this.container&&(this.rulerItems.$destroy(),this.rulerItems=void 0),this.container.remove()}}const ne=(o,e)=>new _e(o,e);exports.PanoRulerProPlugin=ne;exports.default=ne;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import "../chunks/es/Plugin.435485ed.es.js";
|
|
2
|
-
import { PanoSpatialTagPlugin as S, PanoSpatialTagPlugin as T } from "../chunks/es/Plugin.435485ed.es.js";
|
|
3
|
-
import "three";
|
|
4
|
-
import "@realsee/five";
|
|
5
|
-
import "../CSS3DRenderPlugin/index..js";
|
|
6
|
-
import "../chunks/es/CSS3DRender.5652510e.es.js";
|
|
7
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
8
|
-
import "../chunks/es/Subscribe.c73e0f91.es.js";
|
|
9
|
-
import "svelte/internal";
|
|
10
|
-
import "svelte/store";
|
|
11
|
-
import "svelte";
|
|
12
|
-
export {
|
|
13
|
-
S as PanoSpatialTagPlugin,
|
|
14
|
-
T as default
|
|
15
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../chunks/cjs/Plugin.67936d0e.cjs.js");require("three");require("@realsee/five");require("../CSS3DRenderPlugin/index.cjs.js");require("../chunks/cjs/CSS3DRender.15349564.cjs.js");require("three/examples/jsm/renderers/CSS3DRenderer");require("../chunks/cjs/Subscribe.5398d5c6.cjs.js");require("svelte/internal");require("svelte/store");require("svelte");exports.PanoSpatialTagPlugin=e.PanoSpatialTagPlugin;exports.default=e.PanoSpatialTagPlugin;
|