@realsee/dnalogel 2.21.0-dev.9 → 2.21.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/components/index.js +329 -329
- package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -4
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +4 -15
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +18 -26
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +2 -9
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +9 -26
- package/dist/PanoMeasurePlugin/Model/index.d.ts +0 -10
- package/dist/PanoMeasurePlugin/Model/line.d.ts +1 -7
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +0 -4
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +4 -8
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +3 -10
- package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +8 -0
- package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +0 -3
- package/dist/PanoMeasurePlugin/typings/data.d.ts +0 -24
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +3 -13
- package/dist/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +30 -0
- package/dist/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.d.ts +1 -1
- package/{libs/shared-utils → dist/PanoMeasurePlugin/utils}/getPointFromHammerEvent.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/line.d.ts +1 -2
- package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +1 -2
- package/dist/base/BasePlugin.d.ts +1 -4
- package/dist/components/PaintBrush/style.d.ts +1 -1
- package/dist/index.cjs.js +69 -71
- package/dist/index.js +7166 -8915
- package/dist/index.umd.js +62 -64
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +7 -3
- package/dist/shared-utils/index.d.ts +1 -1
- package/dist/shared-utils/isAbsoluteURL.d.ts +1 -0
- package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
- package/dist/shared-utils/three/Magnifier.d.ts +0 -3
- package/dist/shared-utils/three/index.d.ts +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +32 -34
- package/docs/classes/CruisePluginController.html +44 -48
- package/docs/classes/GuideLineItem.GuideLineItem.html +21 -23
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +36 -38
- package/docs/classes/Magnifier.html +21 -23
- package/docs/classes/ModelRoomLabelController.html +12 -14
- package/docs/classes/Object3DHelperController.html +43 -47
- package/docs/classes/PaintBrush.html +16 -18
- package/docs/classes/PanoMeasurePluginLine.html +107 -74
- package/docs/classes/PanoMeasurePluginModel.html +25 -84
- package/docs/classes/PanoMeasurePluginPoint.html +15 -17
- package/docs/classes/PanoMeasurePluginPolyline.html +27 -41
- package/docs/classes/PanoTagPluginController.html +65 -69
- package/docs/classes/Util.BetterTween.html +10 -12
- package/docs/classes/{Util.PointSelectorHelper.html → Util.FivePointSelector.html} +27 -98
- package/docs/classes/Util.Interval.html +13 -15
- package/docs/classes/Util.Magnifier.html +18 -33
- package/docs/classes/Util.PointDomHelper.html +12 -14
- package/docs/classes/Util.PointHelper.html +12 -14
- package/docs/classes/Util.Rectangle.html +14 -16
- package/docs/enums/CameraMovementEffect.html +8 -10
- package/docs/enums/ContentType.html +21 -23
- package/docs/enums/DIRECTION.html +10 -12
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +10 -12
- package/docs/enums/DimensionType.html +8 -10
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +9 -11
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +10 -12
- package/docs/enums/PaintBrushTypeEnum.html +9 -11
- package/docs/enums/PointType.html +8 -10
- package/docs/enums/Rotation.html +9 -11
- package/docs/functions/CSS3DRenderPlugin.html +5 -7
- package/docs/functions/CameraMovementPlugin.html +5 -7
- package/docs/functions/CruisePlugin.html +5 -7
- package/docs/functions/GuideLinePlugin.html +6 -8
- package/docs/functions/ItemLabelPlugin.html +5 -7
- package/docs/functions/MapviewFloorplanPlugin.html +5 -7
- package/docs/functions/ModelChassisCompassPlugin.html +5 -7
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -7
- package/docs/functions/ModelFloorplanPlugin.html +5 -7
- package/docs/functions/ModelItemLabelPlugin.html +5 -7
- package/docs/functions/ModelRoomLabelPlugin.html +5 -7
- package/docs/functions/ModelTVVideoPlugin.html +5 -7
- package/docs/functions/ModelViewPlugin.html +5 -7
- package/docs/functions/Object3DHelperPlugin.html +5 -7
- package/docs/functions/PanoCompassPlugin.html +5 -7
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -7
- package/docs/functions/PanoDoorLabelPlugin.html +5 -7
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -7
- package/docs/functions/PanoMeasurePlugin.html +5 -7
- package/docs/functions/PanoRulerPlugin.html +5 -7
- package/docs/functions/PanoRulerProPlugin.html +5 -7
- package/docs/functions/PanoSpatialTagPlugin.html +5 -7
- package/docs/functions/PanoTagPlugin.html +5 -7
- package/docs/functions/PanoVideoPlugin.html +5 -7
- package/docs/functions/TopviewFloorplanPlugin.html +5 -7
- package/docs/functions/Util.getCoordsFromClient.html +6 -8
- package/docs/functions/Util.getCoordsFromElement.html +6 -8
- package/docs/functions/Util.getFrameTime.html +6 -8
- package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -8
- package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -8
- package/docs/functions/Util.isAbsoluteURL.html +6 -8
- package/docs/functions/Util.isModelLike.html +6 -8
- package/docs/functions/Util.isNil.html +6 -8
- package/docs/functions/Util.isPanoramaLike.html +6 -8
- package/docs/functions/Util.nextFrame.html +6 -8
- package/docs/functions/Util.notNil.html +6 -8
- package/docs/functions/Util.requestAnimationFrameInterval.html +6 -8
- package/docs/functions/Util.tweenProgress.html +6 -8
- package/docs/functions/Util.uuid.html +6 -8
- package/docs/functions/pluginFlag.html +6 -8
- package/docs/index.html +6 -8
- package/docs/interfaces/AddTagConfig.html +7 -9
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +12 -14
- package/docs/interfaces/CSS3DRenderPluginState.html +9 -11
- package/docs/interfaces/CameraMovementPluginExportType.html +8 -10
- package/docs/interfaces/CruisePluginTypes.Config.html +9 -11
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +13 -15
- package/docs/interfaces/CruisePluginTypes.EventMap.html +21 -23
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +13 -15
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +15 -17
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +15 -17
- package/docs/interfaces/CruisePluginTypes.PluginData.html +10 -12
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -10
- package/docs/interfaces/CruisePluginTypes.PluginState.html +12 -14
- package/docs/interfaces/EventMap.html +16 -18
- package/docs/interfaces/FloorplanBounding.html +9 -11
- package/docs/interfaces/FloorplanData.html +11 -13
- package/docs/interfaces/FloorplanEntrance.html +12 -14
- package/docs/interfaces/FloorplanExtraObject.html +11 -13
- package/docs/interfaces/FloorplanExtraObject3D.html +9 -11
- package/docs/interfaces/FloorplanFloorData.html +10 -12
- package/docs/interfaces/FloorplanImagePosition.html +8 -10
- package/docs/interfaces/FloorplanObserver.html +10 -12
- package/docs/interfaces/FloorplanOutlineItem.html +10 -12
- package/docs/interfaces/FloorplanPosition.html +8 -10
- package/docs/interfaces/FloorplanRoomItem.html +14 -16
- package/docs/interfaces/FloorplanRoomLabelItem.html +8 -10
- package/docs/interfaces/FloorplanServerBounding.html +9 -11
- package/docs/interfaces/FloorplanServerComputedData.html +11 -13
- package/docs/interfaces/FloorplanServerData.html +8 -10
- package/docs/interfaces/FloorplanServerDoorItem.html +11 -13
- package/docs/interfaces/FloorplanServerDoorPosition.html +9 -11
- package/docs/interfaces/FloorplanServerEntrance.html +12 -14
- package/docs/interfaces/FloorplanServerFloorData.html +10 -12
- package/docs/interfaces/FloorplanServerImagePosition.html +8 -10
- package/docs/interfaces/FloorplanServerObserver.html +10 -12
- package/docs/interfaces/FloorplanServerOutlineItem.html +10 -12
- package/docs/interfaces/FloorplanServerPosition.html +8 -10
- package/docs/interfaces/FloorplanServerRoomItem.html +15 -17
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +8 -10
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +9 -11
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +11 -13
- package/docs/interfaces/GuideLinePluginType.EventMap.html +14 -16
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +9 -11
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +7 -9
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +14 -16
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +9 -11
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +19 -21
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +8 -10
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +19 -21
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -8
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -10
- package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -11
- package/docs/interfaces/GuideLinePluginType.Route.html +12 -14
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +10 -12
- package/docs/interfaces/HelperOffset.html +9 -11
- package/docs/interfaces/ImagePlaneGroup.html +7 -9
- package/docs/interfaces/ItemLabelPluginData.html +7 -9
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +12 -14
- package/docs/interfaces/ItemLabelPluginParametersType.html +10 -12
- package/docs/interfaces/MinMax.html +8 -10
- package/docs/interfaces/ModelChassisCompassPluginData.html +8 -10
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +9 -11
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +8 -10
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +9 -11
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +9 -11
- package/docs/interfaces/ModelItemLabelPluginData.html +7 -9
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +12 -14
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +8 -10
- package/docs/interfaces/ModelRoomLabelPluginData.html +7 -9
- package/docs/interfaces/ModelTVVideoPluginData.html +10 -12
- package/docs/interfaces/ModelTVVideoPluginExportType.html +9 -11
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +7 -9
- package/docs/interfaces/ModelViewPluginExportType.html +12 -14
- package/docs/interfaces/Object3DHelperState.html +9 -11
- package/docs/interfaces/ObjectHelperControllers.html +10 -12
- package/docs/interfaces/PaintBrushAction.html +13 -15
- package/docs/interfaces/PaintBrushConfigs.html +13 -15
- package/docs/interfaces/PaintBrushState.html +11 -13
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +11 -13
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -8
- package/docs/interfaces/PanoMeasureParameterType.html +16 -25
- package/docs/interfaces/PanoMeasurePluginLineJson.html +9 -11
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +8 -10
- package/docs/interfaces/PanoMeasurePluginPointJson.html +8 -10
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +9 -11
- package/docs/interfaces/PanoRulerPluginExportType.html +11 -13
- package/docs/interfaces/PanoRulerPluginOptions.html +8 -10
- package/docs/interfaces/PanoRulerPluginParameterType.html +9 -11
- package/docs/interfaces/PanoRulerProPluginExportType.html +10 -12
- package/docs/interfaces/PanoRulerProPluginOptions.html +8 -10
- package/docs/interfaces/PanoRulerProPluginParameterType.html +8 -10
- package/docs/interfaces/PanoRulerProPluginState.html +9 -11
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -8
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -8
- package/docs/interfaces/PanoSpatialTagPluginData.html +12 -14
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +11 -13
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +14 -16
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +11 -13
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +14 -16
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +12 -14
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +11 -13
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +7 -9
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +9 -11
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +7 -9
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +10 -12
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +7 -9
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +9 -11
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +11 -13
- package/docs/interfaces/Point.html +9 -11
- package/docs/interfaces/Room.html +10 -12
- package/docs/interfaces/RoomInfo.html +8 -10
- package/docs/interfaces/RoomLabel.html +15 -17
- package/docs/interfaces/RoomRules.html +6 -8
- package/docs/interfaces/Rooms.html +6 -8
- package/docs/interfaces/Scissor.html +10 -12
- package/docs/interfaces/State.html +9 -11
- package/docs/interfaces/TagCacheInterface.html +13 -15
- package/docs/interfaces/TagConfig.html +14 -16
- package/docs/interfaces/TagGLTFObjectGroup.html +7 -9
- package/docs/interfaces/TagIconUrl.html +13 -15
- package/docs/interfaces/TagObjectGroup.html +7 -9
- package/docs/interfaces/TagStyle.html +7 -9
- package/docs/interfaces/Tags.html +10 -12
- package/docs/interfaces/TemporaryState.html +7 -9
- package/docs/interfaces/Util.MagnifierParameter.html +12 -14
- package/docs/interfaces/Util.MouseGroupParameter.html +9 -11
- package/docs/modules/CruisePluginTypes.html +6 -8
- package/docs/modules/GuideLineItem.html +6 -8
- package/docs/modules/GuideLineModeItem.html +6 -8
- package/docs/modules/GuideLinePluginType.html +6 -8
- package/docs/modules/PanoVideoPluginType.html +6 -8
- package/docs/modules/Util.html +7 -11
- package/docs/modules.html +5 -7
- package/docs/types/ArrayPosition.html +6 -8
- package/docs/types/AudioAppearance.html +6 -8
- package/docs/types/AudioTagTypeConfigKey.html +6 -8
- package/docs/types/CSS3DRenderExportType.html +6 -8
- package/docs/types/CSS3DRenderPluginExportType.html +6 -8
- package/docs/types/CSS3DRenderPluginParameterType.html +6 -8
- package/docs/types/ClassFunctionParameters.html +6 -8
- package/docs/types/Color.html +6 -8
- package/docs/types/ContentTypeConfigKey.html +6 -8
- package/docs/types/ContentTypeConfigKeySplit.html +6 -8
- package/docs/types/ContentTypeMap.html +6 -8
- package/docs/types/Create3DDomContainerReturnType.html +6 -8
- package/docs/types/Create3DElementReturnType.html +6 -8
- package/docs/types/CruisePluginExportType.html +6 -8
- package/docs/types/CruisePluginTypes.CruiseData.html +6 -8
- package/docs/types/CruisePluginTypes.MoveEffect.html +6 -8
- package/docs/types/DeprecatedMediaPlaneProperty.html +6 -8
- package/docs/types/DeprecatedTagProperty.html +6 -8
- package/docs/types/Direction-1.html +6 -8
- package/docs/types/Direction4.html +6 -8
- package/docs/types/ElementRenderer.html +6 -8
- package/docs/types/FloorplanRuleLabels.html +6 -8
- package/docs/types/FloorplanServerRuleLabels.html +6 -8
- package/docs/types/GuideLinePluginExportType.html +6 -8
- package/docs/types/GuideLinePluginType.GuideLineItem.html +6 -8
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +6 -8
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +6 -8
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +6 -8
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +6 -8
- package/docs/types/GuideLinePluginType.PathItem.html +6 -8
- package/docs/types/GuideLinePluginType.PluginData.html +6 -8
- package/docs/types/HelperEventMap.html +6 -8
- package/docs/types/LoadTagConfig.html +6 -8
- package/docs/types/MapviewFloorplanPluginParameterType.html +6 -8
- package/docs/types/MapviewFloorplanPluginReturnType.html +6 -8
- package/docs/types/MediaData.html +6 -8
- package/docs/types/MediaStore.html +6 -8
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -8
- package/docs/types/ModelFloorplanPluginParameterType.html +6 -8
- package/docs/types/ModelFloorplanPluginReturnType.html +6 -8
- package/docs/types/ModelRoomLabelPluginParameters.html +6 -8
- package/docs/types/ModelRoomLabelPluginReturnType.html +6 -8
- package/docs/types/MoveArgs.html +6 -8
- package/docs/types/MoveOpts.html +6 -8
- package/docs/types/Object3DHelperEventMap.html +6 -8
- package/docs/types/ObjectFit.html +6 -8
- package/docs/types/PaintBrushEventMap.html +6 -8
- package/docs/types/PanoCompassPluginData.html +6 -8
- package/docs/types/PanoCompassPluginExportType.html +6 -8
- package/docs/types/PanoCompassPluginParameterType.html +6 -8
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -8
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -8
- package/docs/types/PanoIndex.html +6 -8
- package/docs/types/PanoMeasurePluginEvent.html +6 -8
- package/docs/types/PanoMeasureReturnType.html +6 -8
- package/docs/types/PanoSpatialTagPluginId.html +6 -8
- package/docs/types/PanoTagPluginExportInterface.html +6 -8
- package/docs/types/PanoTagPluginParamsInterface.html +6 -8
- package/docs/types/PanoVideoPluginParameterType.html +6 -8
- package/docs/types/PanoVideoPluginReturnType.html +6 -8
- package/docs/types/PartialObjectDeep.html +6 -8
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +6 -8
- package/docs/types/PlaneTag.html +6 -8
- package/docs/types/Point2DTag.html +6 -8
- package/docs/types/Point3DTag.html +6 -8
- package/docs/types/PointTag.html +6 -8
- package/docs/types/PointTagInstance.html +6 -8
- package/docs/types/Position.html +6 -8
- package/docs/types/RotateArgs.html +6 -8
- package/docs/types/RotateOpts.html +6 -8
- package/docs/types/RuleLabelsKey.html +6 -8
- package/docs/types/RuleLabelsValue.html +6 -8
- package/docs/types/StickType.html +6 -8
- package/docs/types/Tag.html +6 -8
- package/docs/types/Tag2D.html +6 -8
- package/docs/types/Tag3D.html +6 -8
- package/docs/types/TagContentType.html +6 -8
- package/docs/types/TagDimensionType.html +6 -8
- package/docs/types/TagElement.html +6 -8
- package/docs/types/TagEvents.html +6 -8
- package/docs/types/TagGLTFObject.html +6 -8
- package/docs/types/TagHooks.html +6 -8
- package/docs/types/TagId.html +6 -8
- package/docs/types/TagInstance.html +6 -8
- package/docs/types/TagPointType.html +6 -8
- package/docs/types/TagRendererMap.html +6 -8
- package/docs/types/TopviewFloorplanPluginParameterType.html +6 -8
- package/docs/types/TopviewFloorplanPluginReturnType.html +6 -8
- package/docs/types/WorkCode.html +6 -8
- package/docs/variables/FLOOR_TYPE_MAP.html +6 -8
- package/docs/variables/PLUGIN.html +6 -8
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -8
- package/docs/variables/ROOM_TYPE_MAP.html +6 -8
- package/docs/variables/itemLabelPluginServerParams.html +6 -8
- package/docs/variables/modelItemLabelPluginServerParams.html +6 -8
- package/docs/variables/modelRoomLabelPluginServerParams.html +6 -8
- package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -4
- package/libs/CSS3DRenderPlugin/Controller.js +28 -31
- package/libs/CSS3DRenderPlugin/index.js +1 -1
- package/libs/CruisePlugin/Controller.js +1 -1
- package/libs/CruisePlugin/index.js +1 -1
- package/libs/GuideLinePlugin/Components/Tag.js +68 -68
- package/libs/GuideLinePlugin/Controller.js +1 -1
- package/libs/GuideLinePlugin/GuideLineItem.js +1 -1
- package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
- package/libs/GuideLinePlugin/index.js +1 -1
- package/libs/ItemLabelPlugin/ItemLabelItem.js +82 -82
- package/libs/ModelChassisCompassPlugin/Plugin.js +58 -56
- package/libs/ModelTVVideoPlugin/Plugin.js +29 -30
- package/libs/ModelTVVideoPlugin/index.js +3 -4
- package/libs/Object3DHelperPlugin/Controller.js +3 -4
- package/libs/Object3DHelperPlugin/index.js +6 -7
- package/libs/PanoCompassPlugin/Controller.js +20 -20
- package/libs/PanoCompassPlugin/index.js +1 -1
- package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
- package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +60 -60
- package/libs/PanoDoorLabelPlugin/index.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +4 -15
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +34 -43
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +18 -26
- package/libs/PanoMeasurePlugin/Controller/EditController.js +92 -270
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +25 -26
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +4 -5
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +2 -9
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +54 -101
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +9 -26
- package/libs/PanoMeasurePlugin/Controller/index.js +91 -146
- package/libs/PanoMeasurePlugin/Model/index.d.ts +0 -10
- package/libs/PanoMeasurePlugin/Model/index.js +35 -58
- package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -7
- package/libs/PanoMeasurePlugin/Model/line.js +22 -36
- package/libs/PanoMeasurePlugin/Model/point.js +12 -17
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +0 -4
- package/libs/PanoMeasurePlugin/Model/polyline.js +3 -10
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +4 -8
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +37 -49
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +3 -10
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +37 -123
- package/libs/PanoMeasurePlugin/Modules/UIController/style.d.ts +8 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +24 -16
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +0 -3
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +63 -64
- package/libs/PanoMeasurePlugin/index.js +24 -72
- package/libs/PanoMeasurePlugin/typings/data.d.ts +0 -24
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +3 -13
- package/libs/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +30 -0
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +83 -0
- package/libs/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.d.ts +1 -1
- package/{dist/shared-utils → libs/PanoMeasurePlugin/utils}/getPointFromHammerEvent.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/line.d.ts +1 -2
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +1 -2
- package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
- package/libs/PanoSpatialTagPlugin/index.js +1 -1
- package/libs/PanoTagPlugin/controller/TagCache.js +1 -1
- package/libs/PanoTagPlugin/controller/TagComputer.js +1 -1
- package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
- package/libs/PanoTagPlugin/controller/TagUtil.js +1 -1
- package/libs/PanoTagPlugin/controller/index.js +1 -1
- package/libs/PanoTagPlugin/index.js +1 -1
- package/libs/PanoVideoPlugin/Controller.js +1 -1
- package/libs/PanoVideoPlugin/index.js +1 -1
- package/libs/base/BasePlugin.d.ts +1 -4
- package/libs/base/BasePlugin.js +11 -14
- package/libs/components/PaintBrush/style.d.ts +1 -1
- package/libs/components/PaintBrush/style.js +4 -4
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
- package/libs/index.js +123 -143
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +7 -3
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +49 -29
- package/libs/shared-utils/index.d.ts +1 -1
- package/libs/shared-utils/index.js +20 -21
- package/libs/shared-utils/isAbsoluteURL.d.ts +1 -0
- package/libs/shared-utils/isAbsoluteURL.js +6 -0
- package/libs/shared-utils/logger.js +2 -2
- package/libs/shared-utils/three/FivePointSelector.d.ts +36 -0
- package/libs/shared-utils/three/FivePointSelector.js +49 -0
- package/libs/shared-utils/three/Magnifier.d.ts +0 -3
- package/libs/shared-utils/three/Magnifier.js +13 -16
- package/libs/shared-utils/three/centerPoint.js +3 -1
- package/libs/shared-utils/three/index.d.ts +1 -1
- package/libs/vendor/svelte/internal/index.js +345 -392
- package/package.json +2 -4
- package/dist/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/icons/index.d.ts +0 -4
- package/dist/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Model/area.d.ts +0 -70
- package/dist/PanoMeasurePlugin/Model/polygon.d.ts +0 -14
- package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -12
- package/dist/PanoMeasurePlugin/utils/dom/areaDom.d.ts +0 -22
- package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +0 -29
- package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +0 -27
- package/dist/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +0 -6
- package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +0 -7
- package/dist/PanoMeasurePlugin/utils/isIntersecting.d.ts +0 -15
- package/dist/shared-utils/absoluteUrl.d.ts +0 -5
- package/dist/shared-utils/isTouchDevice.d.ts +0 -1
- package/dist/shared-utils/safeObj.d.ts +0 -1
- package/dist/shared-utils/three/IObject3D.d.ts +0 -7
- package/dist/shared-utils/three/PointSelector.d.ts +0 -66
- package/dist/shared-utils/three/PointSelectorHelper.d.ts +0 -50
- package/docs/functions/Util.absoluteUrl.html +0 -370
- package/docs/interfaces/Util.PointIntersection.html +0 -408
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +0 -57
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/Exit.js +0 -42
- package/libs/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +0 -246
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +0 -211
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/icons/index.d.ts +0 -4
- package/libs/PanoMeasurePlugin/Components/Common/icons/index.js +0 -7
- package/libs/PanoMeasurePlugin/Components/Controller0.js +0 -240
- package/libs/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Controller1.js +0 -399
- package/libs/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Model/area.d.ts +0 -70
- package/libs/PanoMeasurePlugin/Model/area.js +0 -110
- package/libs/PanoMeasurePlugin/Model/polygon.d.ts +0 -14
- package/libs/PanoMeasurePlugin/Model/polygon.js +0 -44
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -12
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +0 -29
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.d.ts +0 -22
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +0 -50
- package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +0 -29
- package/libs/PanoMeasurePlugin/utils/dom/base.js +0 -78
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +0 -27
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +0 -62
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +0 -6
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.js +0 -13
- package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +0 -7
- package/libs/PanoMeasurePlugin/utils/geometryUtil.js +0 -39
- package/libs/PanoMeasurePlugin/utils/isIntersecting.d.ts +0 -15
- package/libs/PanoMeasurePlugin/utils/isIntersecting.js +0 -25
- package/libs/shared-utils/absoluteUrl.d.ts +0 -5
- package/libs/shared-utils/absoluteUrl.js +0 -10
- package/libs/shared-utils/isTouchDevice.d.ts +0 -1
- package/libs/shared-utils/isTouchDevice.js +0 -4
- package/libs/shared-utils/safeObj.d.ts +0 -1
- package/libs/shared-utils/safeObj.js +0 -6
- package/libs/shared-utils/three/IObject3D.d.ts +0 -7
- package/libs/shared-utils/three/IObject3D.js +0 -25
- package/libs/shared-utils/three/PointSelector.d.ts +0 -66
- package/libs/shared-utils/three/PointSelector.js +0 -116
- package/libs/shared-utils/three/PointSelectorHelper.d.ts +0 -50
- package/libs/shared-utils/three/PointSelectorHelper.js +0 -100
- /package/libs/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.js +0 -0
- /package/libs/{shared-utils → PanoMeasurePlugin/utils}/getPointFromHammerEvent.js +0 -0
|
@@ -1,21 +1,16 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { Vector3 as
|
|
1
|
+
var e = Object.defineProperty;
|
|
2
|
+
var p = (t, i, o) => i in t ? e(t, i, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[i] = o;
|
|
3
|
+
var s = (t, i, o) => (p(t, typeof i != "symbol" ? i + "" : i, o), o);
|
|
4
|
+
import { Vector3 as n } from "three";
|
|
5
5
|
import { uuid as h } from "../../shared-utils/uuid.js";
|
|
6
6
|
import { removeArrayItem as m } from "../../shared-utils/removeArrayItem.js";
|
|
7
|
-
class
|
|
7
|
+
class r {
|
|
8
8
|
constructor(i) {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
this.position.fromArray(i);
|
|
15
|
-
else if (typeof i == "object" && i.isVector3)
|
|
16
|
-
this.position.copy(i);
|
|
17
|
-
else
|
|
18
|
-
throw new Error("position must be Vector3 or number[]");
|
|
9
|
+
s(this, "id");
|
|
10
|
+
s(this, "lines");
|
|
11
|
+
s(this, "position");
|
|
12
|
+
s(this, "type", "point");
|
|
13
|
+
this.id = h(), this.lines = [], this.position = new n(), i instanceof n ? this.position.copy(i) : this.position.fromArray(i);
|
|
19
14
|
}
|
|
20
15
|
toJson() {
|
|
21
16
|
return { id: this.id, position: this.position.toArray() };
|
|
@@ -27,9 +22,9 @@ class e {
|
|
|
27
22
|
m(i, this.lines);
|
|
28
23
|
}
|
|
29
24
|
clone() {
|
|
30
|
-
return new
|
|
25
|
+
return new r(this.position);
|
|
31
26
|
}
|
|
32
27
|
}
|
|
33
28
|
export {
|
|
34
|
-
|
|
29
|
+
r as default
|
|
35
30
|
};
|
|
@@ -28,10 +28,6 @@ export declare class Polyline {
|
|
|
28
28
|
removeLine(line: Line): void;
|
|
29
29
|
isLastLine(line: Line): boolean;
|
|
30
30
|
getLastLine(): Line;
|
|
31
|
-
/**
|
|
32
|
-
* @description: 获取连续线段的顶点数量
|
|
33
|
-
*/
|
|
34
|
-
getPointLength(): number;
|
|
35
31
|
clear(): void;
|
|
36
32
|
/** 是否产生重叠 */
|
|
37
33
|
overlapWith(item: Point | Line | Polyline): boolean;
|
|
@@ -9,11 +9,10 @@ import "../utils/line.js";
|
|
|
9
9
|
import "@realsee/five/line";
|
|
10
10
|
import "../utils/constants.js";
|
|
11
11
|
import "three";
|
|
12
|
-
import "../utils/
|
|
13
|
-
import "../utils/dom/base.js";
|
|
12
|
+
import "../utils/distanceDom.js";
|
|
14
13
|
import "../utils/isNDCPointInScreen.js";
|
|
15
14
|
import "../../shared-utils/removeArrayItem.js";
|
|
16
|
-
class
|
|
15
|
+
class C {
|
|
17
16
|
constructor(i) {
|
|
18
17
|
s(this, "id", L());
|
|
19
18
|
s(this, "lines", []);
|
|
@@ -48,12 +47,6 @@ class S {
|
|
|
48
47
|
getLastLine() {
|
|
49
48
|
return this.lines.slice(-1)[0];
|
|
50
49
|
}
|
|
51
|
-
/**
|
|
52
|
-
* @description: 获取连续线段的顶点数量
|
|
53
|
-
*/
|
|
54
|
-
getPointLength() {
|
|
55
|
-
return this.lines.length + 1;
|
|
56
|
-
}
|
|
57
50
|
clear() {
|
|
58
51
|
const i = this.lines.slice();
|
|
59
52
|
this.lines.slice(0, this.lines.length), this.points.slice(0, this.points.length), i.reduceRight((t, h) => this.hook.emit("lineRemoved", h), void 0);
|
|
@@ -112,5 +105,5 @@ class S {
|
|
|
112
105
|
}
|
|
113
106
|
}
|
|
114
107
|
export {
|
|
115
|
-
|
|
108
|
+
C as Polyline
|
|
116
109
|
};
|
|
@@ -6,25 +6,21 @@ export default class DeleteDom {
|
|
|
6
6
|
private lines;
|
|
7
7
|
private points;
|
|
8
8
|
private onClick;
|
|
9
|
-
private
|
|
9
|
+
private cancelDelete;
|
|
10
10
|
private content;
|
|
11
11
|
private container;
|
|
12
12
|
private masking;
|
|
13
|
-
private target;
|
|
14
13
|
constructor(five: Five, opts?: {
|
|
15
|
-
onClick?: (e: MouseEvent
|
|
16
|
-
|
|
14
|
+
onClick?: (e: MouseEvent) => void;
|
|
15
|
+
cancelDelete?: (e: MouseEvent) => void;
|
|
17
16
|
i18n?: (key: string) => string;
|
|
18
17
|
});
|
|
19
18
|
dispose(): void;
|
|
20
19
|
appendTo(element: Element): this;
|
|
21
20
|
setLines(lines: Line[]): this;
|
|
22
|
-
|
|
23
|
-
updatePosition(left?: string, top?: string): this;
|
|
21
|
+
updatePosition(): this;
|
|
24
22
|
hide(): this;
|
|
25
23
|
show(): this;
|
|
26
|
-
private clickHandler;
|
|
27
|
-
private cancelHandler;
|
|
28
24
|
private onMouseEnter;
|
|
29
25
|
private onMouseLeave;
|
|
30
26
|
}
|
|
@@ -1,81 +1,69 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var n = (
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
class
|
|
8
|
-
constructor(
|
|
1
|
+
var v = Object.defineProperty;
|
|
2
|
+
var g = (c, e, t) => e in c ? v(c, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : c[e] = t;
|
|
3
|
+
var n = (c, e, t) => (g(c, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
+
import f from "./_Assets/delete.svg.js";
|
|
5
|
+
import p from "./_Assets/delete_bg.png.js";
|
|
6
|
+
import k from "./_Assets/delete_hover_bg.png.js";
|
|
7
|
+
class D {
|
|
8
|
+
constructor(e, t) {
|
|
9
9
|
n(this, "visible", !1);
|
|
10
10
|
n(this, "five");
|
|
11
11
|
n(this, "lines", []);
|
|
12
12
|
n(this, "points", []);
|
|
13
13
|
n(this, "onClick");
|
|
14
|
-
n(this, "
|
|
14
|
+
n(this, "cancelDelete");
|
|
15
15
|
n(this, "content", document.createElement("div"));
|
|
16
16
|
n(this, "container", document.createElement("div"));
|
|
17
17
|
n(this, "masking", document.createElement("div"));
|
|
18
|
-
n(this, "target");
|
|
19
|
-
n(this, "clickHandler", (t) => {
|
|
20
|
-
this.onClick(t, this.target);
|
|
21
|
-
});
|
|
22
|
-
n(this, "cancelHandler", () => {
|
|
23
|
-
this.cancel(this.target);
|
|
24
|
-
});
|
|
25
18
|
n(this, "onMouseEnter", () => {
|
|
26
|
-
this.content.style.backgroundImage = `url(${
|
|
19
|
+
this.content.style.backgroundImage = `url(${k})`;
|
|
27
20
|
});
|
|
28
21
|
n(this, "onMouseLeave", () => {
|
|
29
|
-
this.content.style.backgroundImage = `url(${
|
|
22
|
+
this.content.style.backgroundImage = `url(${p})`;
|
|
30
23
|
});
|
|
31
|
-
var
|
|
32
|
-
this.five =
|
|
33
|
-
}), this.
|
|
34
|
-
}), this.container.classList.add("fpm__delete"), this.container.style.opacity = "0", this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "10px", this.container.style.transform = "translate3d(0, 0, 10px)", this.container.style.pointerEvents = "none", this.container.style.transition = "opacity 200ms ease", this.container.style.zIndex = "99", this.content.classList.add("fpm__delete-content"), this.content.style.width = "62px", this.content.style.height = "26px", this.content.style.display = "flex", this.content.style.alignItems = "center", this.content.style.justifyContent = "center", this.content.style.transform = "translate(-50%, -50%)", this.content.style.color = "#fff", this.content.style.fontSize = "12px", this.content.style.lineHeight = "17px", this.content.style.borderRadius = "11px", this.content.style.backgroundSize = "100% 100%", this.content.style.cursor = "pointer", this.content.style.userSelect = "none", this.content.style.backgroundImage = `url(${
|
|
35
|
-
${
|
|
36
|
-
<span>${(
|
|
24
|
+
var o, r;
|
|
25
|
+
this.five = e, this.onClick = (t == null ? void 0 : t.onClick) || (() => {
|
|
26
|
+
}), this.cancelDelete = (t == null ? void 0 : t.cancelDelete) || (() => {
|
|
27
|
+
}), this.container.classList.add("fpm__delete"), this.container.style.opacity = "0", this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "10px", this.container.style.transform = "translate3d(0, 0, 10px)", this.container.style.pointerEvents = "none", this.container.style.transition = "top 200ms ease, opacity 200ms ease", this.container.style.zIndex = "99", this.content.classList.add("fpm__delete-content"), this.content.style.width = "62px", this.content.style.height = "26px", this.content.style.display = "flex", this.content.style.alignItems = "center", this.content.style.justifyContent = "center", this.content.style.transform = "translate(-50%, -50%)", this.content.style.color = "#fff", this.content.style.fontSize = "12px", this.content.style.lineHeight = "17px", this.content.style.borderRadius = "11px", this.content.style.backgroundSize = "100% 100%", this.content.style.cursor = "pointer", this.content.style.userSelect = "none", this.content.style.backgroundImage = `url(${p})`, this.content.innerHTML = `
|
|
28
|
+
${f}
|
|
29
|
+
<span>${(r = (o = t.i18n) == null ? void 0 : o.call(t, "删除")) != null ? r : "删除"}</span>
|
|
37
30
|
`, this.container.append(this.content);
|
|
38
31
|
const s = this.content.querySelector(".fpm__delete-icon");
|
|
39
|
-
s && (s.style.width = "16px", s.style.height = "17px", s.style.marginRight = "1px"), this.content.addEventListener("click", this.
|
|
32
|
+
s && (s.style.width = "16px", s.style.height = "17px", s.style.marginRight = "1px"), this.content.addEventListener("click", this.onClick), this.content.addEventListener("mouseenter", this.onMouseEnter), this.content.addEventListener("mouseleave", this.onMouseLeave), this.masking.setAttribute("style", "position: absolute;top: 0;left: 0;bottom: 0;right: 0;pointer-events: none;"), this.masking.addEventListener("click", this.cancelDelete), this.masking.addEventListener("touchstart", this.cancelDelete);
|
|
40
33
|
}
|
|
41
34
|
dispose() {
|
|
42
|
-
this.content.removeEventListener("click", this.
|
|
43
|
-
}
|
|
44
|
-
appendTo(t) {
|
|
45
|
-
return t.append(this.container), t.append(this.masking), this;
|
|
35
|
+
this.content.removeEventListener("click", this.onClick), this.content.removeEventListener("mouseenter", this.onMouseEnter), this.content.removeEventListener("mouseleave", this.onMouseLeave), this.container.remove(), this.masking.removeEventListener("click", this.cancelDelete), this.masking.removeEventListener("touchstart", this.cancelDelete), this.masking.remove();
|
|
46
36
|
}
|
|
47
|
-
|
|
48
|
-
return
|
|
37
|
+
appendTo(e) {
|
|
38
|
+
return e.append(this.container), e.append(this.masking), this;
|
|
49
39
|
}
|
|
50
|
-
|
|
51
|
-
return this.
|
|
40
|
+
setLines(e) {
|
|
41
|
+
return this.lines = e, this.points = Array.from(new Set(this.lines.map((t) => [t.points[0], t.points[1]]).flat(1))), this;
|
|
52
42
|
}
|
|
53
|
-
updatePosition(
|
|
54
|
-
if (t && e)
|
|
55
|
-
return this.container.style.left = t, this.container.style.top = e, this.show();
|
|
43
|
+
updatePosition() {
|
|
56
44
|
if (this.lines.length === 0)
|
|
57
45
|
return this;
|
|
58
|
-
const
|
|
59
|
-
if (
|
|
46
|
+
const e = this.points.map((i) => i.position), t = e.map((i) => i.clone().project(this.five.camera));
|
|
47
|
+
if (t.some((i) => Math.abs(i.z) > 1))
|
|
60
48
|
return this.hide();
|
|
61
|
-
const
|
|
62
|
-
if (!
|
|
49
|
+
const s = t.map((i) => i.x), o = t.map((i) => i.y), r = (Math.min(...s) + Math.max(...s)) / 2, y = Math.max(...o), a = this.container.parentElement;
|
|
50
|
+
if (!a)
|
|
63
51
|
return this;
|
|
64
|
-
const
|
|
65
|
-
let
|
|
66
|
-
if (this.lines.length === 1 &&
|
|
67
|
-
const i = (
|
|
68
|
-
Math.abs(i) > 0.4 && (
|
|
52
|
+
const h = (r + 1) / 2 * a.clientWidth, d = -(y - 1) / 2 * a.clientHeight;
|
|
53
|
+
let l = h, m = d - 34;
|
|
54
|
+
if (this.lines.length === 1 && e.length === 2) {
|
|
55
|
+
const i = (o[1] - o[0]) / (s[1] - s[0]), u = -((o[1] + o[0]) / 2 - 1) / 2 * a.clientHeight;
|
|
56
|
+
Math.abs(i) > 0.4 && (l = h + 57, m = u);
|
|
69
57
|
}
|
|
70
|
-
return this.container.style.
|
|
58
|
+
return this.container.style.transform = `translate3d(${l}px, ${m}px, 10px)`, this.show();
|
|
71
59
|
}
|
|
72
60
|
hide() {
|
|
73
|
-
return this.visible = !1, this.masking.style.pointerEvents = "none", this.container.style.opacity = "0", this.container.style.pointerEvents = "none", this;
|
|
61
|
+
return this.visible = !1, this.masking.style.pointerEvents = "none", this.container.style.opacity = "0", this.container.style.top = "10px", this.container.style.pointerEvents = "none", this;
|
|
74
62
|
}
|
|
75
63
|
show() {
|
|
76
|
-
return this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.pointerEvents = "auto", this;
|
|
64
|
+
return this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.top = "0", this.container.style.pointerEvents = "auto", this;
|
|
77
65
|
}
|
|
78
66
|
}
|
|
79
67
|
export {
|
|
80
|
-
|
|
68
|
+
D as default
|
|
81
69
|
};
|
|
@@ -3,7 +3,7 @@ import Hammer from 'hammerjs';
|
|
|
3
3
|
import * as THREE from 'three';
|
|
4
4
|
import { Subscribe, type SubscribeEventMap } from '@realsee/five';
|
|
5
5
|
interface MagnifierEvent extends SubscribeEventMap {
|
|
6
|
-
wantsPanGesture: (event:
|
|
6
|
+
wantsPanGesture: (event: typeof Hammer['Input']) => boolean;
|
|
7
7
|
}
|
|
8
8
|
/** 放大镜配置参数 */
|
|
9
9
|
export interface MagnifierParameter {
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
import type MeasureController from '../../Controller';
|
|
2
|
-
export type UIMode = 'pc' | 'mobile';
|
|
3
2
|
export interface UIControllerParams {
|
|
4
|
-
container
|
|
5
|
-
mode?:
|
|
6
|
-
pointSelectorMode?: 'fixed' | 'cursor';
|
|
7
|
-
useNewUI?: boolean;
|
|
8
|
-
/**
|
|
9
|
-
* @description: 是否展示退出按钮
|
|
10
|
-
*/
|
|
11
|
-
showExit?: boolean;
|
|
3
|
+
container: Element;
|
|
4
|
+
mode?: 'pc' | 'mobile';
|
|
12
5
|
startButtonText?: string;
|
|
13
6
|
endButtonText?: string;
|
|
14
7
|
revokeButtonText?: string;
|
|
15
8
|
exitButtonText?: string;
|
|
16
9
|
}
|
|
10
|
+
export type UIMode = 'pc' | 'mobile';
|
|
17
11
|
export declare class UIController {
|
|
18
12
|
private revoke?;
|
|
19
13
|
private container;
|
|
@@ -21,7 +15,6 @@ export declare class UIController {
|
|
|
21
15
|
private disposers;
|
|
22
16
|
private measureController;
|
|
23
17
|
private mode;
|
|
24
|
-
private svelteDom?;
|
|
25
18
|
private _params;
|
|
26
19
|
constructor(measureController: MeasureController, params: UIControllerParams);
|
|
27
20
|
dispose(): void;
|
|
@@ -1,139 +1,53 @@
|
|
|
1
|
-
var
|
|
2
|
-
var h = (i,
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { controllerBackgroundStyle as
|
|
7
|
-
import { MainBtnController as
|
|
8
|
-
import { MobileMainBtnController as
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import "@realsee/five";
|
|
23
|
-
import "../../utils/dom/distanceItem.js";
|
|
24
|
-
import "../../utils/dom/base.js";
|
|
25
|
-
import "../../utils/isNDCPointInScreen.js";
|
|
26
|
-
import "../../Model/point.js";
|
|
27
|
-
import "../../../shared-utils/removeArrayItem.js";
|
|
28
|
-
import "../../../shared-utils/throttle.js";
|
|
29
|
-
import "../../Controller/BaseController.js";
|
|
30
|
-
import "../../utils/ironbox.js";
|
|
31
|
-
import "../../Model/polyline.js";
|
|
32
|
-
import "../../Model/area.js";
|
|
33
|
-
import "../../Model/polygon.js";
|
|
34
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
35
|
-
import "../../utils/generatePolygonGeometry.js";
|
|
36
|
-
import "earcut";
|
|
37
|
-
import "../../utils/dom/areaDom.js";
|
|
38
|
-
import "../../utils/geometryUtil.js";
|
|
39
|
-
import "../../../shared-utils/three/centerPoint.js";
|
|
40
|
-
import "../../utils/isIntersecting.js";
|
|
41
|
-
import "../../../shared-utils/three/PointSelector.js";
|
|
42
|
-
import "../../../shared-utils/three/PointSelectorHelper.js";
|
|
43
|
-
import "../../../shared-utils/three/Magnifier.js";
|
|
44
|
-
import "hammerjs";
|
|
45
|
-
import "../../../shared-utils/three/getIntersect.js";
|
|
46
|
-
import "../../../shared-utils/three/PointHelper.js";
|
|
47
|
-
import "../../../shared-utils/three/Assets/index.js";
|
|
48
|
-
import "../../../shared-utils/three/PointDomHelper.js";
|
|
49
|
-
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
50
|
-
import "../rangePiece/html.js";
|
|
51
|
-
import "../../../CSS3DRenderPlugin/index.js";
|
|
52
|
-
import "../../../CSS3DRenderPlugin/Controller.js";
|
|
53
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
54
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
55
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
56
|
-
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
57
|
-
import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
58
|
-
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
59
|
-
import "../../../shared-utils/Subscribe.js";
|
|
60
|
-
import "../../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
61
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
62
|
-
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
63
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
64
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
65
|
-
import "../../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
66
|
-
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
67
|
-
import "../../../shared-utils/absoluteUrl.js";
|
|
68
|
-
import "../../../shared-utils/animationFrame/BetterTween.js";
|
|
69
|
-
import "../../../shared-utils/animationFrame/index.js";
|
|
70
|
-
import "../../../shared-utils/isTouchDevice.js";
|
|
71
|
-
import "../../../shared-utils/getIntersectionFromEvent.js";
|
|
72
|
-
import "../../../shared-utils/getPointFromHammerEvent.js";
|
|
73
|
-
import "../DeleteDom/index.js";
|
|
74
|
-
import "../DeleteDom/_Assets/delete.svg.js";
|
|
75
|
-
import "../DeleteDom/_Assets/delete_bg.png.js";
|
|
76
|
-
import "../DeleteDom/_Assets/delete_hover_bg.png.js";
|
|
77
|
-
import "../../utils/findAssociatedLines.js";
|
|
78
|
-
import "../../utils/math.js";
|
|
79
|
-
import "../../Components/Common/icons/index.js";
|
|
80
|
-
import "../../Components/Common/Switcher1.js";
|
|
81
|
-
import "../../Components/Common/CircleButton.js";
|
|
82
|
-
import "../../../vendor/svelte/transition/index.js";
|
|
83
|
-
import "../../../vendor/svelte/easing/index.js";
|
|
84
|
-
class Zt {
|
|
85
|
-
constructor(o, t) {
|
|
86
|
-
e(this, "revoke");
|
|
87
|
-
e(this, "container");
|
|
88
|
-
e(this, "mainController");
|
|
89
|
-
e(this, "disposers", []);
|
|
90
|
-
e(this, "measureController");
|
|
91
|
-
e(this, "mode");
|
|
92
|
-
e(this, "svelteDom");
|
|
93
|
-
e(this, "_params");
|
|
94
|
-
e(this, "handleExit", () => {
|
|
95
|
-
const o = this.container.querySelector(".fpm__exit-icon"), t = this.container.querySelector(".fpm__exit");
|
|
96
|
-
if (!t || !o)
|
|
1
|
+
var c = Object.defineProperty;
|
|
2
|
+
var h = (i, t, e) => t in i ? c(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
3
|
+
var s = (i, t, e) => (h(i, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import m from "./HTML.js";
|
|
5
|
+
import p from "./mobileHTML.js";
|
|
6
|
+
import { controllerBackgroundStyle as d, operatingSpaceStyle as y, uiWrapperStyle as u, textStyle as f, exitItemStyle as v, exitIconStyle as C } from "./style.js";
|
|
7
|
+
import { MainBtnController as _ } from "./MainBtnController.js";
|
|
8
|
+
import { MobileMainBtnController as b } from "./mobileMainBtnController.js";
|
|
9
|
+
import E from "./Revoke/index.js";
|
|
10
|
+
class w {
|
|
11
|
+
constructor(t, e) {
|
|
12
|
+
s(this, "revoke");
|
|
13
|
+
s(this, "container");
|
|
14
|
+
s(this, "mainController");
|
|
15
|
+
s(this, "disposers", []);
|
|
16
|
+
s(this, "measureController");
|
|
17
|
+
s(this, "mode");
|
|
18
|
+
s(this, "_params");
|
|
19
|
+
s(this, "handleExit", () => {
|
|
20
|
+
const t = this.container.querySelector(".fpm__exit-icon"), e = this.container.querySelector(".fpm__exit");
|
|
21
|
+
if (!e || !t)
|
|
97
22
|
throw new Error("cannot find dom");
|
|
98
|
-
this.mode === "pc" && (Object.assign(
|
|
99
|
-
const
|
|
100
|
-
|
|
101
|
-
},
|
|
102
|
-
|
|
23
|
+
this.mode === "pc" && (Object.assign(e.style, v), Object.assign(t == null ? void 0 : t.style, C));
|
|
24
|
+
const o = () => {
|
|
25
|
+
e.style.opacity = "1";
|
|
26
|
+
}, r = () => {
|
|
27
|
+
e.style.opacity = "0.85";
|
|
103
28
|
}, n = () => {
|
|
104
29
|
this.measureController.disable();
|
|
105
30
|
};
|
|
106
|
-
return
|
|
107
|
-
|
|
31
|
+
return e.addEventListener("click", n), e.addEventListener("mouseenter", o), e.addEventListener("mouseleave", r), () => {
|
|
32
|
+
e.removeEventListener("click", n), e.removeEventListener("mouseenter", o), e.removeEventListener("mouseleave", r);
|
|
108
33
|
};
|
|
109
34
|
});
|
|
110
|
-
var
|
|
111
|
-
this._params =
|
|
112
|
-
const
|
|
113
|
-
|
|
114
|
-
target: t.container,
|
|
115
|
-
props: { measureController: this.measureController, showExit: t.showExit }
|
|
116
|
-
}) : t.pointSelectorMode === "fixed" && (this.svelteDom = new b({
|
|
117
|
-
target: t.container,
|
|
118
|
-
props: { measureController: this.measureController, showExit: t.showExit }
|
|
119
|
-
}))), !r) {
|
|
120
|
-
t.container.appendChild(this.container);
|
|
121
|
-
const l = this.container.querySelectorAll(".fpm__text"), m = this.container.querySelector(".fpm_ui-bg"), p = this.container.querySelector(".fpm_operating-space");
|
|
122
|
-
Object.assign(m == null ? void 0 : m.style, y), Object.assign(p == null ? void 0 : p.style, f), Object.assign(this.container.style, v), l.forEach((c) => Object.assign(c.style, C));
|
|
123
|
-
}
|
|
35
|
+
var a;
|
|
36
|
+
this._params = e, this.measureController = t, this.mode = (a = e.mode) != null ? a : "pc", this.container = document.createElement("div"), this.container.innerHTML = this.mode === "mobile" ? p : m, this.container.classList.add("fpm__ui-controller", this.mode), this.container.style.background = "rgba(0, 0, 0, 0.15)", e.container.appendChild(this.container);
|
|
37
|
+
const o = this.container.querySelectorAll(".fpm__text"), r = this.container.querySelector(".fpm_ui-bg"), n = this.container.querySelector(".fpm_operating-space");
|
|
38
|
+
Object.assign(r == null ? void 0 : r.style, d), Object.assign(n == null ? void 0 : n.style, y), Object.assign(this.container.style, u), o.forEach((l) => Object.assign(l.style, f));
|
|
124
39
|
}
|
|
125
40
|
dispose() {
|
|
126
|
-
|
|
127
|
-
this.hide(), (o = this.svelteDom) == null || o.$destroy(), this.container.remove();
|
|
41
|
+
this.hide(), this.container.remove();
|
|
128
42
|
}
|
|
129
43
|
show() {
|
|
130
|
-
return this.container.style.display = "block", this.container.style.opacity = "1", this.container.style.transform = "translate(0, 0)", this.mode === "pc" ? (this.revoke = new
|
|
44
|
+
return this.container.style.display = "block", this.container.style.opacity = "1", this.container.style.transform = "translate(0, 0)", this.mode === "pc" ? (this.revoke = new E(this.measureController, this.container), this.mainController = new _(this.measureController, this.container, this._params)) : this.mainController = new b(this.measureController, this.container, this._params), this.disposers.push(this.handleExit()), this;
|
|
131
45
|
}
|
|
132
46
|
hide() {
|
|
133
|
-
var
|
|
134
|
-
return this.container.style.display = "none", this.container.style.opacity = "0", this.container.style.transform = "translate(0, 10px)", this.mode === "pc" && ((
|
|
47
|
+
var t, e;
|
|
48
|
+
return this.container.style.display = "none", this.container.style.opacity = "0", this.container.style.transform = "translate(0, 10px)", this.mode === "pc" && ((t = this.revoke) == null || t.dispose()), (e = this.mainController) == null || e.dispose(), this.disposers.forEach((o) => o()), this.disposers = [], this;
|
|
135
49
|
}
|
|
136
50
|
}
|
|
137
51
|
export {
|
|
138
|
-
|
|
52
|
+
w as UIController
|
|
139
53
|
};
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
export declare const addHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png";
|
|
2
|
+
export declare const addNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png";
|
|
3
|
+
export declare const cancelHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png";
|
|
4
|
+
export declare const cancelNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/cancle-normal.77bb326c.png";
|
|
5
|
+
export declare const doneHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/done-hover.9e09438b.png";
|
|
6
|
+
export declare const doneNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/done-normal.4fcddd73.png";
|
|
7
|
+
export declare const exitImage = "//vrlab-static.ljcdn.com/release/web/measure/exit.6693ad51.png";
|
|
8
|
+
export declare const revokeImage = "//vrlab-static.ljcdn.com/release/web/measure/revoke.3e424843.png";
|
|
1
9
|
export declare const uiWrapperStyle: Partial<CSSStyleDeclaration>;
|
|
2
10
|
export declare const operatingSpaceStyle: Partial<CSSStyleDeclaration>;
|
|
3
11
|
export declare const controllerBackgroundStyle: Partial<CSSStyleDeclaration>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = {
|
|
1
|
+
const e = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png", t = "//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png", a = "//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png", n = "//vrlab-static.ljcdn.com/release/web/measure/cancle-normal.77bb326c.png", o = "//vrlab-static.ljcdn.com/release/web/measure/done-hover.9e09438b.png", r = "//vrlab-static.ljcdn.com/release/web/measure/done-normal.4fcddd73.png", s = "//vrlab-static.ljcdn.com/release/web/measure/exit.6693ad51.png", c = "//vrlab-static.ljcdn.com/release/web/measure/revoke.3e424843.png", l = {
|
|
2
2
|
display: "none",
|
|
3
3
|
position: "absolute",
|
|
4
4
|
top: "0",
|
|
@@ -8,7 +8,7 @@ const t = {
|
|
|
8
8
|
opacity: "0",
|
|
9
9
|
transform: "translate(0, 10px)",
|
|
10
10
|
transition: "opacity 500ms ease-in-out, transform 500ms ease-in-out"
|
|
11
|
-
},
|
|
11
|
+
}, i = {
|
|
12
12
|
position: "absolute",
|
|
13
13
|
left: "50%",
|
|
14
14
|
bottom: "32px",
|
|
@@ -21,7 +21,7 @@ const t = {
|
|
|
21
21
|
pointerEvents: "all",
|
|
22
22
|
color: "#fff",
|
|
23
23
|
zIndex: "10"
|
|
24
|
-
},
|
|
24
|
+
}, m = {
|
|
25
25
|
position: "absolute",
|
|
26
26
|
bottom: "0",
|
|
27
27
|
left: "0",
|
|
@@ -30,33 +30,41 @@ const t = {
|
|
|
30
30
|
height: "184px",
|
|
31
31
|
background: "linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%)",
|
|
32
32
|
zIndex: "0"
|
|
33
|
-
},
|
|
33
|
+
}, d = {
|
|
34
34
|
margin: "0 64px"
|
|
35
|
-
},
|
|
35
|
+
}, p = {
|
|
36
36
|
opacity: "0.85"
|
|
37
|
-
},
|
|
37
|
+
}, g = {
|
|
38
38
|
width: "72px",
|
|
39
39
|
height: "72px",
|
|
40
40
|
backgroundSize: "100%",
|
|
41
41
|
cursor: "pointer",
|
|
42
42
|
transition: "all 200ms ease-in-out"
|
|
43
|
-
},
|
|
43
|
+
}, b = {
|
|
44
44
|
width: "24px",
|
|
45
45
|
height: "24px",
|
|
46
46
|
marginRight: "4px",
|
|
47
47
|
backgroundSize: "100%",
|
|
48
48
|
cursor: "pointer"
|
|
49
|
-
},
|
|
49
|
+
}, u = {
|
|
50
50
|
userSelect: "none",
|
|
51
51
|
pointerEvents: "none"
|
|
52
52
|
};
|
|
53
53
|
export {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
r as
|
|
61
|
-
|
|
54
|
+
e as addHoverImage,
|
|
55
|
+
t as addNormalImage,
|
|
56
|
+
a as cancelHoverImage,
|
|
57
|
+
n as cancelNormalImage,
|
|
58
|
+
m as controllerBackgroundStyle,
|
|
59
|
+
o as doneHoverImage,
|
|
60
|
+
r as doneNormalImage,
|
|
61
|
+
b as exitIconStyle,
|
|
62
|
+
s as exitImage,
|
|
63
|
+
p as exitItemStyle,
|
|
64
|
+
g as mainIconStyle,
|
|
65
|
+
d as mainItemStyle,
|
|
66
|
+
i as operatingSpaceStyle,
|
|
67
|
+
c as revokeImage,
|
|
68
|
+
u as textStyle,
|
|
69
|
+
l as uiWrapperStyle
|
|
62
70
|
};
|
|
@@ -2,7 +2,6 @@ import type { Five, Subscribe } from '@realsee/five';
|
|
|
2
2
|
import type { Group } from 'three';
|
|
3
3
|
import type { Model } from '../../Model';
|
|
4
4
|
import type { PanoMeasurePluginEvent } from '../../typings/event.type';
|
|
5
|
-
import type FiveHelper from '../FiveHelper';
|
|
6
5
|
import type { OpenParameter } from '../../typings/data';
|
|
7
6
|
export interface RangePieceControllerParams {
|
|
8
7
|
openParams: OpenParameter;
|
|
@@ -11,7 +10,6 @@ export interface RangePieceControllerParams {
|
|
|
11
10
|
group: Group;
|
|
12
11
|
model: Model;
|
|
13
12
|
mouseGroup: Group;
|
|
14
|
-
fiveHelper: FiveHelper;
|
|
15
13
|
hook: Subscribe<PanoMeasurePluginEvent>;
|
|
16
14
|
}
|
|
17
15
|
export default class RangePieceController {
|
|
@@ -20,7 +18,6 @@ export default class RangePieceController {
|
|
|
20
18
|
private group;
|
|
21
19
|
private mouseGroup;
|
|
22
20
|
private hasAppendMouseGroup;
|
|
23
|
-
private fiveHelper;
|
|
24
21
|
private hook;
|
|
25
22
|
private content;
|
|
26
23
|
private intersectMesh;
|