@realsee/dnalogel 2.21.0 → 2.22.0-dev.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 +4 -1
- package/dist/CruisePlugin/index.d.ts +2 -1
- package/dist/PanoCompassPlugin/typings.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Common/icons/index.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Tip.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +12 -4
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +27 -18
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +9 -2
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +26 -9
- package/dist/PanoMeasurePlugin/Model/area.d.ts +74 -0
- package/dist/PanoMeasurePlugin/Model/index.d.ts +10 -0
- package/dist/PanoMeasurePlugin/Model/line.d.ts +7 -1
- package/dist/PanoMeasurePlugin/Model/polygon.d.ts +14 -0
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +8 -4
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +16 -12
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +10 -3
- package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
- package/dist/PanoMeasurePlugin/typings/data.d.ts +24 -0
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +17 -3
- package/dist/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/dom/areaDom.d.ts +22 -0
- package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +29 -0
- package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +27 -0
- package/dist/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +6 -0
- package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +7 -0
- package/dist/PanoMeasurePlugin/utils/isIntersecting.d.ts +15 -0
- package/dist/PanoMeasurePlugin/utils/line.d.ts +2 -1
- package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
- package/dist/PanoTagPlugin/controller/index.d.ts +2 -1
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -1
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -4
- package/dist/base/BasePlugin.d.ts +6 -3
- package/dist/base/BasePluginWithData.d.ts +2 -1
- package/dist/components/PaintBrush/style.d.ts +1 -1
- package/dist/index.cjs.js +73 -69
- package/dist/index.js +9017 -7073
- package/dist/index.umd.js +66 -62
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +3 -7
- package/dist/shared-utils/absoluteUrl.d.ts +5 -0
- package/{libs/PanoMeasurePlugin/utils → dist/shared-utils}/getIntersectionFromEvent.d.ts +1 -1
- package/dist/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
- package/dist/shared-utils/index.d.ts +1 -1
- package/dist/shared-utils/isTouchDevice.d.ts +1 -0
- package/dist/shared-utils/safeObj.d.ts +1 -0
- package/dist/shared-utils/three/IObject3D.d.ts +7 -0
- package/dist/shared-utils/three/Magnifier.d.ts +5 -0
- package/dist/shared-utils/three/PointSelector.d.ts +92 -0
- package/dist/shared-utils/three/PointSelectorHelper.d.ts +41 -0
- package/dist/shared-utils/three/index.d.ts +1 -1
- package/dist/typings/typings.d.ts +4 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +34 -33
- package/docs/classes/CruisePluginController.html +48 -45
- package/docs/classes/GuideLineItem.GuideLineItem.html +23 -22
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +38 -37
- package/docs/classes/Magnifier.html +23 -22
- package/docs/classes/ModelRoomLabelController.html +14 -13
- package/docs/classes/Object3DHelperController.html +47 -44
- package/docs/classes/PaintBrush.html +18 -17
- package/docs/classes/PanoMeasurePluginLine.html +74 -108
- package/docs/classes/PanoMeasurePluginModel.html +84 -26
- package/docs/classes/PanoMeasurePluginPoint.html +17 -16
- package/docs/classes/PanoMeasurePluginPolyline.html +41 -28
- package/docs/classes/PanoTagPluginController.html +73 -70
- package/docs/classes/Util.BetterTween.html +12 -11
- package/docs/classes/Util.Interval.html +15 -14
- package/docs/classes/Util.Magnifier.html +54 -20
- package/docs/classes/Util.PointDomHelper.html +14 -13
- package/docs/classes/Util.PointHelper.html +14 -13
- package/docs/classes/{Util.FivePointSelector.html → Util.PointSelectorHelper.html} +70 -30
- package/docs/classes/Util.Rectangle.html +16 -15
- package/docs/enums/CameraMovementEffect.html +10 -9
- package/docs/enums/ContentType.html +23 -22
- package/docs/enums/DIRECTION.html +12 -11
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +12 -11
- package/docs/enums/DimensionType.html +10 -9
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +11 -10
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +12 -11
- package/docs/enums/PaintBrushTypeEnum.html +11 -10
- package/docs/enums/PointType.html +10 -9
- package/docs/enums/Rotation.html +11 -10
- package/docs/functions/CSS3DRenderPlugin.html +7 -6
- package/docs/functions/CameraMovementPlugin.html +7 -6
- package/docs/functions/CruisePlugin.html +11 -8
- package/docs/functions/GuideLinePlugin.html +8 -7
- package/docs/functions/ItemLabelPlugin.html +7 -6
- package/docs/functions/MapviewFloorplanPlugin.html +7 -6
- package/docs/functions/ModelChassisCompassPlugin.html +7 -6
- package/docs/functions/ModelEntryDoorGuidePlugin.html +7 -6
- package/docs/functions/ModelFloorplanPlugin.html +7 -6
- package/docs/functions/ModelItemLabelPlugin.html +7 -6
- package/docs/functions/ModelRoomLabelPlugin.html +7 -6
- package/docs/functions/ModelTVVideoPlugin.html +7 -6
- package/docs/functions/ModelViewPlugin.html +7 -6
- package/docs/functions/Object3DHelperPlugin.html +7 -6
- package/docs/functions/PanoCompassPlugin.html +7 -6
- package/docs/functions/PanoCursorRaycasterPlugin.html +7 -6
- package/docs/functions/PanoDoorLabelPlugin.html +7 -6
- package/docs/functions/PanoFloorplanRadarPlugin.html +7 -6
- package/docs/functions/PanoMeasurePlugin.html +7 -6
- package/docs/functions/PanoRulerPlugin.html +7 -6
- package/docs/functions/PanoRulerProPlugin.html +7 -6
- package/docs/functions/PanoSpatialTagPlugin.html +7 -6
- package/docs/functions/PanoTagPlugin.html +7 -6
- package/docs/functions/PanoVideoPlugin.html +7 -6
- package/docs/functions/TopviewFloorplanPlugin.html +7 -6
- package/docs/{types/PartialObjectDeep.html → functions/Util.absoluteUrl.html} +151 -141
- package/docs/functions/Util.getCoordsFromClient.html +8 -7
- package/docs/functions/Util.getCoordsFromElement.html +8 -7
- package/docs/functions/Util.getFrameTime.html +8 -7
- package/docs/functions/Util.getIntersectFromRelativePosition.html +8 -7
- package/docs/functions/Util.getRaycasterFromFivePointer.html +8 -7
- package/docs/functions/Util.isAbsoluteURL.html +8 -7
- package/docs/functions/Util.isModelLike.html +8 -7
- package/docs/functions/Util.isNil.html +8 -7
- package/docs/functions/Util.isPanoramaLike.html +8 -7
- package/docs/functions/Util.nextFrame.html +8 -7
- package/docs/functions/Util.notNil.html +8 -7
- package/docs/functions/Util.requestAnimationFrameInterval.html +8 -7
- package/docs/functions/Util.tweenProgress.html +8 -7
- package/docs/functions/Util.uuid.html +8 -7
- package/docs/functions/pluginFlag.html +8 -7
- package/docs/index.html +8 -7
- package/docs/interfaces/AddTagConfig.html +9 -8
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +14 -13
- package/docs/interfaces/CSS3DRenderPluginState.html +11 -10
- package/docs/interfaces/CameraMovementPluginExportType.html +10 -9
- package/docs/interfaces/CruisePluginTypes.Config.html +11 -10
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +15 -14
- package/docs/interfaces/CruisePluginTypes.EventMap.html +23 -22
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +15 -14
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +17 -16
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +17 -16
- package/docs/interfaces/CruisePluginTypes.PluginData.html +12 -11
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +10 -9
- package/docs/interfaces/CruisePluginTypes.PluginState.html +14 -13
- package/docs/interfaces/EventMap.html +18 -17
- package/docs/interfaces/FloorplanBounding.html +11 -10
- package/docs/interfaces/FloorplanData.html +13 -12
- package/docs/interfaces/FloorplanEntrance.html +14 -13
- package/docs/interfaces/FloorplanExtraObject.html +13 -12
- package/docs/interfaces/FloorplanExtraObject3D.html +11 -10
- package/docs/interfaces/FloorplanFloorData.html +12 -11
- package/docs/interfaces/FloorplanImagePosition.html +10 -9
- package/docs/interfaces/FloorplanObserver.html +12 -11
- package/docs/interfaces/FloorplanOutlineItem.html +12 -11
- package/docs/interfaces/FloorplanPosition.html +10 -9
- package/docs/interfaces/FloorplanRoomItem.html +16 -15
- package/docs/interfaces/FloorplanRoomLabelItem.html +10 -9
- package/docs/interfaces/FloorplanServerBounding.html +11 -10
- package/docs/interfaces/FloorplanServerComputedData.html +13 -12
- package/docs/interfaces/FloorplanServerData.html +10 -9
- package/docs/interfaces/FloorplanServerDoorItem.html +13 -12
- package/docs/interfaces/FloorplanServerDoorPosition.html +11 -10
- package/docs/interfaces/FloorplanServerEntrance.html +14 -13
- package/docs/interfaces/FloorplanServerFloorData.html +12 -11
- package/docs/interfaces/FloorplanServerImagePosition.html +10 -9
- package/docs/interfaces/FloorplanServerObserver.html +12 -11
- package/docs/interfaces/FloorplanServerOutlineItem.html +12 -11
- package/docs/interfaces/FloorplanServerPosition.html +10 -9
- package/docs/interfaces/FloorplanServerRoomItem.html +17 -16
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +10 -9
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +11 -10
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +13 -12
- package/docs/interfaces/GuideLinePluginType.EventMap.html +16 -15
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +11 -10
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +9 -8
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +16 -15
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +11 -10
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +21 -20
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +10 -9
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +21 -20
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +8 -7
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +10 -9
- package/docs/interfaces/GuideLinePluginType.PluginState.html +11 -10
- package/docs/interfaces/GuideLinePluginType.Route.html +14 -13
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +12 -11
- package/docs/interfaces/HelperOffset.html +11 -10
- package/docs/interfaces/ImagePlaneGroup.html +9 -8
- package/docs/interfaces/ItemLabelPluginData.html +9 -8
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +14 -13
- package/docs/interfaces/ItemLabelPluginParametersType.html +12 -11
- package/docs/interfaces/MinMax.html +10 -9
- package/docs/interfaces/ModelChassisCompassPluginData.html +10 -9
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +11 -10
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +10 -9
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +11 -10
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +11 -10
- package/docs/interfaces/ModelItemLabelPluginData.html +9 -8
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +14 -13
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +10 -9
- package/docs/interfaces/ModelRoomLabelPluginData.html +9 -8
- package/docs/interfaces/ModelTVVideoPluginData.html +12 -11
- package/docs/interfaces/ModelTVVideoPluginExportType.html +11 -10
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +9 -8
- package/docs/interfaces/ModelViewPluginExportType.html +14 -13
- package/docs/interfaces/Object3DHelperState.html +11 -10
- package/docs/interfaces/ObjectHelperControllers.html +12 -11
- package/docs/interfaces/PaintBrushAction.html +15 -14
- package/docs/interfaces/PaintBrushConfigs.html +15 -14
- package/docs/interfaces/PaintBrushState.html +13 -12
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +13 -12
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +8 -7
- package/docs/interfaces/PanoMeasureParameterType.html +25 -17
- package/docs/interfaces/PanoMeasurePluginLineJson.html +11 -10
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +10 -9
- package/docs/interfaces/PanoMeasurePluginPointJson.html +10 -9
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +11 -10
- package/docs/interfaces/PanoRulerPluginExportType.html +13 -12
- package/docs/interfaces/PanoRulerPluginOptions.html +10 -9
- package/docs/interfaces/PanoRulerPluginParameterType.html +11 -10
- package/docs/interfaces/PanoRulerProPluginExportType.html +12 -11
- package/docs/interfaces/PanoRulerProPluginOptions.html +10 -9
- package/docs/interfaces/PanoRulerProPluginParameterType.html +10 -9
- package/docs/interfaces/PanoRulerProPluginState.html +11 -10
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +8 -7
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +8 -7
- package/docs/interfaces/PanoSpatialTagPluginData.html +14 -13
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +13 -12
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +16 -15
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +13 -12
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +16 -15
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +14 -13
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +13 -12
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +11 -10
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +12 -11
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +11 -10
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +13 -12
- package/docs/interfaces/Point.html +11 -10
- package/docs/interfaces/Room.html +12 -11
- package/docs/interfaces/RoomInfo.html +10 -9
- package/docs/interfaces/RoomLabel.html +17 -16
- package/docs/interfaces/RoomRules.html +8 -7
- package/docs/interfaces/Rooms.html +8 -7
- package/docs/interfaces/Scissor.html +12 -11
- package/docs/interfaces/State.html +11 -10
- package/docs/interfaces/TagCacheInterface.html +15 -14
- package/docs/interfaces/TagConfig.html +17 -16
- package/docs/interfaces/TagGLTFObjectGroup.html +9 -8
- package/docs/interfaces/TagIconUrl.html +15 -14
- package/docs/interfaces/TagObjectGroup.html +9 -8
- package/docs/interfaces/TagStyle.html +9 -8
- package/docs/interfaces/Tags.html +12 -11
- package/docs/interfaces/TemporaryState.html +9 -8
- package/docs/interfaces/Util.MagnifierParameter.html +14 -13
- package/docs/interfaces/Util.MouseGroupParameter.html +11 -10
- package/docs/interfaces/Util.PointIntersection.html +407 -0
- package/docs/modules/CruisePluginTypes.html +8 -7
- package/docs/modules/GuideLineItem.html +8 -7
- package/docs/modules/GuideLineModeItem.html +8 -7
- package/docs/modules/GuideLinePluginType.html +8 -7
- package/docs/modules/PanoVideoPluginType.html +8 -7
- package/docs/modules/Util.html +11 -8
- package/docs/modules.html +7 -7
- package/docs/types/ArrayPosition.html +8 -7
- package/docs/types/AudioAppearance.html +8 -7
- package/docs/types/AudioTagTypeConfigKey.html +8 -7
- package/docs/types/CSS3DRenderExportType.html +8 -7
- package/docs/types/CSS3DRenderPluginExportType.html +8 -7
- package/docs/types/CSS3DRenderPluginParameterType.html +8 -7
- package/docs/types/ClassFunctionParameters.html +8 -7
- package/docs/types/Color.html +8 -7
- package/docs/types/ContentTypeConfigKey.html +8 -7
- package/docs/types/ContentTypeConfigKeySplit.html +8 -7
- package/docs/types/ContentTypeMap.html +8 -7
- package/docs/types/Create3DDomContainerReturnType.html +8 -7
- package/docs/types/Create3DElementReturnType.html +8 -7
- package/docs/types/CruisePluginExportType.html +8 -7
- package/docs/types/CruisePluginTypes.CruiseData.html +8 -7
- package/docs/types/CruisePluginTypes.MoveEffect.html +8 -7
- package/docs/types/DeprecatedMediaPlaneProperty.html +8 -7
- package/docs/types/DeprecatedTagProperty.html +8 -7
- package/docs/types/Direction-1.html +8 -7
- package/docs/types/Direction4.html +8 -7
- package/docs/types/ElementRenderer.html +8 -7
- package/docs/types/FloorplanRuleLabels.html +8 -7
- package/docs/types/FloorplanServerRuleLabels.html +8 -7
- package/docs/types/GuideLinePluginExportType.html +8 -7
- package/docs/types/GuideLinePluginType.GuideLineItem.html +8 -7
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +8 -7
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +8 -7
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +8 -7
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +8 -7
- package/docs/types/GuideLinePluginType.PathItem.html +8 -7
- package/docs/types/GuideLinePluginType.PluginData.html +8 -7
- package/docs/types/HelperEventMap.html +8 -7
- package/docs/types/LoadTagConfig.html +8 -7
- package/docs/types/MapviewFloorplanPluginParameterType.html +8 -7
- package/docs/types/MapviewFloorplanPluginReturnType.html +8 -7
- package/docs/types/MediaData.html +8 -7
- package/docs/types/MediaStore.html +8 -7
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +8 -7
- package/docs/types/ModelFloorplanPluginParameterType.html +8 -7
- package/docs/types/ModelFloorplanPluginReturnType.html +8 -7
- package/docs/types/ModelRoomLabelPluginParameters.html +8 -7
- package/docs/types/ModelRoomLabelPluginReturnType.html +8 -7
- package/docs/types/MoveArgs.html +8 -7
- package/docs/types/MoveOpts.html +8 -7
- package/docs/types/Object3DHelperEventMap.html +8 -7
- package/docs/types/ObjectFit.html +8 -7
- package/docs/types/PaintBrushEventMap.html +8 -7
- package/docs/types/PanoCompassPluginData.html +8 -7
- package/docs/types/PanoCompassPluginExportType.html +8 -7
- package/docs/types/PanoCompassPluginParameterType.html +8 -7
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +8 -7
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +8 -7
- package/docs/types/PanoIndex.html +8 -7
- package/docs/types/PanoMeasurePluginEvent.html +8 -7
- package/docs/types/PanoMeasureReturnType.html +8 -7
- package/docs/types/PanoSpatialTagPluginId.html +8 -7
- package/docs/types/PanoTagPluginExportInterface.html +8 -7
- package/docs/types/PanoTagPluginParamsInterface.html +8 -7
- package/docs/types/PanoVideoPluginParameterType.html +8 -7
- package/docs/types/PanoVideoPluginReturnType.html +8 -7
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +8 -7
- package/docs/types/PlaneTag.html +8 -7
- package/docs/types/Point2DTag.html +8 -7
- package/docs/types/Point3DTag.html +8 -7
- package/docs/types/PointTag.html +8 -7
- package/docs/types/PointTagInstance.html +8 -7
- package/docs/types/Position.html +8 -7
- package/docs/types/RotateArgs.html +8 -7
- package/docs/types/RotateOpts.html +8 -7
- package/docs/types/RuleLabelsKey.html +8 -7
- package/docs/types/RuleLabelsValue.html +8 -7
- package/docs/types/StickType.html +8 -7
- package/docs/types/Tag.html +8 -7
- package/docs/types/Tag2D.html +8 -7
- package/docs/types/Tag3D.html +8 -7
- package/docs/types/TagContentType.html +8 -7
- package/docs/types/TagDimensionType.html +8 -7
- package/docs/types/TagElement.html +8 -7
- package/docs/types/TagEvents.html +8 -7
- package/docs/types/TagGLTFObject.html +8 -7
- package/docs/types/TagHooks.html +8 -7
- package/docs/types/TagId.html +8 -7
- package/docs/types/TagInstance.html +8 -7
- package/docs/types/TagPointType.html +8 -7
- package/docs/types/TagRendererMap.html +8 -7
- package/docs/types/TopviewFloorplanPluginParameterType.html +8 -7
- package/docs/types/TopviewFloorplanPluginReturnType.html +8 -7
- package/docs/types/WorkCode.html +8 -7
- package/docs/variables/FLOOR_TYPE_MAP.html +8 -7
- package/docs/variables/PLUGIN.html +8 -7
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +8 -7
- package/docs/variables/ROOM_TYPE_MAP.html +8 -7
- package/docs/variables/itemLabelPluginServerParams.html +8 -7
- package/docs/variables/modelItemLabelPluginServerParams.html +8 -7
- package/docs/variables/modelRoomLabelPluginServerParams.html +8 -7
- package/libs/CSS3DRenderPlugin/Controller.d.ts +4 -1
- package/libs/CSS3DRenderPlugin/Controller.js +31 -28
- package/libs/CSS3DRenderPlugin/index.js +1 -1
- package/libs/CruisePlugin/Controller.js +1 -1
- package/libs/CruisePlugin/index.d.ts +2 -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/ModelTVVideoPlugin/Plugin.js +30 -29
- package/libs/ModelTVVideoPlugin/index.js +4 -3
- package/libs/Object3DHelperPlugin/Controller.js +4 -3
- package/libs/Object3DHelperPlugin/index.js +7 -6
- package/libs/PanoCompassPlugin/Controller.js +21 -21
- package/libs/PanoCompassPlugin/index.js +1 -1
- package/libs/PanoCompassPlugin/typings.d.ts +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/Components/Common/CircleButton.js +93 -0
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Common/Exit.js +42 -0
- package/libs/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +246 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +211 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Common/icons/index.d.ts +4 -0
- package/libs/PanoMeasurePlugin/Components/Common/icons/index.js +7 -0
- package/libs/PanoMeasurePlugin/Components/Controller0.js +252 -0
- package/libs/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Controller1.js +395 -0
- package/libs/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Tip.js +128 -0
- package/libs/PanoMeasurePlugin/Components/Tip.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +12 -4
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +43 -34
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +27 -18
- package/libs/PanoMeasurePlugin/Controller/EditController.js +285 -92
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +27 -25
- package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +6 -4
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +9 -2
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +101 -54
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +26 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +138 -81
- package/libs/PanoMeasurePlugin/Model/area.d.ts +74 -0
- package/libs/PanoMeasurePlugin/Model/area.js +117 -0
- package/libs/PanoMeasurePlugin/Model/index.d.ts +10 -0
- package/libs/PanoMeasurePlugin/Model/index.js +61 -37
- package/libs/PanoMeasurePlugin/Model/line.d.ts +7 -1
- package/libs/PanoMeasurePlugin/Model/line.js +37 -22
- package/libs/PanoMeasurePlugin/Model/point.js +17 -12
- package/libs/PanoMeasurePlugin/Model/polygon.d.ts +14 -0
- package/libs/PanoMeasurePlugin/Model/polygon.js +44 -0
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +4 -0
- package/libs/PanoMeasurePlugin/Model/polyline.js +11 -3
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +8 -4
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +49 -37
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +16 -12
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +41 -39
- package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +10 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +123 -37
- package/libs/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
- package/libs/PanoMeasurePlugin/index.js +73 -24
- package/libs/PanoMeasurePlugin/typings/data.d.ts +24 -0
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +17 -3
- package/libs/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.d.ts +22 -0
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +50 -0
- package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +29 -0
- package/libs/PanoMeasurePlugin/utils/dom/base.js +78 -0
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +27 -0
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +63 -0
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +6 -0
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.js +13 -0
- package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +7 -0
- package/libs/PanoMeasurePlugin/utils/geometryUtil.js +39 -0
- package/libs/PanoMeasurePlugin/utils/isIntersecting.d.ts +15 -0
- package/libs/PanoMeasurePlugin/utils/isIntersecting.js +25 -0
- package/libs/PanoMeasurePlugin/utils/line.d.ts +2 -1
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
- 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.d.ts +2 -1
- package/libs/PanoTagPlugin/controller/index.js +1 -1
- package/libs/PanoTagPlugin/index.js +1 -1
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +1 -1
- package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -1
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -4
- package/libs/PanoVideoPlugin/Controller.js +1 -1
- package/libs/PanoVideoPlugin/index.js +1 -1
- package/libs/base/BasePlugin.d.ts +6 -3
- package/libs/base/BasePlugin.js +14 -11
- package/libs/base/BasePluginWithData.d.ts +2 -1
- 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 +144 -124
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +3 -7
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +29 -49
- package/libs/shared-utils/absoluteUrl.d.ts +5 -0
- package/libs/shared-utils/absoluteUrl.js +10 -0
- package/{dist/PanoMeasurePlugin/utils → libs/shared-utils}/getIntersectionFromEvent.d.ts +1 -1
- package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
- package/libs/shared-utils/index.d.ts +1 -1
- package/libs/shared-utils/index.js +21 -20
- package/libs/shared-utils/isTouchDevice.d.ts +1 -0
- package/libs/shared-utils/isTouchDevice.js +4 -0
- package/libs/shared-utils/logger.js +2 -2
- package/libs/shared-utils/safeObj.d.ts +1 -0
- package/libs/shared-utils/safeObj.js +6 -0
- package/libs/shared-utils/three/IObject3D.d.ts +7 -0
- package/libs/shared-utils/three/IObject3D.js +25 -0
- package/libs/shared-utils/three/Magnifier.d.ts +5 -0
- package/libs/shared-utils/three/Magnifier.js +22 -14
- package/libs/shared-utils/three/PointSelector.d.ts +92 -0
- package/libs/shared-utils/three/PointSelector.js +187 -0
- package/libs/shared-utils/three/PointSelectorHelper.d.ts +41 -0
- package/libs/shared-utils/three/PointSelectorHelper.js +50 -0
- package/libs/shared-utils/three/centerPoint.js +1 -3
- package/libs/shared-utils/three/index.d.ts +1 -1
- package/libs/typings/typings.d.ts +4 -0
- package/libs/vendor/svelte/internal/index.js +392 -345
- package/package.json +4 -2
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -30
- package/dist/shared-utils/isAbsoluteURL.d.ts +0 -1
- package/dist/shared-utils/three/FivePointSelector.d.ts +0 -36
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -30
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +0 -83
- package/libs/shared-utils/isAbsoluteURL.d.ts +0 -1
- package/libs/shared-utils/isAbsoluteURL.js +0 -6
- package/libs/shared-utils/three/FivePointSelector.d.ts +0 -36
- package/libs/shared-utils/three/FivePointSelector.js +0 -49
- /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.js +0 -0
- /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.js +0 -0
|
@@ -1,56 +1,92 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
1
|
+
var I = Object.defineProperty;
|
|
2
|
+
var P = Object.getOwnPropertySymbols;
|
|
3
|
+
var T = Object.prototype.hasOwnProperty, E = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var c = (s, e, t) => e in s ? I(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, m = (s, e) => {
|
|
5
5
|
for (var t in e || (e = {}))
|
|
6
|
-
|
|
7
|
-
if (
|
|
8
|
-
for (var t of
|
|
9
|
-
|
|
6
|
+
T.call(e, t) && c(s, t, e[t]);
|
|
7
|
+
if (P)
|
|
8
|
+
for (var t of P(e))
|
|
9
|
+
E.call(e, t) && c(s, t, e[t]);
|
|
10
10
|
return s;
|
|
11
11
|
};
|
|
12
|
-
var i = (s, e, t) => (
|
|
13
|
-
import I from "../Modules/Magnifier.js";
|
|
12
|
+
var i = (s, e, t) => (c(s, typeof e != "symbol" ? e + "" : e, t), t);
|
|
14
13
|
import a from "./EditController.js";
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import { omit as
|
|
19
|
-
import { Group as
|
|
20
|
-
import { Model as
|
|
21
|
-
import { Subscribe as
|
|
22
|
-
import { getMouseGroup as
|
|
23
|
-
import { UIController as
|
|
24
|
-
import { GuideController as
|
|
25
|
-
import { ShortcutKeyController as
|
|
26
|
-
import "
|
|
14
|
+
import w from "./ViewController.js";
|
|
15
|
+
import v from "./WatchController.js";
|
|
16
|
+
import h from "./MixedController.js";
|
|
17
|
+
import { omit as k } from "../../shared-utils/filter.js";
|
|
18
|
+
import { Group as D } from "three";
|
|
19
|
+
import { Model as U } from "../Model/index.js";
|
|
20
|
+
import { Subscribe as x } from "@realsee/five";
|
|
21
|
+
import { getMouseGroup as G } from "../utils/mouseGroup.js";
|
|
22
|
+
import { UIController as S } from "../Modules/UIController/index.js";
|
|
23
|
+
import { GuideController as L } from "../Modules/GuideController.js";
|
|
24
|
+
import { ShortcutKeyController as O } from "./ShortcutKeyController.js";
|
|
25
|
+
import { safeObj as b } from "../../shared-utils/safeObj.js";
|
|
26
|
+
import { Magnifier as B } from "../../shared-utils/three/Magnifier.js";
|
|
27
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
28
|
+
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
29
|
+
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
30
|
+
import { isTouchDevice as W } from "../../shared-utils/isTouchDevice.js";
|
|
27
31
|
import "../Model/line.js";
|
|
28
32
|
import "../../shared-utils/uuid.js";
|
|
29
33
|
import "../utils/line.js";
|
|
30
34
|
import "@realsee/five/line";
|
|
31
35
|
import "../utils/constants.js";
|
|
32
|
-
import "../utils/
|
|
36
|
+
import "../utils/dom/distanceItem.js";
|
|
37
|
+
import "../utils/dom/base.js";
|
|
33
38
|
import "../utils/isNDCPointInScreen.js";
|
|
39
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
34
40
|
import "../Model/point.js";
|
|
35
41
|
import "../../shared-utils/removeArrayItem.js";
|
|
36
42
|
import "../../shared-utils/throttle.js";
|
|
37
43
|
import "./BaseController.js";
|
|
38
44
|
import "../utils/ironbox.js";
|
|
39
|
-
import "../utils/getIntersectionFromEvent.js";
|
|
40
|
-
import "../utils/getPointFromHammerEvent.js";
|
|
41
45
|
import "../Model/polyline.js";
|
|
46
|
+
import "../Model/area.js";
|
|
47
|
+
import "../Model/polygon.js";
|
|
48
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
49
|
+
import "../utils/generatePolygonGeometry.js";
|
|
50
|
+
import "earcut";
|
|
51
|
+
import "../utils/dom/areaDom.js";
|
|
52
|
+
import "../utils/geometryUtil.js";
|
|
53
|
+
import "../utils/isIntersecting.js";
|
|
54
|
+
import "../../shared-utils/three/PointSelector.js";
|
|
55
|
+
import "../../shared-utils/three/PointSelectorHelper.js";
|
|
56
|
+
import "../../shared-utils/three/PointHelper.js";
|
|
57
|
+
import "../../shared-utils/three/Assets/index.js";
|
|
58
|
+
import "../../shared-utils/three/PointDomHelper.js";
|
|
59
|
+
import "hammerjs";
|
|
60
|
+
import "../Modules/rangePiece/html.js";
|
|
61
|
+
import "../../CSS3DRenderPlugin/index.js";
|
|
62
|
+
import "../../CSS3DRenderPlugin/Controller.js";
|
|
63
|
+
import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
64
|
+
import "../../shared-utils/absoluteUrl.js";
|
|
65
|
+
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
66
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
67
|
+
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
68
|
+
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
69
|
+
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
70
|
+
import "../../shared-utils/Subscribe.js";
|
|
71
|
+
import "../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
72
|
+
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
73
|
+
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
74
|
+
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
75
|
+
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
76
|
+
import "../../shared-utils/animationFrame/BetterTween.js";
|
|
77
|
+
import "../../shared-utils/animationFrame/index.js";
|
|
78
|
+
import "../../shared-utils/getIntersectionFromEvent.js";
|
|
79
|
+
import "../../shared-utils/getPointFromHammerEvent.js";
|
|
80
|
+
import "../../shared-utils/three/getIntersect.js";
|
|
42
81
|
import "../Modules/DeleteDom/index.js";
|
|
43
82
|
import "../Modules/DeleteDom/_Assets/delete.svg.js";
|
|
44
83
|
import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
|
|
45
84
|
import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
|
|
85
|
+
import "../utils/findAssociatedLines.js";
|
|
46
86
|
import "../utils/math.js";
|
|
47
87
|
import "../utils/findClosestPoint.js";
|
|
48
88
|
import "../utils/ndc2Screen.js";
|
|
49
|
-
import "../utils/findAssociatedLines.js";
|
|
50
89
|
import "../Modules/rangePiece/index.js";
|
|
51
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
52
|
-
import "../Modules/rangePiece/html.js";
|
|
53
|
-
import "../../shared-utils/animationFrame/index.js";
|
|
54
90
|
import "../../shared-utils/noop.js";
|
|
55
91
|
import "../utils/calculateThreeMouse.js";
|
|
56
92
|
import "../../shared-utils/tap.js";
|
|
@@ -60,11 +96,28 @@ import "../Modules/UIController/style.js";
|
|
|
60
96
|
import "../Modules/UIController/MainBtnController.js";
|
|
61
97
|
import "../Modules/UIController/mobileMainBtnController.js";
|
|
62
98
|
import "../Modules/UIController/Revoke/index.js";
|
|
63
|
-
|
|
99
|
+
import "../Components/Controller0.js";
|
|
100
|
+
import "../../vendor/svelte/internal/index.js";
|
|
101
|
+
import "../Components/Common/Switcher0.js";
|
|
102
|
+
import "../Components/Common/Exit.js";
|
|
103
|
+
import "../Components/Common/icons/index.js";
|
|
104
|
+
import "../Components/Controller1.js";
|
|
105
|
+
import "../Components/Common/Switcher1.js";
|
|
106
|
+
import "../Components/Common/CircleButton.js";
|
|
107
|
+
import "../../vendor/svelte/transition/index.js";
|
|
108
|
+
import "../../vendor/svelte/easing/index.js";
|
|
109
|
+
import "../../vendor/object-assign-deep/objectAssignDeep.js";
|
|
110
|
+
import "../Components/Tip.js";
|
|
111
|
+
class Dt {
|
|
64
112
|
constructor(e, t) {
|
|
65
113
|
i(this, "hasOpen", !1);
|
|
66
|
-
i(this, "hook", new
|
|
114
|
+
i(this, "hook", new x());
|
|
67
115
|
i(this, "magnifier");
|
|
116
|
+
i(this, "controller", null);
|
|
117
|
+
/** 允许的测量类型 */
|
|
118
|
+
i(this, "allowMeasureType");
|
|
119
|
+
/** 当前的测量类型 */
|
|
120
|
+
i(this, "currentMeasureType");
|
|
68
121
|
i(this, "five");
|
|
69
122
|
i(this, "model");
|
|
70
123
|
i(this, "group");
|
|
@@ -75,8 +128,15 @@ class Ee {
|
|
|
75
128
|
i(this, "useGuideController");
|
|
76
129
|
i(this, "container", document.createElement("div"));
|
|
77
130
|
i(this, "shortcutKeyController");
|
|
78
|
-
|
|
79
|
-
|
|
131
|
+
/** 关闭插件功能
|
|
132
|
+
* @description 清除标尺线条
|
|
133
|
+
* @description 还原点位展示和默认鼠标 UI
|
|
134
|
+
*/
|
|
135
|
+
i(this, "disable", () => {
|
|
136
|
+
var e, t, r, o;
|
|
137
|
+
this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.useUIController) == null || t.hide(), (r = this.useGuideController) == null || r.hide(), (o = this.shortcutKeyController) == null || o.dispose(), this.controller = null, this.five.helperVisible = !0, this.five.scene.remove(this.group), this.five.needsRender = !0, this.hook.emit("disable", !0);
|
|
138
|
+
});
|
|
139
|
+
i(this, "getCurrentMode", () => this.controller instanceof a ? "Edit" : this.controller instanceof v ? "Watch" : this.controller instanceof h ? "Mixed" : this.controller instanceof w ? "View" : null);
|
|
80
140
|
/** 变更场景
|
|
81
141
|
* @description 如果从编辑场景改变到观看场景,不会自动保存,默认丢弃所有改动
|
|
82
142
|
*/
|
|
@@ -86,39 +146,43 @@ class Ee {
|
|
|
86
146
|
return;
|
|
87
147
|
(o = this.controller) == null || o.dispose();
|
|
88
148
|
const t = {
|
|
89
|
-
View:
|
|
90
|
-
Watch:
|
|
149
|
+
View: w,
|
|
150
|
+
Watch: v,
|
|
91
151
|
Edit: a,
|
|
92
|
-
Mixed:
|
|
152
|
+
Mixed: h
|
|
93
153
|
};
|
|
94
154
|
if (!t[e])
|
|
95
155
|
throw new Error("不存在的 Mode");
|
|
96
156
|
const r = this.createControllerParams();
|
|
97
157
|
this.controller = new t[e](r), this.hook.emit("modeChange", e);
|
|
98
158
|
});
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
159
|
+
/**
|
|
160
|
+
* @description: 切换测量的类型
|
|
161
|
+
*/
|
|
162
|
+
i(this, "changeMeasureType", (e) => {
|
|
163
|
+
this.currentMeasureType = e, this.hook.emit("measureTypeChange", e);
|
|
164
|
+
});
|
|
165
|
+
var l, n, u, d, f, g, y, M, C;
|
|
166
|
+
this.five = e, this.params = t, this.config = k(t, ["openParams", "magnifierParams"]), this.model = new U(this.config), this.isMobile = (n = (l = t == null ? void 0 : t.openParams) == null ? void 0 : l.isMobile) != null ? n : !1, this.magnifier = new B(e, (u = t.magnifierParams) != null ? u : { width: 190, height: 190, scale: 2 }), this.allowMeasureType = Array.from(new Set((f = (d = t.editParams) == null ? void 0 : d.allowMeasureType) != null ? f : ["line"])), this.currentMeasureType = (g = this.allowMeasureType[0]) != null ? g : "line", this.group = new D(), this.group.name = "plugin-measure-group", this.container.classList.add("five-plugin-measure-container"), this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "0", this.container.style.pointerEvents = "none", this.container.style.width = "100%", this.container.style.height = "100%", this.container.style.opacity = "0";
|
|
167
|
+
const r = (M = (y = t.editParams) == null ? void 0 : y.pointSelectorMode) != null ? M : W ? "fixed" : "cursor", o = (C = this.params.openParams) != null ? C : {};
|
|
102
168
|
if (this.params.useUIController !== !1) {
|
|
103
|
-
const
|
|
104
|
-
|
|
105
|
-
openParams: r
|
|
106
|
-
}, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
|
|
107
|
-
this.useUIController = new C(this, m);
|
|
169
|
+
const p = m({ container: this.container, openParams: o, pointSelectorMode: r }, b(this.params.useUIController));
|
|
170
|
+
this.useUIController = new S(this, p);
|
|
108
171
|
}
|
|
109
172
|
if (this.params.useGuideController !== !1) {
|
|
110
|
-
const
|
|
111
|
-
|
|
112
|
-
}, typeof this.params.useGuideController == "object" ? this.params.useGuideController : {});
|
|
113
|
-
this.useGuideController = new k(this, m);
|
|
173
|
+
const p = m({ container: this.container, pointSelectorMode: r }, b(this.params.useGuideController));
|
|
174
|
+
this.useGuideController = new L(this, p);
|
|
114
175
|
}
|
|
115
176
|
}
|
|
116
177
|
appendTo(e) {
|
|
117
178
|
e.append(this.container);
|
|
118
179
|
}
|
|
180
|
+
clear() {
|
|
181
|
+
this.model.clear();
|
|
182
|
+
}
|
|
119
183
|
dispose() {
|
|
120
184
|
var e, t;
|
|
121
|
-
this.disable(), (e = this.useUIController) == null || e.dispose(), (t = this.magnifier) == null || t.dispose(), this.five.needsRender = !0;
|
|
185
|
+
this.disable(), this.clear(), (e = this.useUIController) == null || e.dispose(), (t = this.magnifier) == null || t.dispose(), this.five.needsRender = !0;
|
|
122
186
|
}
|
|
123
187
|
/** 加载数据
|
|
124
188
|
* @description 数据加载时会覆盖当前已保存的数据
|
|
@@ -133,20 +197,13 @@ class Ee {
|
|
|
133
197
|
*/
|
|
134
198
|
enable(e) {
|
|
135
199
|
var t;
|
|
136
|
-
this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1", e != null && e.mode ? this.changeMode(e.mode) : this.isMobile ? this.changeMode("Mixed") : this.changeMode("Watch"), (t = this.useUIController) == null || t.show(), this.shortcutKeyController = new
|
|
137
|
-
}
|
|
138
|
-
/** 关闭插件功能
|
|
139
|
-
* @description 清除标尺线条
|
|
140
|
-
* @description 还原点位展示和默认鼠标 UI
|
|
141
|
-
*/
|
|
142
|
-
disable() {
|
|
143
|
-
var e, t, r, o;
|
|
144
|
-
this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.useUIController) == null || t.hide(), (r = this.useGuideController) == null || r.hide(), (o = this.shortcutKeyController) == null || o.dispose(), this.controller = null, this.five.helperVisible = !0, this.five.scene.remove(this.group), this.five.needsRender = !0, this.hook.emit("disable", !0);
|
|
200
|
+
this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1", e != null && e.mode ? this.changeMode(e.mode) : this.isMobile ? this.changeMode("Mixed") : this.changeMode("Watch"), (t = this.useUIController) == null || t.show(), this.shortcutKeyController = new O(this, this.five), this.hook.emit("enable", !0));
|
|
145
201
|
}
|
|
146
202
|
/** 进入编辑模式 */
|
|
147
|
-
edit() {
|
|
148
|
-
|
|
149
|
-
this.
|
|
203
|
+
edit(e) {
|
|
204
|
+
e && this.changeMeasureType(e);
|
|
205
|
+
const t = this.isMobile ? "Mixed" : "Edit";
|
|
206
|
+
this.changeMode(t);
|
|
150
207
|
}
|
|
151
208
|
/** 撤销编辑 */
|
|
152
209
|
revoke() {
|
|
@@ -155,6 +212,9 @@ class Ee {
|
|
|
155
212
|
removePolyline(e) {
|
|
156
213
|
this.model.removePolyline(e);
|
|
157
214
|
}
|
|
215
|
+
removeArea(e) {
|
|
216
|
+
this.model.removeArea(e);
|
|
217
|
+
}
|
|
158
218
|
removePolylineByID(e) {
|
|
159
219
|
const t = this.model.getPolylineByID(e);
|
|
160
220
|
t && this.model.removePolyline(t);
|
|
@@ -180,40 +240,34 @@ class Ee {
|
|
|
180
240
|
* @description 以下情况可能报错
|
|
181
241
|
*/
|
|
182
242
|
save(e) {
|
|
183
|
-
var
|
|
184
|
-
if (!(this.controller instanceof a) && !(this.controller instanceof
|
|
243
|
+
var l;
|
|
244
|
+
if (!(this.controller instanceof a) && !(this.controller instanceof h))
|
|
185
245
|
return this;
|
|
186
|
-
const t = (
|
|
187
|
-
return
|
|
188
|
-
this.model.addPolyline(
|
|
246
|
+
const t = (l = e == null ? void 0 : e.mode) != null ? l : "View", r = this.controller.model.polylines, o = this.controller.model.areas;
|
|
247
|
+
return r.forEach((n) => {
|
|
248
|
+
this.model.addPolyline(n);
|
|
249
|
+
}), this.controller instanceof a ? this.controller.complete() : o.forEach((n) => {
|
|
250
|
+
n.showArea(), this.model.addArea(n);
|
|
189
251
|
}), this.changeMode(t), this;
|
|
190
252
|
}
|
|
191
253
|
/** Mixed 模式才有用,添加起点 */
|
|
192
254
|
addStartPoint() {
|
|
193
|
-
this.controller instanceof
|
|
255
|
+
this.controller instanceof h && this.hook.emit("willChangeState", "watching", "editing");
|
|
194
256
|
}
|
|
195
257
|
/** Mixed 模式才有用,添加终点 */
|
|
196
258
|
addEndPoint() {
|
|
197
|
-
this.controller instanceof
|
|
259
|
+
this.controller instanceof h && this.hook.emit("willChangeState", "editing", "watching");
|
|
198
260
|
}
|
|
199
261
|
/** 导出数据 */
|
|
200
262
|
toJson() {
|
|
201
263
|
return this.model.toJson();
|
|
202
264
|
}
|
|
203
265
|
/**
|
|
266
|
+
* @deprecated 暂不支持
|
|
204
267
|
* @description 改变插件的模式(pc端模式或移动端模式)
|
|
205
268
|
* @param isMobile true为移动端模式,false为pc端
|
|
206
269
|
*/
|
|
207
270
|
changeIsMobile(e) {
|
|
208
|
-
var t;
|
|
209
|
-
if (this.isMobile = e, this.params.useUIController !== !1) {
|
|
210
|
-
(t = this.useUIController) == null || t.dispose();
|
|
211
|
-
const r = n({
|
|
212
|
-
container: this.container,
|
|
213
|
-
mode: this.isMobile ? "mobile" : "pc"
|
|
214
|
-
}, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
|
|
215
|
-
this.useUIController = new C(this, r);
|
|
216
|
-
}
|
|
217
271
|
}
|
|
218
272
|
changeConfigs(e) {
|
|
219
273
|
var t;
|
|
@@ -228,8 +282,8 @@ class Ee {
|
|
|
228
282
|
r.setText(t), (o = this.controller) == null || o.updateDistanceUI();
|
|
229
283
|
}
|
|
230
284
|
createControllerParams() {
|
|
231
|
-
var
|
|
232
|
-
const e = (
|
|
285
|
+
var r, o;
|
|
286
|
+
const e = (r = this.params.openParams) != null ? r : {}, t = (o = this.params.editParams) != null ? o : {};
|
|
233
287
|
return e.isMobile = this.isMobile, {
|
|
234
288
|
five: this.five,
|
|
235
289
|
hook: this.hook,
|
|
@@ -239,11 +293,14 @@ class Ee {
|
|
|
239
293
|
magnifier: this.magnifier,
|
|
240
294
|
container: this.container,
|
|
241
295
|
openParams: e,
|
|
242
|
-
|
|
296
|
+
editParams: t,
|
|
297
|
+
magnifierParams: this.params.magnifierParams,
|
|
298
|
+
getMeasureType: () => this.currentMeasureType,
|
|
299
|
+
mouseGroup: G(m({}, e.crossHairParameter)),
|
|
243
300
|
userDistanceItemCreator: this.params.userDistanceItemCreator
|
|
244
301
|
};
|
|
245
302
|
}
|
|
246
303
|
}
|
|
247
304
|
export {
|
|
248
|
-
|
|
305
|
+
Dt as default
|
|
249
306
|
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import * as THREE from 'three';
|
|
2
|
+
import type { Line as FiveLine } from '@realsee/five/line';
|
|
3
|
+
import { Subscribe, type Five, type SubscribeEventMap } from '@realsee/five';
|
|
4
|
+
import PolygonMesh from './polygon';
|
|
5
|
+
import { Polyline } from './polyline';
|
|
6
|
+
import type { Model } from '.';
|
|
7
|
+
import { AreaItem } from '../utils/dom/areaDom';
|
|
8
|
+
export interface AreaHook extends SubscribeEventMap {
|
|
9
|
+
selected: (area: Area, position: {
|
|
10
|
+
left: string;
|
|
11
|
+
top: string;
|
|
12
|
+
}) => void;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @description: 多边形类
|
|
16
|
+
*/
|
|
17
|
+
export default class Area {
|
|
18
|
+
id: string;
|
|
19
|
+
selected: boolean;
|
|
20
|
+
text?: string;
|
|
21
|
+
readonly type = "area";
|
|
22
|
+
readonly lightMesh: FiveLine;
|
|
23
|
+
readonly areaItem: AreaItem;
|
|
24
|
+
readonly hook: Subscribe<AreaHook>;
|
|
25
|
+
/**
|
|
26
|
+
* @description: 多边形的端点是否闭合
|
|
27
|
+
*/
|
|
28
|
+
get isClosed(): boolean;
|
|
29
|
+
/** 多边形mesh */
|
|
30
|
+
polygon: PolygonMesh;
|
|
31
|
+
/** 多边形顶点 */
|
|
32
|
+
points: THREE.Vector3[];
|
|
33
|
+
/** 多边形前三个点组成的平面,用来使得后面加的点也落在这个平面上 */
|
|
34
|
+
planeHelper: THREE.Plane | null;
|
|
35
|
+
/** 多边形边框 */
|
|
36
|
+
polyline: Polyline;
|
|
37
|
+
/** 多边形mesh容器 */
|
|
38
|
+
private meshContainer;
|
|
39
|
+
/** 多边形dom容器 */
|
|
40
|
+
private domContainer;
|
|
41
|
+
private five;
|
|
42
|
+
private model?;
|
|
43
|
+
constructor(points: THREE.Vector3[] | undefined, config: {
|
|
44
|
+
/** @todo: 这个model整的真的太恶心了 */
|
|
45
|
+
model: Model;
|
|
46
|
+
meshContainer?: THREE.Object3D;
|
|
47
|
+
domContainer?: Element;
|
|
48
|
+
five?: Five;
|
|
49
|
+
});
|
|
50
|
+
addPoints(point: THREE.Vector3): void;
|
|
51
|
+
/**
|
|
52
|
+
* @description: 移除最后一个添加的点
|
|
53
|
+
*/
|
|
54
|
+
popPoint(): void;
|
|
55
|
+
/**
|
|
56
|
+
* @description: 自动补全多边形的各个边
|
|
57
|
+
*/
|
|
58
|
+
complete(): void;
|
|
59
|
+
hideArea(): void;
|
|
60
|
+
showArea(): void;
|
|
61
|
+
/**
|
|
62
|
+
* @description: five camera update 时,更新Dom的位置
|
|
63
|
+
*/
|
|
64
|
+
updateDom: () => void;
|
|
65
|
+
/**
|
|
66
|
+
* @description: 获取一个点投影在当前平面上的点
|
|
67
|
+
*/
|
|
68
|
+
projectPoint(point: THREE.Vector3): THREE.Vector3;
|
|
69
|
+
remove(): void;
|
|
70
|
+
/**
|
|
71
|
+
* @todo: 没写完
|
|
72
|
+
*/
|
|
73
|
+
dispose(): void;
|
|
74
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
var m = Object.defineProperty;
|
|
2
|
+
var d = (s, t, i) => t in s ? m(s, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : s[t] = i;
|
|
3
|
+
var e = (s, t, i) => (d(s, typeof t != "symbol" ? t + "" : t, i), i);
|
|
4
|
+
import * as h from "three";
|
|
5
|
+
import { uuid as f } from "../../shared-utils/uuid.js";
|
|
6
|
+
import { Subscribe as c } from "@realsee/five";
|
|
7
|
+
import u from "./line.js";
|
|
8
|
+
import v from "./polygon.js";
|
|
9
|
+
import { Polyline as y } from "./polyline.js";
|
|
10
|
+
import p from "./point.js";
|
|
11
|
+
import { AreaItem as C } from "../utils/dom/areaDom.js";
|
|
12
|
+
import "../utils/line.js";
|
|
13
|
+
import "@realsee/five/line";
|
|
14
|
+
import "../utils/constants.js";
|
|
15
|
+
import "../utils/dom/distanceItem.js";
|
|
16
|
+
import "../utils/dom/base.js";
|
|
17
|
+
import "../utils/isNDCPointInScreen.js";
|
|
18
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
19
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
20
|
+
import "../utils/generatePolygonGeometry.js";
|
|
21
|
+
import "earcut";
|
|
22
|
+
import "../../shared-utils/removeArrayItem.js";
|
|
23
|
+
import "../utils/geometryUtil.js";
|
|
24
|
+
class O {
|
|
25
|
+
constructor(t, i) {
|
|
26
|
+
e(this, "id", f());
|
|
27
|
+
e(this, "selected", !1);
|
|
28
|
+
e(this, "text");
|
|
29
|
+
e(this, "type", "area");
|
|
30
|
+
e(this, "lightMesh");
|
|
31
|
+
e(this, "areaItem");
|
|
32
|
+
e(this, "hook", new c());
|
|
33
|
+
/** 多边形mesh */
|
|
34
|
+
e(this, "polygon");
|
|
35
|
+
/** 多边形顶点 */
|
|
36
|
+
e(this, "points", []);
|
|
37
|
+
/** 多边形前三个点组成的平面,用来使得后面加的点也落在这个平面上 */
|
|
38
|
+
e(this, "planeHelper");
|
|
39
|
+
/** 多边形边框 */
|
|
40
|
+
e(this, "polyline");
|
|
41
|
+
/** 多边形mesh容器 */
|
|
42
|
+
e(this, "meshContainer");
|
|
43
|
+
/** 多边形dom容器 */
|
|
44
|
+
e(this, "domContainer");
|
|
45
|
+
e(this, "five");
|
|
46
|
+
e(this, "model");
|
|
47
|
+
/**
|
|
48
|
+
* @description: five camera update 时,更新Dom的位置
|
|
49
|
+
*/
|
|
50
|
+
e(this, "updateDom", () => {
|
|
51
|
+
this.five && (this.polyline.lines.forEach((t) => t.distanceItem.update(this.five)), this.areaItem.updateDomPosition(this.five));
|
|
52
|
+
});
|
|
53
|
+
var n;
|
|
54
|
+
t && (this.points = t), this.model = i.model, this.polygon = new v(t), this.polyline = new y({ model: i.model }), this.areaItem = new C({
|
|
55
|
+
area: this,
|
|
56
|
+
clickCallback: (a, o) => {
|
|
57
|
+
const r = a.clientX + "px", l = a.clientY + "px";
|
|
58
|
+
this.hook.emit("selected", this, { left: r, top: l });
|
|
59
|
+
}
|
|
60
|
+
}), this.domContainer = i.domContainer || null, this.meshContainer = i.meshContainer || null, this.five = i.five || null, this.areaItem.appendTo(this.domContainer), (n = this.five) == null || n.on("cameraUpdate", this.updateDom);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @description: 多边形的端点是否闭合
|
|
64
|
+
*/
|
|
65
|
+
get isClosed() {
|
|
66
|
+
var t;
|
|
67
|
+
return this.points.length >= 4 && ((t = this.points.at(0)) == null ? void 0 : t.equals(this.points.at(-1)));
|
|
68
|
+
}
|
|
69
|
+
addPoints(t) {
|
|
70
|
+
var a;
|
|
71
|
+
this.points = this.points.concat(t);
|
|
72
|
+
const i = this.points.at(-2), n = this.points.at(-1);
|
|
73
|
+
if (i && n) {
|
|
74
|
+
const o = new u(new p(i), new p(n), this.polyline.model);
|
|
75
|
+
this.polyline.addLine(o), this.meshContainer.add(o.mesh), this.five && (o.distanceItem.setCanSelect(!1), o.distanceItem.appendTo(this.domContainer), o.distanceItem.update(this.five));
|
|
76
|
+
}
|
|
77
|
+
(a = this.meshContainer) != null && a.children.includes(this.polygon) || this.meshContainer.add(this.polygon), this.polygon.updatePoints(this.points), this.areaItem.updateArea(this.five), this.points.length === 3 ? this.planeHelper = new h.Plane().setFromCoplanarPoints(this.points[0], this.points[1], this.points[2]) : this.points.length < 3 && (this.planeHelper = null);
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @description: 移除最后一个添加的点
|
|
81
|
+
*/
|
|
82
|
+
popPoint() {
|
|
83
|
+
this.points.pop();
|
|
84
|
+
const t = this.polyline.lines.pop();
|
|
85
|
+
t == null || t.remove(), this.polygon.updatePoints(this.points), this.areaItem.updateArea(this.five), this.points.length < 3 && (this.planeHelper = null);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @description: 自动补全多边形的各个边
|
|
89
|
+
*/
|
|
90
|
+
complete() {
|
|
91
|
+
this.points.at(-1).equals(this.points[0]) || this.addPoints(this.points[0]);
|
|
92
|
+
}
|
|
93
|
+
hideArea() {
|
|
94
|
+
this.polygon.visible = !1, this.areaItem.hide();
|
|
95
|
+
}
|
|
96
|
+
showArea() {
|
|
97
|
+
this.polygon.visible = !0, this.areaItem.show();
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* @description: 获取一个点投影在当前平面上的点
|
|
101
|
+
*/
|
|
102
|
+
projectPoint(t) {
|
|
103
|
+
return t && (this.planeHelper ? this.planeHelper.projectPoint(t, new h.Vector3()) : t);
|
|
104
|
+
}
|
|
105
|
+
remove() {
|
|
106
|
+
this.polygon.removeFromParent(), this.areaItem.remove(), this.polyline.lines.forEach((t) => t.remove());
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @todo: 没写完
|
|
110
|
+
*/
|
|
111
|
+
dispose() {
|
|
112
|
+
this.remove(), this.model.areas.splice(this.model.areas.indexOf(this), 1), this.planeHelper = null, this.five.off("cameraUpdate", this.updateDom), this.five.needsRender = !0;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
export {
|
|
116
|
+
O as default
|
|
117
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Config } from '../typings';
|
|
2
2
|
import type { PluginData } from '../typings/data';
|
|
3
|
+
import type Area from './area';
|
|
3
4
|
import type Line from './line';
|
|
4
5
|
import { Polyline } from './polyline';
|
|
5
6
|
import { Subscribe } from '@realsee/five';
|
|
@@ -8,6 +9,10 @@ type IModelEvent = {
|
|
|
8
9
|
* @param line 被创建的线条
|
|
9
10
|
*/
|
|
10
11
|
polylineAdded: (line: Polyline) => void;
|
|
12
|
+
/** 新增面积
|
|
13
|
+
* @param area 被创建的面积
|
|
14
|
+
*/
|
|
15
|
+
areaAdded: (area: Area) => void;
|
|
11
16
|
/** 删除线条
|
|
12
17
|
* @param lines 被删除的线条数组
|
|
13
18
|
*/
|
|
@@ -16,18 +21,23 @@ type IModelEvent = {
|
|
|
16
21
|
export declare class Model {
|
|
17
22
|
readonly config?: Config;
|
|
18
23
|
readonly polylines: Polyline[];
|
|
24
|
+
readonly areas: Area[];
|
|
19
25
|
readonly hook: Subscribe<IModelEvent>;
|
|
20
26
|
constructor(config?: Config);
|
|
21
27
|
addPolyline(polyline: Polyline): void;
|
|
28
|
+
addArea(area: Area): void;
|
|
22
29
|
replacePolylineByID(id: string, polyline: Polyline): void;
|
|
23
30
|
removePolyline(polyline: Polyline): void;
|
|
31
|
+
removeArea(area: Area): void;
|
|
24
32
|
getPolylineByID(id: string): Polyline;
|
|
25
33
|
getPolylineByLine(line: Line): Polyline;
|
|
26
34
|
getLineByID(id: string): Line;
|
|
27
35
|
getAllLines(): Line[];
|
|
36
|
+
getAllAreas(): Area[];
|
|
28
37
|
getAllPoints(): import("./point").default[];
|
|
29
38
|
includes(item: Polyline): boolean;
|
|
30
39
|
clear(): void;
|
|
40
|
+
dispose(): void;
|
|
31
41
|
getClosestPoint(): void;
|
|
32
42
|
parse(data: PluginData): void;
|
|
33
43
|
toJson(): PluginData;
|