@realsee/dnalogel 2.21.0-dev.0 → 2.21.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +3 -5
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +3 -3
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +4 -3
- package/dist/PanoMeasurePlugin/typings/data.d.ts +7 -2
- package/dist/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +1 -1
- package/dist/index.cjs.js +58 -58
- package/dist/index.js +6221 -5669
- package/dist/index.umd.js +45 -45
- package/dist/shared-utils/isTouchDevice.d.ts +1 -0
- package/dist/shared-utils/three/PointSelector.d.ts +32 -0
- package/dist/shared-utils/three/PointSelectorHelper.d.ts +50 -0
- package/dist/shared-utils/three/index.d.ts +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +5 -4
- package/docs/classes/CruisePluginController.html +5 -4
- package/docs/classes/GuideLineItem.GuideLineItem.html +5 -4
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +5 -4
- package/docs/classes/Magnifier.html +5 -4
- package/docs/classes/ModelRoomLabelController.html +5 -4
- package/docs/classes/Object3DHelperController.html +5 -4
- package/docs/classes/PaintBrush.html +5 -4
- package/docs/classes/PanoMeasurePluginLine.html +5 -4
- package/docs/classes/PanoMeasurePluginModel.html +5 -4
- package/docs/classes/PanoMeasurePluginPoint.html +9 -8
- package/docs/classes/PanoMeasurePluginPolyline.html +14 -13
- package/docs/classes/PanoTagPluginController.html +5 -4
- package/docs/classes/Util.BetterTween.html +5 -4
- package/docs/classes/Util.Interval.html +5 -4
- package/docs/classes/Util.Magnifier.html +5 -4
- package/docs/classes/Util.PointDomHelper.html +5 -4
- package/docs/classes/Util.PointHelper.html +5 -4
- package/docs/classes/{Util.FivePointSelector.html → Util.PointSelectorHelper.html} +96 -26
- package/docs/classes/Util.Rectangle.html +5 -4
- package/docs/enums/CameraMovementEffect.html +5 -4
- package/docs/enums/ContentType.html +5 -4
- package/docs/enums/DIRECTION.html +5 -4
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -4
- package/docs/enums/DimensionType.html +5 -4
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +5 -4
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -4
- package/docs/enums/PaintBrushTypeEnum.html +5 -4
- package/docs/enums/PointType.html +5 -4
- package/docs/enums/Rotation.html +5 -4
- package/docs/functions/CSS3DRenderPlugin.html +5 -4
- package/docs/functions/CameraMovementPlugin.html +5 -4
- package/docs/functions/CruisePlugin.html +5 -4
- package/docs/functions/GuideLinePlugin.html +5 -4
- package/docs/functions/ItemLabelPlugin.html +5 -4
- package/docs/functions/MapviewFloorplanPlugin.html +5 -4
- package/docs/functions/ModelChassisCompassPlugin.html +5 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -4
- package/docs/functions/ModelFloorplanPlugin.html +5 -4
- package/docs/functions/ModelItemLabelPlugin.html +5 -4
- package/docs/functions/ModelRoomLabelPlugin.html +5 -4
- package/docs/functions/ModelTVVideoPlugin.html +5 -4
- package/docs/functions/ModelViewPlugin.html +5 -4
- package/docs/functions/Object3DHelperPlugin.html +5 -4
- package/docs/functions/PanoCompassPlugin.html +5 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -4
- package/docs/functions/PanoDoorLabelPlugin.html +5 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -4
- package/docs/functions/PanoMeasurePlugin.html +5 -4
- package/docs/functions/PanoRulerPlugin.html +5 -4
- package/docs/functions/PanoRulerProPlugin.html +5 -4
- package/docs/functions/PanoSpatialTagPlugin.html +5 -4
- package/docs/functions/PanoTagPlugin.html +5 -4
- package/docs/functions/PanoVideoPlugin.html +5 -4
- package/docs/functions/TopviewFloorplanPlugin.html +5 -4
- package/docs/functions/Util.getCoordsFromClient.html +5 -4
- package/docs/functions/Util.getCoordsFromElement.html +5 -4
- package/docs/functions/Util.getFrameTime.html +5 -4
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -4
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -4
- package/docs/functions/Util.isAbsoluteURL.html +5 -4
- package/docs/functions/Util.isModelLike.html +5 -4
- package/docs/functions/Util.isNil.html +5 -4
- package/docs/functions/Util.isPanoramaLike.html +5 -4
- package/docs/functions/Util.nextFrame.html +5 -4
- package/docs/functions/Util.notNil.html +5 -4
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -4
- package/docs/functions/Util.tweenProgress.html +5 -4
- package/docs/functions/Util.uuid.html +5 -4
- package/docs/functions/pluginFlag.html +5 -4
- package/docs/index.html +6 -5
- package/docs/interfaces/AddTagConfig.html +5 -4
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +5 -4
- package/docs/interfaces/CSS3DRenderPluginState.html +5 -4
- package/docs/interfaces/CameraMovementPluginExportType.html +5 -4
- package/docs/interfaces/CruisePluginTypes.Config.html +5 -4
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +5 -4
- package/docs/interfaces/CruisePluginTypes.EventMap.html +5 -4
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +5 -4
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +5 -4
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +5 -4
- package/docs/interfaces/CruisePluginTypes.PluginData.html +5 -4
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +5 -4
- package/docs/interfaces/CruisePluginTypes.PluginState.html +5 -4
- package/docs/interfaces/EventMap.html +5 -4
- package/docs/interfaces/FloorplanBounding.html +5 -4
- package/docs/interfaces/FloorplanData.html +5 -4
- package/docs/interfaces/FloorplanEntrance.html +5 -4
- package/docs/interfaces/FloorplanExtraObject.html +5 -4
- package/docs/interfaces/FloorplanExtraObject3D.html +5 -4
- package/docs/interfaces/FloorplanFloorData.html +5 -4
- package/docs/interfaces/FloorplanImagePosition.html +5 -4
- package/docs/interfaces/FloorplanObserver.html +5 -4
- package/docs/interfaces/FloorplanOutlineItem.html +5 -4
- package/docs/interfaces/FloorplanPosition.html +5 -4
- package/docs/interfaces/FloorplanRoomItem.html +5 -4
- package/docs/interfaces/FloorplanRoomLabelItem.html +5 -4
- package/docs/interfaces/FloorplanServerBounding.html +5 -4
- package/docs/interfaces/FloorplanServerComputedData.html +5 -4
- package/docs/interfaces/FloorplanServerData.html +5 -4
- package/docs/interfaces/FloorplanServerDoorItem.html +5 -4
- package/docs/interfaces/FloorplanServerDoorPosition.html +5 -4
- package/docs/interfaces/FloorplanServerEntrance.html +5 -4
- package/docs/interfaces/FloorplanServerFloorData.html +5 -4
- package/docs/interfaces/FloorplanServerImagePosition.html +5 -4
- package/docs/interfaces/FloorplanServerObserver.html +5 -4
- package/docs/interfaces/FloorplanServerOutlineItem.html +5 -4
- package/docs/interfaces/FloorplanServerPosition.html +5 -4
- package/docs/interfaces/FloorplanServerRoomItem.html +5 -4
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +5 -4
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +5 -4
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +5 -4
- package/docs/interfaces/GuideLinePluginType.EventMap.html +5 -4
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +5 -4
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -4
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +5 -4
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -4
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +5 -4
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +5 -4
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +5 -4
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +5 -4
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +5 -4
- package/docs/interfaces/GuideLinePluginType.PluginState.html +5 -4
- package/docs/interfaces/GuideLinePluginType.Route.html +5 -4
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +5 -4
- package/docs/interfaces/HelperOffset.html +5 -4
- package/docs/interfaces/ImagePlaneGroup.html +5 -4
- package/docs/interfaces/ItemLabelPluginData.html +5 -4
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +5 -4
- package/docs/interfaces/ItemLabelPluginParametersType.html +5 -4
- package/docs/interfaces/MinMax.html +5 -4
- package/docs/interfaces/ModelChassisCompassPluginData.html +5 -4
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +5 -4
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +5 -4
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +5 -4
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +5 -4
- package/docs/interfaces/ModelItemLabelPluginData.html +5 -4
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +5 -4
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +5 -4
- package/docs/interfaces/ModelRoomLabelPluginData.html +5 -4
- package/docs/interfaces/ModelTVVideoPluginData.html +5 -4
- package/docs/interfaces/ModelTVVideoPluginExportType.html +5 -4
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -4
- package/docs/interfaces/ModelViewPluginExportType.html +5 -4
- package/docs/interfaces/Object3DHelperState.html +5 -4
- package/docs/interfaces/ObjectHelperControllers.html +5 -4
- package/docs/interfaces/PaintBrushAction.html +5 -4
- package/docs/interfaces/PaintBrushConfigs.html +5 -4
- package/docs/interfaces/PaintBrushState.html +5 -4
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +5 -4
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -4
- package/docs/interfaces/PanoMeasureParameterType.html +5 -4
- package/docs/interfaces/PanoMeasurePluginLineJson.html +5 -4
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +5 -4
- package/docs/interfaces/PanoMeasurePluginPointJson.html +5 -4
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +5 -4
- package/docs/interfaces/PanoRulerPluginExportType.html +5 -4
- package/docs/interfaces/PanoRulerPluginOptions.html +5 -4
- package/docs/interfaces/PanoRulerPluginParameterType.html +5 -4
- package/docs/interfaces/PanoRulerProPluginExportType.html +5 -4
- package/docs/interfaces/PanoRulerProPluginOptions.html +5 -4
- package/docs/interfaces/PanoRulerProPluginParameterType.html +5 -4
- package/docs/interfaces/PanoRulerProPluginState.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginData.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +5 -4
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +5 -4
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -4
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +5 -4
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -4
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +5 -4
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -4
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +5 -4
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +5 -4
- package/docs/interfaces/Point.html +5 -4
- package/docs/interfaces/Room.html +5 -4
- package/docs/interfaces/RoomInfo.html +5 -4
- package/docs/interfaces/RoomLabel.html +5 -4
- package/docs/interfaces/RoomRules.html +5 -4
- package/docs/interfaces/Rooms.html +5 -4
- package/docs/interfaces/Scissor.html +5 -4
- package/docs/interfaces/State.html +5 -4
- package/docs/interfaces/TagCacheInterface.html +5 -4
- package/docs/interfaces/TagConfig.html +5 -4
- package/docs/interfaces/TagGLTFObjectGroup.html +5 -4
- package/docs/interfaces/TagIconUrl.html +5 -4
- package/docs/interfaces/TagObjectGroup.html +5 -4
- package/docs/interfaces/TagStyle.html +5 -4
- package/docs/interfaces/Tags.html +5 -4
- package/docs/interfaces/TemporaryState.html +5 -4
- package/docs/interfaces/Util.MagnifierParameter.html +5 -4
- package/docs/interfaces/Util.MouseGroupParameter.html +5 -4
- package/docs/interfaces/Util.PointIntersection.html +407 -0
- package/docs/modules/CruisePluginTypes.html +5 -4
- package/docs/modules/GuideLineItem.html +5 -4
- package/docs/modules/GuideLineModeItem.html +5 -4
- package/docs/modules/GuideLinePluginType.html +5 -4
- package/docs/modules/PanoVideoPluginType.html +5 -4
- package/docs/modules/Util.html +7 -5
- package/docs/modules.html +6 -5
- package/docs/types/ArrayPosition.html +5 -4
- package/docs/types/AudioAppearance.html +5 -4
- package/docs/types/AudioTagTypeConfigKey.html +5 -4
- package/docs/types/CSS3DRenderExportType.html +5 -4
- package/docs/types/CSS3DRenderPluginExportType.html +5 -4
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -4
- package/docs/types/ClassFunctionParameters.html +5 -4
- package/docs/types/Color.html +5 -4
- package/docs/types/ContentTypeConfigKey.html +5 -4
- package/docs/types/ContentTypeConfigKeySplit.html +5 -4
- package/docs/types/ContentTypeMap.html +5 -4
- package/docs/types/Create3DDomContainerReturnType.html +5 -4
- package/docs/types/Create3DElementReturnType.html +5 -4
- package/docs/types/CruisePluginExportType.html +5 -4
- package/docs/types/CruisePluginTypes.CruiseData.html +5 -4
- package/docs/types/CruisePluginTypes.MoveEffect.html +5 -4
- package/docs/types/DeprecatedMediaPlaneProperty.html +5 -4
- package/docs/types/DeprecatedTagProperty.html +5 -4
- package/docs/types/Direction-1.html +5 -4
- package/docs/types/Direction4.html +5 -4
- package/docs/types/ElementRenderer.html +5 -4
- package/docs/types/FloorplanRuleLabels.html +5 -4
- package/docs/types/FloorplanServerRuleLabels.html +5 -4
- package/docs/types/GuideLinePluginExportType.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineItem.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +5 -4
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +5 -4
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +5 -4
- package/docs/types/GuideLinePluginType.PathItem.html +5 -4
- package/docs/types/GuideLinePluginType.PluginData.html +5 -4
- package/docs/types/HelperEventMap.html +5 -4
- package/docs/types/LoadTagConfig.html +5 -4
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -4
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -4
- package/docs/types/MediaData.html +5 -4
- package/docs/types/MediaStore.html +5 -4
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -4
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -4
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -4
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -4
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -4
- package/docs/types/MoveArgs.html +5 -4
- package/docs/types/MoveOpts.html +5 -4
- package/docs/types/Object3DHelperEventMap.html +5 -4
- package/docs/types/ObjectFit.html +5 -4
- package/docs/types/PaintBrushEventMap.html +5 -4
- package/docs/types/PanoCompassPluginData.html +5 -4
- package/docs/types/PanoCompassPluginExportType.html +5 -4
- package/docs/types/PanoCompassPluginParameterType.html +5 -4
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -4
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -4
- package/docs/types/PanoIndex.html +5 -4
- package/docs/types/PanoMeasurePluginEvent.html +5 -4
- package/docs/types/PanoMeasureReturnType.html +5 -4
- package/docs/types/PanoSpatialTagPluginId.html +5 -4
- package/docs/types/PanoTagPluginExportInterface.html +5 -4
- package/docs/types/PanoTagPluginParamsInterface.html +5 -4
- package/docs/types/PanoVideoPluginParameterType.html +5 -4
- package/docs/types/PanoVideoPluginReturnType.html +5 -4
- package/docs/types/PartialObjectDeep.html +5 -4
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -4
- package/docs/types/PlaneTag.html +5 -4
- package/docs/types/Point2DTag.html +5 -4
- package/docs/types/Point3DTag.html +5 -4
- package/docs/types/PointTag.html +5 -4
- package/docs/types/PointTagInstance.html +5 -4
- package/docs/types/Position.html +5 -4
- package/docs/types/RotateArgs.html +5 -4
- package/docs/types/RotateOpts.html +5 -4
- package/docs/types/RuleLabelsKey.html +5 -4
- package/docs/types/RuleLabelsValue.html +5 -4
- package/docs/types/StickType.html +5 -4
- package/docs/types/Tag.html +5 -4
- package/docs/types/Tag2D.html +5 -4
- package/docs/types/Tag3D.html +5 -4
- package/docs/types/TagContentType.html +5 -4
- package/docs/types/TagDimensionType.html +5 -4
- package/docs/types/TagElement.html +5 -4
- package/docs/types/TagEvents.html +5 -4
- package/docs/types/TagGLTFObject.html +5 -4
- package/docs/types/TagHooks.html +5 -4
- package/docs/types/TagId.html +5 -4
- package/docs/types/TagInstance.html +5 -4
- package/docs/types/TagPointType.html +5 -4
- package/docs/types/TagRendererMap.html +5 -4
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -4
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -4
- package/docs/types/WorkCode.html +5 -4
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -4
- package/docs/variables/PLUGIN.html +5 -4
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -4
- package/docs/variables/ROOM_TYPE_MAP.html +5 -4
- package/docs/variables/itemLabelPluginServerParams.html +5 -4
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -4
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -4
- package/libs/PanoMeasurePlugin/Components/Common/Exit.js +42 -0
- package/libs/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Controller0.js +81 -68
- package/libs/PanoMeasurePlugin/Components/Controller1.js +195 -97
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +7 -6
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +3 -5
- package/libs/PanoMeasurePlugin/Controller/EditController.js +124 -95
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +3 -3
- package/libs/PanoMeasurePlugin/Controller/index.js +65 -49
- package/libs/PanoMeasurePlugin/Model/point.js +17 -12
- package/libs/PanoMeasurePlugin/Model/polygon.js +11 -10
- package/libs/PanoMeasurePlugin/Model/polyline.js +6 -6
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +4 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +99 -31
- package/libs/PanoMeasurePlugin/index.js +46 -31
- package/libs/PanoMeasurePlugin/typings/data.d.ts +7 -2
- package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +120 -115
- package/libs/shared-utils/index.js +6 -6
- package/libs/shared-utils/isTouchDevice.d.ts +1 -0
- package/libs/shared-utils/isTouchDevice.js +4 -0
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/PointSelector.d.ts +32 -0
- package/libs/shared-utils/three/PointSelector.js +68 -0
- package/libs/shared-utils/three/PointSelectorHelper.d.ts +50 -0
- package/libs/shared-utils/three/PointSelectorHelper.js +100 -0
- package/libs/shared-utils/three/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/shared-utils/three/FivePointSelector.d.ts +0 -36
- package/libs/shared-utils/three/FivePointSelector.d.ts +0 -36
- package/libs/shared-utils/three/FivePointSelector.js +0 -49
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import * as THREE from 'three';
|
|
2
|
-
import type { Five } from '@realsee/five';
|
|
3
|
-
import { Subscribe } from '@realsee/five';
|
|
4
|
-
import { Magnifier, PointHelper, PointDomHelper } from '.';
|
|
5
|
-
interface FivePointSelectorOptions {
|
|
6
|
-
magnifier: Magnifier | null;
|
|
7
|
-
pointHelper: PointHelper | null;
|
|
8
|
-
pointDomHelper: PointDomHelper | null;
|
|
9
|
-
}
|
|
10
|
-
export declare class FivePointSelector {
|
|
11
|
-
five: Five;
|
|
12
|
-
hooks: Subscribe<{
|
|
13
|
-
/** 点的位置发生变化 */
|
|
14
|
-
pointChanged: (data: {
|
|
15
|
-
panoIndex: number;
|
|
16
|
-
position: number[];
|
|
17
|
-
normal: number[];
|
|
18
|
-
}) => void;
|
|
19
|
-
/** 功能开启 */
|
|
20
|
-
enabled: () => void;
|
|
21
|
-
/** 功能关闭 */
|
|
22
|
-
disabled: () => void;
|
|
23
|
-
}>;
|
|
24
|
-
private magnifier;
|
|
25
|
-
private pointHelper;
|
|
26
|
-
private pointDomHelper;
|
|
27
|
-
private contentDom;
|
|
28
|
-
private state;
|
|
29
|
-
private group;
|
|
30
|
-
constructor(five: Five, options?: Partial<FivePointSelectorOptions>);
|
|
31
|
-
enable(): void;
|
|
32
|
-
disable(): void;
|
|
33
|
-
dispose(): void;
|
|
34
|
-
updateWithIntersect(intersect: THREE.Intersection): void;
|
|
35
|
-
}
|
|
36
|
-
export {};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
var l = Object.defineProperty;
|
|
2
|
-
var h = (n, t, e) => t in n ? l(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
|
|
3
|
-
var i = (n, t, e) => (h(n, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
-
import * as a from "three";
|
|
5
|
-
import { Subscribe as p } from "@realsee/five";
|
|
6
|
-
import { Magnifier as m } from "./Magnifier.js";
|
|
7
|
-
import { PointHelper as d } from "./PointHelper.js";
|
|
8
|
-
import { PointDomHelper as f } from "./PointDomHelper.js";
|
|
9
|
-
class D {
|
|
10
|
-
constructor(t, e) {
|
|
11
|
-
i(this, "five");
|
|
12
|
-
i(this, "hooks", new p());
|
|
13
|
-
i(this, "magnifier", null);
|
|
14
|
-
i(this, "pointHelper", null);
|
|
15
|
-
i(this, "pointDomHelper", null);
|
|
16
|
-
i(this, "contentDom", document.createElement("div"));
|
|
17
|
-
i(this, "state", { enabled: !1 });
|
|
18
|
-
i(this, "group", new a.Group());
|
|
19
|
-
this.five = t, this.magnifier = (e == null ? void 0 : e.magnifier) === void 0 ? new m(t, { dragEnabled: !0 }) : null, this.pointHelper = (e == null ? void 0 : e.pointHelper) === void 0 ? new d() : null, this.pointDomHelper = (e == null ? void 0 : e.pointDomHelper) === void 0 ? new f(t) : null, this.group.name = "five-point-selector", this.five.scene.add(this.group), this.contentDom.classList.add("five-point-selector-content"), this.contentDom.style.position = "absolute", this.contentDom.style.top = "0", this.contentDom.style.left = "0", this.contentDom.style.width = "100%", this.contentDom.style.height = "100%", this.contentDom.style.pointerEvents = "none";
|
|
20
|
-
}
|
|
21
|
-
enable() {
|
|
22
|
-
var t, e;
|
|
23
|
-
this.state.enabled || (this.state.enabled = !0, this.pointHelper && this.group.add(this.pointHelper), (t = this.magnifier) == null || t.enable(), (e = this.pointDomHelper) == null || e.enable(), this.five.needsRender = !0, this.hooks.emit("enabled"));
|
|
24
|
-
}
|
|
25
|
-
disable() {
|
|
26
|
-
var t, e;
|
|
27
|
-
this.state.enabled && (this.state.enabled = !1, this.pointHelper && this.group.remove(this.pointHelper), (t = this.magnifier) == null || t.disable(), (e = this.pointDomHelper) == null || e.disable(), this.hooks.emit("disabled"));
|
|
28
|
-
}
|
|
29
|
-
dispose() {
|
|
30
|
-
this.hooks.off(), this.disable(), this.magnifier = null, this.pointHelper = null, this.pointDomHelper = null;
|
|
31
|
-
}
|
|
32
|
-
updateWithIntersect(t) {
|
|
33
|
-
var s;
|
|
34
|
-
this.hooks.emit("pointChanged", {
|
|
35
|
-
panoIndex: this.five.getCurrentState().panoIndex,
|
|
36
|
-
position: t.point.toArray(),
|
|
37
|
-
normal: (s = t.face) == null ? void 0 : s.normal.toArray()
|
|
38
|
-
});
|
|
39
|
-
const e = this.magnifier;
|
|
40
|
-
e && e.renderWithPoint(t.point);
|
|
41
|
-
const o = this.pointHelper;
|
|
42
|
-
o && o.updateWithIntersect(t);
|
|
43
|
-
const r = this.pointDomHelper;
|
|
44
|
-
r && r.updateWithIntersect(t), this.five.needsRender = !0;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
export {
|
|
48
|
-
D as FivePointSelector
|
|
49
|
-
};
|