@realsee/dnalogel 3.3.5 → 3.4.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/dist/CruisePlugin/CruiseController.d.ts +146 -0
- package/dist/CruisePlugin/Move.d.ts +25 -0
- package/dist/CruisePlugin/{Controller.d.ts → Work.d.ts} +1 -8
- package/dist/CruisePlugin/index.d.ts +4 -3
- package/dist/CruisePlugin/typing.d.ts +2 -2
- package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
- package/dist/GuideLinePlugin/Controller.d.ts +1 -6
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +4 -0
- package/dist/PanoTagPlugin/controller/TagRender.d.ts +0 -4
- package/dist/index.cjs.js +53 -53
- package/dist/index.js +4420 -4234
- package/dist/index.umd.js +48 -48
- package/dist/shared-utils/five/fiveLoaded.d.ts +2 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +120 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +726 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +679 -0
- package/docs/classes/CSS3DRender.html +774 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +477 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +857 -0
- package/docs/classes/Magnifier.html +481 -0
- package/docs/classes/ModelRoomLabelController.html +399 -0
- package/docs/classes/MoveController.html +640 -0
- package/docs/classes/Object3DHelperController.html +641 -0
- package/docs/classes/PaintBrush.html +503 -0
- package/docs/classes/PanoMeasurePluginLine.html +523 -0
- package/docs/classes/PanoMeasurePluginModel.html +572 -0
- package/docs/classes/PanoMeasurePluginPoint.html +363 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +568 -0
- package/docs/classes/PanoTagPluginController.html +1078 -0
- package/docs/classes/Util.BetterTween.html +417 -0
- package/docs/classes/Util.Interval.html +433 -0
- package/docs/classes/Util.LineSegments.html +385 -0
- package/docs/classes/Util.Magnifier.html +504 -0
- package/docs/classes/Util.Object3D.html +407 -0
- package/docs/classes/Util.PointDomHelper.html +408 -0
- package/docs/classes/Util.PointHelper.html +399 -0
- package/docs/classes/Util.PointSelectorHelper.html +455 -0
- package/docs/classes/Util.Rectangle.html +456 -0
- package/docs/classes/WalkController.html +666 -0
- package/docs/enums/CameraMovementEffect.html +311 -0
- package/docs/enums/ContentType.html +447 -0
- package/docs/enums/DIRECTION.html +321 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +321 -0
- package/docs/enums/DimensionType.html +311 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +314 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +321 -0
- package/docs/enums/PaintBrushTypeEnum.html +314 -0
- package/docs/enums/PointType.html +311 -0
- package/docs/enums/Rotation.html +318 -0
- package/docs/functions/AreaMakerPlugin.html +291 -0
- package/docs/functions/CSS3DRenderPlugin.html +289 -0
- package/docs/functions/CameraMovementPlugin.html +294 -0
- package/docs/functions/CruisePlugin.html +291 -0
- package/docs/functions/CurrentPanoImagePlugin.html +291 -0
- package/docs/functions/GuideLinePlugin.html +291 -0
- package/docs/functions/ItemLabelPlugin.html +291 -0
- package/docs/functions/MapviewFloorplanPlugin.html +291 -0
- package/docs/functions/ModelChassisCompassPlugin.html +294 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +294 -0
- package/docs/functions/ModelFloorplanPlugin.html +291 -0
- package/docs/functions/ModelItemLabelPlugin.html +291 -0
- package/docs/functions/ModelRoomLabelPlugin.html +289 -0
- package/docs/functions/ModelTVVideoPlugin.html +291 -0
- package/docs/functions/ModelViewPlugin.html +294 -0
- package/docs/functions/Object3DHelperPlugin.html +289 -0
- package/docs/functions/PanoCompassPlugin.html +291 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +295 -0
- package/docs/functions/PanoDoorLabelPlugin.html +291 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +291 -0
- package/docs/functions/PanoMeasurePlugin.html +291 -0
- package/docs/functions/PanoRulerPlugin.html +294 -0
- package/docs/functions/PanoRulerProPlugin.html +294 -0
- package/docs/functions/PanoSpatialTagPlugin.html +294 -0
- package/docs/functions/PanoTagPlugin.html +296 -0
- package/docs/functions/PanoVideoPlugin.html +300 -0
- package/docs/functions/PipelinePlugin.html +289 -0
- package/docs/functions/TopviewFloorplanPlugin.html +291 -0
- package/docs/functions/Util.absoluteUrl.html +327 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +330 -0
- package/docs/functions/Util.equal.html +339 -0
- package/docs/functions/Util.getCoordsFromClient.html +329 -0
- package/docs/functions/Util.getCoordsFromElement.html +329 -0
- package/docs/functions/Util.getFrameTime.html +321 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +329 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +329 -0
- package/docs/functions/Util.isAbsoluteURL.html +322 -0
- package/docs/functions/Util.isModelLike.html +322 -0
- package/docs/functions/Util.isNil.html +330 -0
- package/docs/functions/Util.isPanoramaLike.html +322 -0
- package/docs/functions/Util.nextFrame.html +335 -0
- package/docs/functions/Util.notNil.html +330 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +351 -0
- package/docs/functions/Util.tweenProgress.html +324 -0
- package/docs/functions/Util.uuid.html +320 -0
- package/docs/functions/pluginFlag.html +289 -0
- package/docs/index.html +355 -0
- package/docs/interfaces/AddTagConfig.html +304 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +330 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +335 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +621 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +334 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +384 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +369 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +334 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +327 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +326 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +355 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +450 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +326 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +359 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +360 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +362 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +697 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +386 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +422 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +412 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +352 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +320 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +388 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +383 -0
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +522 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +324 -0
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +316 -0
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +338 -0
- package/docs/interfaces/EventMap.html +543 -0
- package/docs/interfaces/FloorplanBounding.html +333 -0
- package/docs/interfaces/FloorplanData.html +336 -0
- package/docs/interfaces/FloorplanEntrance.html +361 -0
- package/docs/interfaces/FloorplanExtraObject.html +351 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +340 -0
- package/docs/interfaces/FloorplanFloorData.html +329 -0
- package/docs/interfaces/FloorplanImagePosition.html +315 -0
- package/docs/interfaces/FloorplanObserver.html +333 -0
- package/docs/interfaces/FloorplanOutlineItem.html +329 -0
- package/docs/interfaces/FloorplanPosition.html +315 -0
- package/docs/interfaces/FloorplanRoomItem.html +380 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +321 -0
- package/docs/interfaces/FloorplanServerBounding.html +333 -0
- package/docs/interfaces/FloorplanServerComputedData.html +332 -0
- package/docs/interfaces/FloorplanServerData.html +315 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +332 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +318 -0
- package/docs/interfaces/FloorplanServerEntrance.html +361 -0
- package/docs/interfaces/FloorplanServerFloorData.html +329 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +315 -0
- package/docs/interfaces/FloorplanServerObserver.html +333 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +329 -0
- package/docs/interfaces/FloorplanServerPosition.html +315 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +392 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +321 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +324 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +363 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +527 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +358 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +349 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +416 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +338 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +348 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +484 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +345 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +484 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +310 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +331 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +356 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +372 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +354 -0
- package/docs/interfaces/HelperOffset.html +333 -0
- package/docs/interfaces/ImagePlaneGroup.html +307 -0
- package/docs/interfaces/ItemLabelPluginData.html +304 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +389 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +325 -0
- package/docs/interfaces/MinMax.html +311 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +311 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +347 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +311 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +318 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +355 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +304 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +389 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +311 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +304 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +325 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +349 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +304 -0
- package/docs/interfaces/ModelViewPluginExportType.html +417 -0
- package/docs/interfaces/Object3DHelperState.html +318 -0
- package/docs/interfaces/ObjectHelperControllers.html +325 -0
- package/docs/interfaces/PaintBrushAction.html +364 -0
- package/docs/interfaces/PaintBrushConfigs.html +362 -0
- package/docs/interfaces/PaintBrushState.html +346 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +426 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +283 -0
- package/docs/interfaces/PanoMeasureParameterType.html +450 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +318 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +315 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +311 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +321 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +378 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +327 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +318 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +354 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +324 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +311 -0
- package/docs/interfaces/PanoRulerProPluginState.html +318 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +297 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +286 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +354 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +336 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +432 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +332 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +353 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +339 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +332 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +324 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +342 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +315 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +421 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +315 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +350 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +369 -0
- package/docs/interfaces/Point.html +318 -0
- package/docs/interfaces/Room.html +325 -0
- package/docs/interfaces/RoomInfo.html +311 -0
- package/docs/interfaces/RoomLabel.html +387 -0
- package/docs/interfaces/RoomRules.html +286 -0
- package/docs/interfaces/Rooms.html +286 -0
- package/docs/interfaces/Scissor.html +345 -0
- package/docs/interfaces/State.html +332 -0
- package/docs/interfaces/TagCacheInterface.html +363 -0
- package/docs/interfaces/TagConfig.html +566 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +307 -0
- package/docs/interfaces/TagIconUrl.html +364 -0
- package/docs/interfaces/TagObjectGroup.html +307 -0
- package/docs/interfaces/TagStyle.html +317 -0
- package/docs/interfaces/Tags.html +2689 -0
- package/docs/interfaces/TemporaryState.html +304 -0
- package/docs/interfaces/Util.MagnifierParameter.html +392 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +351 -0
- package/docs/interfaces/Util.PointIntersection.html +366 -0
- package/docs/modules/AreaMakerPluginType.html +324 -0
- package/docs/modules/CruisePluginTypes.html +329 -0
- package/docs/modules/CurrentPanoImagePluginType.html +298 -0
- package/docs/modules/GuideLineItem.html +290 -0
- package/docs/modules/GuideLineModeItem.html +295 -0
- package/docs/modules/GuideLinePluginType.html +351 -0
- package/docs/modules/PanoVideoPluginType.html +302 -0
- package/docs/modules/Util.html +352 -0
- package/docs/modules.html +542 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +332 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +302 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +302 -0
- package/docs/types/ArrayPosition.html +280 -0
- package/docs/types/AudioAppearance.html +280 -0
- package/docs/types/AudioTagTypeConfigKey.html +280 -0
- package/docs/types/CSS3DRenderExportType.html +280 -0
- package/docs/types/CSS3DRenderPluginExportType.html +280 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +280 -0
- package/docs/types/ClassFunctionParameters.html +287 -0
- package/docs/types/Color.html +280 -0
- package/docs/types/ContentTypeConfigKey.html +280 -0
- package/docs/types/ContentTypeConfigKeySplit.html +280 -0
- package/docs/types/ContentTypeMap.html +280 -0
- package/docs/types/Create3DDomContainerReturnType.html +280 -0
- package/docs/types/Create3DElementReturnType.html +280 -0
- package/docs/types/CruisePluginExportType.html +280 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +319 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +296 -0
- package/docs/types/CurrentPanoImagePluginExportType.html +280 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +292 -0
- package/docs/types/DeprecatedTagProperty.html +295 -0
- package/docs/types/Direction-1.html +280 -0
- package/docs/types/Direction4.html +280 -0
- package/docs/types/ElementRenderer.html +304 -0
- package/docs/types/FloorplanRuleLabels.html +283 -0
- package/docs/types/FloorplanServerRuleLabels.html +280 -0
- package/docs/types/GuideLinePluginExportType.html +280 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +353 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +374 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +307 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +310 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +310 -0
- package/docs/types/GuideLinePluginType.PathItem.html +310 -0
- package/docs/types/GuideLinePluginType.PluginData.html +319 -0
- package/docs/types/HelperEventMap.html +518 -0
- package/docs/types/LoadTagConfig.html +280 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +280 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +280 -0
- package/docs/types/MediaData.html +296 -0
- package/docs/types/MediaStore.html +285 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +287 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +280 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +280 -0
- package/docs/types/ModelId.html +280 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +280 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +280 -0
- package/docs/types/MoveArgs.html +290 -0
- package/docs/types/MoveOpts.html +288 -0
- package/docs/types/Object3DHelperEventMap.html +373 -0
- package/docs/types/ObjectFit.html +280 -0
- package/docs/types/PaintBrushEventMap.html +311 -0
- package/docs/types/PanoCompassPluginData.html +280 -0
- package/docs/types/PanoCompassPluginExportType.html +280 -0
- package/docs/types/PanoCompassPluginParameterType.html +280 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +280 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +280 -0
- package/docs/types/PanoIndex.html +280 -0
- package/docs/types/PanoMeasurePluginEvent.html +280 -0
- package/docs/types/PanoMeasureReturnType.html +280 -0
- package/docs/types/PanoSpatialTagPluginId.html +280 -0
- package/docs/types/PanoTagPluginExportInterface.html +280 -0
- package/docs/types/PanoTagPluginParamsInterface.html +280 -0
- package/docs/types/PanoVideoPluginParameterType.html +280 -0
- package/docs/types/PanoVideoPluginReturnType.html +280 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +288 -0
- package/docs/types/PipelinePluginParameterType.html +280 -0
- package/docs/types/PipelinePluginReturnType.html +280 -0
- package/docs/types/PlaneTag.html +288 -0
- package/docs/types/Point2DTag.html +288 -0
- package/docs/types/Point3DTag.html +288 -0
- package/docs/types/PointTag.html +285 -0
- package/docs/types/PointTagInstance.html +285 -0
- package/docs/types/Position.html +280 -0
- package/docs/types/RotateArgs.html +292 -0
- package/docs/types/RotateOpts.html +288 -0
- package/docs/types/RuleLabelsKey.html +280 -0
- package/docs/types/RuleLabelsValue.html +280 -0
- package/docs/types/StickType.html +280 -0
- package/docs/types/Tag.html +346 -0
- package/docs/types/Tag2D.html +288 -0
- package/docs/types/Tag3D.html +288 -0
- package/docs/types/TagConfigByKey.html +285 -0
- package/docs/types/TagContentType.html +280 -0
- package/docs/types/TagDimensionType.html +282 -0
- package/docs/types/TagElement.html +290 -0
- package/docs/types/TagEvents.html +333 -0
- package/docs/types/TagGLTFObject.html +303 -0
- package/docs/types/TagHooks.html +280 -0
- package/docs/types/TagId.html +280 -0
- package/docs/types/TagInstance.html +356 -0
- package/docs/types/TagPointType.html +283 -0
- package/docs/types/TagRendererMap.html +285 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +280 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +280 -0
- package/docs/types/WorkCode.html +280 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +290 -0
- package/docs/variables/PLUGIN.html +280 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +283 -0
- package/docs/variables/ROOM_TYPE_MAP.html +290 -0
- package/docs/variables/defaultGlobalConfig.html +280 -0
- package/docs/variables/itemLabelPluginServerParams.html +287 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +287 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +287 -0
- package/libs/CruisePlugin/CruiseController.d.ts +146 -0
- package/libs/CruisePlugin/CruiseController.js +235 -0
- package/libs/CruisePlugin/Move.d.ts +25 -0
- package/libs/CruisePlugin/Move.js +111 -0
- package/libs/CruisePlugin/{Controller.d.ts → Work.d.ts} +1 -8
- package/libs/CruisePlugin/{Controller.js → Work.js} +149 -177
- package/libs/CruisePlugin/index.d.ts +4 -3
- package/libs/CruisePlugin/index.js +14 -10
- package/libs/CruisePlugin/typing.d.ts +2 -2
- package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
- package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +11 -0
- package/libs/GuideLinePlugin/Controller.d.ts +1 -6
- package/libs/GuideLinePlugin/Controller.js +60 -74
- package/libs/GuideLinePlugin/GuideLineItem/index.js +53 -43
- package/libs/GuideLinePlugin/GuideLineItem.js +12 -9
- package/libs/GuideLinePlugin/index.js +20 -17
- package/libs/PanoTagPlugin/Components/TagItem.js +255 -287
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +4 -0
- package/libs/PanoTagPlugin/controller/TagComputer.js +135 -116
- package/libs/PanoTagPlugin/controller/TagRender.d.ts +0 -4
- package/libs/PanoTagPlugin/controller/TagRender.js +71 -90
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +123 -119
- package/libs/shared-utils/five/fiveLoaded.d.ts +2 -0
- package/libs/shared-utils/five/fiveLoaded.js +30 -0
- package/libs/shared-utils/formatRad.d.ts +7 -0
- package/libs/shared-utils/formatRad.js +7 -0
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +2 -2
- package/dist/CruisePlugin/utils/linerValue.d.ts +0 -1
- /package/dist/{CruisePlugin/utils → shared-utils}/formatRad.d.ts +0 -0
- /package/dist/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
- /package/libs/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
- /package/libs/{CruisePlugin/utils/vectorToCoordinates.js → shared-utils/vectorToCoordinate.js} +0 -0
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
var
|
|
1
|
+
var V = Object.defineProperty;
|
|
2
2
|
var R = Object.getOwnPropertySymbols;
|
|
3
|
-
var
|
|
4
|
-
var C = (c, l, t) => l in c ?
|
|
3
|
+
var E = Object.prototype.hasOwnProperty, A = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var C = (c, l, t) => l in c ? V(c, l, { enumerable: !0, configurable: !0, writable: !0, value: t }) : c[l] = t, j = (c, l) => {
|
|
5
5
|
for (var t in l || (l = {}))
|
|
6
|
-
|
|
6
|
+
E.call(l, t) && C(c, t, l[t]);
|
|
7
7
|
if (R)
|
|
8
8
|
for (var t of R(l))
|
|
9
|
-
|
|
9
|
+
A.call(l, t) && C(c, t, l[t]);
|
|
10
10
|
return c;
|
|
11
11
|
};
|
|
12
12
|
var f = (c, l, t) => (C(c, typeof l != "symbol" ? l + "" : l, t), t);
|
|
13
13
|
var S = (c, l, t) => new Promise((e, o) => {
|
|
14
|
-
var i = (
|
|
14
|
+
var i = (r) => {
|
|
15
15
|
try {
|
|
16
|
-
a(t.next(
|
|
16
|
+
a(t.next(r));
|
|
17
17
|
} catch (n) {
|
|
18
18
|
o(n);
|
|
19
19
|
}
|
|
20
|
-
},
|
|
20
|
+
}, s = (r) => {
|
|
21
21
|
try {
|
|
22
|
-
a(t.throw(
|
|
22
|
+
a(t.throw(r));
|
|
23
23
|
} catch (n) {
|
|
24
24
|
o(n);
|
|
25
25
|
}
|
|
26
|
-
}, a = (
|
|
26
|
+
}, a = (r) => r.done ? e(r.value) : Promise.resolve(r.value).then(i, s);
|
|
27
27
|
a((t = t.apply(c, l)).next());
|
|
28
28
|
});
|
|
29
|
-
import { TagComputer as
|
|
30
|
-
import { Group as y, Quaternion as O, Vector3 as
|
|
31
|
-
import
|
|
29
|
+
import { TagComputer as x } from "./TagComputer.js";
|
|
30
|
+
import { Group as y, Quaternion as O, Vector3 as b, Matrix4 as v } from "three";
|
|
31
|
+
import I from "../Components/TagContainer.js";
|
|
32
32
|
import G from "../Components/Tag/index.js";
|
|
33
33
|
import { CSS3DRenderPlugin as F } from "../../CSS3DRenderPlugin/index.js";
|
|
34
|
-
import { loadGLTF as
|
|
35
|
-
import { isMediaModelTag as D, isStickModelTag as
|
|
34
|
+
import { loadGLTF as L } from "../../shared-utils/three/GLTFLoader.js";
|
|
35
|
+
import { isMediaModelTag as D, isStickModelTag as W } from "../utils/tag/tagCheck.js";
|
|
36
36
|
import { VideoPlane as w, ImagePlane as k } from "../utils/model/mediaPlane.js";
|
|
37
|
-
import { centerPoint as
|
|
37
|
+
import { centerPoint as $ } from "../../shared-utils/three/centerPoint.js";
|
|
38
38
|
import { arrayPositionToVector3 as g } from "../../shared-utils/positionToVector3.js";
|
|
39
39
|
import "../utils/tagPosition.js";
|
|
40
40
|
import "../utils/checkRange.js";
|
|
@@ -158,8 +158,8 @@ import "../Components/Tag/CustomTag.js";
|
|
|
158
158
|
import "../../CSS3DRenderPlugin/Controller.js";
|
|
159
159
|
import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
160
160
|
import "@realsee/five/gltf-loader";
|
|
161
|
-
const
|
|
162
|
-
class ui extends
|
|
161
|
+
const q = /* @__PURE__ */ new Map(), B = /* @__PURE__ */ new Map();
|
|
162
|
+
class ui extends x {
|
|
163
163
|
constructor(t) {
|
|
164
164
|
super(t);
|
|
165
165
|
f(this, "group", new y());
|
|
@@ -179,13 +179,13 @@ class ui extends I {
|
|
|
179
179
|
if (!e)
|
|
180
180
|
return;
|
|
181
181
|
t.loading = !0;
|
|
182
|
-
const o =
|
|
182
|
+
const o = L(e).then((r) => {
|
|
183
183
|
var m;
|
|
184
|
-
const n = Object.assign(
|
|
184
|
+
const n = Object.assign(r.scene, {
|
|
185
185
|
customID: t.id,
|
|
186
186
|
isTagModel: !0,
|
|
187
187
|
removeEventListener: this.getTagConfig(t).clickable === !1 ? () => {
|
|
188
|
-
} : this.addObjectClickHandler(t,
|
|
188
|
+
} : this.addObjectClickHandler(t, r.scene, (h) => {
|
|
189
189
|
this.hooks.emit("click", { target: "TagModel", tag: t, event: h });
|
|
190
190
|
})
|
|
191
191
|
});
|
|
@@ -196,14 +196,14 @@ class ui extends I {
|
|
|
196
196
|
if (t.loading = !1, ((a = t.model) == null ? void 0 : a.promise) !== o || !this.tags.includes(t))
|
|
197
197
|
return;
|
|
198
198
|
t.model.object = i;
|
|
199
|
-
const
|
|
200
|
-
if (
|
|
199
|
+
const s = this.gltfObjectGroup.children.find((r) => r.customID === t.id);
|
|
200
|
+
if (s && (this.gltfObjectGroup.remove(s), s.removeEventListener()), this.updateRender3DDomTag(), D(t)) {
|
|
201
201
|
if (this.getRenderType(t) === "Mesh" && !t.mediaPlane) {
|
|
202
|
-
const
|
|
202
|
+
const r = t.data.mediaPosition.map(g);
|
|
203
203
|
t.mediaPlane = new k(t.data.mediaData[0].url, t.data.mediaPosition.map(g), {
|
|
204
204
|
objectFit: t.data.objectFit
|
|
205
205
|
});
|
|
206
|
-
const n = new
|
|
206
|
+
const n = new b().addVectors(r[0], r[2]).divideScalar(2);
|
|
207
207
|
t.mediaPlane.position.copy(n), i.add(t.mediaPlane);
|
|
208
208
|
}
|
|
209
209
|
this.getRenderType(t) !== "Mesh" && (i.updateTagCss3DObjectMatrix = () => this.updateTagCss3DObjectMatrix(t, i), i.updateTagCss3DObjectMatrix());
|
|
@@ -248,22 +248,22 @@ class ui extends I {
|
|
|
248
248
|
if (!i)
|
|
249
249
|
return;
|
|
250
250
|
e.mediaPlane && !((h = (m = e.state) == null ? void 0 : m.visible) == null || h) && e.mediaPlane instanceof w && e.mediaPlane.pause();
|
|
251
|
-
const
|
|
252
|
-
if ((
|
|
253
|
-
const
|
|
251
|
+
const s = e.position.map(g), a = this.getCurrentVisibleState(e), r = (() => !!(e.mediaPlane && !a))(), n = (() => !!(!e.mediaPlane && a))(), p = (() => !!(e.mediaPlane && e.mediaPlane.src !== i))();
|
|
252
|
+
if ((r || p) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), n || p) {
|
|
253
|
+
const d = new w(i, s, {
|
|
254
254
|
videoCoverSrc: o.videoCoverUrl,
|
|
255
255
|
playButton: e.data.playIcon,
|
|
256
256
|
paused: !((P = e.data.autoplayConfig) != null && P.autoplayVideo),
|
|
257
257
|
objectFit: e.data.objectFit,
|
|
258
|
-
videoTextureMap:
|
|
259
|
-
ImageTextureMap:
|
|
258
|
+
videoTextureMap: q,
|
|
259
|
+
ImageTextureMap: B,
|
|
260
260
|
domEvents: this.domEvents
|
|
261
261
|
});
|
|
262
|
-
|
|
263
|
-
u.addEventListener("play", () => this.mediaStore.set({ currentMediaElement:
|
|
262
|
+
d.onVideoReady = (u) => {
|
|
263
|
+
u.addEventListener("play", () => this.mediaStore.set({ currentMediaElement: d.videoInstance }));
|
|
264
264
|
};
|
|
265
|
-
const
|
|
266
|
-
|
|
265
|
+
const T = (u) => (this.five.on("renderFrame", u), () => this.five.off("renderFrame", u));
|
|
266
|
+
d.initialRenderHooks(T), e.mediaPlane = d, this.imagePlaneGroup.add(e.mediaPlane);
|
|
267
267
|
}
|
|
268
268
|
});
|
|
269
269
|
}
|
|
@@ -278,9 +278,9 @@ class ui extends I {
|
|
|
278
278
|
const { url: o } = e.data.mediaData[0];
|
|
279
279
|
if (!o)
|
|
280
280
|
return;
|
|
281
|
-
const i = e.position.map(g),
|
|
282
|
-
(a || n) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), (
|
|
283
|
-
this.hooks.emit("click", { tag: e, target: "TagContent", event:
|
|
281
|
+
const i = e.position.map(g), s = this.getCurrentVisibleState(e), a = (() => !!(e.mediaPlane && !s))(), r = (() => !!(!e.mediaPlane && s))(), n = (() => !!(e.mediaPlane && e.mediaPlane.src !== o))();
|
|
282
|
+
(a || n) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), (r || n) && (e.mediaPlane = new k(o, i, { objectFit: e.data.objectFit }), this.getTagConfig(e).clickable !== !1 && this.domEvents.addAutoBindEventListener(e.mediaPlane, "click", (p) => {
|
|
283
|
+
this.hooks.emit("click", { tag: e, target: "TagContent", event: p.origDomEvent });
|
|
284
284
|
}), this.imagePlaneGroup.add(e.mediaPlane));
|
|
285
285
|
});
|
|
286
286
|
}
|
|
@@ -289,12 +289,12 @@ class ui extends I {
|
|
|
289
289
|
*/
|
|
290
290
|
updateRender3DDomTag() {
|
|
291
291
|
this.filterCSS3DTag.forEach((e) => {
|
|
292
|
-
var o, i,
|
|
292
|
+
var o, i, s;
|
|
293
293
|
if (e.tag3DContentSvelte) {
|
|
294
|
-
const { svelteApp: a, css3DInstance:
|
|
295
|
-
if (a.$set({ tag: e, hooks: this.hooks, state: this.state, temporaryState: this.temporaryState }), !n.equals(
|
|
296
|
-
const m = new O().setFromUnitVectors(n,
|
|
297
|
-
|
|
294
|
+
const { svelteApp: a, css3DInstance: r, initialNormal: n, currentNormal: p } = e.tag3DContentSvelte;
|
|
295
|
+
if (a.$set({ tag: e, hooks: this.hooks, state: this.state, temporaryState: this.temporaryState }), !n.equals(p)) {
|
|
296
|
+
const m = new O().setFromUnitVectors(n, p);
|
|
297
|
+
r.css3DObject.setRotationFromQuaternion(m);
|
|
298
298
|
}
|
|
299
299
|
return;
|
|
300
300
|
} else {
|
|
@@ -305,24 +305,24 @@ class ui extends I {
|
|
|
305
305
|
const a = this.getPositions(e);
|
|
306
306
|
if (!a)
|
|
307
307
|
return;
|
|
308
|
-
const
|
|
309
|
-
if (!
|
|
308
|
+
const r = this.getTagNormal(e);
|
|
309
|
+
if (!r)
|
|
310
310
|
return;
|
|
311
|
-
const n = this.getTagConfig(e),
|
|
312
|
-
if (this.getRenderType(e) === "BehindDom" ||
|
|
313
|
-
|
|
311
|
+
const n = this.getTagConfig(e), p = j({ wrapperStyle: { zIndex: this.calculateTagZIndex(e).toString() } }, n.tag3DConfig);
|
|
312
|
+
if (this.getRenderType(e) === "BehindDom" || p.mode === "behind") {
|
|
313
|
+
p.mode = "behind", p.container = document.createElement("div");
|
|
314
314
|
const P = "black";
|
|
315
|
-
|
|
316
|
-
var
|
|
315
|
+
p.container.style.backgroundColor = P, p.container.style.border = `3px solid ${P}`, this.css3DRenderPlugin.hooks.on("render", () => {
|
|
316
|
+
var d;
|
|
317
317
|
if (m.css3DObject.opacityMesh && n.clickable !== !1) {
|
|
318
|
-
const
|
|
318
|
+
const T = this.addObjectClickHandler(e, m.css3DObject.opacityMesh, (u) => {
|
|
319
319
|
this.hooks.emit("click", { event: u, target: "TagContent", tag: e });
|
|
320
320
|
});
|
|
321
|
-
(
|
|
321
|
+
(d = this.store.css3DRenderDisposer.get(e.id)) == null || d.push(T);
|
|
322
322
|
}
|
|
323
323
|
});
|
|
324
324
|
}
|
|
325
|
-
const m = this.css3DRenderPlugin.create3DDomContainer(a,
|
|
325
|
+
const m = this.css3DRenderPlugin.create3DDomContainer(a, p);
|
|
326
326
|
if (!m)
|
|
327
327
|
return;
|
|
328
328
|
this.store.css3DRenderDisposer.set(e.id, [m.dispose]);
|
|
@@ -341,12 +341,12 @@ class ui extends I {
|
|
|
341
341
|
svelteApp: h,
|
|
342
342
|
domContainer: m,
|
|
343
343
|
css3DInstance: m,
|
|
344
|
-
initialNormal:
|
|
345
|
-
currentNormal:
|
|
344
|
+
initialNormal: r,
|
|
345
|
+
currentNormal: r,
|
|
346
346
|
dispose: () => {
|
|
347
347
|
h.$destroy(), m.dispose();
|
|
348
348
|
}
|
|
349
|
-
}, D(e) && ((
|
|
349
|
+
}, D(e) && ((s = e.model) != null && s.object) && this.updateTagCss3DObjectMatrix(e, e.model.object);
|
|
350
350
|
}
|
|
351
351
|
}), this.clearUnusedPanelTag();
|
|
352
352
|
}
|
|
@@ -360,8 +360,8 @@ class ui extends I {
|
|
|
360
360
|
updateRenderModelTag() {
|
|
361
361
|
const t = (i) => !this.enabledModelTagSet.has(i.customID), e = this.gltfObjectGroup.children.filter(t);
|
|
362
362
|
e.forEach((i) => i.removeEventListener()), this.gltfObjectGroup.remove(...e), this.tags.filter((i) => i.stickType === "Model").forEach((i) => {
|
|
363
|
-
var
|
|
364
|
-
(
|
|
363
|
+
var s;
|
|
364
|
+
(s = i.model) == null || s.promise.then((a) => {
|
|
365
365
|
a.visible = this.getCurrentVisibleState(i);
|
|
366
366
|
});
|
|
367
367
|
}), this.five.needsRender = !0;
|
|
@@ -378,45 +378,26 @@ class ui extends I {
|
|
|
378
378
|
* @param model 模型
|
|
379
379
|
*/
|
|
380
380
|
updateTagCss3DObjectMatrix(t, e) {
|
|
381
|
-
var
|
|
382
|
-
const o = (u = (
|
|
381
|
+
var T, u, M;
|
|
382
|
+
const o = (u = (T = this.getTagConfig(t).tag3DConfig) == null ? void 0 : T.ratio) != null ? u : 216e-5, i = (M = t.tag3DContentSvelte) == null ? void 0 : M.css3DInstance.css3DObject;
|
|
383
383
|
if (!i)
|
|
384
384
|
return;
|
|
385
|
-
const
|
|
386
|
-
if (!
|
|
385
|
+
const s = D(t) ? t.data.mediaPosition : t.position;
|
|
386
|
+
if (!s || s.length !== 4 || !Array.isArray(s[0]) || !Array.isArray(s[2]))
|
|
387
387
|
return;
|
|
388
388
|
e.updateWorldMatrix(!1, !1);
|
|
389
|
-
const a = e.matrixWorld,
|
|
389
|
+
const a = e.matrixWorld, r = new b().fromArray(s[0]), n = new b().fromArray(s[2]), p = $(r, n).add(new b(0, 0, 5e-4)), m = new v().setPosition(p), h = new v().makeScale(o, o, o), P = new v().multiply(a).multiply(m).multiply(h);
|
|
390
390
|
P.decompose(i.position, i.quaternion, i.scale);
|
|
391
|
-
const
|
|
392
|
-
|
|
391
|
+
const d = i.opacityMesh;
|
|
392
|
+
d && P.decompose(d.position, d.quaternion, d.scale);
|
|
393
393
|
}
|
|
394
394
|
/** 添加模型标签 */
|
|
395
395
|
addMediaModelTag(t) {
|
|
396
396
|
return S(this, null, function* () {
|
|
397
|
-
const e = t.filter(
|
|
397
|
+
const e = t.filter(W).map((o) => this.loadModel(o));
|
|
398
398
|
yield Promise.all(e), this.setVisible(), this.updateRenderAllTags();
|
|
399
399
|
});
|
|
400
400
|
}
|
|
401
|
-
/**
|
|
402
|
-
* @description: 一个点的标签
|
|
403
|
-
*/
|
|
404
|
-
setPointTagPosition() {
|
|
405
|
-
const t = this.filterPointTag;
|
|
406
|
-
t.length !== 0 && t.forEach((e) => {
|
|
407
|
-
var a;
|
|
408
|
-
const o = this.getCurrentVisibleState(e), i = (a = e.__Object__) != null ? a : {
|
|
409
|
-
timeoutId: void 0,
|
|
410
|
-
inAnimation: !0
|
|
411
|
-
};
|
|
412
|
-
if (e.__Object__ = i, !o && e.screenPosition ? (i.inAnimation = !0, i.timeoutId = setTimeout(() => {
|
|
413
|
-
this.getCurrentVisibleState(e) || (i.inAnimation = !1, e.screenPosition = null, this.updateDomView());
|
|
414
|
-
}, 1e3)) : i.timeoutId && (i.inAnimation = !1, clearTimeout(i.timeoutId)), !o && !i.inAnimation)
|
|
415
|
-
return;
|
|
416
|
-
const r = this.getTagProject(e);
|
|
417
|
-
r ? e.screenPosition = { leftPercent: (r.x + 1) / 2 * 100, topPercent: (-r.y + 1) / 2 * 100 } : e.screenPosition = null;
|
|
418
|
-
});
|
|
419
|
-
}
|
|
420
401
|
/**
|
|
421
402
|
* @description: 渲染单个点的标签
|
|
422
403
|
*/
|
|
@@ -434,8 +415,8 @@ class ui extends I {
|
|
|
434
415
|
temporaryState: this.temporaryState,
|
|
435
416
|
withAnimation: this.store.visibleWithAnimation
|
|
436
417
|
}), this.filterCSS3DTag.forEach((e) => {
|
|
437
|
-
var o, i,
|
|
438
|
-
(a = (i = (o = e.tag3DContentSvelte) == null ? void 0 : o.css3DInstance) == null ? void 0 : i.css3DObject) == null || a.setVisible((this.state.visible && ((
|
|
418
|
+
var o, i, s, a, r;
|
|
419
|
+
(a = (i = (o = e.tag3DContentSvelte) == null ? void 0 : o.css3DInstance) == null ? void 0 : i.css3DObject) == null || a.setVisible((this.state.visible && ((s = e.state) == null ? void 0 : s.visible)) !== !1), (r = e.tag3DContentSvelte) == null || r.svelteApp.$set({
|
|
439
420
|
state: this.state,
|
|
440
421
|
temporaryState: this.temporaryState,
|
|
441
422
|
withAnimation: this.store.visibleWithAnimation
|
|
@@ -466,11 +447,11 @@ class ui extends I {
|
|
|
466
447
|
if (this.TagContainerSvelte)
|
|
467
448
|
this.TagContainerSvelte.$set({ tags: e, state: this.state, temporaryState: this.temporaryState });
|
|
468
449
|
else {
|
|
469
|
-
const
|
|
470
|
-
if (!
|
|
450
|
+
const s = (o = this.five.getElement()) == null ? void 0 : o.parentElement;
|
|
451
|
+
if (!s)
|
|
471
452
|
return console.error("updateRenderPlaneTag: tag2DContainer not found");
|
|
472
|
-
this.TagContainerSvelte = new
|
|
473
|
-
target:
|
|
453
|
+
this.TagContainerSvelte = new I({
|
|
454
|
+
target: s,
|
|
474
455
|
props: {
|
|
475
456
|
hooks: this.hooks,
|
|
476
457
|
tags: e,
|
package/libs/base/BasePlugin.js
CHANGED
package/libs/index.js
CHANGED
|
@@ -1,59 +1,60 @@
|
|
|
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 {
|
|
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 Zp } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as re } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as ie, modelRoomLabelPluginServerParams as me } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as ee } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as le } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as Pe } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as ue } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as ge } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FLOOR_TYPE_MAP as de, ROOM_FETILE_TYPE_MAP as Me, ROOM_TYPE_MAP as Te } from "./floorplan/typings/floorplanServerData.js";
|
|
15
|
+
import { ModelChassisCompassPlugin as Ce } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
16
|
+
import { ModelEntryDoorGuidePlugin as Ee } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
17
|
+
import { CameraMovementPlugin as Re } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
18
|
+
import { CameraMovementEffect as ye, Rotation as Ae } from "./CameraMovementPlugin/typing.js";
|
|
19
|
+
import { PanoRulerPlugin as De } from "./PanoRulerPlugin/Plugin.js";
|
|
20
|
+
import { PanoRulerProPlugin as be } from "./PanoRulerProPlugin/index.js";
|
|
21
|
+
import { PanoCompassPlugin as Fe } from "./PanoCompassPlugin/index.js";
|
|
22
|
+
import { PanoMeasurePlugin as ce } from "./PanoMeasurePlugin/index.js";
|
|
23
|
+
import { PanoSpatialTagPlugin as Ne } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
24
|
+
import { modelItemLabelPluginServerParams as we } from "./ModelItemLabelPlugin/index.js";
|
|
25
|
+
import { ModelTVVideoPlugin as He } from "./ModelTVVideoPlugin/Plugin.js";
|
|
26
|
+
import { DIRECTION as je } 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 Ze } from "./PanoTagPlugin/index.js";
|
|
32
|
+
import { Object3DHelperPlugin as rn } from "./Object3DHelperPlugin/index.js";
|
|
33
|
+
import { PanoVideoPlugin as mn } from "./PanoVideoPlugin/index.js";
|
|
34
|
+
import { PipelinePlugin as en } from "./PipelinePlugin/index.js";
|
|
35
|
+
import { AreaMakerPlugin as ln } from "./AreaMakerPlugin/index.js";
|
|
36
|
+
import { CurrentPanoImagePlugin as Pn } from "./CurrentPanoImagePlugin/index.js";
|
|
37
|
+
import { index as un } from "./shared-utils/index.js";
|
|
38
|
+
import { CSS3DRender as gn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
39
|
+
import { Model as dn } from "./PanoMeasurePlugin/Model/index.js";
|
|
40
|
+
import { default as Tn } from "./PanoMeasurePlugin/Model/point.js";
|
|
41
|
+
import { default as Cn } from "./PanoMeasurePlugin/Model/line.js";
|
|
42
|
+
import { Polyline as En } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
43
|
+
import { default as Rn } from "./PanoMeasurePlugin/Modules/Magnifier.js";
|
|
44
|
+
import { DISPLAY_STRATEGY_TYPE as yn } from "./ModelItemLabelPlugin/typings.js";
|
|
45
|
+
import { ModelItemLabelPlugin as Sn } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
46
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Gn } from "./ItemLabelPlugin/typings.js";
|
|
47
|
+
import { Plugin as vn } from "./ItemLabelPlugin/Plugin.js";
|
|
48
|
+
import { GuideLineItem$1 as Yn } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
49
|
+
import { GuideLineModeItem$1 as Vn } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
50
|
+
import { default as hn } from "./CruisePlugin/Work.js";
|
|
51
|
+
import { default as Bn } from "./CruisePlugin/Move.js";
|
|
52
|
+
import { typing as Un } from "./CruisePlugin/typing/index.js";
|
|
53
|
+
import { default as kn, pluginFlag as $n } from "./PanoTagPlugin/controller/index.js";
|
|
54
|
+
import { defaultGlobalConfig as qn } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
55
|
+
import { ContentType as Jn, DimensionType as Kn, PointType as Qn } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
56
|
+
import { Object3DHelperController as Zn, PLUGIN as ol } from "./Object3DHelperPlugin/Controller.js";
|
|
57
|
+
import { typings as tl } from "./PanoVideoPlugin/typings/index.js";
|
|
57
58
|
import "./components/PaintBrush/Controller.js";
|
|
58
59
|
import "./components/PaintBrush/utils.js";
|
|
59
60
|
import "./components/PaintBrush/tween.js";
|
|
@@ -247,6 +248,7 @@ import "./PanoDoorLabelPlugin/BaseController.js";
|
|
|
247
248
|
import "./PanoDoorLabelPlugin/DoorLabelItem.js";
|
|
248
249
|
import "./PanoDoorLabelPlugin/utils.js";
|
|
249
250
|
import "./GuideLinePlugin/Controller.js";
|
|
251
|
+
import "./shared-utils/five/fiveLoaded.js";
|
|
250
252
|
import "./shared-utils/log.js";
|
|
251
253
|
import "./GuideLinePlugin/utils/createLineGeometry.js";
|
|
252
254
|
import "./vendor/polyline-normals/index.js";
|
|
@@ -361,10 +363,11 @@ import "./GuideLinePlugin/utils/index.js";
|
|
|
361
363
|
import "./CruisePlugin/utils/coordinatesAngle.js";
|
|
362
364
|
import "./CruisePlugin/utils/coordinatesToVector.js";
|
|
363
365
|
import "./CruisePlugin/utils/safeCall.js";
|
|
364
|
-
import "./CruisePlugin/utils/vectorToCoordinates.js";
|
|
365
|
-
import "./CruisePlugin/utils/formatRad.js";
|
|
366
|
-
import "./CruisePlugin/utils/linerValue.js";
|
|
367
366
|
import "./CruisePlugin/utils/sleep.js";
|
|
367
|
+
import "./shared-utils/vectorToCoordinate.js";
|
|
368
|
+
import "./shared-utils/formatRad.js";
|
|
369
|
+
import "./CruisePlugin/CruiseController.js";
|
|
370
|
+
import "./CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
368
371
|
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
369
372
|
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
370
373
|
import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
@@ -419,66 +422,67 @@ import "./shared-utils/three/getRaycaster.js";
|
|
|
419
422
|
r();
|
|
420
423
|
o();
|
|
421
424
|
export {
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
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
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
425
|
+
ln as AreaMakerPlugin,
|
|
426
|
+
gn as CSS3DRender,
|
|
427
|
+
Zp as CSS3DRenderPlugin,
|
|
428
|
+
ye as CameraMovementEffect,
|
|
429
|
+
Re as CameraMovementPlugin,
|
|
430
|
+
Jn as ContentType,
|
|
431
|
+
Qe as CruisePlugin,
|
|
432
|
+
Un as CruisePluginTypes,
|
|
433
|
+
Pn as CurrentPanoImagePlugin,
|
|
434
|
+
je as DIRECTION,
|
|
435
|
+
yn as DISPLAY_STRATEGY_TYPE,
|
|
436
|
+
Kn as DimensionType,
|
|
437
|
+
ee as FLOOR_PLAN_ATTACHED_TO,
|
|
438
|
+
de as FLOOR_TYPE_MAP,
|
|
439
|
+
Yn as GuideLineItem,
|
|
440
|
+
Vn as GuideLineModeItem,
|
|
441
|
+
Je as GuideLinePlugin,
|
|
442
|
+
Gn as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
443
|
+
vn as ItemLabelPlugin,
|
|
444
|
+
Rn as Magnifier,
|
|
445
|
+
Pe as MapviewFloorplanPlugin,
|
|
446
|
+
Ce as ModelChassisCompassPlugin,
|
|
447
|
+
Ee as ModelEntryDoorGuidePlugin,
|
|
448
|
+
le as ModelFloorplanPlugin,
|
|
449
|
+
Sn as ModelItemLabelPlugin,
|
|
450
|
+
ie as ModelRoomLabelPlugin,
|
|
451
|
+
He as ModelTVVideoPlugin,
|
|
452
|
+
Qp as ModelViewPlugin,
|
|
453
|
+
Bn as MoveController,
|
|
454
|
+
Zn as Object3DHelperController,
|
|
455
|
+
rn as Object3DHelperPlugin,
|
|
456
|
+
ol as PLUGIN,
|
|
457
|
+
qp as PaintBrush,
|
|
458
|
+
Jp as PaintBrushTypeEnum,
|
|
459
|
+
Fe as PanoCompassPlugin,
|
|
460
|
+
re as PanoCursorRaycasterPlugin,
|
|
461
|
+
qe as PanoDoorLabelPlugin,
|
|
462
|
+
ge as PanoFloorplanRadarPlugin,
|
|
463
|
+
ce as PanoMeasurePlugin,
|
|
464
|
+
Cn as PanoMeasurePluginLine,
|
|
465
|
+
dn as PanoMeasurePluginModel,
|
|
466
|
+
Tn as PanoMeasurePluginPoint,
|
|
467
|
+
En as PanoMeasurePluginPolyline,
|
|
468
|
+
De as PanoRulerPlugin,
|
|
469
|
+
be as PanoRulerProPlugin,
|
|
470
|
+
Ne as PanoSpatialTagPlugin,
|
|
471
|
+
Ze as PanoTagPlugin,
|
|
472
|
+
kn as PanoTagPluginController,
|
|
473
|
+
mn as PanoVideoPlugin,
|
|
474
|
+
tl as PanoVideoPluginType,
|
|
475
|
+
en as PipelinePlugin,
|
|
476
|
+
Qn as PointType,
|
|
477
|
+
Me as ROOM_FETILE_TYPE_MAP,
|
|
478
|
+
Te as ROOM_TYPE_MAP,
|
|
479
|
+
Ae as Rotation,
|
|
480
|
+
ue as TopviewFloorplanPlugin,
|
|
481
|
+
un as Util,
|
|
482
|
+
hn as WalkController,
|
|
483
|
+
qn as defaultGlobalConfig,
|
|
484
|
+
$e as itemLabelPluginServerParams,
|
|
485
|
+
we as modelItemLabelPluginServerParams,
|
|
486
|
+
me as modelRoomLabelPluginServerParams,
|
|
487
|
+
$n as pluginFlag
|
|
484
488
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var i = (e, o, r) => new Promise((c, d) => {
|
|
2
|
+
var u = (n) => {
|
|
3
|
+
try {
|
|
4
|
+
t(r.next(n));
|
|
5
|
+
} catch (a) {
|
|
6
|
+
d(a);
|
|
7
|
+
}
|
|
8
|
+
}, w = (n) => {
|
|
9
|
+
try {
|
|
10
|
+
t(r.throw(n));
|
|
11
|
+
} catch (a) {
|
|
12
|
+
d(a);
|
|
13
|
+
}
|
|
14
|
+
}, t = (n) => n.done ? c(n.value) : Promise.resolve(n.value).then(u, w);
|
|
15
|
+
t((r = r.apply(e, o)).next());
|
|
16
|
+
});
|
|
17
|
+
function k(e) {
|
|
18
|
+
return i(this, null, function* () {
|
|
19
|
+
return new Promise((o) => {
|
|
20
|
+
if (e.work) {
|
|
21
|
+
o();
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
e.once("loaded", () => o());
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
k as waitFiveLoaded
|
|
30
|
+
};
|