@realsee/dnalogel 3.32.0-dev.0 → 3.32.1
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 +7 -0
- package/dist/PanoSpatialTagPlugin/store.d.ts +0 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +0 -1
- package/dist/index.cjs.js +61 -61
- package/dist/index.js +5219 -5396
- package/dist/index.umd.js +57 -57
- package/docs/assets/search.js +1 -1
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +44 -34
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +44 -34
- package/docs/classes/CSS3DRender.html +43 -33
- package/docs/classes/GuideLineItem.GuideLineItem.html +31 -21
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +55 -45
- package/docs/classes/{Magnifier.html → ModelMakerPluginInstance.html} +200 -113
- package/docs/classes/ModelRoomLabelController.html +23 -13
- package/docs/classes/MoveController.html +43 -33
- package/docs/classes/Object3DHelperController.html +39 -47
- package/docs/classes/PaintBrush.html +27 -17
- package/docs/classes/PanoMeasurePluginLine.html +56 -36
- package/docs/classes/PanoMeasurePluginModel.html +42 -32
- package/docs/classes/PanoMeasurePluginPoint.html +23 -13
- package/docs/classes/PanoMeasurePluginPolyline.html +54 -34
- package/docs/classes/PanoTagPluginController.html +229 -123
- package/docs/classes/Sculpt.html +852 -0
- package/docs/classes/Util.BetterTween.html +27 -13
- package/docs/classes/Util.Interval.html +29 -15
- package/docs/classes/Util.LineSegments.html +25 -11
- package/docs/classes/Util.Magnifier.html +93 -60
- package/docs/classes/Util.Object3D.html +26 -12
- package/docs/classes/Util.PointDomHelper.html +28 -14
- package/docs/classes/Util.PointHelper.html +28 -14
- package/docs/classes/Util.PointSelectorHelper.html +34 -20
- package/docs/classes/Util.Rectangle.html +30 -16
- package/docs/classes/WalkController.html +39 -29
- package/docs/enums/CameraMovementEffect.html +19 -9
- package/docs/enums/ContentType.html +33 -23
- package/docs/enums/DIRECTION.html +21 -11
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +21 -11
- package/docs/enums/DimensionType.html +19 -9
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +20 -10
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +21 -11
- package/docs/enums/PaintBrushTypeEnum.html +20 -10
- package/docs/enums/PointType.html +19 -9
- package/docs/enums/Rotation.html +20 -10
- package/docs/functions/AreaMakerPlugin.html +17 -7
- package/docs/functions/CSS3DRenderPlugin.html +17 -7
- package/docs/functions/CameraMovementPlugin.html +17 -7
- package/docs/functions/CruisePlugin.html +17 -7
- package/docs/functions/CurrentPanoImagePlugin.html +17 -7
- package/docs/functions/GuideLinePlugin.html +17 -7
- package/docs/functions/ItemLabelPlugin.html +17 -7
- package/docs/functions/MapviewFloorplanPlugin.html +17 -7
- package/docs/functions/ModelChassisCompassPlugin.html +17 -7
- package/docs/functions/ModelEntryDoorGuidePlugin.html +17 -7
- package/docs/functions/ModelFloorplanPlugin.html +17 -7
- package/docs/functions/ModelItemLabelPlugin.html +17 -7
- package/docs/functions/ModelMakerPlugin.html +303 -0
- package/docs/functions/ModelRoomLabelPlugin.html +17 -7
- package/docs/functions/ModelTVVideoPlugin.html +17 -7
- package/docs/functions/ModelViewPlugin.html +17 -7
- package/docs/functions/MovePlugin.html +18 -8
- package/docs/functions/Object3DHelperPlugin.html +17 -7
- package/docs/functions/PanoCompassPlugin.html +17 -7
- package/docs/functions/PanoCursorRaycasterPlugin.html +17 -7
- package/docs/functions/PanoDoorLabelPlugin.html +17 -7
- package/docs/functions/PanoFloorplanRadarPlugin.html +17 -7
- package/docs/functions/PanoMeasurePlugin.html +17 -7
- package/docs/functions/PanoRulerPlugin.html +17 -7
- package/docs/functions/PanoRulerProPlugin.html +17 -7
- package/docs/functions/PanoSpatialTagPlugin.html +17 -7
- package/docs/functions/PanoTagPlugin.html +17 -7
- package/docs/functions/PanoVideoPlugin.html +17 -7
- package/docs/functions/PipelinePlugin.html +17 -7
- package/docs/functions/SculptPlugin.html +306 -0
- package/docs/functions/TopviewFloorplanPlugin.html +17 -7
- package/docs/functions/Util.absoluteUrl.html +22 -8
- package/docs/functions/Util.blink.html +351 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +22 -8
- package/docs/functions/Util.equal.html +22 -8
- package/docs/functions/Util.getCoordsFromClient.html +22 -8
- package/docs/functions/Util.getCoordsFromElement.html +22 -8
- package/docs/functions/Util.getFrameTime.html +22 -8
- package/docs/functions/Util.getIntersectFromRelativePosition.html +29 -10
- package/docs/functions/Util.getRaycasterFromFivePointer.html +22 -8
- package/docs/functions/Util.isAbsoluteURL.html +22 -8
- package/docs/functions/Util.isModelLike.html +22 -8
- package/docs/functions/Util.isNil.html +22 -8
- package/docs/functions/Util.isPanoramaLike.html +22 -8
- package/docs/functions/Util.nextFrame.html +22 -8
- package/docs/functions/Util.notNil.html +22 -8
- package/docs/functions/Util.reblink.html +349 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +22 -8
- package/docs/functions/Util.tweenProgress.html +22 -8
- package/docs/functions/Util.uuid.html +22 -8
- package/docs/functions/pluginFlag.html +17 -7
- package/docs/index.html +18 -7
- package/docs/interfaces/AddTagConfig.html +18 -8
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +17 -7
- package/docs/interfaces/AreaMakerPluginType.Config.html +17 -7
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +30 -20
- package/docs/interfaces/AreaMakerPluginType.Params.html +18 -8
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -10
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +19 -9
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +17 -7
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +17 -7
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +17 -7
- package/docs/interfaces/AreaMakerPluginType.State.html +19 -9
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +23 -13
- package/docs/interfaces/CSS3DRenderPluginState.html +20 -10
- package/docs/interfaces/CameraMovementPluginExportType.html +19 -9
- package/docs/interfaces/ContentTypeMapInterface.html +773 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +21 -10
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +24 -13
- package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -22
- package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +352 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +39 -23
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +30 -18
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +30 -18
- package/docs/interfaces/CruisePluginTypes.PluginData.html +41 -30
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +18 -7
- package/docs/interfaces/CruisePluginTypes.PluginState.html +25 -14
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +23 -13
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +24 -14
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +19 -9
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +18 -8
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +20 -10
- package/docs/interfaces/EventMap.html +27 -17
- package/docs/interfaces/FloorplanBounding.html +20 -10
- package/docs/interfaces/FloorplanData.html +22 -12
- package/docs/interfaces/FloorplanEntrance.html +23 -13
- package/docs/interfaces/FloorplanExtraObject.html +22 -12
- package/docs/interfaces/FloorplanExtraObject3D.html +20 -10
- package/docs/interfaces/FloorplanFloorData.html +21 -11
- package/docs/interfaces/FloorplanImagePosition.html +19 -9
- package/docs/interfaces/FloorplanObserver.html +21 -11
- package/docs/interfaces/FloorplanOutlineItem.html +21 -11
- package/docs/interfaces/FloorplanPosition.html +19 -9
- package/docs/interfaces/FloorplanRoomItem.html +26 -16
- package/docs/interfaces/FloorplanRoomLabelItem.html +19 -9
- package/docs/interfaces/FloorplanServerBounding.html +20 -10
- package/docs/interfaces/FloorplanServerComputedData.html +22 -12
- package/docs/interfaces/FloorplanServerData.html +19 -9
- package/docs/interfaces/FloorplanServerDoorItem.html +22 -12
- package/docs/interfaces/FloorplanServerDoorPosition.html +20 -10
- package/docs/interfaces/FloorplanServerEntrance.html +23 -13
- package/docs/interfaces/FloorplanServerFloorData.html +21 -11
- package/docs/interfaces/FloorplanServerImagePosition.html +19 -9
- package/docs/interfaces/FloorplanServerObserver.html +21 -11
- package/docs/interfaces/FloorplanServerOutlineItem.html +21 -11
- package/docs/interfaces/FloorplanServerPosition.html +19 -9
- package/docs/interfaces/FloorplanServerRoomItem.html +27 -17
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +19 -9
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +20 -10
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +21 -11
- package/docs/interfaces/GuideLinePluginType.EventMap.html +24 -14
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +19 -9
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +17 -7
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +26 -16
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +17 -7
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +19 -9
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +32 -22
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +18 -8
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +33 -23
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +16 -6
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +17 -7
- package/docs/interfaces/GuideLinePluginType.PluginState.html +19 -9
- package/docs/interfaces/GuideLinePluginType.Route.html +22 -12
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +20 -10
- package/docs/interfaces/HelperOffset.html +20 -10
- package/docs/interfaces/ImagePlaneGroup.html +18 -8
- package/docs/interfaces/ItemLabelPluginData.html +18 -8
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +23 -13
- package/docs/interfaces/ItemLabelPluginParametersType.html +21 -11
- package/docs/interfaces/MinMax.html +19 -9
- package/docs/interfaces/ModelChassisCompassPluginData.html +19 -9
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +20 -10
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +19 -9
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +20 -10
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +20 -10
- package/docs/interfaces/ModelItemLabelPluginData.html +18 -8
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +23 -13
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +19 -9
- package/docs/interfaces/ModelMakerPluginType.EventMap.html +556 -0
- package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +349 -0
- package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +391 -0
- package/docs/interfaces/ModelMakerPluginType.ServerData.html +332 -0
- package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +401 -0
- package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +381 -0
- package/docs/interfaces/ModelMakerPluginType.State.html +364 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +18 -8
- package/docs/interfaces/ModelTVVideoPluginData.html +21 -11
- package/docs/interfaces/ModelTVVideoPluginExportType.html +20 -10
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +18 -8
- package/docs/interfaces/ModelViewPluginExportType.html +23 -13
- package/docs/interfaces/Object3DHelperState.html +20 -10
- package/docs/interfaces/ObjectHelperControllers.html +22 -12
- package/docs/interfaces/PaintBrushAction.html +24 -14
- package/docs/interfaces/PaintBrushConfigs.html +24 -14
- package/docs/interfaces/PaintBrushState.html +22 -12
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +22 -12
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +17 -7
- package/docs/interfaces/PanoMeasureParameterType.html +28 -18
- package/docs/interfaces/PanoMeasurePluginLineJson.html +20 -10
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +19 -9
- package/docs/interfaces/PanoMeasurePluginPointJson.html +19 -9
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +20 -10
- package/docs/interfaces/PanoRulerPluginExportType.html +22 -12
- package/docs/interfaces/PanoRulerPluginOptions.html +19 -9
- package/docs/interfaces/PanoRulerPluginParameterType.html +20 -10
- package/docs/interfaces/PanoRulerProPluginExportType.html +21 -11
- package/docs/interfaces/PanoRulerProPluginOptions.html +19 -9
- package/docs/interfaces/PanoRulerProPluginParameterType.html +19 -9
- package/docs/interfaces/PanoRulerProPluginState.html +20 -10
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +17 -7
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +17 -7
- package/docs/interfaces/PanoSpatialTagPluginData.html +23 -13
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +22 -12
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +25 -15
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +22 -12
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +25 -15
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +23 -13
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +22 -12
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +18 -8
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +20 -10
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +18 -8
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +21 -11
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +18 -8
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +20 -10
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +22 -12
- package/docs/interfaces/Point.html +20 -10
- package/docs/interfaces/Room.html +21 -11
- package/docs/interfaces/RoomInfo.html +19 -9
- package/docs/interfaces/RoomLabel.html +26 -16
- package/docs/interfaces/RoomRules.html +17 -7
- package/docs/interfaces/Rooms.html +17 -7
- package/docs/interfaces/Scissor.html +21 -11
- package/docs/interfaces/State.html +20 -10
- package/docs/interfaces/TagCacheInterface.html +24 -14
- package/docs/interfaces/TagConfig.html +65 -49
- package/docs/interfaces/TagGLTFObjectGroup.html +18 -8
- package/docs/interfaces/TagIconUrl.html +24 -14
- package/docs/interfaces/TagObjectGroup.html +18 -8
- package/docs/interfaces/TagStyle.html +18 -8
- package/docs/interfaces/Tags.html +61 -437
- package/docs/interfaces/TemporaryState.html +18 -8
- package/docs/interfaces/Util.BlinkAnimeOptions.html +380 -0
- package/docs/interfaces/Util.MagnifierParameter.html +43 -24
- package/docs/interfaces/Util.MouseGroupParameter.html +25 -11
- package/docs/interfaces/Util.PointIntersection.html +33 -12
- package/docs/interfaces/Util.ReBlinkAnimeOptions.html +387 -0
- package/docs/modules/AreaMakerPluginType.html +16 -6
- package/docs/modules/CruisePluginTypes.html +18 -6
- package/docs/modules/CurrentPanoImagePluginType.html +17 -7
- package/docs/modules/GuideLineItem.html +17 -7
- package/docs/modules/GuideLineModeItem.html +17 -7
- package/docs/modules/GuideLinePluginType.html +16 -6
- package/docs/modules/ModelMakerPluginType.html +339 -0
- package/docs/modules/PanoVideoPluginType.html +17 -7
- package/docs/modules/SculptData.html +318 -0
- package/docs/modules/Util.html +26 -8
- package/docs/modules.html +34 -11
- package/docs/types/AddObject3DHelperConfig.html +315 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +16 -6
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +16 -6
- package/docs/types/AreaMakerPluginType.PluginData.html +16 -6
- package/docs/types/AreaMakerPluginType.ServerData.html +16 -6
- package/docs/types/ArrayPosition.html +17 -7
- package/docs/types/AudioAppearance.html +17 -7
- package/docs/types/CSS3DRenderExportType.html +17 -7
- package/docs/types/CSS3DRenderPluginExportType.html +17 -7
- package/docs/types/CSS3DRenderPluginParameterType.html +17 -7
- package/docs/types/ClassFunctionParameters.html +17 -7
- package/docs/types/Color.html +17 -7
- package/docs/types/ContentTypeConfigKey.html +17 -7
- package/docs/types/ContentTypeConfigKeySplit.html +18 -8
- package/docs/types/ContentTypeMap.html +17 -7
- package/docs/types/Create3DDomContainerReturnType.html +17 -7
- package/docs/types/Create3DElementReturnType.html +17 -7
- package/docs/types/CruisePluginExportType.html +17 -7
- package/docs/types/CruisePluginTypes.CruiseData.html +17 -6
- package/docs/types/CruisePluginTypes.MoveEffect.html +17 -6
- package/docs/types/CurrentPanoImagePluginExportType.html +17 -7
- package/docs/types/DeprecatedMediaPlaneProperty.html +17 -7
- package/docs/types/DeprecatedTagProperty.html +17 -7
- package/docs/types/Direction-1.html +17 -7
- package/docs/types/Direction4.html +17 -7
- package/docs/types/ElementRenderer.html +17 -7
- package/docs/types/FloorplanRuleLabels.html +17 -7
- package/docs/types/FloorplanServerRuleLabels.html +17 -7
- package/docs/types/GuideLinePluginExportType.html +17 -7
- package/docs/types/GuideLinePluginType.GuideLineItem.html +18 -8
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +16 -6
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +16 -6
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +16 -6
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +16 -6
- package/docs/types/GuideLinePluginType.PathItem.html +16 -6
- package/docs/types/GuideLinePluginType.PluginData.html +16 -6
- package/docs/types/HelperEventMap.html +17 -7
- package/docs/types/InternalHelperEventMap.html +29 -11
- package/docs/types/LoadTagConfig.html +17 -7
- package/docs/types/MapviewFloorplanPluginParameterType.html +17 -7
- package/docs/types/MapviewFloorplanPluginReturnType.html +17 -7
- package/docs/types/MediaData.html +20 -10
- package/docs/types/MediaStore.html +17 -7
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +17 -7
- package/docs/types/ModelFloorplanPluginParameterType.html +17 -7
- package/docs/types/ModelFloorplanPluginReturnType.html +17 -7
- package/docs/types/ModelId.html +17 -7
- package/docs/types/ModelMakerPluginType.ElementRenderer.html +329 -0
- package/docs/types/ModelMakerPluginType.ItemType.html +308 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +17 -7
- package/docs/types/ModelRoomLabelPluginReturnType.html +17 -7
- package/docs/types/MoveArgs.html +17 -7
- package/docs/types/MoveOpts.html +17 -7
- package/docs/types/Object3DHelperEventMap.html +17 -7
- package/docs/types/ObjectFit.html +17 -7
- package/docs/types/PaintBrushEventMap.html +17 -7
- package/docs/types/PanoCompassPluginData.html +17 -7
- package/docs/types/PanoCompassPluginExportType.html +17 -7
- package/docs/types/PanoCompassPluginParameterType.html +17 -7
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +17 -7
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +17 -7
- package/docs/types/PanoIndex.html +17 -7
- package/docs/types/PanoMeasurePluginEvent.html +17 -7
- package/docs/types/PanoMeasureReturnType.html +17 -7
- package/docs/types/PanoSpatialTagPluginId.html +17 -7
- package/docs/types/PanoTagPluginExportInterface.html +17 -7
- package/docs/types/PanoTagPluginParamsInterface.html +17 -7
- package/docs/types/PanoVideoPluginParameterType.html +17 -7
- package/docs/types/PanoVideoPluginReturnType.html +17 -7
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +22 -12
- package/docs/types/PipelinePluginParameterType.html +17 -7
- package/docs/types/PipelinePluginReturnType.html +17 -7
- package/docs/types/PlaneTag.html +17 -7
- package/docs/types/Point2DTag.html +17 -7
- package/docs/types/Point3DTag.html +17 -7
- package/docs/types/PointTag.html +17 -7
- package/docs/types/PointTagInstance.html +17 -7
- package/docs/types/Position.html +17 -7
- package/docs/types/{AudioTagTypeConfigKey.html → PositionFrom.html} +28 -10
- package/docs/types/RotateArgs.html +17 -7
- package/docs/types/RotateOpts.html +17 -7
- package/docs/types/RuleLabelsKey.html +17 -7
- package/docs/types/RuleLabelsValue.html +17 -7
- package/docs/types/ScaleCallback.html +314 -0
- package/docs/types/ScalePosition.html +303 -0
- package/docs/types/SculptData.BoxData.html +306 -0
- package/docs/types/SculptData.CircleData.html +306 -0
- package/docs/types/SculptData.CylinderData.html +306 -0
- package/docs/types/SculptData.PointData.html +306 -0
- package/docs/types/SculptData.PolygonData.html +306 -0
- package/docs/types/SculptData.PolylineData.html +306 -0
- package/docs/types/SculptData.PrismData.html +306 -0
- package/docs/types/SculptData.RectangleData.html +306 -0
- package/docs/types/StickType.html +17 -7
- package/docs/types/Tag.html +35 -13
- package/docs/types/Tag2D.html +17 -7
- package/docs/types/Tag3D.html +17 -7
- package/docs/types/TagConfigByKey.html +18 -8
- package/docs/types/TagContentType.html +17 -7
- package/docs/types/TagContentTypeMapping.html +17 -7
- package/docs/types/TagDimensionType.html +17 -7
- package/docs/types/TagElement.html +17 -7
- package/docs/types/TagEvents.html +38 -12
- package/docs/types/TagGLTFObject.html +17 -7
- package/docs/types/TagHooks.html +17 -7
- package/docs/types/TagId.html +17 -7
- package/docs/types/TagInstance.html +44 -8
- package/docs/types/TagPointType.html +17 -7
- package/docs/types/TagRendererMap.html +17 -7
- package/docs/types/TopviewFloorplanPluginParameterType.html +17 -7
- package/docs/types/TopviewFloorplanPluginReturnType.html +17 -7
- package/docs/types/WorkCode.html +17 -7
- package/docs/variables/FLOOR_TYPE_MAP.html +17 -7
- package/docs/variables/PLUGIN.html +17 -7
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +17 -7
- package/docs/variables/ROOM_TYPE_MAP.html +17 -7
- package/docs/variables/defaultGlobalConfig.html +17 -7
- package/docs/variables/itemLabelPluginServerParams.html +17 -7
- package/docs/variables/modelItemLabelPluginServerParams.html +17 -7
- package/docs/variables/modelRoomLabelPluginServerParams.html +17 -7
- package/libs/AreaMakerPlugin/Controller.js +44 -54
- package/libs/AreaMakerPlugin/index.js +3 -13
- package/libs/AreaMakerPlugin/utils/Item.js +3 -13
- package/libs/CSS3DRenderPlugin/Controller.js +9 -9
- package/libs/CSS3DRenderPlugin/index.js +1 -1
- package/libs/CruisePlugin/Move.js +38 -52
- package/libs/CruisePlugin/Work.js +7 -21
- package/libs/CruisePlugin/index.js +11 -25
- package/libs/GuideLinePlugin/Components/Tag.js +48 -58
- package/libs/GuideLinePlugin/Controller.js +34 -48
- package/libs/GuideLinePlugin/GuideLineItem.js +7 -21
- package/libs/GuideLinePlugin/GuideLineModeItem.js +7 -21
- package/libs/GuideLinePlugin/index.js +11 -25
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +139 -152
- package/libs/ItemLabelPlugin/ItemLabelItem.js +57 -67
- package/libs/ItemLabelPlugin/Plugin.js +26 -37
- package/libs/ItemLabelPlugin/index.js +5 -16
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +103 -116
- package/libs/ModelItemLabelPlugin/ItemLabelItem.js +35 -45
- package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +24 -35
- package/libs/ModelItemLabelPlugin/index.js +5 -16
- package/libs/ModelMakerPlugin/Controller.js +23 -33
- package/libs/ModelMakerPlugin/index.js +3 -13
- package/libs/ModelMakerPlugin/utils/Text.js +33 -43
- package/libs/ModelMakerPlugin/utils/tagRenderer.js +18 -28
- package/libs/ModelRoomLabelPlugin/Controller.js +8 -20
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +42 -52
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +61 -75
- package/libs/ModelRoomLabelPlugin/index.js +5 -17
- package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
- package/libs/ModelTVVideoPlugin/index.js +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +9 -9
- package/libs/Object3DHelperPlugin/index.js +1 -1
- package/libs/PanoCompassPlugin/Controller.js +1 -1
- package/libs/PanoCompassPlugin/index.js +1 -1
- package/libs/PanoDoorLabelPlugin/Controller.js +28 -38
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +45 -55
- package/libs/PanoDoorLabelPlugin/index.js +4 -14
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +60 -70
- package/libs/PanoMeasurePlugin/Components/Common/Exit.js +22 -32
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +62 -75
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +97 -110
- package/libs/PanoMeasurePlugin/Components/Controller0.js +62 -73
- package/libs/PanoMeasurePlugin/Components/Controller1.js +23 -34
- package/libs/PanoMeasurePlugin/Components/Tip.js +66 -76
- package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/index.js +18 -29
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -26
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +24 -35
- package/libs/PanoMeasurePlugin/index.js +17 -28
- package/libs/PanoRulerProPlugin/Controller.js +27 -38
- package/libs/PanoRulerProPlugin/RulerItem.js +79 -94
- package/libs/PanoRulerProPlugin/RulerItems.js +82 -95
- package/libs/PanoRulerProPlugin/index.js +4 -15
- package/libs/PanoSpatialTagPlugin/Components/origins.js +38 -51
- package/libs/PanoSpatialTagPlugin/Components/tag.js +22 -32
- package/libs/PanoSpatialTagPlugin/Plugin.js +105 -116
- package/libs/PanoSpatialTagPlugin/index.js +3 -14
- package/libs/PanoSpatialTagPlugin/store.d.ts +0 -1
- package/libs/PanoSpatialTagPlugin/store.js +2 -2
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +34 -44
- package/libs/PanoTagPlugin/Components/Common/Audio.js +89 -99
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +112 -123
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +45 -55
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +49 -59
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +69 -79
- package/libs/PanoTagPlugin/Components/Common/Media.js +131 -145
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +25 -35
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +48 -58
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +24 -35
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +86 -97
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +96 -109
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +118 -128
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +49 -59
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +90 -100
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +81 -92
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +57 -68
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +35 -45
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +110 -122
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +42 -53
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +115 -130
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +54 -66
- package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +66 -76
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +56 -66
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +98 -109
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +43 -54
- package/libs/PanoTagPlugin/Components/Tag/index.js +148 -161
- package/libs/PanoTagPlugin/Components/TagContainer.js +62 -77
- package/libs/PanoTagPlugin/Components/TagItem.js +169 -182
- package/libs/PanoTagPlugin/controller/TagComputer.js +2 -2
- package/libs/PanoTagPlugin/controller/TagRender.js +42 -52
- package/libs/PanoTagPlugin/controller/TagUtil.js +2 -2
- package/libs/PanoTagPlugin/controller/index.js +49 -63
- package/libs/PanoTagPlugin/index.js +16 -30
- package/libs/PanoTagPlugin/typings/controller.d.ts +0 -1
- package/libs/base/BasePlugin.js +3 -3
- package/libs/components/AreaLabel/LabelItem.js +51 -56
- package/libs/floorplan/Components/BaseImage.js +39 -43
- package/libs/floorplan/Components/Camera.js +32 -41
- package/libs/floorplan/Components/Compass.js +24 -27
- package/libs/floorplan/Components/CurrentFloor.js +162 -167
- package/libs/floorplan/Components/Main.js +76 -85
- package/libs/floorplan/Components/MissingFloor.js +21 -24
- package/libs/floorplan/Components/Normalmage.js +22 -25
- package/libs/floorplan/Components/RoomHighlight/Room.js +25 -28
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +61 -69
- package/libs/floorplan/Components/RoomLabels/RoomLabel.js +101 -104
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +57 -65
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +118 -125
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +22 -25
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +40 -43
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +29 -32
- package/libs/floorplan/Components/RuleLabels/RuleItem.js +41 -49
- package/libs/floorplan/Components/RuleLabels/RuleLabels.js +94 -102
- package/libs/floorplan/Components/SvgImage.js +27 -30
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +6 -18
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +7 -19
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +46 -58
- package/libs/floorplan/ModelFloorplanPlugin/index.js +7 -19
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +65 -77
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +83 -95
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +53 -70
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +100 -112
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +28 -40
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -16
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +18 -30
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +7 -19
- package/libs/floorplan/index.js +0 -1
- package/libs/index.js +130 -145
- package/libs/shared-utils/logger.js +1 -1
- package/libs/vendor/svelte/internal/index.js +749 -0
- package/libs/vendor/svelte/{src/runtime/store → store}/index.js +5 -5
- package/libs/vendor/svelte/{src/runtime/transition → transition}/index.js +1 -1
- package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +25 -29
- package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +225 -197
- package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +12 -16
- package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +59 -65
- package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +29 -32
- package/package.json +6 -5
- package/dist/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +0 -2
- package/libs/vendor/svelte/src/runtime/internal/Component.js +0 -122
- package/libs/vendor/svelte/src/runtime/internal/ResizeObserverSingleton.js +0 -1
- package/libs/vendor/svelte/src/runtime/internal/animations.js +0 -1
- package/libs/vendor/svelte/src/runtime/internal/await_block.js +0 -47
- package/libs/vendor/svelte/src/runtime/internal/dev.js +0 -1
- package/libs/vendor/svelte/src/runtime/internal/disclose-version/index.js +0 -2
- package/libs/vendor/svelte/src/runtime/internal/dom.js +0 -214
- package/libs/vendor/svelte/src/runtime/internal/each.js +0 -46
- package/libs/vendor/svelte/src/runtime/internal/environment.js +0 -7
- package/libs/vendor/svelte/src/runtime/internal/globals.js +0 -7
- package/libs/vendor/svelte/src/runtime/internal/index.js +0 -1
- package/libs/vendor/svelte/src/runtime/internal/lifecycle.js +0 -63
- package/libs/vendor/svelte/src/runtime/internal/loop.js +0 -21
- package/libs/vendor/svelte/src/runtime/internal/scheduler.js +0 -66
- package/libs/vendor/svelte/src/runtime/internal/spread.js +0 -26
- package/libs/vendor/svelte/src/runtime/internal/ssr.js +0 -1
- package/libs/vendor/svelte/src/runtime/internal/style_manager.js +0 -48
- package/libs/vendor/svelte/src/runtime/internal/transitions.js +0 -192
- package/libs/vendor/svelte/src/runtime/internal/utils.js +0 -110
- package/libs/vendor/svelte/src/shared/boolean_attributes.js +0 -1
- package/libs/vendor/svelte/src/shared/utils/names.js +0 -1
- package/libs/vendor/svelte/src/shared/version.js +0 -4
- /package/libs/vendor/svelte/{src/runtime/easing → easing}/index.js +0 -0
- /package/libs/vendor/svelte/{src/runtime/index.js → index.js} +0 -0
|
@@ -1,21 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { get_spread_update as M } from "../../../vendor/svelte/src/runtime/internal/spread.js";
|
|
6
|
-
import { SvelteComponent as S, init as W, create_component as j, mount_component as x, destroy_component as z } from "../../../vendor/svelte/src/runtime/internal/Component.js";
|
|
7
|
-
import "../../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
|
|
8
|
-
import { Room as A } from "./Room.js";
|
|
9
|
-
function E(i) {
|
|
10
|
-
b(i, "svelte-1kqo6e4", ".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}");
|
|
1
|
+
import { SvelteComponent as p, init as k, safe_not_equal as D, append_styles as b, element as y, svg_element as R, attr as g, insert as d, append as w, group_outros as q, update_keyed_each as I, outro_and_destroy_block as H, check_outros as B, transition_in as _, transition_out as c, detach as v, assign as C, empty as M, create_component as S, mount_component as W, get_spread_update as j, destroy_component as x } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { Room as z } from "./Room.js";
|
|
3
|
+
function A(r) {
|
|
4
|
+
b(r, "svelte-1kqo6e4", ".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}");
|
|
11
5
|
}
|
|
12
|
-
function
|
|
13
|
-
const o =
|
|
6
|
+
function u(r, l, n) {
|
|
7
|
+
const o = r.slice();
|
|
14
8
|
return o[6] = l[n], o;
|
|
15
9
|
}
|
|
16
|
-
function
|
|
10
|
+
function m(r, l) {
|
|
17
11
|
let n, o, a;
|
|
18
|
-
const
|
|
12
|
+
const s = [
|
|
19
13
|
{
|
|
20
14
|
room: (
|
|
21
15
|
/*room*/
|
|
@@ -40,21 +34,21 @@ function u(i, l) {
|
|
|
40
34
|
}
|
|
41
35
|
];
|
|
42
36
|
let h = {};
|
|
43
|
-
for (let
|
|
44
|
-
h =
|
|
45
|
-
return o = new
|
|
46
|
-
key:
|
|
37
|
+
for (let i = 0; i < s.length; i += 1)
|
|
38
|
+
h = C(h, s[i]);
|
|
39
|
+
return o = new z({ props: h }), {
|
|
40
|
+
key: r,
|
|
47
41
|
first: null,
|
|
48
42
|
c() {
|
|
49
|
-
n =
|
|
43
|
+
n = M(), S(o.$$.fragment), this.first = n;
|
|
50
44
|
},
|
|
51
|
-
m(
|
|
52
|
-
d(
|
|
45
|
+
m(i, t) {
|
|
46
|
+
d(i, n, t), W(o, i, t), a = !0;
|
|
53
47
|
},
|
|
54
|
-
p(
|
|
55
|
-
l =
|
|
48
|
+
p(i, t) {
|
|
49
|
+
l = i;
|
|
56
50
|
const e = t & /*floorplanData, floorIndex, hoveredRoom, highlightData*/
|
|
57
|
-
15 ?
|
|
51
|
+
15 ? j(s, [
|
|
58
52
|
{
|
|
59
53
|
room: (
|
|
60
54
|
/*room*/
|
|
@@ -80,109 +74,107 @@ function u(i, l) {
|
|
|
80
74
|
]) : {};
|
|
81
75
|
o.$set(e);
|
|
82
76
|
},
|
|
83
|
-
i(
|
|
84
|
-
a || (
|
|
77
|
+
i(i) {
|
|
78
|
+
a || (_(o.$$.fragment, i), a = !0);
|
|
85
79
|
},
|
|
86
|
-
o(
|
|
87
|
-
|
|
80
|
+
o(i) {
|
|
81
|
+
c(o.$$.fragment, i), a = !1;
|
|
88
82
|
},
|
|
89
|
-
d(
|
|
90
|
-
|
|
83
|
+
d(i) {
|
|
84
|
+
i && v(n), x(o, i);
|
|
91
85
|
}
|
|
92
86
|
};
|
|
93
87
|
}
|
|
94
|
-
function
|
|
95
|
-
let l, n, o = [], a = /* @__PURE__ */ new Map(),
|
|
88
|
+
function E(r) {
|
|
89
|
+
let l, n, o = [], a = /* @__PURE__ */ new Map(), s, h = (
|
|
96
90
|
/*floorplanData*/
|
|
97
|
-
|
|
91
|
+
r[1].floorDatas[
|
|
98
92
|
/*floorIndex*/
|
|
99
|
-
|
|
93
|
+
r[0]
|
|
100
94
|
].rooms
|
|
101
95
|
);
|
|
102
|
-
const
|
|
96
|
+
const i = (t) => (
|
|
103
97
|
/*room*/
|
|
104
98
|
t[6].id
|
|
105
99
|
);
|
|
106
100
|
for (let t = 0; t < h.length; t += 1) {
|
|
107
|
-
let e =
|
|
108
|
-
a.set(
|
|
101
|
+
let e = u(r, h, t), f = i(e);
|
|
102
|
+
a.set(f, o[t] = m(f, e));
|
|
109
103
|
}
|
|
110
104
|
return {
|
|
111
105
|
c() {
|
|
112
106
|
l = y("div"), n = R("svg");
|
|
113
107
|
for (let t = 0; t < o.length; t += 1)
|
|
114
108
|
o[t].c();
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
109
|
+
g(n, "width", "100%"), g(n, "height", "100%"), g(n, "viewBox", `0 0 ${/*boundingWidth*/
|
|
110
|
+
r[4]} ${/*boundingHeight*/
|
|
111
|
+
r[5]}`), g(n, "class", "svelte-1kqo6e4"), g(l, "class", "floorplan-plugin__room-highlight svelte-1kqo6e4");
|
|
118
112
|
},
|
|
119
113
|
m(t, e) {
|
|
120
114
|
d(t, l, e), w(l, n);
|
|
121
|
-
for (let
|
|
122
|
-
o[
|
|
123
|
-
|
|
115
|
+
for (let f = 0; f < o.length; f += 1)
|
|
116
|
+
o[f] && o[f].m(n, null);
|
|
117
|
+
s = !0;
|
|
124
118
|
},
|
|
125
119
|
p(t, [e]) {
|
|
126
120
|
e & /*floorplanData, floorIndex, hoveredRoom, highlightData*/
|
|
127
|
-
15 && (h =
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
].rooms
|
|
133
|
-
), I(), o = B(o, e, r, 1, t, h, a, n, C, u, null, _), H());
|
|
121
|
+
15 && (h = /*floorplanData*/
|
|
122
|
+
t[1].floorDatas[
|
|
123
|
+
/*floorIndex*/
|
|
124
|
+
t[0]
|
|
125
|
+
].rooms, q(), o = I(o, e, i, 1, t, h, a, n, H, m, null, u), B());
|
|
134
126
|
},
|
|
135
127
|
i(t) {
|
|
136
|
-
if (!
|
|
128
|
+
if (!s) {
|
|
137
129
|
for (let e = 0; e < h.length; e += 1)
|
|
138
|
-
|
|
139
|
-
|
|
130
|
+
_(o[e]);
|
|
131
|
+
s = !0;
|
|
140
132
|
}
|
|
141
133
|
},
|
|
142
134
|
o(t) {
|
|
143
135
|
for (let e = 0; e < o.length; e += 1)
|
|
144
|
-
|
|
145
|
-
|
|
136
|
+
c(o[e]);
|
|
137
|
+
s = !1;
|
|
146
138
|
},
|
|
147
139
|
d(t) {
|
|
148
|
-
t &&
|
|
140
|
+
t && v(l);
|
|
149
141
|
for (let e = 0; e < o.length; e += 1)
|
|
150
142
|
o[e].d();
|
|
151
143
|
}
|
|
152
144
|
};
|
|
153
145
|
}
|
|
154
|
-
function
|
|
155
|
-
let { floorIndex: o } = l, { floorplanData: a } = l, { highlightData:
|
|
156
|
-
const
|
|
157
|
-
return
|
|
158
|
-
"floorIndex" in e && n(0, o = e.floorIndex), "floorplanData" in e && n(1, a = e.floorplanData), "highlightData" in e && n(2,
|
|
146
|
+
function F(r, l, n) {
|
|
147
|
+
let { floorIndex: o } = l, { floorplanData: a } = l, { highlightData: s } = l, { hoveredRoom: h } = l;
|
|
148
|
+
const i = a.bounding.max.x - a.bounding.min.x, t = a.bounding.max.y - a.bounding.min.y;
|
|
149
|
+
return r.$$set = (e) => {
|
|
150
|
+
"floorIndex" in e && n(0, o = e.floorIndex), "floorplanData" in e && n(1, a = e.floorplanData), "highlightData" in e && n(2, s = e.highlightData), "hoveredRoom" in e && n(3, h = e.hoveredRoom);
|
|
159
151
|
}, [
|
|
160
152
|
o,
|
|
161
153
|
a,
|
|
162
|
-
|
|
154
|
+
s,
|
|
163
155
|
h,
|
|
164
|
-
|
|
156
|
+
i,
|
|
165
157
|
t
|
|
166
158
|
];
|
|
167
159
|
}
|
|
168
|
-
class
|
|
160
|
+
class K extends p {
|
|
169
161
|
constructor(l) {
|
|
170
|
-
super(),
|
|
162
|
+
super(), k(
|
|
171
163
|
this,
|
|
172
164
|
l,
|
|
173
|
-
G,
|
|
174
165
|
F,
|
|
175
|
-
|
|
166
|
+
E,
|
|
167
|
+
D,
|
|
176
168
|
{
|
|
177
169
|
floorIndex: 0,
|
|
178
170
|
floorplanData: 1,
|
|
179
171
|
highlightData: 2,
|
|
180
172
|
hoveredRoom: 3
|
|
181
173
|
},
|
|
182
|
-
|
|
174
|
+
A
|
|
183
175
|
);
|
|
184
176
|
}
|
|
185
177
|
}
|
|
186
178
|
export {
|
|
187
|
-
|
|
179
|
+
K as RoomHighlight
|
|
188
180
|
};
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { SvelteComponent as Te, init as ve } from "../../../vendor/svelte/src/runtime/internal/Component.js";
|
|
4
|
-
import "../../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
|
|
5
|
-
import { svelteResizeObserver as fe } from "../../../shared-utils/svelte/resizeObserver.js";
|
|
1
|
+
import { SvelteComponent as Le, init as He, safe_not_equal as ke, append_styles as Te, element as E, attr as w, set_style as d, insert as h, action_destroyer as ne, listen as D, noop as $, detach as g, run_all as oe, empty as fe, space as ee, append as V, text as F, set_data as M, HtmlTag as ve } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { svelteResizeObserver as re } from "../../../shared-utils/svelte/resizeObserver.js";
|
|
6
3
|
function De(i) {
|
|
7
|
-
|
|
4
|
+
Te(i, "svelte-9vzn2f", ".floorplan-plugin__room-label-item.svelte-9vzn2f{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-part1.svelte-9vzn2f{display:flex;flex-flow:column;align-items:center;color:#fff;white-space:nowrap}.floorplan-plugin__room-area.svelte-9vzn2f{opacity:0.6;line-height:1.25;margin-top:0.125rem}");
|
|
8
5
|
}
|
|
9
6
|
function Ve(i) {
|
|
10
7
|
let e, t = (
|
|
@@ -13,35 +10,35 @@ function Ve(i) {
|
|
|
13
10
|
), o;
|
|
14
11
|
return {
|
|
15
12
|
c() {
|
|
16
|
-
e = new
|
|
13
|
+
e = new ve(!1), o = fe(), e.a = o;
|
|
17
14
|
},
|
|
18
|
-
m(
|
|
19
|
-
e.m(t,
|
|
15
|
+
m(l, m) {
|
|
16
|
+
e.m(t, l, m), h(l, o, m);
|
|
20
17
|
},
|
|
21
|
-
p(
|
|
18
|
+
p(l, m) {
|
|
22
19
|
m[0] & /*userConfigElement*/
|
|
23
20
|
32768 && t !== (t = /*userConfigElement*/
|
|
24
|
-
|
|
21
|
+
l[15].outerHTML + "") && e.p(t);
|
|
25
22
|
},
|
|
26
|
-
d(
|
|
27
|
-
|
|
23
|
+
d(l) {
|
|
24
|
+
l && g(o), l && e.d();
|
|
28
25
|
}
|
|
29
26
|
};
|
|
30
27
|
}
|
|
31
28
|
function We(i) {
|
|
32
|
-
let e, t, o,
|
|
29
|
+
let e, t, o, l, m, s, n = (
|
|
33
30
|
/*roomNameEnable*/
|
|
34
31
|
i[1] && te(i)
|
|
35
|
-
),
|
|
32
|
+
), r = (
|
|
36
33
|
/*roomAreaEnable*/
|
|
37
34
|
i[0] && ie(i)
|
|
38
35
|
), c = (
|
|
39
36
|
/*roomDimensionEnable*/
|
|
40
|
-
i[2] &&
|
|
37
|
+
i[2] && le(i)
|
|
41
38
|
);
|
|
42
39
|
return {
|
|
43
40
|
c() {
|
|
44
|
-
e = E("div"),
|
|
41
|
+
e = E("div"), n && n.c(), t = ee(), r && r.c(), o = ee(), c && c.c(), l = fe(), w(e, "class", "floorplan-plugin__room-part1 svelte-9vzn2f"), d(
|
|
45
42
|
e,
|
|
46
43
|
"opacity",
|
|
47
44
|
/*level1_labelVisible*/
|
|
@@ -49,8 +46,8 @@ function We(i) {
|
|
|
49
46
|
);
|
|
50
47
|
},
|
|
51
48
|
m(a, u) {
|
|
52
|
-
h(a, e, u),
|
|
53
|
-
|
|
49
|
+
h(a, e, u), n && n.m(e, null), V(e, t), r && r.m(e, null), h(a, o, u), c && c.m(a, u), h(a, l, u), m || (s = [
|
|
50
|
+
ne(re.call(null, e)),
|
|
54
51
|
D(
|
|
55
52
|
e,
|
|
56
53
|
"clientWidth",
|
|
@@ -67,18 +64,18 @@ function We(i) {
|
|
|
67
64
|
},
|
|
68
65
|
p(a, u) {
|
|
69
66
|
/*roomNameEnable*/
|
|
70
|
-
a[1] ?
|
|
71
|
-
a[0] ?
|
|
72
|
-
2048 &&
|
|
67
|
+
a[1] ? n ? n.p(a, u) : (n = te(a), n.c(), n.m(e, t)) : n && (n.d(1), n = null), /*roomAreaEnable*/
|
|
68
|
+
a[0] ? r ? r.p(a, u) : (r = ie(a), r.c(), r.m(e, null)) : r && (r.d(1), r = null), u[0] & /*level1_labelVisible*/
|
|
69
|
+
2048 && d(
|
|
73
70
|
e,
|
|
74
71
|
"opacity",
|
|
75
72
|
/*level1_labelVisible*/
|
|
76
73
|
a[11] ? "1" : "0"
|
|
77
74
|
), /*roomDimensionEnable*/
|
|
78
|
-
a[2] ? c ? c.p(a, u) : (c =
|
|
75
|
+
a[2] ? c ? c.p(a, u) : (c = le(a), c.c(), c.m(l.parentNode, l)) : c && (c.d(1), c = null);
|
|
79
76
|
},
|
|
80
77
|
d(a) {
|
|
81
|
-
a &&
|
|
78
|
+
a && g(e), n && n.d(), r && r.d(), a && g(o), c && c.d(a), a && g(l), m = !1, oe(s);
|
|
82
79
|
}
|
|
83
80
|
};
|
|
84
81
|
}
|
|
@@ -91,16 +88,16 @@ function te(i) {
|
|
|
91
88
|
c() {
|
|
92
89
|
e = E("span"), o = F(t), w(e, "class", "floorplan-plugin__room-name");
|
|
93
90
|
},
|
|
94
|
-
m(
|
|
95
|
-
h(
|
|
91
|
+
m(l, m) {
|
|
92
|
+
h(l, e, m), V(e, o);
|
|
96
93
|
},
|
|
97
|
-
p(
|
|
94
|
+
p(l, m) {
|
|
98
95
|
m[0] & /*room*/
|
|
99
96
|
8 && t !== (t = /*room*/
|
|
100
|
-
|
|
97
|
+
l[3].name + "") && M(o, t);
|
|
101
98
|
},
|
|
102
|
-
d(
|
|
103
|
-
|
|
99
|
+
d(l) {
|
|
100
|
+
l && g(e);
|
|
104
101
|
}
|
|
105
102
|
};
|
|
106
103
|
}
|
|
@@ -111,18 +108,18 @@ function ie(i) {
|
|
|
111
108
|
e = E("span"), t = F(
|
|
112
109
|
/*roomAreaSize*/
|
|
113
110
|
i[14]
|
|
114
|
-
), w(e, "class", "floorplan-plugin__room-area svelte-9vzn2f"),
|
|
111
|
+
), w(e, "class", "floorplan-plugin__room-area svelte-9vzn2f"), d(
|
|
115
112
|
e,
|
|
116
113
|
"font-size",
|
|
117
114
|
/*txtFontSize*/
|
|
118
115
|
i[19]
|
|
119
116
|
);
|
|
120
117
|
},
|
|
121
|
-
m(o,
|
|
122
|
-
h(o, e,
|
|
118
|
+
m(o, l) {
|
|
119
|
+
h(o, e, l), V(e, t);
|
|
123
120
|
},
|
|
124
|
-
p(o,
|
|
125
|
-
|
|
121
|
+
p(o, l) {
|
|
122
|
+
l[0] & /*roomAreaSize*/
|
|
126
123
|
16384 && M(
|
|
127
124
|
t,
|
|
128
125
|
/*roomAreaSize*/
|
|
@@ -134,36 +131,36 @@ function ie(i) {
|
|
|
134
131
|
}
|
|
135
132
|
};
|
|
136
133
|
}
|
|
137
|
-
function
|
|
134
|
+
function le(i) {
|
|
138
135
|
let e, t;
|
|
139
136
|
return {
|
|
140
137
|
c() {
|
|
141
138
|
e = E("span"), t = F(
|
|
142
139
|
/*roomDimension*/
|
|
143
140
|
i[13]
|
|
144
|
-
), w(e, "class", "floorplan-plugin__room-size"),
|
|
141
|
+
), w(e, "class", "floorplan-plugin__room-size"), d(
|
|
145
142
|
e,
|
|
146
143
|
"font-size",
|
|
147
144
|
/*txtFontSize*/
|
|
148
145
|
i[19]
|
|
149
|
-
),
|
|
146
|
+
), d(
|
|
150
147
|
e,
|
|
151
148
|
"opacity",
|
|
152
149
|
/*level2_labelVisible*/
|
|
153
150
|
i[10] ? "0.6" : "0"
|
|
154
151
|
);
|
|
155
152
|
},
|
|
156
|
-
m(o,
|
|
157
|
-
h(o, e,
|
|
153
|
+
m(o, l) {
|
|
154
|
+
h(o, e, l), V(e, t);
|
|
158
155
|
},
|
|
159
|
-
p(o,
|
|
160
|
-
|
|
156
|
+
p(o, l) {
|
|
157
|
+
l[0] & /*roomDimension*/
|
|
161
158
|
8192 && M(
|
|
162
159
|
t,
|
|
163
160
|
/*roomDimension*/
|
|
164
161
|
o[13]
|
|
165
|
-
),
|
|
166
|
-
1024 &&
|
|
162
|
+
), l[0] & /*level2_labelVisible*/
|
|
163
|
+
1024 && d(
|
|
167
164
|
e,
|
|
168
165
|
"opacity",
|
|
169
166
|
/*level2_labelVisible*/
|
|
@@ -177,51 +174,51 @@ function ne(i) {
|
|
|
177
174
|
}
|
|
178
175
|
function Ae(i) {
|
|
179
176
|
let e, t, o;
|
|
180
|
-
function n
|
|
177
|
+
function l(n, r) {
|
|
181
178
|
if (
|
|
182
179
|
/*getLabelElement*/
|
|
183
|
-
|
|
180
|
+
n[4] === void 0
|
|
184
181
|
)
|
|
185
182
|
return We;
|
|
186
183
|
if (
|
|
187
184
|
/*userConfigElement*/
|
|
188
|
-
|
|
185
|
+
n[15]
|
|
189
186
|
)
|
|
190
187
|
return Ve;
|
|
191
188
|
}
|
|
192
|
-
let m =
|
|
189
|
+
let m = l(i), s = m && m(i);
|
|
193
190
|
return {
|
|
194
191
|
c() {
|
|
195
|
-
e = E("div"), s && s.c(), w(e, "class", "floorplan-plugin__room-label-item svelte-9vzn2f"),
|
|
192
|
+
e = E("div"), s && s.c(), w(e, "class", "floorplan-plugin__room-label-item svelte-9vzn2f"), d(
|
|
196
193
|
e,
|
|
197
194
|
"left",
|
|
198
195
|
/*left*/
|
|
199
196
|
i[16]
|
|
200
|
-
),
|
|
197
|
+
), d(
|
|
201
198
|
e,
|
|
202
199
|
"top",
|
|
203
200
|
/*top*/
|
|
204
201
|
i[17]
|
|
205
|
-
),
|
|
202
|
+
), d(
|
|
206
203
|
e,
|
|
207
204
|
"font-size",
|
|
208
205
|
/*titleFontSize*/
|
|
209
206
|
i[18]
|
|
210
|
-
),
|
|
207
|
+
), d(
|
|
211
208
|
e,
|
|
212
209
|
"opacity",
|
|
213
210
|
/*level0_labelVisible*/
|
|
214
211
|
i[12] ? "1" : "0"
|
|
215
|
-
),
|
|
212
|
+
), d(
|
|
216
213
|
e,
|
|
217
214
|
"transform",
|
|
218
215
|
/*transformInner*/
|
|
219
216
|
i[9] ? "translate(-50%, calc(-50% + 6px))" : "translate(-50%, -50%)"
|
|
220
217
|
);
|
|
221
218
|
},
|
|
222
|
-
m(
|
|
223
|
-
h(
|
|
224
|
-
|
|
219
|
+
m(n, r) {
|
|
220
|
+
h(n, e, r), s && s.m(e, null), t || (o = [
|
|
221
|
+
ne(re.call(null, e)),
|
|
225
222
|
D(
|
|
226
223
|
e,
|
|
227
224
|
"clientWidth",
|
|
@@ -236,43 +233,43 @@ function Ae(i) {
|
|
|
236
233
|
)
|
|
237
234
|
], t = !0);
|
|
238
235
|
},
|
|
239
|
-
p(
|
|
240
|
-
m === (m = n
|
|
241
|
-
4096 &&
|
|
236
|
+
p(n, r) {
|
|
237
|
+
m === (m = l(n)) && s ? s.p(n, r) : (s && s.d(1), s = m && m(n), s && (s.c(), s.m(e, null))), r[0] & /*level0_labelVisible*/
|
|
238
|
+
4096 && d(
|
|
242
239
|
e,
|
|
243
240
|
"opacity",
|
|
244
241
|
/*level0_labelVisible*/
|
|
245
|
-
|
|
246
|
-
),
|
|
247
|
-
512 &&
|
|
242
|
+
n[12] ? "1" : "0"
|
|
243
|
+
), r[0] & /*transformInner*/
|
|
244
|
+
512 && d(
|
|
248
245
|
e,
|
|
249
246
|
"transform",
|
|
250
247
|
/*transformInner*/
|
|
251
|
-
|
|
248
|
+
n[9] ? "translate(-50%, calc(-50% + 6px))" : "translate(-50%, -50%)"
|
|
252
249
|
);
|
|
253
250
|
},
|
|
254
251
|
i: $,
|
|
255
252
|
o: $,
|
|
256
|
-
d(
|
|
257
|
-
|
|
253
|
+
d(n) {
|
|
254
|
+
n && g(e), s && s.d(), t = !1, oe(o);
|
|
258
255
|
}
|
|
259
256
|
};
|
|
260
257
|
}
|
|
261
258
|
function Ce(i, e) {
|
|
262
259
|
const t = i[0], o = i[1];
|
|
263
|
-
let
|
|
260
|
+
let l = !1;
|
|
264
261
|
for (let m = 0, s = e.length - 1; m < e.length; s = m++) {
|
|
265
|
-
const
|
|
266
|
-
|
|
262
|
+
const n = e[m][0], r = e[m][1], c = e[s][0], a = e[s][1];
|
|
263
|
+
r > o != a > o && t < (c - n) * (o - r) / (a - r) + n && (l = !l);
|
|
267
264
|
}
|
|
268
|
-
return
|
|
265
|
+
return l;
|
|
269
266
|
}
|
|
270
267
|
function Ie(i, e, t) {
|
|
271
|
-
let o,
|
|
272
|
-
function J(
|
|
268
|
+
let o, l, m, s, n, r, c, a, u, q, O, U, X, { pxmm: z } = e, { roomAreaEnable: Y } = e, { roomNameEnable: B } = e, { roomDimensionEnable: G } = e, { room: b } = e, { hoveredRoom: W } = e, { getRoomAreaText: A } = e, { getRoomDimensionText: C } = e, { getLabelElement: y } = e, { adaptiveRoomLabelVisibleEnable: L } = e;
|
|
269
|
+
function J(f, _) {
|
|
273
270
|
if (_.width === 0 || _.height === 0)
|
|
274
271
|
return () => !1;
|
|
275
|
-
const he =
|
|
272
|
+
const he = f.path.map(({ x, y: p }) => [x, p]), ge = f.roomLabel.position, { x: pe, y: ye } = ge, { width: Re, height: Ee } = _, H = Re / 2, k = Ee / 2;
|
|
276
273
|
return function(p) {
|
|
277
274
|
const T = pe * p, v = ye * p, we = he.map(([j, ze]) => [j * p, ze * p]);
|
|
278
275
|
return [
|
|
@@ -283,47 +280,47 @@ function Ie(i, e, t) {
|
|
|
283
280
|
].every((j) => Ce(j, we));
|
|
284
281
|
};
|
|
285
282
|
}
|
|
286
|
-
const K = document.body.clientWidth, Q = document.body.clientHeight, Z =
|
|
283
|
+
const K = document.body.clientWidth, Q = document.body.clientHeight, Z = b.roomLabel, ae = Z.positionInImage.x * 100 + "%", me = Z.positionInImage.y * 100 + "%", se = (K < 500 || Q < 500 ? 10 : 14) + "px", ce = (K < 500 || Q < 500 ? 8 : 12) + "px";
|
|
287
284
|
let I = 0, P = 0, N = 0, S = 0, R = !1;
|
|
288
285
|
W.subscribe(function(_) {
|
|
289
|
-
t(25, R = !!_ && _.id ===
|
|
286
|
+
t(25, R = !!_ && _.id === b.id);
|
|
290
287
|
});
|
|
291
|
-
const ue = (
|
|
292
|
-
t(7, N =
|
|
293
|
-
},
|
|
294
|
-
t(8, S =
|
|
295
|
-
},
|
|
296
|
-
t(5, I =
|
|
297
|
-
}, _e = (
|
|
298
|
-
t(6, P =
|
|
288
|
+
const ue = (f) => {
|
|
289
|
+
t(7, N = f.detail);
|
|
290
|
+
}, be = (f) => {
|
|
291
|
+
t(8, S = f.detail);
|
|
292
|
+
}, de = (f) => {
|
|
293
|
+
t(5, I = f.detail);
|
|
294
|
+
}, _e = (f) => {
|
|
295
|
+
t(6, P = f.detail);
|
|
299
296
|
};
|
|
300
|
-
return i.$$set = (
|
|
301
|
-
"pxmm" in
|
|
297
|
+
return i.$$set = (f) => {
|
|
298
|
+
"pxmm" in f && t(20, z = f.pxmm), "roomAreaEnable" in f && t(0, Y = f.roomAreaEnable), "roomNameEnable" in f && t(1, B = f.roomNameEnable), "roomDimensionEnable" in f && t(2, G = f.roomDimensionEnable), "room" in f && t(3, b = f.room), "hoveredRoom" in f && t(21, W = f.hoveredRoom), "getRoomAreaText" in f && t(22, A = f.getRoomAreaText), "getRoomDimensionText" in f && t(23, C = f.getRoomDimensionText), "getLabelElement" in f && t(4, y = f.getLabelElement), "adaptiveRoomLabelVisibleEnable" in f && t(24, L = f.adaptiveRoomLabelVisibleEnable);
|
|
302
299
|
}, i.$$.update = () => {
|
|
303
|
-
var
|
|
300
|
+
var f, _;
|
|
304
301
|
i.$$.dirty[0] & /*getLabelElement, room*/
|
|
305
|
-
24 && t(15, o = y == null ? void 0 : y(
|
|
306
|
-
4194312 && t(14,
|
|
307
|
-
8388616 && t(13, m =
|
|
302
|
+
24 && t(15, o = y == null ? void 0 : y(b)), i.$$.dirty[0] & /*room, getRoomAreaText*/
|
|
303
|
+
4194312 && t(14, l = b.size ? A(b.size) : ""), i.$$.dirty[0] & /*room, getRoomDimensionText*/
|
|
304
|
+
8388616 && t(13, m = b != null && b.dimension ? C((f = b.dimension) == null ? void 0 : f.width, (_ = b.dimension) == null ? void 0 : _.height) : ""), i.$$.dirty[0] & /*clientWidth, clientHeight*/
|
|
308
305
|
384 && t(31, s = { width: N, height: S }), i.$$.dirty[0] & /*room*/
|
|
309
306
|
8 | i.$$.dirty[1] & /*labelElementSize*/
|
|
310
|
-
1 && t(30,
|
|
311
|
-
1091567616 && t(27,
|
|
307
|
+
1 && t(30, n = s ? J(b, s) : void 0), i.$$.dirty[0] & /*adaptiveRoomLabelVisibleEnable, isLabelInRoom, pxmm*/
|
|
308
|
+
1091567616 && t(27, r = L ? !!(n != null && n(z)) : !0), i.$$.dirty[0] & /*wrapperClientWidth, wrapperClientHeight*/
|
|
312
309
|
96 && t(29, c = {
|
|
313
310
|
width: I,
|
|
314
311
|
height: P
|
|
315
312
|
}), i.$$.dirty[0] & /*wrapperLabelElementSize, room*/
|
|
316
|
-
536870920 && t(28, a = c ? J(
|
|
313
|
+
536870920 && t(28, a = c ? J(b, c) : void 0), i.$$.dirty[0] & /*adaptiveRoomLabelVisibleEnable, isAllLabelInRoom, pxmm*/
|
|
317
314
|
286261248 && t(26, u = L ? !!(a != null && a(z)) : !0), i.$$.dirty[0] & /*wrapperLabelVisible, mainLabelVisible, isHovered*/
|
|
318
|
-
234881024 && t(12, q = u ||
|
|
319
|
-
167772160 && t(11, O =
|
|
315
|
+
234881024 && t(12, q = u || r || R), i.$$.dirty[0] & /*mainLabelVisible, isHovered*/
|
|
316
|
+
167772160 && t(11, O = r || R), i.$$.dirty[0] & /*wrapperLabelVisible, isHovered*/
|
|
320
317
|
100663296 && t(10, U = u || R), i.$$.dirty[0] & /*mainLabelVisible, wrapperLabelVisible*/
|
|
321
|
-
201326592 && t(9, X =
|
|
318
|
+
201326592 && t(9, X = r && !u);
|
|
322
319
|
}, [
|
|
323
320
|
Y,
|
|
324
321
|
B,
|
|
325
322
|
G,
|
|
326
|
-
|
|
323
|
+
b,
|
|
327
324
|
y,
|
|
328
325
|
I,
|
|
329
326
|
P,
|
|
@@ -334,10 +331,10 @@ function Ie(i, e, t) {
|
|
|
334
331
|
O,
|
|
335
332
|
q,
|
|
336
333
|
m,
|
|
337
|
-
|
|
334
|
+
l,
|
|
338
335
|
o,
|
|
339
|
-
me,
|
|
340
336
|
ae,
|
|
337
|
+
me,
|
|
341
338
|
se,
|
|
342
339
|
ce,
|
|
343
340
|
z,
|
|
@@ -347,25 +344,25 @@ function Ie(i, e, t) {
|
|
|
347
344
|
L,
|
|
348
345
|
R,
|
|
349
346
|
u,
|
|
350
|
-
|
|
347
|
+
r,
|
|
351
348
|
a,
|
|
352
349
|
c,
|
|
353
|
-
|
|
350
|
+
n,
|
|
354
351
|
s,
|
|
355
352
|
ue,
|
|
356
|
-
de,
|
|
357
353
|
be,
|
|
354
|
+
de,
|
|
358
355
|
_e
|
|
359
356
|
];
|
|
360
357
|
}
|
|
361
|
-
class
|
|
358
|
+
class je extends Le {
|
|
362
359
|
constructor(e) {
|
|
363
|
-
super(),
|
|
360
|
+
super(), He(
|
|
364
361
|
this,
|
|
365
362
|
e,
|
|
366
363
|
Ie,
|
|
367
364
|
Ae,
|
|
368
|
-
|
|
365
|
+
ke,
|
|
369
366
|
{
|
|
370
367
|
pxmm: 20,
|
|
371
368
|
roomAreaEnable: 0,
|
|
@@ -384,5 +381,5 @@ class qe extends Te {
|
|
|
384
381
|
}
|
|
385
382
|
}
|
|
386
383
|
export {
|
|
387
|
-
|
|
384
|
+
je as RoomLabel
|
|
388
385
|
};
|