@realsee/dnalogel 3.81.5 → 3.81.6-alpha.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/CHANGELOG.md +4 -0
- package/dist/floorplan/Components/StyledImage.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanGuidePlugin/typing.d.ts +6 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +6 -0
- package/dist/floorplan/typings/floorplanData.d.ts +21 -0
- package/dist/floorplan/typings/floorplanServerData.d.ts +21 -0
- package/dist/floorplan/utils/styledFloorplan.d.ts +3 -0
- package/dist/index.cjs.js +82 -82
- package/dist/index.js +8944 -8600
- package/dist/index.umd.js +74 -74
- 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/DigitalHuman.html +2 -2
- package/docs/classes/DigitalPerformanceV2.DigitalPerformanceV2PluginController.html +2 -2
- package/docs/classes/DigitalPlayground.html +2 -2
- package/docs/classes/DigitalStateMachine.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/DigitalPerformancePlugin.html +1 -1
- package/docs/functions/DigitalPerformanceV2.DigitalPerformanceV2Plugin.html +1 -1
- package/docs/functions/FloorplanGuidePlugin.html +1 -1
- 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.generatePolygonGeometry.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.getGeometryArea.html +1 -1
- package/docs/functions/Util.getGeometryInfo.html +1 -1
- 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.sculpt.transformUnit.html +2 -2
- package/docs/functions/Util.sculpt.transformUnitSquare.html +1 -1
- package/docs/functions/Util.tag.html +1 -1
- package/docs/functions/Util.triangleArea.html +2 -2
- package/docs/functions/Util.triangleCenter.html +2 -2
- 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/functions/validatePolygon.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/BoxAnimationConfig.html +2 -2
- package/docs/interfaces/BoxPosition.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/ChapterLocation.html +2 -2
- package/docs/interfaces/ChapterTimeInfo.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/DigitalCameraKeyframe.html +2 -2
- package/docs/interfaces/DigitalCameraPlayer.html +2 -2
- package/docs/interfaces/DigitalCameraState.html +2 -2
- package/docs/interfaces/DigitalChapter.html +2 -2
- package/docs/interfaces/DigitalDataPlayer.html +2 -2
- package/docs/interfaces/DigitalDataState.html +2 -2
- package/docs/interfaces/DigitalEffectKeyframe.html +2 -2
- package/docs/interfaces/DigitalEffectState.html +2 -2
- package/docs/interfaces/DigitalItemKeyframe.html +2 -2
- package/docs/interfaces/DigitalItemState.html +2 -2
- package/docs/interfaces/DigitalModelKeyframe.html +2 -2
- package/docs/interfaces/DigitalModelPlayer.html +2 -2
- package/docs/interfaces/DigitalModelPlayerEffect.html +2 -2
- package/docs/interfaces/DigitalModelPlayerItem.html +2 -2
- package/docs/interfaces/DigitalModelState.html +2 -2
- package/docs/interfaces/DigitalPerformancePluginConfig.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.CameraState.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.DigitalCameraKeyframe.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.DigitalCameraPlayer.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.DigitalPerformanceV2PluginConfig.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.GroupChapterTimeInfo.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.GroupProgress.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.V2Progress.html +2 -2
- package/docs/interfaces/DigitalScript.html +2 -2
- package/docs/interfaces/DigitalSubTitleKeyframe.html +2 -2
- package/docs/interfaces/DigitalSubTitlePlayer.html +2 -2
- package/docs/interfaces/DigitalSubTitleState.html +2 -2
- package/docs/interfaces/ExtendedAnimationConfig.html +2 -2
- package/docs/interfaces/FloorplanBounding.html +5 -5
- package/docs/interfaces/FloorplanData.html +4 -3
- package/docs/interfaces/FloorplanEntrance.html +8 -8
- package/docs/interfaces/FloorplanExtraObject.html +5 -5
- package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
- package/docs/interfaces/FloorplanFloorData.html +4 -4
- package/docs/interfaces/FloorplanImagePosition.html +2 -2
- package/docs/interfaces/FloorplanObserver.html +4 -3
- package/docs/interfaces/FloorplanOutlineItem.html +3 -3
- package/docs/interfaces/FloorplanPosition.html +2 -2
- package/docs/interfaces/FloorplanRoomItem.html +9 -9
- package/docs/interfaces/FloorplanRoomLabelItem.html +4 -4
- package/docs/interfaces/FloorplanServerBounding.html +5 -5
- package/docs/interfaces/FloorplanServerComputedData.html +2 -2
- package/docs/interfaces/FloorplanServerData.html +4 -3
- package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
- package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
- package/docs/interfaces/FloorplanServerEntrance.html +8 -8
- package/docs/interfaces/FloorplanServerFloorData.html +4 -4
- package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
- package/docs/interfaces/FloorplanServerObserver.html +4 -3
- package/docs/interfaces/FloorplanServerOutlineItem.html +3 -3
- package/docs/interfaces/FloorplanServerPosition.html +2 -2
- package/docs/interfaces/FloorplanServerRoomItem.html +10 -10
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +4 -4
- package/docs/interfaces/FloorplanServerStyledFloorplan.html +3 -0
- package/docs/interfaces/FloorplanServerStyledImage.html +6 -0
- package/docs/interfaces/GlobalProgress.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/ProgressBarEvents.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/StyledFloorplan.html +3 -0
- package/docs/interfaces/StyledFloorplanImage.html +6 -0
- package/docs/interfaces/TagCacheInterface.html +2 -2
- package/docs/interfaces/TagConfig.html +2 -2
- package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
- package/docs/interfaces/TagIconAnimationConfig.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/TraceManager.html +2 -2
- package/docs/interfaces/TracePoint.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/DigitalPerformanceV2.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 +8 -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/BoxTag.html +2 -2
- 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/DigitalPerformancePluginExportInterface.html +1 -1
- package/docs/types/DigitalPerformancePluginParamsInterface.html +1 -1
- package/docs/types/DigitalPerformanceV2.CameraCoordinateSpace.html +2 -2
- package/docs/types/DigitalPerformanceV2.CameraTransition.html +2 -2
- package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginExportInterface.html +1 -1
- package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginParamsInterface.html +1 -1
- package/docs/types/DigitalPerformanceV2.V2ProgressListener.html +1 -1
- 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/FloorplanAffineTransform.html +1 -0
- package/docs/types/FloorplanGuidePluginParameterType.html +1 -1
- package/docs/types/FloorplanGuidePluginReturnType.html +1 -1
- package/docs/types/FloorplanRuleLabels.html +2 -2
- package/docs/types/FloorplanServerAffineTransform.html +1 -0
- 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/KeyframeType.html +1 -1
- package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
- package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
- package/docs/types/MaskPosition.html +2 -2
- package/docs/types/MaskTag.html +2 -2
- package/docs/types/MeasureEndReason.html +1 -1
- package/docs/types/MeasurePluginConfig.html +2 -2
- package/docs/types/MeasurePluginEventMap.html +1 -1
- 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/PolygonPosition.html +2 -2
- package/docs/types/PolygonTag.html +2 -2
- package/docs/types/Position.html +1 -1
- package/docs/types/PositionFrom.html +1 -1
- package/docs/types/ProgressListener.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/StateType.html +1 -1
- 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 +5 -5
- package/libs/floorplan/Components/StyledImage.js +90 -0
- package/libs/floorplan/Components/StyledImage.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanGuidePlugin/Components/Camera.js +118 -103
- package/libs/floorplan/FloorplanGuidePlugin/Components/CurrentFloor/CurrentFloor.js +206 -124
- package/libs/floorplan/FloorplanGuidePlugin/Components/Main.js +270 -229
- package/libs/floorplan/FloorplanGuidePlugin/Components/ObserverDots.js +94 -86
- package/libs/floorplan/FloorplanGuidePlugin/Controller.js +31 -28
- package/libs/floorplan/FloorplanGuidePlugin/index.js +5 -3
- package/libs/floorplan/FloorplanGuidePlugin/typing.d.ts +6 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +176 -117
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +127 -115
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +20 -17
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +6 -0
- package/libs/floorplan/typings/floorplanData.d.ts +21 -0
- package/libs/floorplan/typings/floorplanServerData.d.ts +21 -0
- package/libs/floorplan/utils/formatData.js +67 -43
- package/libs/floorplan/utils/styledFloorplan.d.ts +3 -0
- package/libs/floorplan/utils/styledFloorplan.js +28 -0
- package/libs/index.js +162 -160
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,104 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
3
|
-
import { BaseImage as
|
|
4
|
-
import { RoomHighlight as
|
|
5
|
-
import { MissingFloor as
|
|
1
|
+
import { SvelteComponent as B, init as S, safe_not_equal as q, empty as T, insert as y, transition_out as h, check_outros as j, transition_in as d, detach as D, group_outros as O, space as w, create_component as p, mount_component as F, destroy_component as I, assign as U, get_spread_update as v } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import z from "./ExtraObjects.js";
|
|
3
|
+
import { BaseImage as M } from "../../../Components/BaseImage.js";
|
|
4
|
+
import { RoomHighlight as x } from "../../../Components/RoomHighlight/RoomHighlight.js";
|
|
5
|
+
import { MissingFloor as A } from "../../../Components/MissingFloor.js";
|
|
6
|
+
import { StyledImage as G } from "../../../Components/StyledImage.js";
|
|
7
|
+
import { imageToBoundingTransform as J } from "../../../utils/styledFloorplan.js";
|
|
6
8
|
import "../../../Components/Normalmage.js";
|
|
7
9
|
import "../../../Components/SvgImage.js";
|
|
8
10
|
import "../../../Components/RoomHighlight/Room.js";
|
|
9
11
|
import "../../../utils/formatPosition.js";
|
|
10
|
-
function
|
|
11
|
-
let e, o, n,
|
|
12
|
-
const
|
|
12
|
+
function K(l) {
|
|
13
|
+
let e, o, n, i, t, f, _;
|
|
14
|
+
const m = [Q, P], g = [];
|
|
15
|
+
function c(r, u) {
|
|
16
|
+
return (
|
|
17
|
+
/*styledFloor*/
|
|
18
|
+
r[7] && /*styledTransform*/
|
|
19
|
+
r[9] ? 0 : 1
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
e = c(l), o = g[e] = m[e](l), i = new z({
|
|
23
|
+
props: {
|
|
24
|
+
extraObjects: (
|
|
25
|
+
/*currentFloorExtraObjects*/
|
|
26
|
+
l[8]
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
let s = (
|
|
31
|
+
/*hoverEnable*/
|
|
32
|
+
l[3] && H(l)
|
|
33
|
+
);
|
|
34
|
+
return {
|
|
35
|
+
c() {
|
|
36
|
+
o.c(), n = w(), p(i.$$.fragment), t = w(), s && s.c(), f = T();
|
|
37
|
+
},
|
|
38
|
+
m(r, u) {
|
|
39
|
+
g[e].m(r, u), y(r, n, u), F(i, r, u), y(r, t, u), s && s.m(r, u), y(r, f, u), _ = !0;
|
|
40
|
+
},
|
|
41
|
+
p(r, u) {
|
|
42
|
+
let b = e;
|
|
43
|
+
e = c(r), e === b ? g[e].p(r, u) : (O(), h(g[b], 1, 1, () => {
|
|
44
|
+
g[b] = null;
|
|
45
|
+
}), j(), o = g[e], o ? o.p(r, u) : (o = g[e] = m[e](r), o.c()), d(o, 1), o.m(n.parentNode, n));
|
|
46
|
+
const k = {};
|
|
47
|
+
u & /*currentFloorExtraObjects*/
|
|
48
|
+
256 && (k.extraObjects = /*currentFloorExtraObjects*/
|
|
49
|
+
r[8]), i.$set(k), /*hoverEnable*/
|
|
50
|
+
r[3] ? s ? (s.p(r, u), u & /*hoverEnable*/
|
|
51
|
+
8 && d(s, 1)) : (s = H(r), s.c(), d(s, 1), s.m(f.parentNode, f)) : s && (O(), h(s, 1, 1, () => {
|
|
52
|
+
s = null;
|
|
53
|
+
}), j());
|
|
54
|
+
},
|
|
55
|
+
i(r) {
|
|
56
|
+
_ || (d(o), d(i.$$.fragment, r), d(s), _ = !0);
|
|
57
|
+
},
|
|
58
|
+
o(r) {
|
|
59
|
+
h(o), h(i.$$.fragment, r), h(s), _ = !1;
|
|
60
|
+
},
|
|
61
|
+
d(r) {
|
|
62
|
+
g[e].d(r), r && D(n), I(i, r), r && D(t), s && s.d(r), r && D(f);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
function L(l) {
|
|
67
|
+
let e, o;
|
|
68
|
+
return e = new A({
|
|
69
|
+
props: {
|
|
70
|
+
missingFloorConfig: (
|
|
71
|
+
/*missingFloorConfig*/
|
|
72
|
+
l[6]
|
|
73
|
+
)
|
|
74
|
+
}
|
|
75
|
+
}), {
|
|
76
|
+
c() {
|
|
77
|
+
p(e.$$.fragment);
|
|
78
|
+
},
|
|
79
|
+
m(n, i) {
|
|
80
|
+
F(e, n, i), o = !0;
|
|
81
|
+
},
|
|
82
|
+
p(n, i) {
|
|
83
|
+
const t = {};
|
|
84
|
+
i & /*missingFloorConfig*/
|
|
85
|
+
64 && (t.missingFloorConfig = /*missingFloorConfig*/
|
|
86
|
+
n[6]), e.$set(t);
|
|
87
|
+
},
|
|
88
|
+
i(n) {
|
|
89
|
+
o || (d(e.$$.fragment, n), o = !0);
|
|
90
|
+
},
|
|
91
|
+
o(n) {
|
|
92
|
+
h(e.$$.fragment, n), o = !1;
|
|
93
|
+
},
|
|
94
|
+
d(n) {
|
|
95
|
+
I(e, n);
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
function P(l) {
|
|
100
|
+
let e, o;
|
|
101
|
+
const n = [
|
|
13
102
|
{
|
|
14
103
|
floorIndex: (
|
|
15
104
|
/*floorIndex*/
|
|
@@ -21,31 +110,19 @@ function S(l) {
|
|
|
21
110
|
)
|
|
22
111
|
}
|
|
23
112
|
];
|
|
24
|
-
let
|
|
25
|
-
for (let t = 0; t <
|
|
26
|
-
|
|
27
|
-
e = new
|
|
28
|
-
props: {
|
|
29
|
-
extraObjects: (
|
|
30
|
-
/*currentFloorExtraObjects*/
|
|
31
|
-
l[7]
|
|
32
|
-
)
|
|
33
|
-
}
|
|
34
|
-
});
|
|
35
|
-
let r = (
|
|
36
|
-
/*hoverEnable*/
|
|
37
|
-
l[3] && j(l)
|
|
38
|
-
);
|
|
39
|
-
return {
|
|
113
|
+
let i = {};
|
|
114
|
+
for (let t = 0; t < n.length; t += 1)
|
|
115
|
+
i = U(i, n[t]);
|
|
116
|
+
return e = new M({ props: i }), {
|
|
40
117
|
c() {
|
|
41
|
-
|
|
118
|
+
p(e.$$.fragment);
|
|
42
119
|
},
|
|
43
|
-
m(t,
|
|
44
|
-
F(e, t,
|
|
120
|
+
m(t, f) {
|
|
121
|
+
F(e, t, f), o = !0;
|
|
45
122
|
},
|
|
46
|
-
p(t,
|
|
47
|
-
const
|
|
48
|
-
20 ?
|
|
123
|
+
p(t, f) {
|
|
124
|
+
const _ = f & /*floorIndex, floorplanData*/
|
|
125
|
+
20 ? v(n, [
|
|
49
126
|
{
|
|
50
127
|
floorIndex: (
|
|
51
128
|
/*floorIndex*/
|
|
@@ -57,51 +134,50 @@ function S(l) {
|
|
|
57
134
|
)
|
|
58
135
|
}
|
|
59
136
|
]) : {};
|
|
60
|
-
e.$set(
|
|
61
|
-
const c = {};
|
|
62
|
-
g & /*currentFloorExtraObjects*/
|
|
63
|
-
128 && (c.extraObjects = /*currentFloorExtraObjects*/
|
|
64
|
-
t[7]), n.$set(c), /*hoverEnable*/
|
|
65
|
-
t[3] ? r ? (r.p(t, g), g & /*hoverEnable*/
|
|
66
|
-
8 && _(r, 1)) : (r = j(t), r.c(), _(r, 1), r.m(i.parentNode, i)) : r && (R(), h(r, 1, 1, () => {
|
|
67
|
-
r = null;
|
|
68
|
-
}), O());
|
|
137
|
+
e.$set(_);
|
|
69
138
|
},
|
|
70
139
|
i(t) {
|
|
71
|
-
|
|
140
|
+
o || (d(e.$$.fragment, t), o = !0);
|
|
72
141
|
},
|
|
73
142
|
o(t) {
|
|
74
|
-
h(e.$$.fragment, t),
|
|
143
|
+
h(e.$$.fragment, t), o = !1;
|
|
75
144
|
},
|
|
76
145
|
d(t) {
|
|
77
|
-
I(e, t)
|
|
146
|
+
I(e, t);
|
|
78
147
|
}
|
|
79
148
|
};
|
|
80
149
|
}
|
|
81
|
-
function
|
|
150
|
+
function Q(l) {
|
|
82
151
|
let e, o;
|
|
83
|
-
return e = new
|
|
152
|
+
return e = new G({
|
|
84
153
|
props: {
|
|
85
|
-
|
|
86
|
-
/*
|
|
87
|
-
l[
|
|
88
|
-
)
|
|
154
|
+
image: (
|
|
155
|
+
/*styledFloor*/
|
|
156
|
+
l[7].guide
|
|
157
|
+
),
|
|
158
|
+
transform: (
|
|
159
|
+
/*styledTransform*/
|
|
160
|
+
l[9]
|
|
161
|
+
),
|
|
162
|
+
zIndex: 0
|
|
89
163
|
}
|
|
90
164
|
}), {
|
|
91
165
|
c() {
|
|
92
|
-
|
|
166
|
+
p(e.$$.fragment);
|
|
93
167
|
},
|
|
94
|
-
m(n,
|
|
95
|
-
F(e, n,
|
|
168
|
+
m(n, i) {
|
|
169
|
+
F(e, n, i), o = !0;
|
|
96
170
|
},
|
|
97
|
-
p(n,
|
|
98
|
-
const
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
n[
|
|
171
|
+
p(n, i) {
|
|
172
|
+
const t = {};
|
|
173
|
+
i & /*styledFloor*/
|
|
174
|
+
128 && (t.image = /*styledFloor*/
|
|
175
|
+
n[7].guide), i & /*styledTransform*/
|
|
176
|
+
512 && (t.transform = /*styledTransform*/
|
|
177
|
+
n[9]), e.$set(t);
|
|
102
178
|
},
|
|
103
179
|
i(n) {
|
|
104
|
-
o || (
|
|
180
|
+
o || (d(e.$$.fragment, n), o = !0);
|
|
105
181
|
},
|
|
106
182
|
o(n) {
|
|
107
183
|
h(e.$$.fragment, n), o = !1;
|
|
@@ -111,7 +187,7 @@ function z(l) {
|
|
|
111
187
|
}
|
|
112
188
|
};
|
|
113
189
|
}
|
|
114
|
-
function
|
|
190
|
+
function H(l) {
|
|
115
191
|
let e, o;
|
|
116
192
|
const n = [
|
|
117
193
|
{
|
|
@@ -133,7 +209,7 @@ function j(l) {
|
|
|
133
209
|
),
|
|
134
210
|
onRoomHeightClick: (
|
|
135
211
|
/*onRoomHeightClick*/
|
|
136
|
-
l[
|
|
212
|
+
l[11]
|
|
137
213
|
),
|
|
138
214
|
highlightData: (
|
|
139
215
|
/*highlightData*/
|
|
@@ -142,134 +218,140 @@ function j(l) {
|
|
|
142
218
|
hoveredRoom: void 0
|
|
143
219
|
}
|
|
144
220
|
];
|
|
145
|
-
let
|
|
146
|
-
for (let
|
|
147
|
-
|
|
148
|
-
return e = new
|
|
221
|
+
let i = {};
|
|
222
|
+
for (let t = 0; t < n.length; t += 1)
|
|
223
|
+
i = U(i, n[t]);
|
|
224
|
+
return e = new x({ props: i }), {
|
|
149
225
|
c() {
|
|
150
|
-
|
|
226
|
+
p(e.$$.fragment);
|
|
151
227
|
},
|
|
152
|
-
m(
|
|
153
|
-
F(e,
|
|
228
|
+
m(t, f) {
|
|
229
|
+
F(e, t, f), o = !0;
|
|
154
230
|
},
|
|
155
|
-
p(
|
|
156
|
-
const
|
|
157
|
-
|
|
231
|
+
p(t, f) {
|
|
232
|
+
const _ = f & /*five, pxmm, floorIndex, floorplanData, onRoomHeightClick, highlightData, undefined*/
|
|
233
|
+
2103 ? v(n, [
|
|
158
234
|
{
|
|
159
235
|
five: (
|
|
160
236
|
/*five*/
|
|
161
|
-
|
|
237
|
+
t[0]
|
|
162
238
|
),
|
|
163
239
|
pxmm: (
|
|
164
240
|
/*pxmm*/
|
|
165
|
-
|
|
241
|
+
t[1]
|
|
166
242
|
),
|
|
167
243
|
floorIndex: (
|
|
168
244
|
/*floorIndex*/
|
|
169
|
-
|
|
245
|
+
t[2]
|
|
170
246
|
),
|
|
171
247
|
floorplanData: (
|
|
172
248
|
/*floorplanData*/
|
|
173
|
-
|
|
249
|
+
t[4]
|
|
174
250
|
),
|
|
175
251
|
onRoomHeightClick: (
|
|
176
252
|
/*onRoomHeightClick*/
|
|
177
|
-
|
|
253
|
+
t[11]
|
|
178
254
|
),
|
|
179
255
|
highlightData: (
|
|
180
256
|
/*highlightData*/
|
|
181
|
-
|
|
257
|
+
t[5]
|
|
182
258
|
),
|
|
183
259
|
hoveredRoom: void 0
|
|
184
260
|
}
|
|
185
261
|
]) : {};
|
|
186
|
-
e.$set(
|
|
262
|
+
e.$set(_);
|
|
187
263
|
},
|
|
188
|
-
i(
|
|
189
|
-
o || (
|
|
264
|
+
i(t) {
|
|
265
|
+
o || (d(e.$$.fragment, t), o = !0);
|
|
190
266
|
},
|
|
191
|
-
o(
|
|
192
|
-
h(e.$$.fragment,
|
|
267
|
+
o(t) {
|
|
268
|
+
h(e.$$.fragment, t), o = !1;
|
|
193
269
|
},
|
|
194
|
-
d(
|
|
195
|
-
I(e,
|
|
270
|
+
d(t) {
|
|
271
|
+
I(e, t);
|
|
196
272
|
}
|
|
197
273
|
};
|
|
198
274
|
}
|
|
199
|
-
function
|
|
200
|
-
let e, o, n,
|
|
201
|
-
const
|
|
202
|
-
function
|
|
203
|
-
return
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
);
|
|
275
|
+
function V(l) {
|
|
276
|
+
let e, o, n, i;
|
|
277
|
+
const t = [L, K], f = [];
|
|
278
|
+
function _(m, g) {
|
|
279
|
+
return !/*hasCurrentFloorData*/
|
|
280
|
+
m[10] && !/*styledFloor*/
|
|
281
|
+
m[7] ? 0 : 1;
|
|
207
282
|
}
|
|
208
|
-
return e =
|
|
283
|
+
return e = _(l), o = f[e] = t[e](l), {
|
|
209
284
|
c() {
|
|
210
|
-
o.c(), n =
|
|
285
|
+
o.c(), n = T();
|
|
211
286
|
},
|
|
212
|
-
m(
|
|
213
|
-
|
|
287
|
+
m(m, g) {
|
|
288
|
+
f[e].m(m, g), y(m, n, g), i = !0;
|
|
214
289
|
},
|
|
215
|
-
p(
|
|
216
|
-
let
|
|
217
|
-
e =
|
|
218
|
-
|
|
219
|
-
}),
|
|
290
|
+
p(m, [g]) {
|
|
291
|
+
let c = e;
|
|
292
|
+
e = _(m), e === c ? f[e].p(m, g) : (O(), h(f[c], 1, 1, () => {
|
|
293
|
+
f[c] = null;
|
|
294
|
+
}), j(), o = f[e], o ? o.p(m, g) : (o = f[e] = t[e](m), o.c()), d(o, 1), o.m(n.parentNode, n));
|
|
220
295
|
},
|
|
221
|
-
i(
|
|
222
|
-
|
|
296
|
+
i(m) {
|
|
297
|
+
i || (d(o), i = !0);
|
|
223
298
|
},
|
|
224
|
-
o(
|
|
225
|
-
h(o),
|
|
299
|
+
o(m) {
|
|
300
|
+
h(o), i = !1;
|
|
226
301
|
},
|
|
227
|
-
d(
|
|
228
|
-
|
|
302
|
+
d(m) {
|
|
303
|
+
f[e].d(m), m && D(n);
|
|
229
304
|
}
|
|
230
305
|
};
|
|
231
306
|
}
|
|
232
|
-
function
|
|
233
|
-
let n,
|
|
234
|
-
const
|
|
307
|
+
function W(l, e, o) {
|
|
308
|
+
let n, i, t, f, _, { five: m } = e, { pxmm: g } = e, { floorIndex: c } = e, { hoverEnable: s } = e, { floorplanData: r } = e, { extraObjects: u = [] } = e, { highlightData: b } = e, { missingFloorConfig: k } = e, { missingFloorImageUrl: R } = e, { styledFloorplanEnable: C = !1 } = e;
|
|
309
|
+
const N = void 0;
|
|
235
310
|
return l.$$set = (a) => {
|
|
236
|
-
"five" in a && o(0, m = a.five), "pxmm" in a && o(1,
|
|
311
|
+
"five" in a && o(0, m = a.five), "pxmm" in a && o(1, g = a.pxmm), "floorIndex" in a && o(2, c = a.floorIndex), "hoverEnable" in a && o(3, s = a.hoverEnable), "floorplanData" in a && o(4, r = a.floorplanData), "extraObjects" in a && o(12, u = a.extraObjects), "highlightData" in a && o(5, b = a.highlightData), "missingFloorConfig" in a && o(6, k = a.missingFloorConfig), "missingFloorImageUrl" in a && o(13, R = a.missingFloorImageUrl), "styledFloorplanEnable" in a && o(14, C = a.styledFloorplanEnable);
|
|
237
312
|
}, l.$$.update = () => {
|
|
313
|
+
var a;
|
|
238
314
|
l.$$.dirty & /*floorplanData, floorIndex*/
|
|
239
|
-
20 && o(
|
|
240
|
-
|
|
241
|
-
|
|
315
|
+
20 && o(15, n = r.floorDatas[c]), l.$$.dirty & /*floorData*/
|
|
316
|
+
32768 && o(10, i = n.rooms.length > 0), l.$$.dirty & /*styledFloorplanEnable, floorplanData, floorIndex*/
|
|
317
|
+
16404 && o(7, t = C ? (a = r.styledFloorplan) == null ? void 0 : a.floors.find((E) => E.floorIndex === c) : void 0), l.$$.dirty & /*styledFloor, floorplanData, pxmm*/
|
|
318
|
+
146 && o(9, f = t ? J(t.guide.floorplanToImage, r.bounding, g) : void 0), l.$$.dirty & /*extraObjects, floorIndex*/
|
|
319
|
+
4100 && o(8, _ = u == null ? void 0 : u.filter((E) => E.floorIndex === c));
|
|
242
320
|
}, [
|
|
243
321
|
m,
|
|
244
|
-
|
|
245
|
-
|
|
322
|
+
g,
|
|
323
|
+
c,
|
|
324
|
+
s,
|
|
246
325
|
r,
|
|
247
|
-
t,
|
|
248
326
|
b,
|
|
249
|
-
|
|
327
|
+
k,
|
|
328
|
+
t,
|
|
329
|
+
_,
|
|
330
|
+
f,
|
|
250
331
|
i,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
332
|
+
N,
|
|
333
|
+
u,
|
|
334
|
+
R,
|
|
254
335
|
C,
|
|
255
336
|
n
|
|
256
337
|
];
|
|
257
338
|
}
|
|
258
|
-
class
|
|
339
|
+
class fe extends B {
|
|
259
340
|
constructor(e) {
|
|
260
|
-
super(),
|
|
341
|
+
super(), S(this, e, W, V, q, {
|
|
261
342
|
five: 0,
|
|
262
343
|
pxmm: 1,
|
|
263
344
|
floorIndex: 2,
|
|
264
345
|
hoverEnable: 3,
|
|
265
346
|
floorplanData: 4,
|
|
266
|
-
extraObjects:
|
|
347
|
+
extraObjects: 12,
|
|
267
348
|
highlightData: 5,
|
|
268
349
|
missingFloorConfig: 6,
|
|
269
|
-
missingFloorImageUrl:
|
|
350
|
+
missingFloorImageUrl: 13,
|
|
351
|
+
styledFloorplanEnable: 14
|
|
270
352
|
});
|
|
271
353
|
}
|
|
272
354
|
}
|
|
273
355
|
export {
|
|
274
|
-
|
|
356
|
+
fe as default
|
|
275
357
|
};
|