@realsee/dnalogel 2.3.9-alpha.8 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +7 -9
- package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -10
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/dist/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/dist/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/dist/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +29 -16
- package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/dist/PanoMeasurePlugin/index.d.ts +6 -2
- package/dist/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/dist/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +2 -3
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +22 -19
- package/dist/PanoTagPlugin/controller/index.d.ts +14 -25
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -23
- package/dist/PanoTagPlugin/typings/index.d.ts +1 -5
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -1
- package/dist/index.cjs.js +114 -112
- package/dist/index.js +7169 -8282
- package/dist/index.umd.js +106 -104
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +90 -40
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +318 -0
- package/docs/classes/PanoMeasurePluginModel.html +275 -0
- package/docs/classes/PanoMeasurePluginPoint.html +160 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +306 -0
- package/docs/classes/PanoTagPluginController.html +176 -223
- 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 +35 -75
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +15 -19
- 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 +67 -0
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +15 -19
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +21 -42
- package/docs/functions/CameraMovementPlugin.html +21 -42
- package/docs/functions/CruisePlugin.html +21 -42
- package/docs/functions/GuideLinePlugin.html +22 -43
- package/docs/functions/ItemLabelPlugin.html +21 -42
- package/docs/functions/MapviewFloorplanPlugin.html +21 -42
- package/docs/functions/ModelChassisCompassPlugin.html +21 -42
- package/docs/functions/ModelEntryDoorGuidePlugin.html +21 -42
- package/docs/functions/ModelFloorplanPlugin.html +21 -42
- package/docs/functions/ModelItemLabelPlugin.html +21 -42
- package/docs/functions/ModelRoomLabelPlugin.html +21 -42
- package/docs/functions/ModelTVVideoPlugin.html +21 -42
- package/docs/functions/ModelViewPlugin.html +21 -42
- package/docs/functions/Object3DHelperPlugin.html +21 -42
- package/docs/functions/PanoCompassPlugin.html +21 -42
- package/docs/functions/PanoCursorRaycasterPlugin.html +21 -42
- package/docs/functions/PanoDoorLabelPlugin.html +21 -42
- package/docs/functions/PanoFloorplanRadarPlugin.html +21 -42
- package/docs/functions/PanoMeasurePlugin.html +21 -42
- package/docs/functions/PanoRulerPlugin.html +21 -42
- package/docs/functions/PanoRulerProPlugin.html +21 -42
- package/docs/functions/PanoSpatialTagPlugin.html +21 -42
- package/docs/functions/PanoTagPlugin.html +31 -48
- package/docs/functions/TopviewFloorplanPlugin.html +21 -42
- 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 +22 -43
- package/docs/index.html +21 -42
- 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 +212 -0
- 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/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 +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- 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 +22 -43
- package/docs/interfaces/PanoMeasureParameterType.html +24 -14
- package/docs/interfaces/{PointJson.html → PanoMeasurePluginLineJson.html} +24 -24
- package/docs/interfaces/{OpenParameter.html → PanoMeasurePluginOpenParameter.html} +15 -15
- package/docs/interfaces/{LineJson.html → PanoMeasurePluginPointJson.html} +18 -18
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +80 -0
- 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 +22 -43
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +22 -43
- 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/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +22 -43
- package/docs/interfaces/Rooms.html +22 -43
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +19 -15
- package/docs/interfaces/Tags.html +12 -14
- 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 +37 -79
- package/docs/types/ArrayPosition.html +23 -44
- package/docs/types/CSS3DRenderExportType.html +22 -43
- package/docs/types/CSS3DRenderPluginExportType.html +22 -43
- package/docs/types/CSS3DRenderPluginParameterType.html +22 -43
- package/docs/types/Color.html +22 -43
- package/docs/types/ContentTypeConfigKey.html +23 -44
- package/docs/types/{PanoIndex.html → ContentTypeConfigKeyArray.html} +25 -46
- package/docs/types/Create3DDomContainerReturnType.html +22 -43
- package/docs/types/Create3DElementReturnType.html +22 -43
- package/docs/types/CruisePluginExportType.html +22 -43
- package/docs/types/Direction-1.html +22 -43
- package/docs/types/Direction4.html +22 -43
- package/docs/types/FloorplanRuleLabels.html +22 -43
- package/docs/types/FloorplanServerRuleLabels.html +22 -43
- package/docs/types/GuideLinePluginExportType.html +22 -43
- package/docs/types/HelperEventMap.html +22 -43
- package/docs/types/MapviewFloorplanPluginParameterType.html +22 -43
- package/docs/types/MapviewFloorplanPluginReturnType.html +22 -43
- package/docs/types/MediaData.html +22 -43
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +22 -43
- package/docs/types/ModelFloorplanPluginParameterType.html +22 -43
- package/docs/types/ModelFloorplanPluginReturnType.html +22 -43
- package/docs/types/ModelRoomLabelPluginParameters.html +22 -43
- package/docs/types/ModelRoomLabelPluginReturnType.html +22 -43
- package/docs/types/MoveArgs.html +22 -43
- package/docs/types/MoveOpts.html +22 -43
- package/docs/types/Object3DHelperEventMap.html +22 -43
- package/docs/types/ObjectFit.html +22 -43
- package/docs/types/PaintBrushEventMap.html +22 -43
- package/docs/types/PanoCompassPluginData.html +22 -43
- package/docs/types/PanoCompassPluginExportType.html +22 -43
- package/docs/types/PanoCompassPluginParameterType.html +22 -43
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +22 -43
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +22 -43
- package/docs/types/PanoMeasurePluginEvent.html +22 -43
- package/docs/types/PanoMeasureReturnType.html +22 -43
- package/docs/types/PanoSpatialTagPluginId.html +22 -43
- package/docs/types/PanoTagPluginExportInterface.html +22 -43
- package/docs/types/PanoTagPluginParamsInterface.html +22 -43
- package/docs/types/PlaneTag.html +27 -46
- package/docs/types/PointTag.html +31 -46
- package/docs/types/Position.html +22 -43
- package/docs/types/RotateArgs.html +22 -43
- package/docs/types/RotateOpts.html +22 -43
- package/docs/types/RuleLabelsKey.html +22 -43
- package/docs/types/RuleLabelsValue.html +22 -43
- package/docs/types/Tag.html +30 -47
- package/docs/types/Tag2D.html +28 -48
- package/docs/types/Tag3D.html +28 -48
- package/docs/types/TagId.html +22 -43
- package/docs/types/TopviewFloorplanPluginParameterType.html +22 -43
- package/docs/types/TopviewFloorplanPluginReturnType.html +22 -43
- package/docs/variables/FLOOR_TYPE_MAP.html +22 -43
- package/docs/variables/PLUGIN.html +22 -43
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +22 -43
- package/docs/variables/ROOM_TYPE_MAP.html +22 -43
- package/docs/variables/VERSION.html +22 -43
- package/docs/variables/itemLabelPluginServerParams.html +22 -43
- package/docs/variables/modelItemLabelPluginServerParams.html +22 -43
- package/docs/variables/modelRoomLabelPluginServerParams.html +22 -43
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -1
- package/libs/CSS3DRenderPlugin/Controller.js +2 -2
- package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +4 -4
- package/libs/CSS3DRenderPlugin/utils/index.js +0 -12
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +3 -4
- package/libs/CSS3DRenderPlugin/utils/random.js +1 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +2 -3
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +1 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +4 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +6 -6
- package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +13 -13
- package/libs/CruisePlugin/Controller.js +2 -2
- package/libs/CruisePlugin/utils/coordinatesAngle.js +2 -3
- package/libs/CruisePlugin/utils/linerValue.js +4 -4
- package/libs/GuideLinePlugin/Controller.js +1 -1
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +36 -38
- package/libs/PanoCompassPlugin/Controller.js +3 -8
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +18 -28
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/libs/PanoMeasurePlugin/Controller/EditController.js +57 -70
- package/libs/PanoMeasurePlugin/Controller/MixedController.d.ts +7 -9
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +43 -54
- package/libs/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -10
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +43 -84
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +51 -68
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +118 -130
- package/libs/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/libs/PanoMeasurePlugin/Model/index.js +47 -77
- package/libs/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/libs/PanoMeasurePlugin/Model/line.js +29 -29
- package/libs/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/libs/PanoMeasurePlugin/Model/point.js +7 -7
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/libs/PanoMeasurePlugin/Model/polyline.js +90 -37
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +5 -5
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -11
- package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +29 -16
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +114 -63
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +21 -21
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +24 -24
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +18 -26
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -8
- package/libs/PanoMeasurePlugin/index.d.ts +6 -2
- package/libs/PanoMeasurePlugin/index.js +33 -29
- package/libs/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/constants.js +16 -15
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +65 -41
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +6 -7
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
- package/libs/PanoMeasurePlugin/utils/line.js +0 -1
- package/libs/PanoMeasurePlugin/utils/math.js +1 -2
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
- package/libs/PanoSpatialTagPlugin/Components/origins.js +2 -3
- package/libs/PanoSpatialTagPlugin/Components/tag.js +2 -3
- package/libs/PanoSpatialTagPlugin/Plugin.js +2 -2
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +2 -3
- package/libs/PanoTagPlugin/Assets/Icon.js +3 -4
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
- package/libs/PanoTagPlugin/Components/Common/Audio.js +140 -103
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +30 -30
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +59 -95
- package/libs/PanoTagPlugin/Components/Common/Media.js +249 -275
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +79 -143
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +170 -0
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +50 -0
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +50 -0
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +166 -0
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +10 -11
- package/libs/PanoTagPlugin/Components/Common/Text.js +130 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +131 -0
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +22 -22
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +131 -126
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +97 -75
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +143 -166
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +45 -75
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +122 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +157 -264
- package/libs/PanoTagPlugin/Components/TagContainer.js +109 -164
- package/libs/PanoTagPlugin/Components/TagWrapper.js +152 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
- package/libs/PanoTagPlugin/controller/TagCacheController.js +2 -3
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -19
- package/libs/PanoTagPlugin/controller/TagComputer.js +151 -186
- package/libs/PanoTagPlugin/controller/index.d.ts +14 -25
- package/libs/PanoTagPlugin/controller/index.js +170 -265
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +35 -51
- package/libs/PanoTagPlugin/tag.config.js +16 -31
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -23
- package/libs/PanoTagPlugin/typings/index.d.ts +1 -5
- package/libs/PanoTagPlugin/typings/index.js +1 -7
- package/libs/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/libs/PanoTagPlugin/typings/tag.js +7 -0
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -7
- package/libs/PanoTagPlugin/utils/constants.js +1 -2
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/index.js +0 -36
- package/libs/PanoTagPlugin/utils/search.js +9 -27
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +6 -10
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +20 -20
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +74 -83
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/index.js +120 -128
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +39 -29
- package/libs/vendor/svelte/internal/index.js +338 -382
- package/package.json +3 -3
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -53
- package/dist/PanoTagPlugin/utils/audio/SharedAudio.d.ts +0 -16
- package/dist/PanoTagPlugin/utils/color.d.ts +0 -7
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +0 -1
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +0 -2
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +0 -1
- package/dist/shared-utils/audio.d.ts +0 -31
- package/docs/interfaces/AddTagConfig.html +0 -64
- package/docs/interfaces/EventMap.html +0 -298
- package/docs/interfaces/MinMax.html +0 -71
- package/docs/interfaces/State.html +0 -89
- package/docs/interfaces/TagCache.html +0 -92
- package/docs/interfaces/TagIconUrl.html +0 -91
- package/docs/interfaces/TemporaryState.html +0 -64
- package/docs/types/AudioAppearance.html +0 -251
- package/docs/types/AudioTagTypeConfigKey.html +0 -251
- package/docs/types/ContentTypeConfigKeySplit.html +0 -251
- package/docs/types/ContentTypeMap.html +0 -251
- package/docs/types/LoadTagConfig.html +0 -251
- package/docs/types/MediaStore.html +0 -251
- package/docs/types/PlaneTagElement.html +0 -256
- package/docs/types/Point2DElement.html +0 -256
- package/docs/types/Point2DTag.html +0 -258
- package/docs/types/Point3DElement.html +0 -256
- package/docs/types/Point3DTag.html +0 -258
- package/docs/types/PointTagElement.html +0 -256
- package/docs/types/StickType.html +0 -251
- package/docs/types/TagContentType.html +0 -251
- package/docs/types/TagDimensionType.html +0 -251
- package/docs/types/TagElement.html +0 -258
- package/docs/types/TagEvents.html +0 -286
- package/docs/types/TagHooks.html +0 -251
- package/docs/types/TagIconSize.html +0 -254
- package/docs/types/TagPointType.html +0 -254
- package/docs/types/WorkCode.html +0 -251
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
- package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
- package/libs/PanoMeasurePlugin/typings/data.js +0 -1
- package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
- package/libs/PanoMeasurePlugin/typings/index.js +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
- package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
- package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +0 -198
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +0 -108
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +0 -81
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -145
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -195
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +0 -172
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -223
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +0 -123
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -102
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -134
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -115
- package/libs/PanoTagPlugin/Components/TagItem.js +0 -253
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +0 -4
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +0 -6
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +0 -93
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +0 -5622
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +0 -1325
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +0 -173
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +0 -122
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +0 -233
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +0 -296
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +0 -32
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +0 -56
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +0 -60
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +0 -13
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +0 -17
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +0 -16
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +0 -27
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +0 -228
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
- package/libs/PanoTagPlugin/typings/tag/Tag.js +0 -4
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +0 -1
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
- package/libs/PanoTagPlugin/typings/tag/TagData.js +0 -4
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -53
- package/libs/PanoTagPlugin/typings/tag/Utils.js +0 -5
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.d.ts +0 -16
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.js +0 -107
- package/libs/PanoTagPlugin/utils/color.d.ts +0 -7
- package/libs/PanoTagPlugin/utils/color.js +0 -17
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
- package/libs/PanoTagPlugin/utils/getImageInfo.js +0 -51
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/px2rem.js +0 -6
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +0 -2
- package/libs/PanoTagPlugin/utils/tag/format.js +0 -18
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +0 -26
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/timeToString.js +0 -7
- package/libs/shared-utils/audio.d.ts +0 -31
- package/libs/shared-utils/audio.js +0 -81
|
@@ -1,66 +1,53 @@
|
|
|
1
1
|
var b = Object.defineProperty;
|
|
2
|
-
var k = (h,
|
|
3
|
-
var t = (h,
|
|
2
|
+
var k = (h, s, e) => s in h ? b(h, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : h[s] = e;
|
|
3
|
+
var t = (h, s, e) => (k(h, typeof s != "symbol" ? s + "" : s, e), e);
|
|
4
4
|
import { Model as S } from "../Model/index.js";
|
|
5
|
-
import
|
|
6
|
-
import D from "./BaseController.js";
|
|
7
|
-
import
|
|
8
|
-
import { findAssociatedLines as
|
|
9
|
-
import { Vector2 as
|
|
10
|
-
import
|
|
11
|
-
import { closestPointOnLine as
|
|
12
|
-
import "../Model/
|
|
13
|
-
import "
|
|
14
|
-
|
|
15
|
-
import "@realsee/five";
|
|
16
|
-
import "../Model/polyline.js";
|
|
17
|
-
import "../utils/line.js";
|
|
18
|
-
import "@realsee/five/line";
|
|
19
|
-
import "../utils/constants.js";
|
|
20
|
-
import "../utils/distanceDom.js";
|
|
21
|
-
import "../utils/ironbox.js";
|
|
22
|
-
import "../Modules/DeleteDom/_Assets/delete.svg.js";
|
|
23
|
-
import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
|
|
24
|
-
import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
|
|
25
|
-
class $ extends D {
|
|
5
|
+
import { Line as y } from "../Model/line.js";
|
|
6
|
+
import { BaseController as D } from "./BaseController.js";
|
|
7
|
+
import { DeleteDom as T } from "../Modules/DeleteDom/index.js";
|
|
8
|
+
import { findAssociatedLines as M } from "../utils/findAssociatedLines.js";
|
|
9
|
+
import { Vector2 as p } from "three";
|
|
10
|
+
import { isNDCPointInScreen as C } from "../utils/isNDCPointInScreen.js";
|
|
11
|
+
import { closestPointOnLine as G } from "../utils/math.js";
|
|
12
|
+
import { Polyline as W } from "../Model/polyline.js";
|
|
13
|
+
import { RangePieceController as N } from "../Modules/rangePiece/index.js";
|
|
14
|
+
class O extends D {
|
|
26
15
|
constructor(e) {
|
|
27
16
|
super(e);
|
|
28
17
|
t(this, "state", "watching");
|
|
29
|
-
t(this, "
|
|
18
|
+
t(this, "polyline");
|
|
30
19
|
t(this, "hasAppendDashed", !1);
|
|
31
|
-
t(this, "fiveElement");
|
|
32
20
|
t(this, "mobileStartPoint", null);
|
|
33
21
|
t(this, "mobileNowPoint", null);
|
|
34
22
|
t(this, "highlightedLines", []);
|
|
35
23
|
t(this, "deleteDom");
|
|
24
|
+
t(this, "rangePieceController");
|
|
25
|
+
t(this, "disposers", []);
|
|
36
26
|
t(this, "onLineChanged", () => {
|
|
37
|
-
this.hook.emit(
|
|
38
|
-
"editedLineChange",
|
|
39
|
-
this.model.lines.map((e) => e.toCompletelyJson())
|
|
40
|
-
);
|
|
27
|
+
this.hook.emit("editedPolylineChange", this.polyline);
|
|
41
28
|
});
|
|
42
29
|
t(this, "onWantsTapGesture", (e) => {
|
|
43
|
-
if (this.state === "editing")
|
|
30
|
+
if (console.log("\u{1F436} ~ onWantsTapGesture"), this.state === "editing")
|
|
44
31
|
return !1;
|
|
45
32
|
const [i] = this.five.model.intersectRaycaster(e);
|
|
46
33
|
if (!i)
|
|
47
34
|
return;
|
|
48
|
-
const
|
|
49
|
-
const [a, L] =
|
|
50
|
-
if (!
|
|
35
|
+
const n = this.five.camera, f = i.point.clone().project(n), r = this.container.clientWidth, l = this.container.clientHeight, m = new p(f.x * r, f.y * l), g = this.polyline.lines.map((o) => {
|
|
36
|
+
const [a, L] = o.points, d = a.position.clone().project(n), c = L.position.clone().project(n);
|
|
37
|
+
if (!C(d) && !C(c))
|
|
51
38
|
return null;
|
|
52
|
-
const
|
|
53
|
-
return { id:
|
|
54
|
-
}).filter((
|
|
39
|
+
const v = new p(d.x * r, d.y * l), w = new p(c.x * r, c.y * l);
|
|
40
|
+
return { id: o.id, points: [v, w] };
|
|
41
|
+
}).filter((o) => !!o);
|
|
55
42
|
if (g.length === 0)
|
|
56
43
|
return;
|
|
57
|
-
const u = g.map((
|
|
58
|
-
const a =
|
|
59
|
-
return { id:
|
|
60
|
-
}).sort((
|
|
44
|
+
const u = g.map((o) => {
|
|
45
|
+
const a = G(m, o.points);
|
|
46
|
+
return { id: o.id, distance: a.distanceTo(m) };
|
|
47
|
+
}).sort((o, a) => o.distance - a.distance)[0];
|
|
61
48
|
if (u.distance > 20)
|
|
62
49
|
return;
|
|
63
|
-
const P = this.
|
|
50
|
+
const P = this.polyline.lines.find(({ id: o }) => o === u.id);
|
|
64
51
|
if (!!P)
|
|
65
52
|
return this.chooseLine(P), !1;
|
|
66
53
|
});
|
|
@@ -69,10 +56,10 @@ class $ extends D {
|
|
|
69
56
|
this.updateDistanceUI(), this.dashed.distanceItem.update(this.five);
|
|
70
57
|
});
|
|
71
58
|
t(this, "updateMobileDashed", () => {
|
|
72
|
-
!this.mobileStartPoint || !this.mobileNowPoint || (this.dashed.points[0].position.copy(this.mobileStartPoint.position), this.dashed.points[1].position.copy(this.mobileNowPoint.position), this.dashed.mesh.setPoints(this.mobileStartPoint.position, this.mobileNowPoint.position), this.dashed.distanceItem.update(this.five));
|
|
59
|
+
!this.mobileStartPoint || !this.mobileNowPoint || (this.dashed.points[0].position.copy(this.mobileStartPoint.position), this.dashed.points[1].position.copy(this.mobileNowPoint.position), this.dashed.mesh.setPoints(this.mobileStartPoint.position, this.mobileNowPoint.position), this.dashed.distanceItem.update(this.five), this.hook.emit("editedDashedLineChange", this.dashed));
|
|
73
60
|
});
|
|
74
61
|
t(this, "updateMagnifier", (e) => {
|
|
75
|
-
this.magnifier.
|
|
62
|
+
this.magnifier.containerDom !== this.container && this.magnifier.appendTo(this.container), this.magnifier.getCurrentState().enabled || this.magnifier.enable(), requestAnimationFrame(() => this.magnifier.renderWithPoint(e.position)), this.five.needsRender = !0;
|
|
76
63
|
});
|
|
77
64
|
t(this, "onGetStartPoint", (e) => {
|
|
78
65
|
this.mobileStartPoint = e;
|
|
@@ -80,8 +67,8 @@ class $ extends D {
|
|
|
80
67
|
t(this, "onGetEndPoint", (e) => {
|
|
81
68
|
const i = this.mobileNowPoint;
|
|
82
69
|
if (this.removeLine(this.dashed), this.hasAppendDashed = !1, this.mobileStartPoint && i) {
|
|
83
|
-
const
|
|
84
|
-
|
|
70
|
+
const n = new y(this.mobileStartPoint, i, this.model);
|
|
71
|
+
n.distanceItem.appendTo(this.container), n.distanceItem.update(this.five), n.hook.on("selected", this.chooseLine), this.disposers.push(() => n.hook.off("selected", this.chooseLine)), this.group.add(n.mesh), this.polyline.addLine(n);
|
|
85
72
|
}
|
|
86
73
|
this.mobileStartPoint = null, this.mobileNowPoint = null, this.five.needsRender = !0;
|
|
87
74
|
});
|
|
@@ -96,43 +83,45 @@ class $ extends D {
|
|
|
96
83
|
this.state = i, this.state === "watching" ? this.five.helperVisible = !0 : this.five.helperVisible = !1;
|
|
97
84
|
});
|
|
98
85
|
t(this, "chooseLine", (e) => {
|
|
99
|
-
const i =
|
|
86
|
+
const i = M(e);
|
|
100
87
|
this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
|
|
101
88
|
"selectedChange",
|
|
102
|
-
i.map((
|
|
89
|
+
i.map((n) => n)
|
|
103
90
|
);
|
|
104
91
|
});
|
|
105
92
|
t(this, "deleteDomClickCallback", () => {
|
|
106
93
|
this.highlightedLines.forEach((e) => {
|
|
107
|
-
this.removeLine(e), this.
|
|
94
|
+
this.removeLine(e), this.polyline.removeLine(e);
|
|
108
95
|
}), this.highlightedLines = [], this.deleteDom.setLines([]).hide();
|
|
109
96
|
});
|
|
110
97
|
t(this, "cancelDeleteClickCallback", () => {
|
|
111
98
|
this.clearHighlightLines();
|
|
112
99
|
});
|
|
113
|
-
this.deleteDom = new
|
|
100
|
+
this.model = new S(this.config), this.polyline = new W({ model: this.model }), this.model.addPolyline(this.polyline), this.rangePieceController = new N(e), this.deleteDom = new T(this.five, {
|
|
114
101
|
onClick: this.deleteDomClickCallback,
|
|
115
102
|
cancelDelete: this.cancelDeleteClickCallback
|
|
116
|
-
}).appendTo(this.container), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.onWantsTapGesture), this.five.on("wantsToMoveToPano", this.onWantsToMoveToPano), this.
|
|
103
|
+
}).appendTo(this.container), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.onWantsTapGesture), this.five.on("wantsToMoveToPano", this.onWantsToMoveToPano), this.polyline.hook.on("lineAdded", this.onLineChanged), this.polyline.hook.on("lineRemoved", this.onLineChanged), this.five.helperVisible = !1, this.hook.emit("editedDashedLineChange", null), this.hook.on("getStartPoint", this.onGetStartPoint), this.hook.on("getEndPoint", this.onGetEndPoint), this.hook.on("nowPointChange", this.onNowPointChange), this.hook.on("willChangeState", this.onWillChangeState), this.five.refresh();
|
|
117
104
|
}
|
|
118
105
|
dispose() {
|
|
119
|
-
super.dispose(), this.group.remove(this.mouseGroup, this.dashed.mesh), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsTapGesture", this.onWantsTapGesture), this.five.off("wantsToMoveToPano", this.onWantsToMoveToPano), this.
|
|
106
|
+
super.dispose(), this.disposers.forEach((e) => e()), this.five.helperVisible = !0, this.rangePieceController.dispose(), this.group.remove(this.mouseGroup, this.dashed.mesh), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsTapGesture", this.onWantsTapGesture), this.five.off("wantsToMoveToPano", this.onWantsToMoveToPano), this.polyline.hook.off("lineAdded", this.onLineChanged), this.polyline.hook.off("lineRemoved", this.onLineChanged), this.hook.off("getStartPoint", this.onGetStartPoint), this.hook.off("getEndPoint", this.onGetEndPoint), this.hook.off("nowPointChange", this.onNowPointChange), this.hook.off("willChangeState", this.onWillChangeState), this.hook.emit("selectedChange", []), this.dashed.distanceItem.remove(), this.five.needsRender = !0;
|
|
120
107
|
}
|
|
121
108
|
highlightLine(e) {
|
|
122
109
|
e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
|
|
123
110
|
}
|
|
124
111
|
clearHighlightLines() {
|
|
125
|
-
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.
|
|
112
|
+
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.polyline.lines.forEach((e) => {
|
|
126
113
|
e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
|
|
127
114
|
}), this.highlightedLines = [], this.five.needsRender = !0);
|
|
128
115
|
}
|
|
129
116
|
getEditingLines() {
|
|
130
|
-
return this.
|
|
117
|
+
return this.polyline.lines;
|
|
118
|
+
}
|
|
119
|
+
addStartPoint() {
|
|
131
120
|
}
|
|
132
121
|
highlightLines(e) {
|
|
133
122
|
this.clearHighlightLines(), this.highlightedLines = e, this.deleteDom.setLines(e).updatePosition().show(), e.forEach((i) => this.highlightLine(i));
|
|
134
123
|
}
|
|
135
124
|
}
|
|
136
125
|
export {
|
|
137
|
-
|
|
126
|
+
O as MixedController
|
|
138
127
|
};
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
import BaseController, { IControllerParams } from './BaseController';
|
|
1
|
+
import BaseController, { ControllerParams } from './BaseController';
|
|
3
2
|
export default class ViewController extends BaseController {
|
|
4
3
|
type: string;
|
|
5
|
-
private highlightedLines;
|
|
6
4
|
private hammer?;
|
|
7
|
-
constructor(params:
|
|
5
|
+
constructor(params: ControllerParams);
|
|
8
6
|
dispose(): void;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
private wantsTapGesture;
|
|
12
|
-
private chooseLine;
|
|
13
|
-
private highlightLines;
|
|
14
|
-
private lineRemoved;
|
|
7
|
+
private polylineRemoved;
|
|
8
|
+
private polylineAdded;
|
|
15
9
|
private onCameraUpdate;
|
|
10
|
+
private onFivePanoWillArrive;
|
|
11
|
+
private onFivePanoArrived;
|
|
16
12
|
}
|
|
@@ -1,101 +1,60 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { closestPointOnLine as H } from "../utils/math.js";
|
|
7
|
-
import L from "../utils/isNDCPointInScreen.js";
|
|
8
|
-
import { findAssociatedLines as k } from "../utils/findAssociatedLines.js";
|
|
9
|
-
import E from "./BaseController.js";
|
|
10
|
-
import "../Model/line.js";
|
|
11
|
-
import "../../shared-utils/uuid.js";
|
|
12
|
-
import "../Model/polyline.js";
|
|
13
|
-
import "../utils/line.js";
|
|
1
|
+
var d = Object.defineProperty;
|
|
2
|
+
var r = (n, o, i) => o in n ? d(n, o, { enumerable: !0, configurable: !0, writable: !0, value: i }) : n[o] = i;
|
|
3
|
+
var s = (n, o, i) => (r(n, typeof o != "symbol" ? o + "" : o, i), i);
|
|
4
|
+
import a from "hammerjs";
|
|
5
|
+
import "three";
|
|
14
6
|
import "@realsee/five/line";
|
|
15
7
|
import "../utils/constants.js";
|
|
16
8
|
import "@realsee/five";
|
|
17
|
-
import "
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
o(this, "highlightedLines", []);
|
|
26
|
-
o(this, "hammer");
|
|
27
|
-
o(this, "wantsTapGesture", (e) => {
|
|
28
|
-
if (this.model.lines.length === 0)
|
|
29
|
-
return;
|
|
30
|
-
const [t] = this.five.model.intersectRaycaster(e);
|
|
31
|
-
if (!t)
|
|
32
|
-
return;
|
|
33
|
-
const i = this.five.camera, g = t.point.clone().project(i), c = this.container.clientWidth, a = this.container.clientHeight, f = new p(g.x * c, g.y * a), u = this.model.lines.map((s) => {
|
|
34
|
-
const [r, w] = s.points, m = r.position.clone().project(i), l = w.position.clone().project(i);
|
|
35
|
-
if (!L(m) && !L(l))
|
|
36
|
-
return null;
|
|
37
|
-
const C = new p(
|
|
38
|
-
m.x * c,
|
|
39
|
-
m.y * a
|
|
40
|
-
), R = new p(
|
|
41
|
-
l.x * c,
|
|
42
|
-
l.y * a
|
|
43
|
-
);
|
|
44
|
-
return { id: s.id, points: [C, R] };
|
|
45
|
-
}).filter((s) => !!s);
|
|
46
|
-
if (u.length === 0)
|
|
47
|
-
return;
|
|
48
|
-
const v = u.map((s) => {
|
|
49
|
-
const r = H(f, s.points);
|
|
50
|
-
return { id: s.id, distance: r.distanceTo(f) };
|
|
51
|
-
}).sort((s, r) => s.distance - r.distance)[0], d = v.distance > 20 ? void 0 : this.model.lines.find(({ id: s }) => s === v.id);
|
|
52
|
-
if (this.highlightedLines.length > 0 && !d)
|
|
53
|
-
return this.clearHighlightLines(), !1;
|
|
54
|
-
if (d)
|
|
55
|
-
return this.chooseLine(d), !1;
|
|
56
|
-
});
|
|
57
|
-
o(this, "chooseLine", (e) => {
|
|
58
|
-
const t = k(e);
|
|
59
|
-
this.highlightLines(t), this.five.needsRender = !0, this.hook.emit(
|
|
9
|
+
import { BaseController as h } from "./BaseController.js";
|
|
10
|
+
class A extends h {
|
|
11
|
+
constructor(i) {
|
|
12
|
+
super(i);
|
|
13
|
+
s(this, "type", "view");
|
|
14
|
+
s(this, "hammer");
|
|
15
|
+
s(this, "polylineRemoved", (i) => {
|
|
16
|
+
i.lines.forEach((e) => this.removeLine(e)), this.hook.emit(
|
|
60
17
|
"selectedChange",
|
|
61
|
-
|
|
18
|
+
this.model.getAllLines().filter((e) => e.selected).map((e) => e)
|
|
62
19
|
);
|
|
63
20
|
});
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
);
|
|
21
|
+
s(this, "polylineAdded", (i) => {
|
|
22
|
+
i.lines.forEach((e) => {
|
|
23
|
+
e.distanceItem.appendTo(this.container), e.distanceItem.update(this.five), this.group.add(e.mesh);
|
|
24
|
+
});
|
|
69
25
|
});
|
|
70
|
-
|
|
26
|
+
s(this, "onCameraUpdate", () => {
|
|
71
27
|
this.updateDistanceUI();
|
|
72
28
|
});
|
|
73
|
-
this
|
|
74
|
-
|
|
29
|
+
s(this, "onFivePanoWillArrive", (i) => {
|
|
30
|
+
this.model.polylines.forEach((e) => {
|
|
31
|
+
!e.visiblePanoIndexes || e.visiblePanoIndexes.includes(i) || e.lines.forEach((t) => {
|
|
32
|
+
t.mesh.visible = !1, t.distanceItem.update(this.five);
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
s(this, "onFivePanoArrived", (i) => {
|
|
37
|
+
this.model.polylines.forEach((e) => {
|
|
38
|
+
!e.visiblePanoIndexes || e.visiblePanoIndexes.includes(i) && e.lines.forEach((t) => {
|
|
39
|
+
t.mesh.visible = !0, t.distanceItem.update(this.five);
|
|
40
|
+
});
|
|
41
|
+
});
|
|
75
42
|
});
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
43
|
+
this.model.getAllLines().forEach((t) => {
|
|
44
|
+
t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), this.group.add(t.mesh);
|
|
45
|
+
});
|
|
46
|
+
const e = this.five.getElement();
|
|
47
|
+
if (e) {
|
|
48
|
+
const t = new a(e);
|
|
49
|
+
this.hammer = t;
|
|
80
50
|
}
|
|
81
|
-
this.model.hook.on("
|
|
51
|
+
this.updateDistanceUI(), this.five.needsRender = !0, this.model.hook.on("polylineAdded", this.polylineAdded), this.model.hook.on("polylineRemoved", this.polylineRemoved), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("panoArrived", this.onFivePanoArrived), this.five.on("panoWillArrive", this.onFivePanoWillArrive);
|
|
82
52
|
}
|
|
83
53
|
dispose() {
|
|
84
|
-
var
|
|
85
|
-
super.dispose(), this.model.hook.off("
|
|
86
|
-
}
|
|
87
|
-
highlightLine(e) {
|
|
88
|
-
e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
|
|
89
|
-
}
|
|
90
|
-
clearHighlightLines() {
|
|
91
|
-
this.group.children.length !== 0 && (this.model.lines.forEach((e) => {
|
|
92
|
-
e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
|
|
93
|
-
}), this.highlightedLines = [], this.five.needsRender = !0);
|
|
94
|
-
}
|
|
95
|
-
highlightLines(e) {
|
|
96
|
-
this.clearHighlightLines(), this.highlightedLines = e, e.forEach((t) => this.highlightLine(t));
|
|
54
|
+
var i;
|
|
55
|
+
super.dispose(), this.model.hook.off("polylineAdded", this.polylineAdded), this.model.hook.off("polylineRemoved", this.polylineRemoved), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("panoArrived", this.onFivePanoArrived), this.five.off("panoWillArrive", this.onFivePanoWillArrive), this.five.needsRender = !0, this.hook.emit("selectedChange", []), (i = this.hammer) == null || i.destroy();
|
|
97
56
|
}
|
|
98
57
|
}
|
|
99
58
|
export {
|
|
100
|
-
|
|
59
|
+
A as ViewController
|
|
101
60
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type Line from '../Model/line';
|
|
2
|
-
import BaseController, {
|
|
2
|
+
import BaseController, { ControllerParams } from './BaseController';
|
|
3
3
|
export default class WatchController extends BaseController {
|
|
4
4
|
type: string;
|
|
5
5
|
private deleteDom;
|
|
@@ -7,7 +7,7 @@ export default class WatchController extends BaseController {
|
|
|
7
7
|
private fiveElement?;
|
|
8
8
|
private editPointState?;
|
|
9
9
|
private hammer?;
|
|
10
|
-
constructor(params:
|
|
10
|
+
constructor(params: ControllerParams);
|
|
11
11
|
dispose(): void;
|
|
12
12
|
highlightLine(line: Line): void;
|
|
13
13
|
clearHighlightLines(): void;
|
|
@@ -19,7 +19,7 @@ export default class WatchController extends BaseController {
|
|
|
19
19
|
private wantsTapGesture;
|
|
20
20
|
private chooseLine;
|
|
21
21
|
private highlightLines;
|
|
22
|
-
private
|
|
22
|
+
private polylineRemoved;
|
|
23
23
|
private onCameraUpdate;
|
|
24
24
|
private deleteDomClickCallback;
|
|
25
25
|
private cancelDeleteClickCallback;
|
|
@@ -1,31 +1,19 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var s = (
|
|
1
|
+
var k = Object.defineProperty;
|
|
2
|
+
var w = (r, h, e) => h in r ? k(r, h, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[h] = e;
|
|
3
|
+
var s = (r, h, e) => (w(r, typeof h != "symbol" ? h + "" : h, e), e);
|
|
4
4
|
import E from "hammerjs";
|
|
5
|
-
import G from "../Modules/DeleteDom/index.js";
|
|
6
|
-
import
|
|
7
|
-
import R from "./BaseController.js";
|
|
8
|
-
import { Raycaster as
|
|
9
|
-
import { closestPointOnLine as
|
|
10
|
-
import { findClosestPoint as
|
|
5
|
+
import { DeleteDom as G } from "../Modules/DeleteDom/index.js";
|
|
6
|
+
import { isNDCPointInScreen as P } from "../utils/isNDCPointInScreen.js";
|
|
7
|
+
import { BaseController as R } from "./BaseController.js";
|
|
8
|
+
import { Raycaster as I, Vector2 as f } from "three";
|
|
9
|
+
import { closestPointOnLine as A } from "../utils/math.js";
|
|
10
|
+
import { findClosestPoint as T } from "../utils/findClosestPoint.js";
|
|
11
11
|
import { findAssociatedLines as v } from "../utils/findAssociatedLines.js";
|
|
12
|
-
import { getPointFromHammerEvent as
|
|
13
|
-
import "../Modules/DeleteDom/_Assets/delete.svg.js";
|
|
14
|
-
import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
|
|
15
|
-
import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
|
|
16
|
-
import "../Model/line.js";
|
|
17
|
-
import "../../shared-utils/uuid.js";
|
|
18
|
-
import "../Model/polyline.js";
|
|
19
|
-
import "../utils/line.js";
|
|
12
|
+
import { getPointFromHammerEvent as S } from "../utils/getPointFromHammerEvent.js";
|
|
20
13
|
import "@realsee/five/line";
|
|
21
14
|
import "../utils/constants.js";
|
|
22
15
|
import "@realsee/five";
|
|
23
|
-
|
|
24
|
-
import "../Model/point.js";
|
|
25
|
-
import "../../shared-utils/removeArrayItem.js";
|
|
26
|
-
import "../utils/ironbox.js";
|
|
27
|
-
import "../utils/ndc2Screen.js";
|
|
28
|
-
class oe extends R {
|
|
16
|
+
class J extends R {
|
|
29
17
|
constructor(e) {
|
|
30
18
|
super(e);
|
|
31
19
|
s(this, "type", "watch");
|
|
@@ -35,33 +23,33 @@ class oe extends R {
|
|
|
35
23
|
s(this, "editPointState");
|
|
36
24
|
s(this, "hammer");
|
|
37
25
|
s(this, "onPanStart", (e) => {
|
|
38
|
-
var
|
|
39
|
-
if (this.model.
|
|
26
|
+
var a;
|
|
27
|
+
if (this.model.getAllLines().length === 0 || !this.fiveElement)
|
|
40
28
|
return;
|
|
41
|
-
const i =
|
|
29
|
+
const i = S(e).point, t = (a = T(this.five, this.model.getAllPoints(), i, 20)) == null ? void 0 : a.point;
|
|
42
30
|
if (!t) {
|
|
43
31
|
this.editPointState = void 0;
|
|
44
32
|
return;
|
|
45
33
|
}
|
|
46
|
-
const
|
|
34
|
+
const n = {
|
|
47
35
|
point: t,
|
|
48
36
|
associatedLines: v(t.lines[0])
|
|
49
37
|
};
|
|
50
38
|
this.hook.emit("wantsDragLine", {
|
|
51
39
|
point: t.id,
|
|
52
|
-
lines:
|
|
53
|
-
}) || (this.editPointState =
|
|
40
|
+
lines: n.associatedLines.map(({ id: d }) => d)
|
|
41
|
+
}) || (this.editPointState = n, this.magnifier.appendTo(this.container), this.magnifier.enable(), this.group.add(this.mouseGroup));
|
|
54
42
|
});
|
|
55
43
|
s(this, "onPanEnd", () => {
|
|
56
|
-
!this.editPointState || (this.editPointState.point.lines.forEach((e) => e.mesh.setMaterial({ dashed: !1 })), this.highlightLines(this.editPointState.associatedLines), this.editPointState = void 0, this.magnifier.
|
|
44
|
+
!this.editPointState || (this.editPointState.point.lines.forEach((e) => e.mesh.setMaterial({ dashed: !1 })), this.highlightLines(this.editPointState.associatedLines), this.editPointState = void 0, this.magnifier.disable(), this.group.remove(this.mouseGroup));
|
|
57
45
|
});
|
|
58
46
|
s(this, "onPan", (e) => {
|
|
59
47
|
if (!this.editPointState || !this.fiveElement)
|
|
60
48
|
return;
|
|
61
|
-
const i =
|
|
49
|
+
const i = S(e).ndcPoint, t = new I();
|
|
62
50
|
t.setFromCamera(i, this.five.camera);
|
|
63
|
-
const [
|
|
64
|
-
!
|
|
51
|
+
const [n] = this.five.model.intersectRaycaster(t);
|
|
52
|
+
!n || this.onIntersectionUpdate(n);
|
|
65
53
|
});
|
|
66
54
|
s(this, "onIntersectionUpdate", (e, i) => {
|
|
67
55
|
if (!!this.editPointState) {
|
|
@@ -70,12 +58,12 @@ class oe extends R {
|
|
|
70
58
|
}), this.updateDistanceUI(), this.magnifier.renderWithPoint(e.point), this.mouseGroup.position.copy(e.point), i)
|
|
71
59
|
this.mouseGroup.quaternion.copy(i.quaternion);
|
|
72
60
|
else if (e.face) {
|
|
73
|
-
const
|
|
74
|
-
this.mouseGroup.lookAt(
|
|
61
|
+
const n = e.face.normal.clone().multiplyScalar(0.05), a = e.point.clone().add(n).clone().add(n);
|
|
62
|
+
this.mouseGroup.lookAt(a);
|
|
75
63
|
}
|
|
76
64
|
this.five.needsRender = !0, this.hook.emit(
|
|
77
65
|
"selectedChange",
|
|
78
|
-
this.editPointState.associatedLines.map((t) => t
|
|
66
|
+
this.editPointState.associatedLines.map((t) => t)
|
|
79
67
|
);
|
|
80
68
|
}
|
|
81
69
|
});
|
|
@@ -87,49 +75,44 @@ class oe extends R {
|
|
|
87
75
|
const [i] = this.five.model.intersectRaycaster(e);
|
|
88
76
|
if (!i)
|
|
89
77
|
return;
|
|
90
|
-
const t = this.five.camera,
|
|
91
|
-
const [
|
|
92
|
-
if (!
|
|
78
|
+
const t = this.five.camera, n = i.point.clone().project(t), c = this.container.clientWidth, a = this.container.clientHeight, d = new f(n.x * c, n.y * a), g = this.model.getAllLines().map((o) => {
|
|
79
|
+
const [l, y] = o.points, m = l.position.clone().project(t), p = y.position.clone().project(t);
|
|
80
|
+
if (!P(m) && !P(p))
|
|
93
81
|
return null;
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
p.x * c,
|
|
99
|
-
p.y * r
|
|
100
|
-
);
|
|
101
|
-
return { id: n.id, points: [k, D] };
|
|
102
|
-
}).filter((n) => !!n);
|
|
103
|
-
if (u.length === 0)
|
|
82
|
+
const C = new f(m.x * c, m.y * a), D = new f(p.x * c, p.y * a);
|
|
83
|
+
return { id: o.id, points: [C, D] };
|
|
84
|
+
}).filter((o) => !!o);
|
|
85
|
+
if (g.length === 0)
|
|
104
86
|
return;
|
|
105
|
-
const
|
|
106
|
-
const
|
|
107
|
-
return { id:
|
|
108
|
-
}).sort((
|
|
109
|
-
if (
|
|
87
|
+
const u = g.map((o) => {
|
|
88
|
+
const l = A(d, o.points);
|
|
89
|
+
return { id: o.id, distance: l.distanceTo(d) };
|
|
90
|
+
}).sort((o, l) => o.distance - l.distance)[0];
|
|
91
|
+
if (u.distance > 20)
|
|
110
92
|
return;
|
|
111
|
-
const
|
|
112
|
-
if (!!
|
|
113
|
-
return this.chooseLine(
|
|
93
|
+
const L = this.model.getAllLines().find(({ id: o }) => o === u.id);
|
|
94
|
+
if (!!L)
|
|
95
|
+
return this.chooseLine(L), !1;
|
|
114
96
|
});
|
|
115
97
|
s(this, "chooseLine", (e) => {
|
|
116
98
|
const i = v(e);
|
|
117
99
|
this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
|
|
118
100
|
"selectedChange",
|
|
119
|
-
i.map((t) => t
|
|
101
|
+
i.map((t) => t)
|
|
120
102
|
);
|
|
121
103
|
});
|
|
122
|
-
s(this, "
|
|
123
|
-
this.removeLine(
|
|
104
|
+
s(this, "polylineRemoved", (e) => {
|
|
105
|
+
e.lines.forEach((i) => this.removeLine(i)), this.hook.emit(
|
|
124
106
|
"selectedChange",
|
|
125
|
-
this.model.
|
|
107
|
+
this.model.getAllLines().filter((i) => i.selected).map((i) => i)
|
|
126
108
|
);
|
|
127
109
|
});
|
|
128
110
|
s(this, "onCameraUpdate", () => {
|
|
129
111
|
this.updateDistanceUI(), this.highlightedLines.length > 0 && this.deleteDom.updatePosition();
|
|
130
112
|
});
|
|
131
113
|
s(this, "deleteDomClickCallback", () => {
|
|
132
|
-
this.highlightedLines[0]
|
|
114
|
+
const e = this.highlightedLines[0], i = this.model.getPolylineByLine(e);
|
|
115
|
+
!i || (this.model.removePolyline(i), this.highlightedLines = [], this.deleteDom.setLines([]).hide());
|
|
133
116
|
});
|
|
134
117
|
s(this, "cancelDeleteClickCallback", () => {
|
|
135
118
|
this.clearHighlightLines();
|
|
@@ -137,8 +120,8 @@ class oe extends R {
|
|
|
137
120
|
this.deleteDom = new G(this.five, {
|
|
138
121
|
onClick: this.deleteDomClickCallback,
|
|
139
122
|
cancelDelete: this.cancelDeleteClickCallback
|
|
140
|
-
}).appendTo(this.container), this.model.
|
|
141
|
-
t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), t.hook.on("selected", this.chooseLine), this.group.add(t.mesh);
|
|
123
|
+
}).appendTo(this.container), this.model.getAllLines().forEach((t) => {
|
|
124
|
+
t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), t.hook.on("selected", this.chooseLine), t.distanceItem.setItemSelectable(!0), this.group.add(t.mesh);
|
|
142
125
|
});
|
|
143
126
|
const i = this.five.getElement();
|
|
144
127
|
if (i) {
|
|
@@ -146,17 +129,17 @@ class oe extends R {
|
|
|
146
129
|
const t = new E(i);
|
|
147
130
|
this.hammer = t, t.on("pan", this.onPan), t.on("panstart", this.onPanStart), t.on("panend", this.onPanEnd);
|
|
148
131
|
}
|
|
149
|
-
this.
|
|
132
|
+
this.updateDistanceUI(), this.five.needsRender = !0, this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.wantsTapGesture), this.five.on("wantsPanGesture", this.wantsPanGesture), this.model.hook.on("polylineRemoved", this.polylineRemoved);
|
|
150
133
|
}
|
|
151
134
|
dispose() {
|
|
152
135
|
var e;
|
|
153
|
-
super.dispose(), this.deleteDom.dispose(), this.model.hook.off("
|
|
136
|
+
super.dispose(), this.deleteDom.dispose(), this.model.hook.off("polylineRemoved", this.polylineRemoved), this.model.getAllLines().forEach((i) => i.hook.off("selected", this.chooseLine)), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsPanGesture", this.wantsPanGesture), this.five.off("wantsTapGesture", this.wantsTapGesture), this.five.needsRender = !0, this.hook.emit("selectedChange", []), (e = this.hammer) == null || e.destroy();
|
|
154
137
|
}
|
|
155
138
|
highlightLine(e) {
|
|
156
139
|
e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
|
|
157
140
|
}
|
|
158
141
|
clearHighlightLines() {
|
|
159
|
-
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.
|
|
142
|
+
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.getAllLines().forEach((e) => {
|
|
160
143
|
e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
|
|
161
144
|
}), this.highlightedLines = [], this.five.needsRender = !0);
|
|
162
145
|
}
|
|
@@ -165,5 +148,5 @@ class oe extends R {
|
|
|
165
148
|
}
|
|
166
149
|
}
|
|
167
150
|
export {
|
|
168
|
-
|
|
151
|
+
J as WatchController
|
|
169
152
|
};
|