@realsee/dnalogel 3.69.10 → 3.69.11
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/CHANGELOG.md +4 -0
- package/dist/floorplan/Assets/camera.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/Camera.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/CurrentFloor/CurrentFloor.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/CurrentFloor/ExtraObjects.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/FloorplanCompass.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/Main.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/ObserverDots.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/RoomLabelItem.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Components/RoomLabels.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/Controller.d.ts +52 -0
- package/dist/floorplan/FloorplanGuidePlugin/index.d.ts +7 -0
- package/dist/floorplan/FloorplanGuidePlugin/typing.d.ts +172 -0
- package/dist/floorplan/index.d.ts +1 -0
- package/dist/index.cjs.js +81 -81
- package/dist/index.js +12950 -10812
- package/dist/index.umd.js +78 -78
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +2 -2
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
- package/docs/classes/CSS3DRender.html +2 -2
- package/docs/classes/GuideLineItem.GuideLineItem.html +2 -2
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +2 -2
- package/docs/classes/ModelMakerPluginInstance.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +2 -2
- package/docs/classes/ModelRoomLabelController.html +2 -2
- package/docs/classes/MoveController.html +2 -2
- package/docs/classes/Object3DHelperController.html +2 -2
- package/docs/classes/PaintBrush.html +2 -2
- package/docs/classes/PanoMeasurePluginLine.html +2 -2
- package/docs/classes/PanoMeasurePluginModel.html +2 -2
- package/docs/classes/PanoMeasurePluginPoint.html +2 -2
- package/docs/classes/PanoMeasurePluginPolyline.html +2 -2
- package/docs/classes/PanoTagPluginController.html +2 -2
- package/docs/classes/Sculpt.html +2 -2
- package/docs/classes/Util.BetterTween.html +2 -2
- package/docs/classes/Util.FiveDomEvents.html +2 -2
- package/docs/classes/Util.FivePuppet.html +2 -2
- package/docs/classes/Util.Interval.html +2 -2
- package/docs/classes/Util.LegacyPointHelper.html +2 -2
- package/docs/classes/Util.LightTag.html +2 -2
- package/docs/classes/Util.LineSegments.html +2 -2
- package/docs/classes/Util.Magnifier.html +2 -2
- package/docs/classes/Util.Object3D.html +2 -2
- package/docs/classes/Util.PointDomHelper.html +2 -2
- package/docs/classes/Util.PointHelper.html +2 -2
- package/docs/classes/Util.PointSelector.html +2 -2
- package/docs/classes/Util.PointSelectorHelper.html +2 -2
- package/docs/classes/Util.Rectangle.html +2 -2
- package/docs/classes/Util.sculpt.BaseEditor.html +2 -2
- package/docs/classes/Util.sculpt.BoxMesh.html +2 -2
- package/docs/classes/Util.sculpt.BoxMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.CircleMesh.html +2 -2
- package/docs/classes/Util.sculpt.CircleMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +2 -2
- package/docs/classes/Util.sculpt.CylinderMesh.html +2 -2
- package/docs/classes/Util.sculpt.CylinderMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.LineMesh.html +2 -2
- package/docs/classes/Util.sculpt.PointMesh.html +2 -2
- package/docs/classes/Util.sculpt.PolygonMesh.html +2 -2
- package/docs/classes/Util.sculpt.PrismMesh.html +2 -2
- package/docs/classes/Util.sculpt.PrismMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.RectangleMesh.html +2 -2
- package/docs/classes/Util.sculpt.RectangleMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +2 -2
- package/docs/classes/WalkController.html +2 -2
- package/docs/enums/CameraMovementEffect.html +2 -2
- package/docs/enums/ContentType.html +2 -2
- package/docs/enums/DIRECTION.html +2 -2
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
- package/docs/enums/DimensionType.html +2 -2
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
- package/docs/enums/PaintBrushTypeEnum.html +2 -2
- package/docs/enums/PointType.html +2 -2
- package/docs/enums/Rotation.html +2 -2
- package/docs/functions/AreaMakerPlugin.html +1 -1
- package/docs/functions/CSS3DRenderPlugin.html +1 -1
- package/docs/functions/CameraMovementPlugin.html +2 -2
- package/docs/functions/CruisePlugin.html +1 -1
- package/docs/functions/CurrentPanoImagePlugin.html +1 -1
- package/docs/functions/FloorplanGuidePlugin.html +1 -0
- package/docs/functions/GuideLinePlugin.html +1 -1
- package/docs/functions/ItemLabelPlugin.html +1 -1
- package/docs/functions/MapviewFloorplanPlugin.html +1 -1
- package/docs/functions/MeasurePlugin.html +1 -1
- package/docs/functions/ModelChassisCompassPlugin.html +2 -2
- package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
- package/docs/functions/ModelFloorplanPlugin.html +1 -1
- package/docs/functions/ModelItemLabelPlugin.html +1 -1
- package/docs/functions/ModelMakerPlugin.html +1 -1
- package/docs/functions/ModelRoomLabelPlugin.html +1 -1
- package/docs/functions/ModelTVVideoPlugin.html +1 -1
- package/docs/functions/ModelViewPlugin.html +2 -2
- package/docs/functions/MovePlugin.html +1 -1
- package/docs/functions/Object3DHelperPlugin.html +1 -1
- package/docs/functions/PanoCompassPlugin.html +1 -1
- package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
- package/docs/functions/PanoDoorLabelPlugin.html +1 -1
- package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
- package/docs/functions/PanoMeasurePlugin.html +1 -1
- package/docs/functions/PanoRulerPlugin.html +2 -2
- package/docs/functions/PanoRulerProPlugin.html +2 -2
- package/docs/functions/PanoSpatialTagPlugin.html +2 -2
- package/docs/functions/PanoTagPlugin.html +1 -1
- package/docs/functions/PanoVideoPlugin.html +2 -2
- package/docs/functions/PipelinePlugin.html +1 -1
- package/docs/functions/SculptPlugin.html +2 -2
- package/docs/functions/SculptPluginForFive.html +2 -2
- package/docs/functions/TopviewFloorplanPlugin.html +1 -1
- package/docs/functions/Util.awaitNextFrame.html +1 -1
- package/docs/functions/Util.blink.html +2 -2
- package/docs/functions/Util.blinkWithPreset.html +2 -2
- package/docs/functions/Util.bounding.html +1 -1
- package/docs/functions/Util.boundingBox.html +1 -1
- package/docs/functions/Util.boundingSphere.html +1 -1
- package/docs/functions/Util.boxVertex.html +2 -2
- package/docs/functions/Util.boxVertexes.html +1 -1
- package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
- package/docs/functions/Util.cleanup.html +2 -2
- package/docs/functions/Util.convexHull.html +2 -2
- package/docs/functions/Util.equal.html +2 -2
- package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
- package/docs/functions/Util.getCoordsFromClient.html +1 -1
- package/docs/functions/Util.getCoordsFromElement.html +1 -1
- package/docs/functions/Util.getFrameTime.html +2 -2
- package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -1
- package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -1
- package/docs/functions/Util.initialCSS3DRender.html +1 -1
- package/docs/functions/Util.inside.html +1 -1
- package/docs/functions/Util.isModelLike.html +1 -1
- package/docs/functions/Util.isNil.html +2 -2
- package/docs/functions/Util.isPanoramaLike.html +1 -1
- package/docs/functions/Util.lookObject.html +2 -2
- package/docs/functions/Util.lookPoint.html +2 -2
- package/docs/functions/Util.nextFrame.html +1 -1
- package/docs/functions/Util.notNil.html +2 -2
- package/docs/functions/Util.reblink.html +2 -2
- package/docs/functions/Util.replaceStaticPrefix.html +2 -2
- package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
- package/docs/functions/Util.sculpt.createBox.html +1 -1
- package/docs/functions/Util.sculpt.createCircle.html +1 -1
- package/docs/functions/Util.sculpt.createCylinder.html +1 -1
- package/docs/functions/Util.sculpt.createLine.html +2 -2
- package/docs/functions/Util.sculpt.createPoint.html +1 -1
- package/docs/functions/Util.sculpt.createPolygon.html +1 -1
- package/docs/functions/Util.sculpt.createPrism.html +1 -1
- package/docs/functions/Util.sculpt.createRectangle.html +2 -2
- package/docs/functions/Util.tag.html +1 -1
- package/docs/functions/Util.tweenProgress.html +1 -1
- package/docs/functions/Util.uuid.html +2 -2
- package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
- package/docs/functions/Util.worldBounding.html +1 -1
- package/docs/functions/Util.worldBoundingBox.html +1 -1
- package/docs/functions/Util.worldBoundingSphere.html +1 -1
- package/docs/functions/createPolyline.html +2 -2
- package/docs/functions/pluginFlag.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.Config.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.Params.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.State.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginState.html +2 -2
- package/docs/interfaces/CameraMovementPluginExportType.html +2 -2
- package/docs/interfaces/ContentTypeMapInterface.html +2 -2
- package/docs/interfaces/CruisePluginTypes.Config.html +2 -2
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
- package/docs/interfaces/CruisePluginTypes.EventMap.html +2 -2
- package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginData.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginState.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +2 -2
- package/docs/interfaces/FloorplanBounding.html +2 -2
- package/docs/interfaces/FloorplanData.html +2 -2
- package/docs/interfaces/FloorplanEntrance.html +2 -2
- package/docs/interfaces/FloorplanExtraObject.html +2 -2
- package/docs/interfaces/FloorplanExtraObject3D.html +2 -2
- package/docs/interfaces/FloorplanFloorData.html +2 -2
- package/docs/interfaces/FloorplanImagePosition.html +2 -2
- package/docs/interfaces/FloorplanObserver.html +2 -2
- package/docs/interfaces/FloorplanOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanPosition.html +2 -2
- package/docs/interfaces/FloorplanRoomItem.html +2 -2
- package/docs/interfaces/FloorplanRoomLabelItem.html +2 -2
- package/docs/interfaces/FloorplanServerBounding.html +2 -2
- package/docs/interfaces/FloorplanServerComputedData.html +2 -2
- package/docs/interfaces/FloorplanServerData.html +2 -2
- package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
- package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
- package/docs/interfaces/FloorplanServerEntrance.html +2 -2
- package/docs/interfaces/FloorplanServerFloorData.html +2 -2
- package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
- package/docs/interfaces/FloorplanServerObserver.html +2 -2
- package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanServerPosition.html +2 -2
- package/docs/interfaces/FloorplanServerRoomItem.html +2 -2
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +2 -2
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +2 -2
- package/docs/interfaces/GuideLinePluginType.EventMap.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PluginState.html +2 -2
- package/docs/interfaces/GuideLinePluginType.Route.html +2 -2
- package/docs/interfaces/HelperOffset.html +2 -2
- package/docs/interfaces/ImagePlaneGroup.html +2 -2
- package/docs/interfaces/ItemLabelPluginData.html +2 -2
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
- package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
- package/docs/interfaces/MinMax.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.EventMap.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.State.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +2 -2
- package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
- package/docs/interfaces/ModelViewPluginExportType.html +2 -2
- package/docs/interfaces/Object3DHelperState.html +2 -2
- package/docs/interfaces/ObjectHelperControllers.html +2 -2
- package/docs/interfaces/PaintBrushAction.html +2 -2
- package/docs/interfaces/PaintBrushConfigs.html +2 -2
- package/docs/interfaces/PaintBrushState.html +2 -2
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +2 -2
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
- package/docs/interfaces/PanoMeasureParameterType.html +2 -2
- package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +2 -2
- package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +2 -2
- package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
- package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
- package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
- package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginState.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +2 -2
- package/docs/interfaces/PluginEventMap.html +2 -2
- package/docs/interfaces/Point.html +2 -2
- package/docs/interfaces/Room.html +2 -2
- package/docs/interfaces/RoomInfo.html +2 -2
- package/docs/interfaces/RoomLabel.html +2 -2
- package/docs/interfaces/RoomRules.html +1 -1
- package/docs/interfaces/Rooms.html +1 -1
- package/docs/interfaces/Scissor.html +2 -2
- package/docs/interfaces/SculptConfig.html +2 -2
- package/docs/interfaces/State.html +2 -2
- package/docs/interfaces/TagCacheInterface.html +2 -2
- package/docs/interfaces/TagConfig.html +2 -2
- package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
- package/docs/interfaces/TagIconUrl.html +2 -2
- package/docs/interfaces/TagObjectGroup.html +2 -2
- package/docs/interfaces/TagState.html +2 -2
- package/docs/interfaces/TagStyle.html +2 -2
- package/docs/interfaces/Tags.html +2 -2
- package/docs/interfaces/TemporaryState.html +2 -2
- package/docs/interfaces/Util.AnimeInstance.html +2 -2
- package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
- package/docs/interfaces/Util.EventHandlerConfig.html +2 -2
- package/docs/interfaces/Util.FiveDomEvent.html +2 -2
- package/docs/interfaces/Util.FiveDomEventMap.html +2 -2
- package/docs/interfaces/Util.LegacyMouseGroupParameter.html +2 -2
- package/docs/interfaces/Util.MagnifierParameter.html +2 -2
- package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
- package/docs/interfaces/Util.ObjectInitialState.html +2 -2
- package/docs/interfaces/Util.PointIntersection.html +2 -2
- package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
- package/docs/interfaces/Util.ReBlinkAnimeOptions.html +2 -2
- package/docs/modules/AreaMakerPluginType.html +2 -2
- package/docs/modules/CruisePluginTypes.html +2 -2
- package/docs/modules/CurrentPanoImagePluginType.html +2 -2
- package/docs/modules/GuideLineItem.html +2 -2
- package/docs/modules/GuideLineModeItem.html +2 -2
- package/docs/modules/GuideLinePluginType.html +2 -2
- package/docs/modules/ModelMakerPluginType.html +2 -2
- package/docs/modules/PanoVideoPluginType.html +2 -2
- package/docs/modules/SculptData.html +2 -2
- package/docs/modules/SculptType.html +2 -2
- package/docs/modules/Util.html +2 -2
- package/docs/modules/Util.sculpt.html +2 -2
- package/docs/modules.html +5 -2
- package/docs/types/AddObject3DHelperConfig.html +2 -2
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
- package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
- package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
- package/docs/types/ArrayPosition.html +1 -1
- package/docs/types/AudioAppearance.html +1 -1
- package/docs/types/CSS3DRenderExportType.html +1 -1
- package/docs/types/CSS3DRenderPluginExportType.html +1 -1
- package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
- package/docs/types/ClassFunctionParameters.html +1 -1
- package/docs/types/Color.html +1 -1
- package/docs/types/ContentTypeConfigKey.html +1 -1
- package/docs/types/ContentTypeConfigKeySplit.html +1 -1
- package/docs/types/ContentTypeMap.html +1 -1
- package/docs/types/Create3DDomContainerReturnType.html +1 -1
- package/docs/types/Create3DElementReturnType.html +1 -1
- package/docs/types/CruisePluginExportType.html +1 -1
- package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
- package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
- package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
- package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
- package/docs/types/DeprecatedTagProperty.html +2 -2
- package/docs/types/Direction-1.html +1 -1
- package/docs/types/Direction4.html +1 -1
- package/docs/types/ElementRenderer.html +2 -2
- package/docs/types/FloorplanGuidePluginParameterType.html +1 -0
- package/docs/types/FloorplanGuidePluginReturnType.html +1 -0
- package/docs/types/FloorplanRuleLabels.html +2 -2
- package/docs/types/FloorplanServerRuleLabels.html +1 -1
- package/docs/types/GuideLinePluginExportType.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
- package/docs/types/GuideLinePluginType.PathItem.html +2 -2
- package/docs/types/GuideLinePluginType.PluginData.html +2 -2
- package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
- package/docs/types/HelperEventMap.html +1 -1
- package/docs/types/InternalHelperEventMap.html +1 -1
- package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
- package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
- package/docs/types/MeasureEndReason.html +1 -1
- package/docs/types/MeasurePluginConfig.html +2 -2
- package/docs/types/MediaData.html +2 -2
- package/docs/types/MediaStore.html +1 -1
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
- package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
- package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
- package/docs/types/ModelId.html +1 -1
- package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
- package/docs/types/ModelMakerPluginType.ItemType.html +2 -2
- package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -1
- package/docs/types/ModelMakerPluginType.ServerItem.html +2 -2
- package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
- package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
- package/docs/types/MoveArgs.html +2 -2
- package/docs/types/MoveOpts.html +2 -2
- package/docs/types/Object3DHelperEventMap.html +1 -1
- package/docs/types/ObjectFit.html +1 -1
- package/docs/types/PaintBrushEventMap.html +1 -1
- package/docs/types/PanoCompassPluginData.html +1 -1
- package/docs/types/PanoCompassPluginExportType.html +1 -1
- package/docs/types/PanoCompassPluginParameterType.html +1 -1
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
- package/docs/types/PanoIndex.html +1 -1
- package/docs/types/PanoMeasurePluginEvent.html +1 -1
- package/docs/types/PanoMeasureReturnType.html +1 -1
- package/docs/types/PanoSpatialTagPluginId.html +1 -1
- package/docs/types/PanoTagPluginExportInterface.html +1 -1
- package/docs/types/PanoTagPluginParamsInterface.html +1 -1
- package/docs/types/PanoVideoPluginParameterType.html +1 -1
- package/docs/types/PanoVideoPluginReturnType.html +1 -1
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
- package/docs/types/PipelinePluginParameterType.html +1 -1
- package/docs/types/PipelinePluginReturnType.html +1 -1
- package/docs/types/PlaneTag.html +2 -2
- package/docs/types/Point2DTag.html +2 -2
- package/docs/types/Point3DTag.html +2 -2
- package/docs/types/PointTagInstance.html +1 -1
- package/docs/types/Position.html +1 -1
- package/docs/types/PositionFrom.html +1 -1
- package/docs/types/RotateArgs.html +2 -2
- package/docs/types/RotateOpts.html +2 -2
- package/docs/types/RuleLabelsKey.html +1 -1
- package/docs/types/RuleLabelsValue.html +1 -1
- package/docs/types/ScaleCallback.html +1 -1
- package/docs/types/ScalePosition.html +2 -2
- package/docs/types/SculptData.BoxData.html +1 -1
- package/docs/types/SculptData.CircleData.html +1 -1
- package/docs/types/SculptData.CylinderData.html +1 -1
- package/docs/types/SculptData.PointData.html +1 -1
- package/docs/types/SculptData.PolygonData.html +1 -1
- package/docs/types/SculptData.PolylineData.html +1 -1
- package/docs/types/SculptData.PrismData.html +1 -1
- package/docs/types/SculptData.RectangleData.html +1 -1
- package/docs/types/SculptType.Theme.html +2 -2
- package/docs/types/StickType.html +1 -1
- package/docs/types/Tag.html +2 -2
- package/docs/types/Tag2D.html +2 -2
- package/docs/types/Tag3D.html +2 -2
- package/docs/types/TagClickParams.html +1 -1
- package/docs/types/TagConfigByKey.html +1 -1
- package/docs/types/TagContentType.html +1 -1
- package/docs/types/TagContentTypeMapping.html +1 -1
- package/docs/types/TagDimensionType.html +1 -1
- package/docs/types/TagElement.html +2 -2
- package/docs/types/TagEvents.html +1 -1
- package/docs/types/TagGLTFObject.html +1 -1
- package/docs/types/TagHooks.html +1 -1
- package/docs/types/TagId.html +1 -1
- package/docs/types/TagInstance.html +1 -1
- package/docs/types/TagPlacement.html +2 -2
- package/docs/types/TagPointType.html +2 -2
- package/docs/types/TagRendererMap.html +1 -1
- package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
- package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
- package/docs/types/Util.ActionIfNoIntersection.html +1 -1
- package/docs/types/Util.AdherePoint.html +2 -2
- package/docs/types/Util.PointSelectorConfig.html +1 -1
- package/docs/types/Util.SupportedTarget.html +2 -2
- package/docs/types/Util.Target.html +2 -2
- package/docs/types/Util.ThreeObject.html +2 -2
- package/docs/types/WorkCode.html +1 -1
- package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
- package/docs/variables/PLUGIN.html +1 -1
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
- package/docs/variables/ROOM_TYPE_MAP.html +2 -2
- package/docs/variables/Util.ANIME_PRESETS.html +2 -2
- package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +2 -2
- package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +2 -2
- package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +2 -2
- package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +2 -2
- package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +2 -2
- package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +2 -2
- package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +2 -2
- package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +2 -2
- package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +2 -2
- package/docs/variables/defaultGlobalConfig.html +1 -1
- package/docs/variables/itemLabelPluginServerParams.html +1 -1
- package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
- package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/Assets/camera.d.ts +1 -0
- package/libs/floorplan/Assets/camera.js +3 -2
- package/libs/floorplan/FloorplanGuidePlugin/Components/Camera.js +155 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/Camera.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/CurrentFloor/CurrentFloor.js +272 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/CurrentFloor/CurrentFloor.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/CurrentFloor/ExtraObjects.js +94 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/CurrentFloor/ExtraObjects.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/FloorplanCompass.js +110 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/FloorplanCompass.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/Main.js +659 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/Main.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/ObserverDots.js +153 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/ObserverDots.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/RoomLabelItem.js +261 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/RoomLabelItem.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/RoomLabels.js +290 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/RoomLabels.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Controller.d.ts +52 -0
- package/libs/floorplan/FloorplanGuidePlugin/Controller.js +336 -0
- package/libs/floorplan/FloorplanGuidePlugin/index.d.ts +7 -0
- package/libs/floorplan/FloorplanGuidePlugin/index.js +100 -0
- package/libs/floorplan/FloorplanGuidePlugin/typing.d.ts +172 -0
- package/libs/floorplan/FloorplanGuidePlugin/typing.js +1 -0
- package/libs/floorplan/index.d.ts +1 -0
- package/libs/index.js +157 -146
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "data:application/octet-stream;base64,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
|
|
1
|
+
window.navigationData = "data:application/octet-stream;base64,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"
|