@realsee/dnalogel 3.5.0-dev.5 → 3.5.0-tag-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/dist/CruisePlugin/Controller.d.ts +171 -0
- package/dist/CruisePlugin/index.d.ts +3 -4
- package/dist/CruisePlugin/typing.d.ts +2 -2
- package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/GuideLinePlugin/Controller.d.ts +6 -1
- package/dist/PanoTagPlugin/controller/TagRender.d.ts +4 -2
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +1 -0
- package/dist/index.cjs.js +53 -53
- package/dist/index.js +4141 -4156
- package/dist/index.umd.js +46 -46
- package/docs/assets/search.js +1 -1
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +32 -33
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +33 -34
- package/docs/classes/CSS3DRender.html +32 -33
- package/docs/classes/{WalkController.html → CruisePluginController.html} +100 -97
- package/docs/classes/GuideLineItem.GuideLineItem.html +20 -21
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +42 -43
- package/docs/classes/Magnifier.html +21 -22
- package/docs/classes/ModelRoomLabelController.html +12 -13
- package/docs/classes/Object3DHelperController.html +26 -27
- package/docs/classes/PaintBrush.html +16 -17
- package/docs/classes/PanoMeasurePluginLine.html +28 -29
- package/docs/classes/PanoMeasurePluginModel.html +28 -29
- package/docs/classes/PanoMeasurePluginPoint.html +12 -13
- package/docs/classes/PanoMeasurePluginPolyline.html +28 -29
- package/docs/classes/PanoTagPluginController.html +66 -49
- package/docs/classes/Util.BetterTween.html +10 -11
- package/docs/classes/Util.Interval.html +13 -14
- package/docs/classes/Util.LineSegments.html +9 -10
- package/docs/classes/Util.Magnifier.html +21 -22
- package/docs/classes/Util.Object3D.html +9 -10
- package/docs/classes/Util.PointDomHelper.html +12 -13
- package/docs/classes/Util.PointHelper.html +12 -13
- package/docs/classes/Util.PointSelectorHelper.html +17 -18
- package/docs/classes/Util.Rectangle.html +14 -15
- package/docs/enums/CameraMovementEffect.html +8 -9
- package/docs/enums/ContentType.html +22 -23
- package/docs/enums/DIRECTION.html +10 -11
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +10 -11
- package/docs/enums/DimensionType.html +8 -9
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +9 -10
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +10 -11
- package/docs/enums/PaintBrushTypeEnum.html +9 -10
- package/docs/enums/PointType.html +8 -9
- package/docs/enums/Rotation.html +9 -10
- package/docs/functions/AreaMakerPlugin.html +6 -7
- package/docs/functions/CSS3DRenderPlugin.html +5 -6
- package/docs/functions/CameraMovementPlugin.html +5 -6
- package/docs/functions/CruisePlugin.html +7 -8
- package/docs/functions/CurrentPanoImagePlugin.html +5 -6
- package/docs/functions/GuideLinePlugin.html +6 -7
- package/docs/functions/ItemLabelPlugin.html +5 -6
- package/docs/functions/MapviewFloorplanPlugin.html +5 -6
- package/docs/functions/ModelChassisCompassPlugin.html +5 -6
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -6
- package/docs/functions/ModelFloorplanPlugin.html +5 -6
- package/docs/functions/ModelItemLabelPlugin.html +5 -6
- package/docs/functions/ModelRoomLabelPlugin.html +5 -6
- package/docs/functions/ModelTVVideoPlugin.html +5 -6
- package/docs/functions/ModelViewPlugin.html +5 -6
- package/docs/functions/Object3DHelperPlugin.html +5 -6
- package/docs/functions/PanoCompassPlugin.html +5 -6
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -6
- package/docs/functions/PanoDoorLabelPlugin.html +5 -6
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -6
- package/docs/functions/PanoMeasurePlugin.html +5 -6
- package/docs/functions/PanoRulerPlugin.html +5 -6
- package/docs/functions/PanoRulerProPlugin.html +5 -6
- package/docs/functions/PanoSpatialTagPlugin.html +5 -6
- package/docs/functions/PanoTagPlugin.html +5 -6
- package/docs/functions/PanoVideoPlugin.html +5 -6
- package/docs/functions/PipelinePlugin.html +5 -6
- package/docs/functions/TopviewFloorplanPlugin.html +5 -6
- package/docs/functions/Util.absoluteUrl.html +6 -7
- package/docs/functions/Util.checkFiveModelLoaded.html +6 -7
- package/docs/functions/Util.equal.html +6 -7
- package/docs/functions/Util.getCoordsFromClient.html +6 -7
- package/docs/functions/Util.getCoordsFromElement.html +6 -7
- package/docs/functions/Util.getFrameTime.html +6 -7
- package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -7
- package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -7
- package/docs/functions/Util.isAbsoluteURL.html +6 -7
- package/docs/functions/Util.isModelLike.html +6 -7
- package/docs/functions/Util.isNil.html +6 -7
- package/docs/functions/Util.isPanoramaLike.html +6 -7
- package/docs/functions/Util.nextFrame.html +6 -7
- package/docs/functions/Util.notNil.html +6 -7
- package/docs/functions/Util.requestAnimationFrameInterval.html +6 -7
- package/docs/functions/Util.tweenProgress.html +6 -7
- package/docs/functions/Util.uuid.html +6 -7
- package/docs/functions/pluginFlag.html +6 -7
- package/docs/index.html +6 -7
- package/docs/interfaces/AddTagConfig.html +7 -8
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +7 -8
- package/docs/interfaces/AreaMakerPluginType.Config.html +7 -8
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +16 -17
- package/docs/interfaces/AreaMakerPluginType.Params.html +8 -9
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +10 -11
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +9 -10
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +7 -8
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +7 -8
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +7 -8
- package/docs/interfaces/AreaMakerPluginType.State.html +9 -10
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +12 -13
- package/docs/interfaces/CSS3DRenderPluginState.html +9 -10
- package/docs/interfaces/CameraMovementPluginExportType.html +8 -9
- package/docs/interfaces/CruisePluginTypes.Config.html +10 -11
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +14 -15
- package/docs/interfaces/CruisePluginTypes.EventMap.html +22 -23
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +14 -15
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +16 -17
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +16 -17
- package/docs/interfaces/CruisePluginTypes.PluginData.html +11 -12
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -9
- package/docs/interfaces/CruisePluginTypes.PluginState.html +37 -17
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +12 -13
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +13 -14
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +8 -9
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +7 -8
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +9 -10
- package/docs/interfaces/EventMap.html +16 -17
- package/docs/interfaces/FloorplanBounding.html +9 -10
- package/docs/interfaces/FloorplanData.html +11 -12
- package/docs/interfaces/FloorplanEntrance.html +12 -13
- package/docs/interfaces/FloorplanExtraObject.html +11 -12
- package/docs/interfaces/FloorplanExtraObject3D.html +9 -10
- package/docs/interfaces/FloorplanFloorData.html +10 -11
- package/docs/interfaces/FloorplanImagePosition.html +8 -9
- package/docs/interfaces/FloorplanObserver.html +10 -11
- package/docs/interfaces/FloorplanOutlineItem.html +10 -11
- package/docs/interfaces/FloorplanPosition.html +8 -9
- package/docs/interfaces/FloorplanRoomItem.html +14 -15
- package/docs/interfaces/FloorplanRoomLabelItem.html +8 -9
- package/docs/interfaces/FloorplanServerBounding.html +9 -10
- package/docs/interfaces/FloorplanServerComputedData.html +11 -12
- package/docs/interfaces/FloorplanServerData.html +8 -9
- package/docs/interfaces/FloorplanServerDoorItem.html +11 -12
- package/docs/interfaces/FloorplanServerDoorPosition.html +9 -10
- package/docs/interfaces/FloorplanServerEntrance.html +12 -13
- package/docs/interfaces/FloorplanServerFloorData.html +10 -11
- package/docs/interfaces/FloorplanServerImagePosition.html +8 -9
- package/docs/interfaces/FloorplanServerObserver.html +10 -11
- package/docs/interfaces/FloorplanServerOutlineItem.html +10 -11
- package/docs/interfaces/FloorplanServerPosition.html +8 -9
- package/docs/interfaces/FloorplanServerRoomItem.html +15 -16
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +8 -9
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +9 -10
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +12 -13
- package/docs/interfaces/GuideLinePluginType.EventMap.html +15 -16
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +10 -11
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +8 -9
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +15 -16
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +8 -9
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +10 -11
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +21 -22
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +9 -10
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +21 -22
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +7 -8
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -9
- package/docs/interfaces/GuideLinePluginType.PluginState.html +10 -11
- package/docs/interfaces/GuideLinePluginType.Route.html +13 -14
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +11 -12
- package/docs/interfaces/HelperOffset.html +9 -10
- package/docs/interfaces/ImagePlaneGroup.html +7 -8
- package/docs/interfaces/ItemLabelPluginData.html +7 -8
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +12 -13
- package/docs/interfaces/ItemLabelPluginParametersType.html +10 -11
- package/docs/interfaces/MinMax.html +8 -9
- package/docs/interfaces/ModelChassisCompassPluginData.html +8 -9
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +9 -10
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +8 -9
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +9 -10
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +9 -10
- package/docs/interfaces/ModelItemLabelPluginData.html +7 -8
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +12 -13
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +8 -9
- package/docs/interfaces/ModelRoomLabelPluginData.html +7 -8
- package/docs/interfaces/ModelTVVideoPluginData.html +10 -11
- package/docs/interfaces/ModelTVVideoPluginExportType.html +9 -10
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +7 -8
- package/docs/interfaces/ModelViewPluginExportType.html +12 -13
- package/docs/interfaces/Object3DHelperState.html +9 -10
- package/docs/interfaces/ObjectHelperControllers.html +10 -11
- package/docs/interfaces/PaintBrushAction.html +13 -14
- package/docs/interfaces/PaintBrushConfigs.html +13 -14
- package/docs/interfaces/PaintBrushState.html +11 -12
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +11 -12
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -7
- package/docs/interfaces/PanoMeasureParameterType.html +17 -18
- package/docs/interfaces/PanoMeasurePluginLineJson.html +9 -10
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +8 -9
- package/docs/interfaces/PanoMeasurePluginPointJson.html +8 -9
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +9 -10
- package/docs/interfaces/PanoRulerPluginExportType.html +11 -12
- package/docs/interfaces/PanoRulerPluginOptions.html +8 -9
- package/docs/interfaces/PanoRulerPluginParameterType.html +9 -10
- package/docs/interfaces/PanoRulerProPluginExportType.html +10 -11
- package/docs/interfaces/PanoRulerProPluginOptions.html +8 -9
- package/docs/interfaces/PanoRulerProPluginParameterType.html +8 -9
- package/docs/interfaces/PanoRulerProPluginState.html +9 -10
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -7
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -7
- package/docs/interfaces/PanoSpatialTagPluginData.html +12 -13
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +11 -12
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +14 -15
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +11 -12
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +14 -15
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +12 -13
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +11 -12
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +7 -8
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +9 -10
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +7 -8
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +10 -11
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +7 -8
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +9 -10
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +11 -12
- package/docs/interfaces/Point.html +9 -10
- package/docs/interfaces/Room.html +10 -11
- package/docs/interfaces/RoomInfo.html +8 -9
- package/docs/interfaces/RoomLabel.html +15 -16
- package/docs/interfaces/RoomRules.html +6 -7
- package/docs/interfaces/Rooms.html +6 -7
- package/docs/interfaces/Scissor.html +10 -11
- package/docs/interfaces/State.html +9 -10
- package/docs/interfaces/TagCacheInterface.html +13 -14
- package/docs/interfaces/TagConfig.html +15 -16
- package/docs/interfaces/TagGLTFObjectGroup.html +7 -8
- package/docs/interfaces/TagIconUrl.html +13 -14
- package/docs/interfaces/TagObjectGroup.html +7 -8
- package/docs/interfaces/TagStyle.html +7 -8
- package/docs/interfaces/Tags.html +10 -11
- package/docs/interfaces/TemporaryState.html +7 -8
- package/docs/interfaces/Util.MagnifierParameter.html +12 -13
- package/docs/interfaces/Util.MouseGroupParameter.html +9 -10
- package/docs/interfaces/Util.PointIntersection.html +9 -10
- package/docs/modules/AreaMakerPluginType.html +6 -7
- package/docs/modules/CruisePluginTypes.html +6 -7
- package/docs/modules/CurrentPanoImagePluginType.html +6 -7
- package/docs/modules/GuideLineItem.html +6 -7
- package/docs/modules/GuideLineModeItem.html +6 -7
- package/docs/modules/GuideLinePluginType.html +6 -7
- package/docs/modules/PanoVideoPluginType.html +6 -7
- package/docs/modules/Util.html +6 -7
- package/docs/modules.html +11 -27
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +6 -7
- package/docs/types/AreaMakerPluginType.PluginData.html +6 -7
- package/docs/types/AreaMakerPluginType.ServerData.html +6 -7
- package/docs/types/ArrayPosition.html +6 -7
- package/docs/types/AudioAppearance.html +6 -7
- package/docs/types/AudioTagTypeConfigKey.html +6 -7
- package/docs/types/CSS3DRenderExportType.html +6 -7
- package/docs/types/CSS3DRenderPluginExportType.html +6 -7
- package/docs/types/CSS3DRenderPluginParameterType.html +6 -7
- package/docs/types/ClassFunctionParameters.html +6 -7
- package/docs/types/Color.html +6 -7
- package/docs/types/ContentTypeConfigKey.html +6 -7
- package/docs/types/ContentTypeConfigKeySplit.html +6 -7
- package/docs/types/ContentTypeMap.html +6 -7
- package/docs/types/Create3DDomContainerReturnType.html +6 -7
- package/docs/types/Create3DElementReturnType.html +6 -7
- package/docs/types/CruisePluginExportType.html +6 -7
- package/docs/types/CruisePluginTypes.CruiseData.html +7 -8
- package/docs/types/CruisePluginTypes.MoveEffect.html +7 -8
- package/docs/types/CurrentPanoImagePluginExportType.html +6 -7
- package/docs/types/DeprecatedMediaPlaneProperty.html +6 -7
- package/docs/types/DeprecatedTagProperty.html +6 -7
- package/docs/types/Direction-1.html +6 -7
- package/docs/types/Direction4.html +6 -7
- package/docs/types/ElementRenderer.html +6 -7
- package/docs/types/FloorplanRuleLabels.html +6 -7
- package/docs/types/FloorplanServerRuleLabels.html +6 -7
- package/docs/types/GuideLinePluginExportType.html +6 -7
- package/docs/types/GuideLinePluginType.GuideLineItem.html +7 -8
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +7 -8
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +7 -8
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +7 -8
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +7 -8
- package/docs/types/GuideLinePluginType.PathItem.html +7 -8
- package/docs/types/GuideLinePluginType.PluginData.html +7 -8
- package/docs/types/HelperEventMap.html +6 -7
- package/docs/types/LoadTagConfig.html +6 -7
- package/docs/types/MapviewFloorplanPluginParameterType.html +6 -7
- package/docs/types/MapviewFloorplanPluginReturnType.html +6 -7
- package/docs/types/MediaData.html +6 -7
- package/docs/types/MediaStore.html +6 -7
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -7
- package/docs/types/ModelFloorplanPluginParameterType.html +6 -7
- package/docs/types/ModelFloorplanPluginReturnType.html +6 -7
- package/docs/types/ModelId.html +6 -7
- package/docs/types/ModelRoomLabelPluginParameters.html +6 -7
- package/docs/types/ModelRoomLabelPluginReturnType.html +6 -7
- package/docs/types/MoveArgs.html +6 -7
- package/docs/types/MoveOpts.html +6 -7
- package/docs/types/Object3DHelperEventMap.html +6 -7
- package/docs/types/ObjectFit.html +6 -7
- package/docs/types/PaintBrushEventMap.html +6 -7
- package/docs/types/PanoCompassPluginData.html +6 -7
- package/docs/types/PanoCompassPluginExportType.html +6 -7
- package/docs/types/PanoCompassPluginParameterType.html +6 -7
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -7
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -7
- package/docs/types/PanoIndex.html +6 -7
- package/docs/types/PanoMeasurePluginEvent.html +6 -7
- package/docs/types/PanoMeasureReturnType.html +6 -7
- package/docs/types/PanoSpatialTagPluginId.html +6 -7
- package/docs/types/PanoTagPluginExportInterface.html +6 -7
- package/docs/types/PanoTagPluginParamsInterface.html +6 -7
- package/docs/types/PanoVideoPluginParameterType.html +6 -7
- package/docs/types/PanoVideoPluginReturnType.html +6 -7
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +6 -7
- package/docs/types/PipelinePluginParameterType.html +6 -7
- package/docs/types/PipelinePluginReturnType.html +6 -7
- package/docs/types/PlaneTag.html +6 -7
- package/docs/types/Point2DTag.html +6 -7
- package/docs/types/Point3DTag.html +6 -7
- package/docs/types/PointTag.html +6 -7
- package/docs/types/PointTagInstance.html +6 -7
- package/docs/types/Position.html +6 -7
- package/docs/types/RotateArgs.html +6 -7
- package/docs/types/RotateOpts.html +6 -7
- package/docs/types/RuleLabelsKey.html +6 -7
- package/docs/types/RuleLabelsValue.html +6 -7
- package/docs/types/StickType.html +6 -7
- package/docs/types/Tag.html +6 -7
- package/docs/types/Tag2D.html +6 -7
- package/docs/types/Tag3D.html +6 -7
- package/docs/types/TagConfigByKey.html +6 -7
- package/docs/types/TagContentType.html +6 -7
- package/docs/types/TagContentTypeMapping.html +280 -0
- package/docs/types/TagDimensionType.html +6 -7
- package/docs/types/TagElement.html +6 -7
- package/docs/types/TagEvents.html +6 -7
- package/docs/types/TagGLTFObject.html +6 -7
- package/docs/types/TagHooks.html +6 -7
- package/docs/types/TagId.html +6 -7
- package/docs/types/TagInstance.html +6 -7
- package/docs/types/TagPointType.html +6 -7
- package/docs/types/TagRendererMap.html +6 -7
- package/docs/types/TopviewFloorplanPluginParameterType.html +6 -7
- package/docs/types/TopviewFloorplanPluginReturnType.html +6 -7
- package/docs/types/WorkCode.html +6 -7
- package/docs/variables/FLOOR_TYPE_MAP.html +6 -7
- package/docs/variables/PLUGIN.html +6 -7
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -7
- package/docs/variables/ROOM_TYPE_MAP.html +6 -7
- package/docs/variables/defaultGlobalConfig.html +6 -7
- package/docs/variables/itemLabelPluginServerParams.html +6 -7
- package/docs/variables/modelItemLabelPluginServerParams.html +6 -7
- package/docs/variables/modelRoomLabelPluginServerParams.html +6 -7
- package/libs/CruisePlugin/Controller.d.ts +171 -0
- package/libs/CruisePlugin/Controller.js +760 -0
- package/libs/CruisePlugin/index.d.ts +3 -4
- package/libs/CruisePlugin/index.js +12 -17
- package/libs/CruisePlugin/typing.d.ts +2 -2
- package/libs/GuideLinePlugin/Controller.d.ts +6 -1
- package/libs/GuideLinePlugin/Controller.js +62 -48
- package/libs/GuideLinePlugin/GuideLineItem/index.js +43 -53
- package/libs/GuideLinePlugin/GuideLineItem.js +10 -13
- package/libs/GuideLinePlugin/index.js +17 -20
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +8 -8
- package/libs/PanoTagPlugin/Components/Tag/index.js +336 -291
- package/libs/PanoTagPlugin/Components/TagContainer.js +100 -84
- package/libs/PanoTagPlugin/Components/TagItem.js +122 -114
- package/libs/PanoTagPlugin/controller/TagRender.d.ts +4 -2
- package/libs/PanoTagPlugin/controller/TagRender.js +51 -46
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -0
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +119 -124
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +2 -2
- package/dist/CruisePlugin/BaseController.d.ts +0 -159
- package/dist/CruisePlugin/Move.d.ts +0 -40
- package/dist/CruisePlugin/Work.d.ts +0 -120
- package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
- package/dist/shared-utils/five/fiveLoaded.d.ts +0 -2
- package/docs/classes/MoveController.html +0 -651
- package/libs/CruisePlugin/BaseController.d.ts +0 -159
- package/libs/CruisePlugin/BaseController.js +0 -231
- package/libs/CruisePlugin/Move.d.ts +0 -40
- package/libs/CruisePlugin/Move.js +0 -120
- package/libs/CruisePlugin/Work.d.ts +0 -120
- package/libs/CruisePlugin/Work.js +0 -597
- package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
- package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +0 -11
- package/libs/shared-utils/five/fiveLoaded.d.ts +0 -2
- package/libs/shared-utils/five/fiveLoaded.js +0 -30
- package/libs/shared-utils/formatRad.d.ts +0 -7
- package/libs/shared-utils/formatRad.js +0 -7
- /package/dist/{shared-utils → CruisePlugin/utils}/formatRad.d.ts +0 -0
- /package/dist/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
- /package/libs/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
- /package/libs/{shared-utils/vectorToCoordinate.js → CruisePlugin/utils/vectorToCoordinates.js} +0 -0
|
@@ -9,7 +9,7 @@ var C = (c, l, t) => l in c ? A(c, l, { enumerable: !0, configurable: !0, writab
|
|
|
9
9
|
E.call(l, t) && C(c, t, l[t]);
|
|
10
10
|
return c;
|
|
11
11
|
};
|
|
12
|
-
var
|
|
12
|
+
var h = (c, l, t) => (C(c, typeof l != "symbol" ? l + "" : l, t), t);
|
|
13
13
|
var S = (c, l, t) => new Promise((e, o) => {
|
|
14
14
|
var i = (s) => {
|
|
15
15
|
try {
|
|
@@ -27,7 +27,7 @@ var S = (c, l, t) => new Promise((e, o) => {
|
|
|
27
27
|
a((t = t.apply(c, l)).next());
|
|
28
28
|
});
|
|
29
29
|
import { TagComputer as I } from "./TagComputer.js";
|
|
30
|
-
import { Group as y, Quaternion as O, Vector3 as
|
|
30
|
+
import { Group as y, Quaternion as O, Vector3 as b, Matrix4 as v } from "three";
|
|
31
31
|
import x from "../Components/TagContainer.js";
|
|
32
32
|
import G from "../Components/Tag/index.js";
|
|
33
33
|
import { CSS3DRenderPlugin as F } from "../../CSS3DRenderPlugin/index.js";
|
|
@@ -163,18 +163,19 @@ const $ = /* @__PURE__ */ new Map(), q = /* @__PURE__ */ new Map();
|
|
|
163
163
|
class fi extends I {
|
|
164
164
|
constructor(t) {
|
|
165
165
|
super(t);
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
166
|
+
h(this, "group", new y());
|
|
167
|
+
h(this, "rendererMap", /* @__PURE__ */ new Map());
|
|
168
|
+
h(this, "contentTypeMap", /* @__PURE__ */ new Map());
|
|
169
|
+
h(this, "imagePlaneGroup", new y());
|
|
170
|
+
h(this, "gltfObjectGroup", new y());
|
|
170
171
|
/** 维护一个可用模型表,用于快速删除不应该在场景中的模型 */
|
|
171
|
-
|
|
172
|
+
h(this, "enabledModelTagSet", /* @__PURE__ */ new Set());
|
|
172
173
|
/** 临时状态 */
|
|
173
|
-
|
|
174
|
+
h(this, "temporaryState", { visible: !0 });
|
|
174
175
|
/** 点标签 */
|
|
175
|
-
|
|
176
|
+
h(this, "TagContainerSvelte");
|
|
176
177
|
/** 加载外部模型 */
|
|
177
|
-
|
|
178
|
+
h(this, "loadModel", (t) => S(this, null, function* () {
|
|
178
179
|
var a;
|
|
179
180
|
const e = t.data.modelUrl;
|
|
180
181
|
if (!e)
|
|
@@ -186,8 +187,8 @@ class fi extends I {
|
|
|
186
187
|
customID: t.id,
|
|
187
188
|
isTagModel: !0,
|
|
188
189
|
removeEventListener: this.getTagConfig(t).clickable === !1 ? () => {
|
|
189
|
-
} : this.addObjectClickHandler(t, s.scene, (
|
|
190
|
-
this.hooks.emit("click", { target: "TagModel", tag: t, event:
|
|
190
|
+
} : this.addObjectClickHandler(t, s.scene, (u) => {
|
|
191
|
+
this.hooks.emit("click", { target: "TagModel", tag: t, event: u });
|
|
191
192
|
})
|
|
192
193
|
});
|
|
193
194
|
return n.visible = this.getCurrentVisibleState(t), new v().fromArray(t.matrix).decompose(n.position, n.quaternion, n.scale), n.updateWorldMatrix(!0, !0), n.visible = this.getVisible(t), (m = this.getTagConfig(t).modelConfig) != null && m.autoLookAtEnabled && n.lookAt(this.five.camera.position.clone().setY(n.position.y)), n;
|
|
@@ -204,7 +205,7 @@ class fi extends I {
|
|
|
204
205
|
t.mediaPlane = new k(t.data.mediaData[0].url, t.data.mediaPosition.map(g), {
|
|
205
206
|
objectFit: t.data.objectFit
|
|
206
207
|
});
|
|
207
|
-
const n = new
|
|
208
|
+
const n = new b().addVectors(s[0], s[2]).divideScalar(2);
|
|
208
209
|
t.mediaPlane.position.copy(n), i.add(t.mediaPlane);
|
|
209
210
|
}
|
|
210
211
|
this.getRenderType(t) !== "Mesh" && (i.updateTagCss3DObjectMatrix = () => this.updateTagCss3DObjectMatrix(t, i), i.updateTagCss3DObjectMatrix());
|
|
@@ -222,7 +223,10 @@ class fi extends I {
|
|
|
222
223
|
* @note 优先级低于 tag.element
|
|
223
224
|
*/
|
|
224
225
|
registerRenderer(t, e) {
|
|
225
|
-
this.
|
|
226
|
+
this.rendererMap.set(t, { renderer: e });
|
|
227
|
+
}
|
|
228
|
+
bindRenderer(t, e) {
|
|
229
|
+
this.contentTypeMap.set(t, e);
|
|
226
230
|
}
|
|
227
231
|
clearTags() {
|
|
228
232
|
this.tags.forEach((t) => {
|
|
@@ -241,17 +245,17 @@ class fi extends I {
|
|
|
241
245
|
var o, i;
|
|
242
246
|
return ((i = (o = e.data.mediaData) == null ? void 0 : o[0]) == null ? void 0 : i.type) === "Video";
|
|
243
247
|
}).forEach((e) => {
|
|
244
|
-
var m,
|
|
248
|
+
var m, u, P;
|
|
245
249
|
const o = e.data.mediaData[0];
|
|
246
250
|
if (!o)
|
|
247
251
|
return;
|
|
248
252
|
const { url: i } = o;
|
|
249
253
|
if (!i)
|
|
250
254
|
return;
|
|
251
|
-
e.mediaPlane && !((
|
|
252
|
-
const r = e.position.map(g), a = this.getCurrentVisibleState(e), s = (() => !!(e.mediaPlane && !a))(), n = (() => !!(!e.mediaPlane && a))(),
|
|
253
|
-
if ((s ||
|
|
254
|
-
const
|
|
255
|
+
e.mediaPlane && !((u = (m = e.state) == null ? void 0 : m.visible) == null || u) && e.mediaPlane instanceof w && e.mediaPlane.pause();
|
|
256
|
+
const r = e.position.map(g), a = this.getCurrentVisibleState(e), s = (() => !!(e.mediaPlane && !a))(), n = (() => !!(!e.mediaPlane && a))(), p = (() => !!(e.mediaPlane && e.mediaPlane.src !== i))();
|
|
257
|
+
if ((s || p) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), n || p) {
|
|
258
|
+
const d = new w(i, r, {
|
|
255
259
|
videoCoverSrc: o.videoCoverUrl,
|
|
256
260
|
playButton: e.data.playIcon,
|
|
257
261
|
paused: !((P = e.data.autoplayConfig) != null && P.autoplayVideo),
|
|
@@ -260,11 +264,11 @@ class fi extends I {
|
|
|
260
264
|
ImageTextureMap: q,
|
|
261
265
|
domEvents: this.domEvents
|
|
262
266
|
});
|
|
263
|
-
|
|
264
|
-
|
|
267
|
+
d.onVideoReady = (f) => {
|
|
268
|
+
f.addEventListener("play", () => this.mediaStore.set({ currentMediaElement: d.videoInstance }));
|
|
265
269
|
};
|
|
266
|
-
const
|
|
267
|
-
|
|
270
|
+
const T = (f) => (this.five.on("renderFrame", f), () => this.five.off("renderFrame", f));
|
|
271
|
+
d.initialRenderHooks(T), e.mediaPlane = d, this.imagePlaneGroup.add(e.mediaPlane);
|
|
268
272
|
}
|
|
269
273
|
});
|
|
270
274
|
}
|
|
@@ -280,8 +284,8 @@ class fi extends I {
|
|
|
280
284
|
if (!o)
|
|
281
285
|
return;
|
|
282
286
|
const i = e.position.map(g), r = this.getCurrentVisibleState(e), a = (() => !!(e.mediaPlane && !r))(), s = (() => !!(!e.mediaPlane && r))(), n = (() => !!(e.mediaPlane && e.mediaPlane.src !== o))();
|
|
283
|
-
(a || n) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), (s || n) && (e.mediaPlane = new k(o, i, { objectFit: e.data.objectFit }), this.getTagConfig(e).clickable !== !1 && this.domEvents.addAutoBindEventListener(e.mediaPlane, "click", (
|
|
284
|
-
this.hooks.emit("click", { tag: e, target: "TagContent", event:
|
|
287
|
+
(a || n) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), (s || n) && (e.mediaPlane = new k(o, i, { objectFit: e.data.objectFit }), this.getTagConfig(e).clickable !== !1 && this.domEvents.addAutoBindEventListener(e.mediaPlane, "click", (p) => {
|
|
288
|
+
this.hooks.emit("click", { tag: e, target: "TagContent", event: p.origDomEvent });
|
|
285
289
|
}), this.imagePlaneGroup.add(e.mediaPlane));
|
|
286
290
|
});
|
|
287
291
|
}
|
|
@@ -292,9 +296,9 @@ class fi extends I {
|
|
|
292
296
|
this.filterCSS3DTag.forEach((e) => {
|
|
293
297
|
var o, i, r;
|
|
294
298
|
if (e.tag3DContentSvelte) {
|
|
295
|
-
const { svelteApp: a, css3DInstance: s, initialNormal: n, currentNormal:
|
|
296
|
-
if (a.$set({ tag: e, hooks: this.hooks, state: this.state, temporaryState: this.temporaryState }), !n.equals(
|
|
297
|
-
const m = new O().setFromUnitVectors(n,
|
|
299
|
+
const { svelteApp: a, css3DInstance: s, initialNormal: n, currentNormal: p } = e.tag3DContentSvelte;
|
|
300
|
+
if (a.$set({ tag: e, hooks: this.hooks, state: this.state, temporaryState: this.temporaryState }), !n.equals(p)) {
|
|
301
|
+
const m = new O().setFromUnitVectors(n, p);
|
|
298
302
|
s.css3DObject.setRotationFromQuaternion(m);
|
|
299
303
|
}
|
|
300
304
|
return;
|
|
@@ -309,25 +313,25 @@ class fi extends I {
|
|
|
309
313
|
const s = this.getTagNormal(e);
|
|
310
314
|
if (!s)
|
|
311
315
|
return;
|
|
312
|
-
const n = this.getTagConfig(e),
|
|
313
|
-
if (this.getRenderType(e) === "BehindDom" ||
|
|
314
|
-
|
|
316
|
+
const n = this.getTagConfig(e), p = j({ wrapperStyle: { zIndex: this.calculateTagZIndex(e).toString() } }, n.tag3DConfig);
|
|
317
|
+
if (this.getRenderType(e) === "BehindDom" || p.mode === "behind") {
|
|
318
|
+
p.mode = "behind", p.container = document.createElement("div");
|
|
315
319
|
const P = "black";
|
|
316
|
-
|
|
317
|
-
var
|
|
320
|
+
p.container.style.backgroundColor = P, p.container.style.border = `3px solid ${P}`, this.css3DRenderPlugin.hooks.on("render", () => {
|
|
321
|
+
var d;
|
|
318
322
|
if (m.css3DObject.opacityMesh && n.clickable !== !1) {
|
|
319
|
-
const
|
|
320
|
-
this.hooks.emit("click", { event:
|
|
323
|
+
const T = this.addObjectClickHandler(e, m.css3DObject.opacityMesh, (f) => {
|
|
324
|
+
this.hooks.emit("click", { event: f, target: "TagContent", tag: e });
|
|
321
325
|
});
|
|
322
|
-
(
|
|
326
|
+
(d = this.store.css3DRenderDisposer.get(e.id)) == null || d.push(T);
|
|
323
327
|
}
|
|
324
328
|
});
|
|
325
329
|
}
|
|
326
|
-
const m = this.css3DRenderPlugin.create3DDomContainer(a,
|
|
330
|
+
const m = this.css3DRenderPlugin.create3DDomContainer(a, p);
|
|
327
331
|
if (!m)
|
|
328
332
|
return;
|
|
329
333
|
this.store.css3DRenderDisposer.set(e.id, [m.dispose]);
|
|
330
|
-
const
|
|
334
|
+
const u = new G({
|
|
331
335
|
target: m.container,
|
|
332
336
|
props: {
|
|
333
337
|
tag: e,
|
|
@@ -339,13 +343,13 @@ class fi extends I {
|
|
|
339
343
|
}
|
|
340
344
|
});
|
|
341
345
|
e.tag3DContentSvelte = {
|
|
342
|
-
svelteApp:
|
|
346
|
+
svelteApp: u,
|
|
343
347
|
domContainer: m,
|
|
344
348
|
css3DInstance: m,
|
|
345
349
|
initialNormal: s,
|
|
346
350
|
currentNormal: s,
|
|
347
351
|
dispose: () => {
|
|
348
|
-
|
|
352
|
+
u.$destroy(), m.dispose();
|
|
349
353
|
}
|
|
350
354
|
}, D(e) && ((r = e.model) != null && r.object) && this.updateTagCss3DObjectMatrix(e, e.model.object);
|
|
351
355
|
}
|
|
@@ -379,18 +383,18 @@ class fi extends I {
|
|
|
379
383
|
* @param model 模型
|
|
380
384
|
*/
|
|
381
385
|
updateTagCss3DObjectMatrix(t, e) {
|
|
382
|
-
var
|
|
383
|
-
const o = (
|
|
386
|
+
var T, f, M;
|
|
387
|
+
const o = (f = (T = this.getTagConfig(t).tag3DConfig) == null ? void 0 : T.ratio) != null ? f : 216e-5, i = (M = t.tag3DContentSvelte) == null ? void 0 : M.css3DInstance.css3DObject;
|
|
384
388
|
if (!i)
|
|
385
389
|
return;
|
|
386
390
|
const r = D(t) ? t.data.mediaPosition : t.position;
|
|
387
391
|
if (!r || r.length !== 4 || !Array.isArray(r[0]) || !Array.isArray(r[2]))
|
|
388
392
|
return;
|
|
389
393
|
e.updateWorldMatrix(!1, !1);
|
|
390
|
-
const a = e.matrixWorld, s = new
|
|
394
|
+
const a = e.matrixWorld, s = new b().fromArray(r[0]), n = new b().fromArray(r[2]), p = W(s, n).add(new b(0, 0, 5e-4)), m = new v().setPosition(p), u = new v().makeScale(o, o, o), P = new v().multiply(a).multiply(m).multiply(u);
|
|
391
395
|
P.decompose(i.position, i.quaternion, i.scale);
|
|
392
|
-
const
|
|
393
|
-
|
|
396
|
+
const d = i.opacityMesh;
|
|
397
|
+
d && P.decompose(d.position, d.quaternion, d.scale);
|
|
394
398
|
}
|
|
395
399
|
/** 添加模型标签 */
|
|
396
400
|
addMediaModelTag(t) {
|
|
@@ -478,7 +482,8 @@ class fi extends I {
|
|
|
478
482
|
state: this.state,
|
|
479
483
|
temporaryState: this.temporaryState,
|
|
480
484
|
mediaStore: this.mediaStore,
|
|
481
|
-
|
|
485
|
+
rendererMap: this.rendererMap,
|
|
486
|
+
contentTypeMap: this.contentTypeMap,
|
|
482
487
|
withAnimation: (i = t == null ? void 0 : t.withAnimation) != null ? i : this.store.visibleWithAnimation
|
|
483
488
|
}
|
|
484
489
|
});
|
|
@@ -52,6 +52,7 @@ export type ElementRenderer = (container: HTMLElement, tag: TagInstance<any, any
|
|
|
52
52
|
export type TagRendererMap = Map<string, {
|
|
53
53
|
renderer: ElementRenderer;
|
|
54
54
|
}>;
|
|
55
|
+
export type TagContentTypeMapping = Map<string, string>;
|
|
55
56
|
export interface TagObjectGroup extends Group {
|
|
56
57
|
children: Array<TagGLTFObjectGroup>;
|
|
57
58
|
}
|
package/libs/base/BasePlugin.js
CHANGED
package/libs/index.js
CHANGED
|
@@ -1,60 +1,59 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FLOOR_TYPE_MAP as
|
|
15
|
-
import { ModelChassisCompassPlugin as
|
|
16
|
-
import { ModelEntryDoorGuidePlugin as
|
|
17
|
-
import { CameraMovementPlugin as
|
|
18
|
-
import { CameraMovementEffect as
|
|
19
|
-
import { PanoRulerPlugin as
|
|
20
|
-
import { PanoRulerProPlugin as
|
|
21
|
-
import { PanoCompassPlugin as
|
|
22
|
-
import { PanoMeasurePlugin as
|
|
23
|
-
import { PanoSpatialTagPlugin as
|
|
24
|
-
import { modelItemLabelPluginServerParams as
|
|
25
|
-
import { ModelTVVideoPlugin as
|
|
26
|
-
import { DIRECTION as
|
|
27
|
-
import { itemLabelPluginServerParams as
|
|
28
|
-
import { PanoDoorLabelPlugin as
|
|
29
|
-
import { GuideLinePlugin as
|
|
30
|
-
import { CruisePlugin as
|
|
31
|
-
import { PanoTagPlugin as
|
|
32
|
-
import { Object3DHelperPlugin as
|
|
33
|
-
import { PanoVideoPlugin as
|
|
34
|
-
import { PipelinePlugin as
|
|
35
|
-
import { AreaMakerPlugin as
|
|
36
|
-
import { CurrentPanoImagePlugin as
|
|
37
|
-
import { index as
|
|
38
|
-
import { CSS3DRender as
|
|
39
|
-
import { Model as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { Polyline as
|
|
43
|
-
import { default as
|
|
44
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
45
|
-
import { ModelItemLabelPlugin as
|
|
46
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
47
|
-
import { Plugin as
|
|
48
|
-
import { GuideLineItem$1 as
|
|
49
|
-
import { GuideLineModeItem$1 as
|
|
50
|
-
import { default as
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import { typings as mn } from "./PanoVideoPlugin/typings/index.js";
|
|
3
|
+
import { PaintBrush as qp } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Jp } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as Qp } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as Xp } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as oe } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as te, modelRoomLabelPluginServerParams as ie } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as pe } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as ne } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as ae } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as ue } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as xe } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FLOOR_TYPE_MAP as se, ROOM_FETILE_TYPE_MAP as de, ROOM_TYPE_MAP as Me } from "./floorplan/typings/floorplanServerData.js";
|
|
15
|
+
import { ModelChassisCompassPlugin as Le } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
16
|
+
import { ModelEntryDoorGuidePlugin as _e } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
17
|
+
import { CameraMovementPlugin as Ie } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
18
|
+
import { CameraMovementEffect as Oe, Rotation as ye } from "./CameraMovementPlugin/typing.js";
|
|
19
|
+
import { PanoRulerPlugin as Se } from "./PanoRulerPlugin/Plugin.js";
|
|
20
|
+
import { PanoRulerProPlugin as Ge } from "./PanoRulerProPlugin/index.js";
|
|
21
|
+
import { PanoCompassPlugin as Fe } from "./PanoCompassPlugin/index.js";
|
|
22
|
+
import { PanoMeasurePlugin as ve } from "./PanoMeasurePlugin/index.js";
|
|
23
|
+
import { PanoSpatialTagPlugin as Ve } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
24
|
+
import { modelItemLabelPluginServerParams as he } from "./ModelItemLabelPlugin/index.js";
|
|
25
|
+
import { ModelTVVideoPlugin as Be } from "./ModelTVVideoPlugin/Plugin.js";
|
|
26
|
+
import { DIRECTION as Ue } from "./ModelTVVideoPlugin/typings.js";
|
|
27
|
+
import { itemLabelPluginServerParams as $e } from "./ItemLabelPlugin/index.js";
|
|
28
|
+
import { PanoDoorLabelPlugin as qe } from "./PanoDoorLabelPlugin/index.js";
|
|
29
|
+
import { GuideLinePlugin as Je } from "./GuideLinePlugin/index.js";
|
|
30
|
+
import { CruisePlugin as Qe } from "./CruisePlugin/index.js";
|
|
31
|
+
import { PanoTagPlugin as Xe } from "./PanoTagPlugin/index.js";
|
|
32
|
+
import { Object3DHelperPlugin as on } from "./Object3DHelperPlugin/index.js";
|
|
33
|
+
import { PanoVideoPlugin as tn } from "./PanoVideoPlugin/index.js";
|
|
34
|
+
import { PipelinePlugin as pn } from "./PipelinePlugin/index.js";
|
|
35
|
+
import { AreaMakerPlugin as nn } from "./AreaMakerPlugin/index.js";
|
|
36
|
+
import { CurrentPanoImagePlugin as an } from "./CurrentPanoImagePlugin/index.js";
|
|
37
|
+
import { index as un } from "./shared-utils/index.js";
|
|
38
|
+
import { CSS3DRender as xn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
39
|
+
import { Model as sn } from "./PanoMeasurePlugin/Model/index.js";
|
|
40
|
+
import { default as Mn } from "./PanoMeasurePlugin/Model/point.js";
|
|
41
|
+
import { default as Ln } from "./PanoMeasurePlugin/Model/line.js";
|
|
42
|
+
import { Polyline as _n } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
43
|
+
import { default as In } from "./PanoMeasurePlugin/Modules/Magnifier.js";
|
|
44
|
+
import { DISPLAY_STRATEGY_TYPE as On } from "./ModelItemLabelPlugin/typings.js";
|
|
45
|
+
import { ModelItemLabelPlugin as An } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
46
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Dn } from "./ItemLabelPlugin/typings.js";
|
|
47
|
+
import { Plugin as bn } from "./ItemLabelPlugin/Plugin.js";
|
|
48
|
+
import { GuideLineItem$1 as Yn } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
49
|
+
import { GuideLineModeItem$1 as cn } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
50
|
+
import { default as Nn } from "./CruisePlugin/Controller.js";
|
|
51
|
+
import { typing as wn } from "./CruisePlugin/typing/index.js";
|
|
52
|
+
import { default as Hn, pluginFlag as Un } from "./PanoTagPlugin/controller/index.js";
|
|
53
|
+
import { defaultGlobalConfig as $n } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
54
|
+
import { ContentType as qn, DimensionType as zn, PointType as Jn } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
55
|
+
import { Object3DHelperController as Qn, PLUGIN as Wn } from "./Object3DHelperPlugin/Controller.js";
|
|
56
|
+
import { typings as Zn } from "./PanoVideoPlugin/typings/index.js";
|
|
58
57
|
import "./components/PaintBrush/Controller.js";
|
|
59
58
|
import "./components/PaintBrush/utils.js";
|
|
60
59
|
import "./components/PaintBrush/tween.js";
|
|
@@ -248,7 +247,6 @@ import "./PanoDoorLabelPlugin/BaseController.js";
|
|
|
248
247
|
import "./PanoDoorLabelPlugin/DoorLabelItem.js";
|
|
249
248
|
import "./PanoDoorLabelPlugin/utils.js";
|
|
250
249
|
import "./GuideLinePlugin/Controller.js";
|
|
251
|
-
import "./shared-utils/five/fiveLoaded.js";
|
|
252
250
|
import "./shared-utils/log.js";
|
|
253
251
|
import "./GuideLinePlugin/utils/createLineGeometry.js";
|
|
254
252
|
import "./vendor/polyline-normals/index.js";
|
|
@@ -364,11 +362,10 @@ import "./GuideLinePlugin/utils/index.js";
|
|
|
364
362
|
import "./CruisePlugin/utils/coordinatesAngle.js";
|
|
365
363
|
import "./CruisePlugin/utils/coordinatesToVector.js";
|
|
366
364
|
import "./CruisePlugin/utils/safeCall.js";
|
|
365
|
+
import "./CruisePlugin/utils/vectorToCoordinates.js";
|
|
366
|
+
import "./CruisePlugin/utils/formatRad.js";
|
|
367
|
+
import "./CruisePlugin/utils/linerValue.js";
|
|
367
368
|
import "./CruisePlugin/utils/sleep.js";
|
|
368
|
-
import "./shared-utils/vectorToCoordinate.js";
|
|
369
|
-
import "./shared-utils/formatRad.js";
|
|
370
|
-
import "./CruisePlugin/BaseController.js";
|
|
371
|
-
import "./CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
372
369
|
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
373
370
|
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
374
371
|
import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
@@ -423,68 +420,66 @@ import "./shared-utils/three/getRaycaster.js";
|
|
|
423
420
|
r();
|
|
424
421
|
o();
|
|
425
422
|
export {
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
on as
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
Ge as
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
pe as modelRoomLabelPluginServerParams,
|
|
489
|
-
Wl as pluginFlag
|
|
423
|
+
nn as AreaMakerPlugin,
|
|
424
|
+
xn as CSS3DRender,
|
|
425
|
+
Xp as CSS3DRenderPlugin,
|
|
426
|
+
Oe as CameraMovementEffect,
|
|
427
|
+
Ie as CameraMovementPlugin,
|
|
428
|
+
qn as ContentType,
|
|
429
|
+
Qe as CruisePlugin,
|
|
430
|
+
Nn as CruisePluginController,
|
|
431
|
+
wn as CruisePluginTypes,
|
|
432
|
+
an as CurrentPanoImagePlugin,
|
|
433
|
+
Ue as DIRECTION,
|
|
434
|
+
On as DISPLAY_STRATEGY_TYPE,
|
|
435
|
+
zn as DimensionType,
|
|
436
|
+
pe as FLOOR_PLAN_ATTACHED_TO,
|
|
437
|
+
se as FLOOR_TYPE_MAP,
|
|
438
|
+
Yn as GuideLineItem,
|
|
439
|
+
cn as GuideLineModeItem,
|
|
440
|
+
Je as GuideLinePlugin,
|
|
441
|
+
Dn as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
442
|
+
bn as ItemLabelPlugin,
|
|
443
|
+
In as Magnifier,
|
|
444
|
+
ae as MapviewFloorplanPlugin,
|
|
445
|
+
Le as ModelChassisCompassPlugin,
|
|
446
|
+
_e as ModelEntryDoorGuidePlugin,
|
|
447
|
+
ne as ModelFloorplanPlugin,
|
|
448
|
+
An as ModelItemLabelPlugin,
|
|
449
|
+
te as ModelRoomLabelPlugin,
|
|
450
|
+
Be as ModelTVVideoPlugin,
|
|
451
|
+
Qp as ModelViewPlugin,
|
|
452
|
+
Qn as Object3DHelperController,
|
|
453
|
+
on as Object3DHelperPlugin,
|
|
454
|
+
Wn as PLUGIN,
|
|
455
|
+
qp as PaintBrush,
|
|
456
|
+
Jp as PaintBrushTypeEnum,
|
|
457
|
+
Fe as PanoCompassPlugin,
|
|
458
|
+
oe as PanoCursorRaycasterPlugin,
|
|
459
|
+
qe as PanoDoorLabelPlugin,
|
|
460
|
+
xe as PanoFloorplanRadarPlugin,
|
|
461
|
+
ve as PanoMeasurePlugin,
|
|
462
|
+
Ln as PanoMeasurePluginLine,
|
|
463
|
+
sn as PanoMeasurePluginModel,
|
|
464
|
+
Mn as PanoMeasurePluginPoint,
|
|
465
|
+
_n as PanoMeasurePluginPolyline,
|
|
466
|
+
Se as PanoRulerPlugin,
|
|
467
|
+
Ge as PanoRulerProPlugin,
|
|
468
|
+
Ve as PanoSpatialTagPlugin,
|
|
469
|
+
Xe as PanoTagPlugin,
|
|
470
|
+
Hn as PanoTagPluginController,
|
|
471
|
+
tn as PanoVideoPlugin,
|
|
472
|
+
Zn as PanoVideoPluginType,
|
|
473
|
+
pn as PipelinePlugin,
|
|
474
|
+
Jn as PointType,
|
|
475
|
+
de as ROOM_FETILE_TYPE_MAP,
|
|
476
|
+
Me as ROOM_TYPE_MAP,
|
|
477
|
+
ye as Rotation,
|
|
478
|
+
ue as TopviewFloorplanPlugin,
|
|
479
|
+
un as Util,
|
|
480
|
+
$n as defaultGlobalConfig,
|
|
481
|
+
$e as itemLabelPluginServerParams,
|
|
482
|
+
he as modelItemLabelPluginServerParams,
|
|
483
|
+
ie as modelRoomLabelPluginServerParams,
|
|
484
|
+
Un as pluginFlag
|
|
490
485
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.5.0-dev.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.5.0-tag-dev.0",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"repository": "https://github.com/realsee-developer/dnalogel.git",
|
|
8
8
|
"description": "如视 VR 看房插件合集",
|
|
9
9
|
"private": false,
|
|
10
|
-
"version": "3.5.0-dev.
|
|
10
|
+
"version": "3.5.0-tag-dev.0",
|
|
11
11
|
"license": "SEE LICENSE IN TERMS.txt",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"svelte-carousel": "1.0.25",
|
|
73
73
|
"svelte-preprocess": "^5.0.4",
|
|
74
74
|
"three": "0.117.1",
|
|
75
|
-
"type-fest": "
|
|
75
|
+
"type-fest": "3.11.0",
|
|
76
76
|
"typedoc": "^0.24.8",
|
|
77
77
|
"typescript": "^5.1.6",
|
|
78
78
|
"vite": "4.3.2",
|