@realsee/dnalogel 2.28.0 → 2.28.1-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/AreaMakerPlugin/utils/Item.d.ts +1 -0
- package/dist/index.cjs.js +3 -3
- package/dist/index.js +7 -4
- package/dist/index.umd.js +3 -3
- 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/AreaMakerPluginPluginType.AreaMakerController.html +711 -0
- package/docs/classes/AreaMakerPluginPluginType.AreaMakerItem.html +671 -0
- package/docs/classes/CSS3DRender.html +769 -0
- package/docs/classes/CruisePluginController.html +668 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +487 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +788 -0
- package/docs/classes/Magnifier.html +476 -0
- package/docs/classes/ModelRoomLabelController.html +394 -0
- package/docs/classes/Object3DHelperController.html +636 -0
- package/docs/classes/PaintBrush.html +498 -0
- package/docs/classes/PanoMeasurePluginLine.html +518 -0
- package/docs/classes/PanoMeasurePluginModel.html +567 -0
- package/docs/classes/PanoMeasurePluginPoint.html +358 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +563 -0
- package/docs/classes/PanoTagPluginController.html +1086 -0
- package/docs/classes/Util.BetterTween.html +411 -0
- package/docs/classes/Util.Interval.html +427 -0
- package/docs/classes/Util.LineSegments.html +379 -0
- package/docs/classes/Util.Magnifier.html +498 -0
- package/docs/classes/Util.Object3D.html +401 -0
- package/docs/classes/Util.PointDomHelper.html +402 -0
- package/docs/classes/Util.PointHelper.html +393 -0
- package/docs/classes/Util.PointSelectorHelper.html +449 -0
- package/docs/classes/Util.Rectangle.html +450 -0
- package/docs/enums/CameraMovementEffect.html +306 -0
- package/docs/enums/ContentType.html +442 -0
- package/docs/enums/DIRECTION.html +316 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +316 -0
- package/docs/enums/DimensionType.html +306 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +309 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +316 -0
- package/docs/enums/PaintBrushTypeEnum.html +309 -0
- package/docs/enums/PointType.html +306 -0
- package/docs/enums/Rotation.html +313 -0
- package/docs/functions/AreaMakerPluginPlugin.html +284 -0
- package/docs/functions/CSS3DRenderPlugin.html +284 -0
- package/docs/functions/CameraMovementPlugin.html +289 -0
- package/docs/functions/CruisePlugin.html +286 -0
- package/docs/functions/GuideLinePlugin.html +286 -0
- package/docs/functions/ItemLabelPlugin.html +286 -0
- package/docs/functions/MapviewFloorplanPlugin.html +286 -0
- package/docs/functions/ModelChassisCompassPlugin.html +289 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +289 -0
- package/docs/functions/ModelFloorplanPlugin.html +286 -0
- package/docs/functions/ModelItemLabelPlugin.html +286 -0
- package/docs/functions/ModelRoomLabelPlugin.html +284 -0
- package/docs/functions/ModelTVVideoPlugin.html +286 -0
- package/docs/functions/ModelViewPlugin.html +289 -0
- package/docs/functions/Object3DHelperPlugin.html +284 -0
- package/docs/functions/PanoCompassPlugin.html +286 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +290 -0
- package/docs/functions/PanoDoorLabelPlugin.html +286 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +286 -0
- package/docs/functions/PanoMeasurePlugin.html +286 -0
- package/docs/functions/PanoRulerPlugin.html +289 -0
- package/docs/functions/PanoRulerProPlugin.html +289 -0
- package/docs/functions/PanoSpatialTagPlugin.html +289 -0
- package/docs/functions/PanoTagPlugin.html +291 -0
- package/docs/functions/PanoVideoPlugin.html +295 -0
- package/docs/functions/PipelinePlugin.html +284 -0
- package/docs/functions/TopviewFloorplanPlugin.html +286 -0
- package/docs/functions/Util.absoluteUrl.html +321 -0
- package/docs/functions/Util.equal.html +333 -0
- package/docs/functions/Util.getCoordsFromClient.html +323 -0
- package/docs/functions/Util.getCoordsFromElement.html +323 -0
- package/docs/functions/Util.getFrameTime.html +315 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +323 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +323 -0
- package/docs/functions/Util.isAbsoluteURL.html +316 -0
- package/docs/functions/Util.isModelLike.html +316 -0
- package/docs/functions/Util.isNil.html +324 -0
- package/docs/functions/Util.isPanoramaLike.html +316 -0
- package/docs/functions/Util.nextFrame.html +329 -0
- package/docs/functions/Util.notNil.html +324 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +345 -0
- package/docs/functions/Util.tweenProgress.html +318 -0
- package/docs/functions/Util.uuid.html +314 -0
- package/docs/functions/pluginFlag.html +284 -0
- package/docs/index.html +350 -0
- package/docs/interfaces/AddTagConfig.html +299 -0
- package/docs/interfaces/AreaMakerPluginPluginType.AnimeOptions.html +325 -0
- package/docs/interfaces/AreaMakerPluginPluginType.Config.html +330 -0
- package/docs/interfaces/AreaMakerPluginPluginType.EventMap.html +616 -0
- package/docs/interfaces/AreaMakerPluginPluginType.Params.html +329 -0
- package/docs/interfaces/AreaMakerPluginPluginType.ServerAreaMakerItem.html +379 -0
- package/docs/interfaces/AreaMakerPluginPluginType.ServerAreaMakerItemV1.html +364 -0
- package/docs/interfaces/AreaMakerPluginPluginType.ServerDataV1.html +329 -0
- package/docs/interfaces/AreaMakerPluginPluginType.ServerDataV2.html +322 -0
- package/docs/interfaces/AreaMakerPluginPluginType.ShowHideOptions.html +321 -0
- package/docs/interfaces/AreaMakerPluginPluginType.State.html +350 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +445 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +321 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +354 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +355 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +357 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +692 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +381 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +417 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +407 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +347 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +315 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +404 -0
- package/docs/interfaces/EventMap.html +538 -0
- package/docs/interfaces/FloorplanBounding.html +328 -0
- package/docs/interfaces/FloorplanData.html +331 -0
- package/docs/interfaces/FloorplanEntrance.html +356 -0
- package/docs/interfaces/FloorplanExtraObject.html +346 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +335 -0
- package/docs/interfaces/FloorplanFloorData.html +324 -0
- package/docs/interfaces/FloorplanImagePosition.html +310 -0
- package/docs/interfaces/FloorplanObserver.html +328 -0
- package/docs/interfaces/FloorplanOutlineItem.html +324 -0
- package/docs/interfaces/FloorplanPosition.html +310 -0
- package/docs/interfaces/FloorplanRoomItem.html +375 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +316 -0
- package/docs/interfaces/FloorplanServerBounding.html +328 -0
- package/docs/interfaces/FloorplanServerComputedData.html +327 -0
- package/docs/interfaces/FloorplanServerData.html +310 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +327 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +313 -0
- package/docs/interfaces/FloorplanServerEntrance.html +356 -0
- package/docs/interfaces/FloorplanServerFloorData.html +324 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +310 -0
- package/docs/interfaces/FloorplanServerObserver.html +328 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +324 -0
- package/docs/interfaces/FloorplanServerPosition.html +310 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +387 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +316 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +319 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +357 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +521 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +352 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +343 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +410 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +342 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +467 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +339 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +467 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +304 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +325 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +350 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +366 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +348 -0
- package/docs/interfaces/HelperOffset.html +328 -0
- package/docs/interfaces/ImagePlaneGroup.html +302 -0
- package/docs/interfaces/ItemLabelPluginData.html +299 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +384 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +320 -0
- package/docs/interfaces/MinMax.html +306 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +306 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +342 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +306 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +313 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +350 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +299 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +384 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +306 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +299 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +320 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +344 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +299 -0
- package/docs/interfaces/ModelViewPluginExportType.html +412 -0
- package/docs/interfaces/Object3DHelperState.html +313 -0
- package/docs/interfaces/ObjectHelperControllers.html +320 -0
- package/docs/interfaces/PaintBrushAction.html +359 -0
- package/docs/interfaces/PaintBrushConfigs.html +357 -0
- package/docs/interfaces/PaintBrushState.html +341 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +421 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +278 -0
- package/docs/interfaces/PanoMeasureParameterType.html +445 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +313 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +310 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +306 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +316 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +373 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +322 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +313 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +349 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +319 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +306 -0
- package/docs/interfaces/PanoRulerProPluginState.html +313 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +292 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +281 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +349 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +331 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +427 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +327 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +348 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +334 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +327 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +319 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +337 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +310 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +416 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +310 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +345 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +364 -0
- package/docs/interfaces/Point.html +313 -0
- package/docs/interfaces/Room.html +320 -0
- package/docs/interfaces/RoomInfo.html +306 -0
- package/docs/interfaces/RoomLabel.html +382 -0
- package/docs/interfaces/RoomRules.html +281 -0
- package/docs/interfaces/Rooms.html +281 -0
- package/docs/interfaces/Scissor.html +340 -0
- package/docs/interfaces/State.html +327 -0
- package/docs/interfaces/TagCacheInterface.html +351 -0
- package/docs/interfaces/TagConfig.html +541 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +302 -0
- package/docs/interfaces/TagIconUrl.html +359 -0
- package/docs/interfaces/TagObjectGroup.html +302 -0
- package/docs/interfaces/TagStyle.html +312 -0
- package/docs/interfaces/Tags.html +542 -0
- package/docs/interfaces/TemporaryState.html +299 -0
- package/docs/interfaces/Util.MagnifierParameter.html +386 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +345 -0
- package/docs/interfaces/Util.PointIntersection.html +360 -0
- package/docs/modules/AreaMakerPluginPluginType.html +319 -0
- package/docs/modules/CruisePluginTypes.html +324 -0
- package/docs/modules/GuideLineItem.html +285 -0
- package/docs/modules/GuideLineModeItem.html +290 -0
- package/docs/modules/GuideLinePluginType.html +344 -0
- package/docs/modules/PanoVideoPluginType.html +297 -0
- package/docs/modules/Util.html +345 -0
- package/docs/modules.html +532 -0
- package/docs/types/AreaMakerPluginPluginType.AreaMakerItemEventMap.html +327 -0
- package/docs/types/AreaMakerPluginPluginType.PluginData.html +297 -0
- package/docs/types/AreaMakerPluginPluginType.ServerData.html +297 -0
- package/docs/types/ArrayPosition.html +275 -0
- package/docs/types/AudioAppearance.html +275 -0
- package/docs/types/AudioTagTypeConfigKey.html +275 -0
- package/docs/types/CSS3DRenderExportType.html +275 -0
- package/docs/types/CSS3DRenderPluginExportType.html +275 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +275 -0
- package/docs/types/ClassFunctionParameters.html +282 -0
- package/docs/types/Color.html +275 -0
- package/docs/types/ContentTypeConfigKey.html +275 -0
- package/docs/types/ContentTypeConfigKeySplit.html +275 -0
- package/docs/types/ContentTypeMap.html +275 -0
- package/docs/types/Create3DDomContainerReturnType.html +275 -0
- package/docs/types/Create3DElementReturnType.html +275 -0
- package/docs/types/CruisePluginExportType.html +275 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +314 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +291 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +287 -0
- package/docs/types/DeprecatedTagProperty.html +290 -0
- package/docs/types/Direction-1.html +275 -0
- package/docs/types/Direction4.html +275 -0
- package/docs/types/ElementRenderer.html +299 -0
- package/docs/types/FloorplanRuleLabels.html +278 -0
- package/docs/types/FloorplanServerRuleLabels.html +275 -0
- package/docs/types/GuideLinePluginExportType.html +275 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +347 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +368 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +301 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +304 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +304 -0
- package/docs/types/GuideLinePluginType.PathItem.html +304 -0
- package/docs/types/GuideLinePluginType.PluginData.html +313 -0
- package/docs/types/HelperEventMap.html +513 -0
- package/docs/types/LoadTagConfig.html +275 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +275 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +275 -0
- package/docs/types/MediaData.html +291 -0
- package/docs/types/MediaStore.html +280 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +282 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +275 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +275 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +275 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +275 -0
- package/docs/types/MoveArgs.html +285 -0
- package/docs/types/MoveOpts.html +283 -0
- package/docs/types/Object3DHelperEventMap.html +368 -0
- package/docs/types/ObjectFit.html +275 -0
- package/docs/types/PaintBrushEventMap.html +306 -0
- package/docs/types/PanoCompassPluginData.html +275 -0
- package/docs/types/PanoCompassPluginExportType.html +275 -0
- package/docs/types/PanoCompassPluginParameterType.html +275 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +275 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +275 -0
- package/docs/types/PanoIndex.html +275 -0
- package/docs/types/PanoMeasurePluginEvent.html +275 -0
- package/docs/types/PanoMeasureReturnType.html +275 -0
- package/docs/types/PanoSpatialTagPluginId.html +275 -0
- package/docs/types/PanoTagPluginExportInterface.html +275 -0
- package/docs/types/PanoTagPluginParamsInterface.html +275 -0
- package/docs/types/PanoVideoPluginParameterType.html +275 -0
- package/docs/types/PanoVideoPluginReturnType.html +275 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +283 -0
- package/docs/types/PipelinePluginParameterType.html +275 -0
- package/docs/types/PipelinePluginReturnType.html +275 -0
- package/docs/types/PlaneTag.html +283 -0
- package/docs/types/Point2DTag.html +283 -0
- package/docs/types/Point3DTag.html +283 -0
- package/docs/types/PointTag.html +280 -0
- package/docs/types/PointTagInstance.html +280 -0
- package/docs/types/Position.html +275 -0
- package/docs/types/RotateArgs.html +287 -0
- package/docs/types/RotateOpts.html +283 -0
- package/docs/types/RuleLabelsKey.html +275 -0
- package/docs/types/RuleLabelsValue.html +275 -0
- package/docs/types/StickType.html +275 -0
- package/docs/types/Tag.html +341 -0
- package/docs/types/Tag2D.html +283 -0
- package/docs/types/Tag3D.html +283 -0
- package/docs/types/TagConfigByKey.html +280 -0
- package/docs/types/TagContentType.html +275 -0
- package/docs/types/TagDimensionType.html +277 -0
- package/docs/types/TagElement.html +285 -0
- package/docs/types/TagEvents.html +328 -0
- package/docs/types/TagGLTFObject.html +298 -0
- package/docs/types/TagHooks.html +275 -0
- package/docs/types/TagId.html +275 -0
- package/docs/types/TagInstance.html +347 -0
- package/docs/types/TagPointType.html +278 -0
- package/docs/types/TagRendererMap.html +280 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +275 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +275 -0
- package/docs/types/WorkCode.html +275 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +285 -0
- package/docs/variables/PLUGIN.html +275 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +278 -0
- package/docs/variables/ROOM_TYPE_MAP.html +285 -0
- package/docs/variables/defaultGlobalConfig.html +275 -0
- package/docs/variables/itemLabelPluginServerParams.html +282 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +282 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +282 -0
- package/libs/AreaMakerPlugin/utils/Item.d.ts +1 -0
- package/libs/AreaMakerPlugin/utils/Item.js +13 -10
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1