@realsee/dnalogel 2.30.2 → 2.30.4-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/index.cjs.js +37 -37
- package/dist/index.js +928 -928
- package/dist/index.umd.js +29 -29
- 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 +724 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +677 -0
- package/docs/classes/CSS3DRender.html +772 -0
- package/docs/classes/CruisePluginController.html +671 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +490 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +791 -0
- package/docs/classes/Magnifier.html +479 -0
- package/docs/classes/ModelRoomLabelController.html +397 -0
- package/docs/classes/Object3DHelperController.html +639 -0
- package/docs/classes/PaintBrush.html +501 -0
- package/docs/classes/PanoMeasurePluginLine.html +521 -0
- package/docs/classes/PanoMeasurePluginModel.html +570 -0
- package/docs/classes/PanoMeasurePluginPoint.html +361 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +566 -0
- package/docs/classes/PanoTagPluginController.html +1104 -0
- package/docs/classes/Util.BetterTween.html +415 -0
- package/docs/classes/Util.Interval.html +431 -0
- package/docs/classes/Util.LineSegments.html +383 -0
- package/docs/classes/Util.Magnifier.html +502 -0
- package/docs/classes/Util.Object3D.html +405 -0
- package/docs/classes/Util.PointDomHelper.html +406 -0
- package/docs/classes/Util.PointHelper.html +397 -0
- package/docs/classes/Util.PointSelectorHelper.html +453 -0
- package/docs/classes/Util.Rectangle.html +454 -0
- package/docs/enums/CameraMovementEffect.html +309 -0
- package/docs/enums/ContentType.html +445 -0
- package/docs/enums/DIRECTION.html +319 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +319 -0
- package/docs/enums/DimensionType.html +309 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +312 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +319 -0
- package/docs/enums/PaintBrushTypeEnum.html +312 -0
- package/docs/enums/PointType.html +309 -0
- package/docs/enums/Rotation.html +316 -0
- package/docs/functions/AreaMakerPlugin.html +289 -0
- package/docs/functions/CSS3DRenderPlugin.html +287 -0
- package/docs/functions/CameraMovementPlugin.html +292 -0
- package/docs/functions/CruisePlugin.html +289 -0
- package/docs/functions/CurrentPanoImagePlugin.html +289 -0
- package/docs/functions/GuideLinePlugin.html +289 -0
- package/docs/functions/ItemLabelPlugin.html +289 -0
- package/docs/functions/MapviewFloorplanPlugin.html +289 -0
- package/docs/functions/ModelChassisCompassPlugin.html +292 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +292 -0
- package/docs/functions/ModelFloorplanPlugin.html +289 -0
- package/docs/functions/ModelItemLabelPlugin.html +289 -0
- package/docs/functions/ModelRoomLabelPlugin.html +287 -0
- package/docs/functions/ModelTVVideoPlugin.html +289 -0
- package/docs/functions/ModelViewPlugin.html +292 -0
- package/docs/functions/Object3DHelperPlugin.html +287 -0
- package/docs/functions/PanoCompassPlugin.html +289 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +293 -0
- package/docs/functions/PanoDoorLabelPlugin.html +289 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +289 -0
- package/docs/functions/PanoMeasurePlugin.html +289 -0
- package/docs/functions/PanoRulerPlugin.html +292 -0
- package/docs/functions/PanoRulerProPlugin.html +292 -0
- package/docs/functions/PanoSpatialTagPlugin.html +292 -0
- package/docs/functions/PanoTagPlugin.html +294 -0
- package/docs/functions/PanoVideoPlugin.html +298 -0
- package/docs/functions/PipelinePlugin.html +287 -0
- package/docs/functions/TopviewFloorplanPlugin.html +289 -0
- package/docs/functions/Util.absoluteUrl.html +325 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +328 -0
- package/docs/functions/Util.equal.html +337 -0
- package/docs/functions/Util.getCoordsFromClient.html +327 -0
- package/docs/functions/Util.getCoordsFromElement.html +327 -0
- package/docs/functions/Util.getFrameTime.html +319 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +327 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +327 -0
- package/docs/functions/Util.isAbsoluteURL.html +320 -0
- package/docs/functions/Util.isModelLike.html +320 -0
- package/docs/functions/Util.isNil.html +328 -0
- package/docs/functions/Util.isPanoramaLike.html +320 -0
- package/docs/functions/Util.nextFrame.html +333 -0
- package/docs/functions/Util.notNil.html +328 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +349 -0
- package/docs/functions/Util.tweenProgress.html +322 -0
- package/docs/functions/Util.uuid.html +318 -0
- package/docs/functions/pluginFlag.html +287 -0
- package/docs/index.html +353 -0
- package/docs/interfaces/AddTagConfig.html +302 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +328 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +333 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +619 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +332 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +382 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +367 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +332 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +325 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +324 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +353 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +448 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +324 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +357 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +358 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +360 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +695 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +384 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +420 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +410 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +350 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +318 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +407 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +381 -0
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +520 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +322 -0
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +314 -0
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +336 -0
- package/docs/interfaces/EventMap.html +541 -0
- package/docs/interfaces/FloorplanBounding.html +331 -0
- package/docs/interfaces/FloorplanData.html +334 -0
- package/docs/interfaces/FloorplanEntrance.html +359 -0
- package/docs/interfaces/FloorplanExtraObject.html +349 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +338 -0
- package/docs/interfaces/FloorplanFloorData.html +327 -0
- package/docs/interfaces/FloorplanImagePosition.html +313 -0
- package/docs/interfaces/FloorplanObserver.html +331 -0
- package/docs/interfaces/FloorplanOutlineItem.html +327 -0
- package/docs/interfaces/FloorplanPosition.html +313 -0
- package/docs/interfaces/FloorplanRoomItem.html +378 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +319 -0
- package/docs/interfaces/FloorplanServerBounding.html +331 -0
- package/docs/interfaces/FloorplanServerComputedData.html +330 -0
- package/docs/interfaces/FloorplanServerData.html +313 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +330 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +316 -0
- package/docs/interfaces/FloorplanServerEntrance.html +359 -0
- package/docs/interfaces/FloorplanServerFloorData.html +327 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +313 -0
- package/docs/interfaces/FloorplanServerObserver.html +331 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +327 -0
- package/docs/interfaces/FloorplanServerPosition.html +313 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +390 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +319 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +322 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +360 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +524 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +355 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +346 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +413 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +345 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +470 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +342 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +470 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +307 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +328 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +353 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +369 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +351 -0
- package/docs/interfaces/HelperOffset.html +331 -0
- package/docs/interfaces/ImagePlaneGroup.html +305 -0
- package/docs/interfaces/ItemLabelPluginData.html +302 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +387 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +323 -0
- package/docs/interfaces/MinMax.html +309 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +309 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +345 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +309 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +316 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +353 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +302 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +387 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +309 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +302 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +323 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +347 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +302 -0
- package/docs/interfaces/ModelViewPluginExportType.html +415 -0
- package/docs/interfaces/Object3DHelperState.html +316 -0
- package/docs/interfaces/ObjectHelperControllers.html +323 -0
- package/docs/interfaces/PaintBrushAction.html +362 -0
- package/docs/interfaces/PaintBrushConfigs.html +360 -0
- package/docs/interfaces/PaintBrushState.html +344 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +424 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +281 -0
- package/docs/interfaces/PanoMeasureParameterType.html +448 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +316 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +313 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +309 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +319 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +376 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +325 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +316 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +352 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +322 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +309 -0
- package/docs/interfaces/PanoRulerProPluginState.html +316 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +295 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +284 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +352 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +334 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +430 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +330 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +351 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +337 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +330 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +322 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +340 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +313 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +419 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +313 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +348 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +367 -0
- package/docs/interfaces/Point.html +316 -0
- package/docs/interfaces/Room.html +323 -0
- package/docs/interfaces/RoomInfo.html +309 -0
- package/docs/interfaces/RoomLabel.html +385 -0
- package/docs/interfaces/RoomRules.html +284 -0
- package/docs/interfaces/Rooms.html +284 -0
- package/docs/interfaces/Scissor.html +343 -0
- package/docs/interfaces/State.html +330 -0
- package/docs/interfaces/TagCacheInterface.html +361 -0
- package/docs/interfaces/TagConfig.html +547 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +305 -0
- package/docs/interfaces/TagIconUrl.html +362 -0
- package/docs/interfaces/TagObjectGroup.html +305 -0
- package/docs/interfaces/TagStyle.html +315 -0
- package/docs/interfaces/Tags.html +545 -0
- package/docs/interfaces/TemporaryState.html +302 -0
- package/docs/interfaces/Util.MagnifierParameter.html +390 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +349 -0
- package/docs/interfaces/Util.PointIntersection.html +364 -0
- package/docs/modules/AreaMakerPluginType.html +322 -0
- package/docs/modules/CruisePluginTypes.html +327 -0
- package/docs/modules/CurrentPanoImagePluginType.html +296 -0
- package/docs/modules/GuideLineItem.html +288 -0
- package/docs/modules/GuideLineModeItem.html +293 -0
- package/docs/modules/GuideLinePluginType.html +347 -0
- package/docs/modules/PanoVideoPluginType.html +300 -0
- package/docs/modules/Util.html +350 -0
- package/docs/modules.html +538 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +330 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +300 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +300 -0
- package/docs/types/ArrayPosition.html +278 -0
- package/docs/types/AudioAppearance.html +278 -0
- package/docs/types/AudioTagTypeConfigKey.html +278 -0
- package/docs/types/CSS3DRenderExportType.html +278 -0
- package/docs/types/CSS3DRenderPluginExportType.html +278 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +278 -0
- package/docs/types/ClassFunctionParameters.html +285 -0
- package/docs/types/Color.html +278 -0
- package/docs/types/ContentTypeConfigKey.html +278 -0
- package/docs/types/ContentTypeConfigKeySplit.html +278 -0
- package/docs/types/ContentTypeMap.html +278 -0
- package/docs/types/Create3DDomContainerReturnType.html +278 -0
- package/docs/types/Create3DElementReturnType.html +278 -0
- package/docs/types/CruisePluginExportType.html +278 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +317 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +294 -0
- package/docs/types/CurrentPanoImagePluginExportType.html +278 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +290 -0
- package/docs/types/DeprecatedTagProperty.html +293 -0
- package/docs/types/Direction-1.html +278 -0
- package/docs/types/Direction4.html +278 -0
- package/docs/types/ElementRenderer.html +302 -0
- package/docs/types/FloorplanRuleLabels.html +281 -0
- package/docs/types/FloorplanServerRuleLabels.html +278 -0
- package/docs/types/GuideLinePluginExportType.html +278 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +350 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +371 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +304 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +307 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +307 -0
- package/docs/types/GuideLinePluginType.PathItem.html +307 -0
- package/docs/types/GuideLinePluginType.PluginData.html +316 -0
- package/docs/types/HelperEventMap.html +516 -0
- package/docs/types/LoadTagConfig.html +278 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +278 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +278 -0
- package/docs/types/MediaData.html +294 -0
- package/docs/types/MediaStore.html +283 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +285 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +278 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +278 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +278 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +278 -0
- package/docs/types/MoveArgs.html +288 -0
- package/docs/types/MoveOpts.html +286 -0
- package/docs/types/Object3DHelperEventMap.html +371 -0
- package/docs/types/ObjectFit.html +278 -0
- package/docs/types/PaintBrushEventMap.html +309 -0
- package/docs/types/PanoCompassPluginData.html +278 -0
- package/docs/types/PanoCompassPluginExportType.html +278 -0
- package/docs/types/PanoCompassPluginParameterType.html +278 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +278 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +278 -0
- package/docs/types/PanoIndex.html +278 -0
- package/docs/types/PanoMeasurePluginEvent.html +278 -0
- package/docs/types/PanoMeasureReturnType.html +278 -0
- package/docs/types/PanoSpatialTagPluginId.html +278 -0
- package/docs/types/PanoTagPluginExportInterface.html +278 -0
- package/docs/types/PanoTagPluginParamsInterface.html +278 -0
- package/docs/types/PanoVideoPluginParameterType.html +278 -0
- package/docs/types/PanoVideoPluginReturnType.html +278 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +286 -0
- package/docs/types/PipelinePluginParameterType.html +278 -0
- package/docs/types/PipelinePluginReturnType.html +278 -0
- package/docs/types/PlaneTag.html +286 -0
- package/docs/types/Point2DTag.html +286 -0
- package/docs/types/Point3DTag.html +286 -0
- package/docs/types/PointTag.html +283 -0
- package/docs/types/PointTagInstance.html +283 -0
- package/docs/types/Position.html +278 -0
- package/docs/types/RotateArgs.html +290 -0
- package/docs/types/RotateOpts.html +286 -0
- package/docs/types/RuleLabelsKey.html +278 -0
- package/docs/types/RuleLabelsValue.html +278 -0
- package/docs/types/StickType.html +278 -0
- package/docs/types/Tag.html +344 -0
- package/docs/types/Tag2D.html +286 -0
- package/docs/types/Tag3D.html +286 -0
- package/docs/types/TagConfigByKey.html +283 -0
- package/docs/types/TagContentType.html +278 -0
- package/docs/types/TagDimensionType.html +280 -0
- package/docs/types/TagElement.html +288 -0
- package/docs/types/TagEvents.html +331 -0
- package/docs/types/TagGLTFObject.html +301 -0
- package/docs/types/TagHooks.html +278 -0
- package/docs/types/TagId.html +278 -0
- package/docs/types/TagInstance.html +350 -0
- package/docs/types/TagPointType.html +281 -0
- package/docs/types/TagRendererMap.html +283 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +278 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +278 -0
- package/docs/types/WorkCode.html +278 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +288 -0
- package/docs/variables/PLUGIN.html +278 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +281 -0
- package/docs/variables/ROOM_TYPE_MAP.html +288 -0
- package/docs/variables/defaultGlobalConfig.html +278 -0
- package/docs/variables/itemLabelPluginServerParams.html +285 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +285 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +285 -0
- package/libs/PanoVideoPlugin/VideoMeshController.js +6 -6
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +31 -31
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.