@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
package/libs/base/BasePlugin.js
CHANGED
|
@@ -10,12 +10,12 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
|
10
10
|
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
11
11
|
import "animejs";
|
|
12
12
|
import { absoluteUrl as l } from "../shared-utils/url/absoluteUrl.js";
|
|
13
|
-
let
|
|
13
|
+
let C = class {
|
|
14
14
|
constructor(t, r) {
|
|
15
15
|
/**
|
|
16
16
|
* @realsee/dnalogel 版本号
|
|
17
17
|
*/
|
|
18
|
-
i(this, "VERSION", "3.32.
|
|
18
|
+
i(this, "VERSION", "3.32.1");
|
|
19
19
|
i(this, "five");
|
|
20
20
|
/**
|
|
21
21
|
* @description: 插件事件钩子
|
|
@@ -38,5 +38,5 @@ let v = class {
|
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
export {
|
|
41
|
-
|
|
41
|
+
C as Controller
|
|
42
42
|
};
|
|
@@ -1,87 +1,82 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { SvelteComponent as E, init as G } from "../../vendor/svelte/src/runtime/internal/Component.js";
|
|
6
|
-
import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
|
|
7
|
-
import { ROOM_LABEL_BG as R } from "./Assets/roomLabelBg.js";
|
|
8
|
-
function S(n) {
|
|
9
|
-
D(n, "svelte-1s88cj8", ".room-label-item.svelte-1s88cj8{position:absolute;font-size:0.5rem;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.room-label-item__text.svelte-1s88cj8{position:absolute;left:0;top:-4rem;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;height:1.25rem;min-width:2rem;padding:0 0.375rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap}.room-label-item__bar.svelte-1s88cj8{position:absolute;top:-2.75rem;height:3rem;width:0.0625rem;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}.wide.svelte-1s88cj8{font-size:0.625rem}");
|
|
1
|
+
import { SvelteComponent as w, init as C, safe_not_equal as D, append_styles as N, element as v, attr as k, set_style as f, insert as b, noop as y, detach as _, onMount as L, onDestroy as B, text as M, space as O, toggle_class as z, append as q, listen as A, is_function as E, set_data as G, binding_callbacks as R } from "../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { ROOM_LABEL_BG as S } from "./Assets/roomLabelBg.js";
|
|
3
|
+
function F(i) {
|
|
4
|
+
N(i, "svelte-1s88cj8", ".room-label-item.svelte-1s88cj8{position:absolute;font-size:0.5rem;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.room-label-item__text.svelte-1s88cj8{position:absolute;left:0;top:-4rem;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;height:1.25rem;min-width:2rem;padding:0 0.375rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap}.room-label-item__bar.svelte-1s88cj8{position:absolute;top:-2.75rem;height:3rem;width:0.0625rem;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}.wide.svelte-1s88cj8{font-size:0.625rem}");
|
|
10
5
|
}
|
|
11
|
-
function j(
|
|
12
|
-
let e,
|
|
6
|
+
function j(i) {
|
|
7
|
+
let e, n, l, o, a, m;
|
|
13
8
|
return {
|
|
14
9
|
c() {
|
|
15
|
-
e = v("span"),
|
|
10
|
+
e = v("span"), n = M(
|
|
16
11
|
/*content*/
|
|
17
|
-
|
|
18
|
-
), l =
|
|
12
|
+
i[0]
|
|
13
|
+
), l = O(), o = v("div"), k(e, "class", "room-label-item__text svelte-1s88cj8"), f(e, "background-image", "url(" + S + ")"), z(
|
|
19
14
|
e,
|
|
20
15
|
"wide",
|
|
21
16
|
/*content*/
|
|
22
|
-
|
|
23
|
-
),
|
|
17
|
+
i[0].length > 3
|
|
18
|
+
), k(o, "class", "room-label-item__bar svelte-1s88cj8");
|
|
24
19
|
},
|
|
25
20
|
m(r, s) {
|
|
26
|
-
b(r, e, s),
|
|
27
|
-
|
|
21
|
+
b(r, e, s), q(e, n), b(r, l, s), b(r, o, s), a || (m = A(e, "click", function() {
|
|
22
|
+
E(
|
|
28
23
|
/*onClick*/
|
|
29
|
-
|
|
30
|
-
) &&
|
|
24
|
+
i[4]
|
|
25
|
+
) && i[4].apply(this, arguments);
|
|
31
26
|
}), a = !0);
|
|
32
27
|
},
|
|
33
28
|
p(r, s) {
|
|
34
|
-
|
|
35
|
-
1 &&
|
|
36
|
-
|
|
29
|
+
i = r, s & /*content*/
|
|
30
|
+
1 && G(
|
|
31
|
+
n,
|
|
37
32
|
/*content*/
|
|
38
|
-
|
|
33
|
+
i[0]
|
|
39
34
|
), s & /*content*/
|
|
40
35
|
1 && z(
|
|
41
36
|
e,
|
|
42
37
|
"wide",
|
|
43
38
|
/*content*/
|
|
44
|
-
|
|
39
|
+
i[0].length > 3
|
|
45
40
|
);
|
|
46
41
|
},
|
|
47
42
|
d(r) {
|
|
48
|
-
r &&
|
|
43
|
+
r && _(e), r && _(l), r && _(o), a = !1, m();
|
|
49
44
|
}
|
|
50
45
|
};
|
|
51
46
|
}
|
|
52
|
-
function
|
|
53
|
-
let e,
|
|
54
|
-
|
|
47
|
+
function H(i) {
|
|
48
|
+
let e, n = !/*rendererIfNeed*/
|
|
49
|
+
i[5] && j(i);
|
|
55
50
|
return {
|
|
56
51
|
c() {
|
|
57
|
-
e = v("div"),
|
|
52
|
+
e = v("div"), n && n.c(), k(e, "class", "room-label-item svelte-1s88cj8"), f(
|
|
58
53
|
e,
|
|
59
54
|
"z-index",
|
|
60
55
|
/*zIndex*/
|
|
61
|
-
|
|
56
|
+
i[2]
|
|
62
57
|
), f(
|
|
63
58
|
e,
|
|
64
59
|
"transform",
|
|
65
60
|
/*transform*/
|
|
66
|
-
|
|
61
|
+
i[3]
|
|
67
62
|
), f(
|
|
68
63
|
e,
|
|
69
64
|
"opacity",
|
|
70
65
|
/*opacity*/
|
|
71
|
-
|
|
66
|
+
i[1]
|
|
72
67
|
), f(
|
|
73
68
|
e,
|
|
74
69
|
"visibility",
|
|
75
70
|
/*visibility*/
|
|
76
|
-
|
|
71
|
+
i[7]
|
|
77
72
|
);
|
|
78
73
|
},
|
|
79
74
|
m(l, o) {
|
|
80
|
-
b(l, e, o),
|
|
75
|
+
b(l, e, o), n && n.m(e, null), i[10](e);
|
|
81
76
|
},
|
|
82
77
|
p(l, [o]) {
|
|
83
78
|
/*rendererIfNeed*/
|
|
84
|
-
l[5] ?
|
|
79
|
+
l[5] ? n && (n.d(1), n = null) : n ? n.p(l, o) : (n = j(l), n.c(), n.m(e, null)), o & /*zIndex*/
|
|
85
80
|
4 && f(
|
|
86
81
|
e,
|
|
87
82
|
"z-index",
|
|
@@ -110,34 +105,34 @@ function F(n) {
|
|
|
110
105
|
i: y,
|
|
111
106
|
o: y,
|
|
112
107
|
d(l) {
|
|
113
|
-
l && _(e),
|
|
108
|
+
l && _(e), n && n.d(), i[10](null);
|
|
114
109
|
}
|
|
115
110
|
};
|
|
116
111
|
}
|
|
117
|
-
function
|
|
118
|
-
let l, { content: o } = e, { visible: a = !0 } = e, { opacity: m = 1 } = e, { zIndex: r = 0 } = e, { transform: s = void 0 } = e, { onClick:
|
|
112
|
+
function J(i, e, n) {
|
|
113
|
+
let l, { content: o } = e, { visible: a = !0 } = e, { opacity: m = 1 } = e, { zIndex: r = 0 } = e, { transform: s = void 0 } = e, { onClick: h = () => {
|
|
119
114
|
} } = e, { rendererIfNeed: c = void 0 } = e, { rendererData: g = void 0 } = e, d, u;
|
|
120
|
-
|
|
115
|
+
L(() => {
|
|
121
116
|
d && typeof c == "function" && (u = c(d, g));
|
|
122
|
-
}),
|
|
117
|
+
}), B(() => {
|
|
123
118
|
u == null || u();
|
|
124
119
|
});
|
|
125
|
-
function I(
|
|
126
|
-
|
|
127
|
-
d =
|
|
120
|
+
function I(t) {
|
|
121
|
+
R[t ? "unshift" : "push"](() => {
|
|
122
|
+
d = t, n(6, d);
|
|
128
123
|
});
|
|
129
124
|
}
|
|
130
|
-
return
|
|
131
|
-
"content" in
|
|
132
|
-
},
|
|
133
|
-
|
|
134
|
-
256 &&
|
|
125
|
+
return i.$$set = (t) => {
|
|
126
|
+
"content" in t && n(0, o = t.content), "visible" in t && n(8, a = t.visible), "opacity" in t && n(1, m = t.opacity), "zIndex" in t && n(2, r = t.zIndex), "transform" in t && n(3, s = t.transform), "onClick" in t && n(4, h = t.onClick), "rendererIfNeed" in t && n(5, c = t.rendererIfNeed), "rendererData" in t && n(9, g = t.rendererData);
|
|
127
|
+
}, i.$$.update = () => {
|
|
128
|
+
i.$$.dirty & /*visible*/
|
|
129
|
+
256 && n(7, l = a ? "visible" : "hidden");
|
|
135
130
|
}, [
|
|
136
131
|
o,
|
|
137
132
|
m,
|
|
138
133
|
r,
|
|
139
134
|
s,
|
|
140
|
-
|
|
135
|
+
h,
|
|
141
136
|
c,
|
|
142
137
|
d,
|
|
143
138
|
l,
|
|
@@ -146,14 +141,14 @@ function H(n, e, t) {
|
|
|
146
141
|
I
|
|
147
142
|
];
|
|
148
143
|
}
|
|
149
|
-
class
|
|
144
|
+
class Q extends w {
|
|
150
145
|
constructor(e) {
|
|
151
|
-
super(),
|
|
146
|
+
super(), C(
|
|
152
147
|
this,
|
|
153
148
|
e,
|
|
149
|
+
J,
|
|
154
150
|
H,
|
|
155
|
-
|
|
156
|
-
w,
|
|
151
|
+
D,
|
|
157
152
|
{
|
|
158
153
|
content: 0,
|
|
159
154
|
visible: 8,
|
|
@@ -164,10 +159,10 @@ class X extends E {
|
|
|
164
159
|
rendererIfNeed: 5,
|
|
165
160
|
rendererData: 9
|
|
166
161
|
},
|
|
167
|
-
|
|
162
|
+
F
|
|
168
163
|
);
|
|
169
164
|
}
|
|
170
165
|
}
|
|
171
166
|
export {
|
|
172
|
-
|
|
167
|
+
Q as LabelItem
|
|
173
168
|
};
|
|
@@ -1,30 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { append_styles as b, element as v, attr as k, insert as h, detach as y } from "../../vendor/svelte/src/runtime/internal/dom.js";
|
|
3
|
-
import { group_outros as I, transition_out as u, check_outros as D, transition_in as c } from "../../vendor/svelte/src/runtime/internal/transitions.js";
|
|
4
|
-
import { SvelteComponent as x, init as z, create_component as p, mount_component as _, destroy_component as g } from "../../vendor/svelte/src/runtime/internal/Component.js";
|
|
5
|
-
import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
|
|
1
|
+
import { SvelteComponent as d, init as b, safe_not_equal as v, append_styles as k, element as h, attr as y, insert as I, group_outros as D, transition_out as u, check_outros as x, transition_in as c, detach as z, create_component as _, mount_component as g, destroy_component as p } from "../../vendor/svelte/internal/index.js";
|
|
6
2
|
import { Normalmage as w } from "./Normalmage.js";
|
|
7
3
|
import { SvgImage as C } from "./SvgImage.js";
|
|
8
|
-
function S(
|
|
9
|
-
|
|
4
|
+
function S(l) {
|
|
5
|
+
k(l, "svelte-ozpg4a", ".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}");
|
|
10
6
|
}
|
|
11
|
-
function $(
|
|
7
|
+
function $(l) {
|
|
12
8
|
let n, t;
|
|
13
9
|
return n = new w({ props: { url: (
|
|
14
10
|
/*imageData*/
|
|
15
|
-
|
|
11
|
+
l[1].url
|
|
16
12
|
) } }), {
|
|
17
13
|
c() {
|
|
18
|
-
|
|
14
|
+
_(n.$$.fragment);
|
|
19
15
|
},
|
|
20
16
|
m(e, r) {
|
|
21
|
-
|
|
17
|
+
g(n, e, r), t = !0;
|
|
22
18
|
},
|
|
23
19
|
p(e, r) {
|
|
24
|
-
const
|
|
20
|
+
const i = {};
|
|
25
21
|
r & /*imageData*/
|
|
26
|
-
2 && (
|
|
27
|
-
e[1].url), n.$set(
|
|
22
|
+
2 && (i.url = /*imageData*/
|
|
23
|
+
e[1].url), n.$set(i);
|
|
28
24
|
},
|
|
29
25
|
i(e) {
|
|
30
26
|
t || (c(n.$$.fragment, e), t = !0);
|
|
@@ -33,29 +29,29 @@ function $(i) {
|
|
|
33
29
|
u(n.$$.fragment, e), t = !1;
|
|
34
30
|
},
|
|
35
31
|
d(e) {
|
|
36
|
-
|
|
32
|
+
p(n, e);
|
|
37
33
|
}
|
|
38
34
|
};
|
|
39
35
|
}
|
|
40
|
-
function q(
|
|
36
|
+
function q(l) {
|
|
41
37
|
let n, t;
|
|
42
38
|
return n = new C({
|
|
43
39
|
props: { content: (
|
|
44
40
|
/*svgContent*/
|
|
45
|
-
|
|
41
|
+
l[0]
|
|
46
42
|
) }
|
|
47
43
|
}), {
|
|
48
44
|
c() {
|
|
49
|
-
|
|
45
|
+
_(n.$$.fragment);
|
|
50
46
|
},
|
|
51
47
|
m(e, r) {
|
|
52
|
-
|
|
48
|
+
g(n, e, r), t = !0;
|
|
53
49
|
},
|
|
54
50
|
p(e, r) {
|
|
55
|
-
const
|
|
51
|
+
const i = {};
|
|
56
52
|
r & /*svgContent*/
|
|
57
|
-
1 && (
|
|
58
|
-
e[0]), n.$set(
|
|
53
|
+
1 && (i.content = /*svgContent*/
|
|
54
|
+
e[0]), n.$set(i);
|
|
59
55
|
},
|
|
60
56
|
i(e) {
|
|
61
57
|
t || (c(n.$$.fragment, e), t = !0);
|
|
@@ -64,13 +60,13 @@ function q(i) {
|
|
|
64
60
|
u(n.$$.fragment, e), t = !1;
|
|
65
61
|
},
|
|
66
62
|
d(e) {
|
|
67
|
-
|
|
63
|
+
p(n, e);
|
|
68
64
|
}
|
|
69
65
|
};
|
|
70
66
|
}
|
|
71
|
-
function B(
|
|
67
|
+
function B(l) {
|
|
72
68
|
let n, t, e, r;
|
|
73
|
-
const
|
|
69
|
+
const i = [q, $], a = [];
|
|
74
70
|
function f(o, s) {
|
|
75
71
|
return (
|
|
76
72
|
/*svgContent*/
|
|
@@ -80,18 +76,18 @@ function B(i) {
|
|
|
80
76
|
)
|
|
81
77
|
);
|
|
82
78
|
}
|
|
83
|
-
return ~(t = f(
|
|
79
|
+
return ~(t = f(l)) && (e = a[t] = i[t](l)), {
|
|
84
80
|
c() {
|
|
85
|
-
n =
|
|
81
|
+
n = h("div"), e && e.c(), y(n, "class", "floorplan-plugin__base-image svelte-ozpg4a");
|
|
86
82
|
},
|
|
87
83
|
m(o, s) {
|
|
88
|
-
|
|
84
|
+
I(o, n, s), ~t && a[t].m(n, null), r = !0;
|
|
89
85
|
},
|
|
90
86
|
p(o, [s]) {
|
|
91
87
|
let m = t;
|
|
92
|
-
t = f(o), t === m ? ~t && a[t].p(o, s) : (e && (
|
|
88
|
+
t = f(o), t === m ? ~t && a[t].p(o, s) : (e && (D(), u(a[m], 1, 1, () => {
|
|
93
89
|
a[m] = null;
|
|
94
|
-
}),
|
|
90
|
+
}), x()), ~t ? (e = a[t], e ? e.p(o, s) : (e = a[t] = i[t](o), e.c()), c(e, 1), e.m(n, null)) : e = null);
|
|
95
91
|
},
|
|
96
92
|
i(o) {
|
|
97
93
|
r || (c(e), r = !0);
|
|
@@ -100,26 +96,26 @@ function B(i) {
|
|
|
100
96
|
u(e), r = !1;
|
|
101
97
|
},
|
|
102
98
|
d(o) {
|
|
103
|
-
o &&
|
|
99
|
+
o && z(n), ~t && a[t].d();
|
|
104
100
|
}
|
|
105
101
|
};
|
|
106
102
|
}
|
|
107
|
-
function N(
|
|
108
|
-
let e, r, { floorIndex:
|
|
109
|
-
return
|
|
110
|
-
"floorIndex" in f && t(2,
|
|
111
|
-
},
|
|
103
|
+
function N(l, n, t) {
|
|
104
|
+
let e, r, { floorIndex: i } = n, { floorplanData: a } = n;
|
|
105
|
+
return l.$$set = (f) => {
|
|
106
|
+
"floorIndex" in f && t(2, i = f.floorIndex), "floorplanData" in f && t(3, a = f.floorplanData);
|
|
107
|
+
}, l.$$.update = () => {
|
|
112
108
|
var f, o;
|
|
113
|
-
|
|
114
|
-
12 && t(1, e = a.outlines[
|
|
115
|
-
12 && t(0, r = (o = (f = a.outlines) == null ? void 0 : f[
|
|
116
|
-
}, [r, e,
|
|
109
|
+
l.$$.dirty & /*floorplanData, floorIndex*/
|
|
110
|
+
12 && t(1, e = a.outlines[i]), l.$$.dirty & /*floorplanData, floorIndex*/
|
|
111
|
+
12 && t(0, r = (o = (f = a.outlines) == null ? void 0 : f[i]) == null ? void 0 : o.svgContent);
|
|
112
|
+
}, [r, e, i, a];
|
|
117
113
|
}
|
|
118
|
-
class
|
|
114
|
+
class F extends d {
|
|
119
115
|
constructor(n) {
|
|
120
|
-
super(),
|
|
116
|
+
super(), b(this, n, N, B, v, { floorIndex: 2, floorplanData: 3 }, S);
|
|
121
117
|
}
|
|
122
118
|
}
|
|
123
119
|
export {
|
|
124
|
-
|
|
120
|
+
F as BaseImage
|
|
125
121
|
};
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { append_styles as z, element as c, attr as d, set_style as t, insert as P, append as U, detach as w } from "../../vendor/svelte/src/runtime/internal/dom.js";
|
|
3
|
-
import { SvelteComponent as A, init as C } from "../../vendor/svelte/src/runtime/internal/Component.js";
|
|
4
|
-
import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
|
|
1
|
+
import { SvelteComponent as L, init as k, safe_not_equal as z, append_styles as P, element as f, attr as d, set_style as t, insert as U, append as w, noop as c, detach as A } from "../../vendor/svelte/internal/index.js";
|
|
5
2
|
import { CAMERA_IMAGE as g } from "../Assets/camera.js";
|
|
6
|
-
import { rad2Deg as
|
|
7
|
-
function
|
|
8
|
-
|
|
3
|
+
import { rad2Deg as C } from "../../shared-utils/math/rad2Deg.js";
|
|
4
|
+
function R(a) {
|
|
5
|
+
P(a, "svelte-17cl35n", ".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}");
|
|
9
6
|
}
|
|
10
|
-
function
|
|
7
|
+
function S(a) {
|
|
11
8
|
let n, e;
|
|
12
9
|
return {
|
|
13
10
|
c() {
|
|
14
|
-
n =
|
|
11
|
+
n = f("div"), e = f("div"), d(e, "class", "floorplan__camera-rotate svelte-17cl35n"), t(e, "background-image", `url(${/*cameraImageUrl*/
|
|
15
12
|
a[0] || g})`), t(
|
|
16
13
|
e,
|
|
17
14
|
"width",
|
|
@@ -39,79 +36,73 @@ function y(a) {
|
|
|
39
36
|
a[2]
|
|
40
37
|
);
|
|
41
38
|
},
|
|
42
|
-
m(o,
|
|
43
|
-
|
|
39
|
+
m(o, r) {
|
|
40
|
+
U(o, n, r), w(n, e);
|
|
44
41
|
},
|
|
45
|
-
p(o, [
|
|
46
|
-
|
|
42
|
+
p(o, [r]) {
|
|
43
|
+
r & /*cameraImageUrl*/
|
|
47
44
|
1 && t(e, "background-image", `url(${/*cameraImageUrl*/
|
|
48
45
|
o[0] || g})`);
|
|
49
|
-
const
|
|
46
|
+
const i = r & /*cameraImageUrl*/
|
|
50
47
|
1;
|
|
51
|
-
|
|
52
|
-
1 || r) && t(
|
|
48
|
+
i && t(
|
|
53
49
|
e,
|
|
54
50
|
"width",
|
|
55
51
|
/*domSizeStyle*/
|
|
56
52
|
o[4]
|
|
57
|
-
),
|
|
58
|
-
1 || r) && t(
|
|
53
|
+
), i && t(
|
|
59
54
|
e,
|
|
60
55
|
"height",
|
|
61
56
|
/*domSizeStyle*/
|
|
62
57
|
o[4]
|
|
63
|
-
),
|
|
64
|
-
|
|
65
|
-
o[4]),
|
|
66
|
-
|
|
67
|
-
o[4]), (i & /*cameraImageUrl*/
|
|
68
|
-
1 || r) && t(e, "transform", `rotate(${/*rotate*/
|
|
69
|
-
o[3]}deg)`), (i & /*cameraImageUrl*/
|
|
70
|
-
1 || r) && t(e, "transform-origin", `${/*domSizeStyle*/
|
|
58
|
+
), i && t(e, "left", "-" + /*domSizeStyle*/
|
|
59
|
+
o[4]), i && t(e, "top", "-" + /*domSizeStyle*/
|
|
60
|
+
o[4]), i && t(e, "transform", `rotate(${/*rotate*/
|
|
61
|
+
o[3]}deg)`), i && t(e, "transform-origin", `${/*domSizeStyle*/
|
|
71
62
|
o[4]} ${/*domSizeStyle*/
|
|
72
63
|
o[4]}`);
|
|
73
64
|
},
|
|
74
|
-
i:
|
|
75
|
-
o:
|
|
65
|
+
i: c,
|
|
66
|
+
o: c,
|
|
76
67
|
d(o) {
|
|
77
|
-
o &&
|
|
68
|
+
o && A(n);
|
|
78
69
|
}
|
|
79
70
|
};
|
|
80
71
|
}
|
|
81
72
|
function E(a, n, e) {
|
|
82
|
-
let { panoIndex: o } = n, { floorplanData:
|
|
83
|
-
const { observers:
|
|
73
|
+
let { panoIndex: o } = n, { floorplanData: r } = n, { lastPanoramaLongitude: i } = n, { cameraImageUrl: s } = n;
|
|
74
|
+
const { observers: u } = r, m = u[o], p = m.positionInImage.x, h = m.positionInImage.y, _ = p * 100 + "%", I = h * 100 + "%", b = -C(i) + 45, v = document.body.clientWidth, y = document.body.clientHeight, D = `${(v < 500 || y < 500 ? 17 : 37) / 16}rem`;
|
|
84
75
|
return a.$$set = (l) => {
|
|
85
|
-
"panoIndex" in l && e(5, o = l.panoIndex), "floorplanData" in l && e(6,
|
|
76
|
+
"panoIndex" in l && e(5, o = l.panoIndex), "floorplanData" in l && e(6, r = l.floorplanData), "lastPanoramaLongitude" in l && e(7, i = l.lastPanoramaLongitude), "cameraImageUrl" in l && e(0, s = l.cameraImageUrl);
|
|
86
77
|
}, [
|
|
87
78
|
s,
|
|
88
79
|
_,
|
|
89
80
|
I,
|
|
90
81
|
b,
|
|
91
|
-
|
|
82
|
+
D,
|
|
92
83
|
o,
|
|
93
|
-
|
|
94
|
-
|
|
84
|
+
r,
|
|
85
|
+
i
|
|
95
86
|
];
|
|
96
87
|
}
|
|
97
|
-
class
|
|
88
|
+
class G extends L {
|
|
98
89
|
constructor(n) {
|
|
99
|
-
super(),
|
|
90
|
+
super(), k(
|
|
100
91
|
this,
|
|
101
92
|
n,
|
|
102
93
|
E,
|
|
103
|
-
|
|
104
|
-
|
|
94
|
+
S,
|
|
95
|
+
z,
|
|
105
96
|
{
|
|
106
97
|
panoIndex: 5,
|
|
107
98
|
floorplanData: 6,
|
|
108
99
|
lastPanoramaLongitude: 7,
|
|
109
100
|
cameraImageUrl: 0
|
|
110
101
|
},
|
|
111
|
-
|
|
102
|
+
R
|
|
112
103
|
);
|
|
113
104
|
}
|
|
114
105
|
}
|
|
115
106
|
export {
|
|
116
|
-
|
|
107
|
+
G as Camera
|
|
117
108
|
};
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { append_styles as b, empty as v, insert as d, detach as g, element as f, space as D, text as y, attr as c, set_style as _, append as p, set_data as w } from "../../vendor/svelte/src/runtime/internal/dom.js";
|
|
3
|
-
import { SvelteComponent as S, init as C } from "../../vendor/svelte/src/runtime/internal/Component.js";
|
|
4
|
-
import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
|
|
1
|
+
import { SvelteComponent as k, init as b, safe_not_equal as v, append_styles as D, empty as y, insert as d, noop as u, detach as g, element as c, space as w, text as S, attr as f, set_style as _, append as p, set_data as C } from "../../vendor/svelte/internal/index.js";
|
|
5
2
|
import { COMPASS_IMAGE as x } from "../Assets/compass.js";
|
|
6
3
|
function M(a) {
|
|
7
|
-
|
|
4
|
+
D(a, "svelte-rpkaro", ".floorplan-plugin__compass.svelte-rpkaro{position:absolute;left:50%;top:-2.875rem;width:14.4375rem;height:2.5625rem;will-change:opacity;transform-origin:center 11.5rem}.floorplan-plugin__compass-image.svelte-rpkaro{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-rpkaro{position:absolute;left:50%;top:0.9375rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}");
|
|
8
5
|
}
|
|
9
6
|
function z(a) {
|
|
10
|
-
let t, o,
|
|
7
|
+
let t, e, o, n, r;
|
|
11
8
|
return {
|
|
12
9
|
c() {
|
|
13
|
-
t =
|
|
10
|
+
t = c("div"), e = c("div"), o = w(), n = c("span"), r = S(
|
|
14
11
|
/*northDesc*/
|
|
15
12
|
a[0]
|
|
16
|
-
),
|
|
13
|
+
), f(e, "class", "floorplan-plugin__compass-image svelte-rpkaro"), _(e, "background-image", `url(${x})`), f(n, "class", "floorplan-plugin__compass-text svelte-rpkaro"), f(t, "class", "floorplan-plugin__compass svelte-rpkaro"), _(
|
|
17
14
|
t,
|
|
18
15
|
"transform",
|
|
19
16
|
/*compassTransformStyle*/
|
|
@@ -21,12 +18,12 @@ function z(a) {
|
|
|
21
18
|
);
|
|
22
19
|
},
|
|
23
20
|
m(s, l) {
|
|
24
|
-
d(s, t, l), p(t,
|
|
21
|
+
d(s, t, l), p(t, e), p(t, o), p(t, n), p(n, r);
|
|
25
22
|
},
|
|
26
23
|
p(s, l) {
|
|
27
24
|
l & /*northDesc*/
|
|
28
|
-
1 &&
|
|
29
|
-
|
|
25
|
+
1 && C(
|
|
26
|
+
r,
|
|
30
27
|
/*northDesc*/
|
|
31
28
|
s[0]
|
|
32
29
|
);
|
|
@@ -37,44 +34,44 @@ function z(a) {
|
|
|
37
34
|
};
|
|
38
35
|
}
|
|
39
36
|
function A(a) {
|
|
40
|
-
let t,
|
|
37
|
+
let t, e = (
|
|
41
38
|
/*canCompassShow*/
|
|
42
39
|
a[1] && z(a)
|
|
43
40
|
);
|
|
44
41
|
return {
|
|
45
42
|
c() {
|
|
46
|
-
|
|
43
|
+
e && e.c(), t = y();
|
|
47
44
|
},
|
|
48
|
-
m(
|
|
49
|
-
|
|
45
|
+
m(o, n) {
|
|
46
|
+
e && e.m(o, n), d(o, t, n);
|
|
50
47
|
},
|
|
51
|
-
p(
|
|
48
|
+
p(o, [n]) {
|
|
52
49
|
/*canCompassShow*/
|
|
53
|
-
|
|
50
|
+
o[1] && e.p(o, n);
|
|
54
51
|
},
|
|
55
52
|
i: u,
|
|
56
53
|
o: u,
|
|
57
|
-
d(
|
|
58
|
-
e &&
|
|
54
|
+
d(o) {
|
|
55
|
+
e && e.d(o), o && g(t);
|
|
59
56
|
}
|
|
60
57
|
};
|
|
61
58
|
}
|
|
62
59
|
function I(a) {
|
|
63
60
|
return a / Math.PI * 180;
|
|
64
61
|
}
|
|
65
|
-
function P(a, t,
|
|
62
|
+
function P(a, t, e) {
|
|
66
63
|
var m;
|
|
67
|
-
let { floorplanData:
|
|
68
|
-
const
|
|
64
|
+
let { floorplanData: o } = t, { northDesc: n } = t;
|
|
65
|
+
const r = (m = o.entrance) == null ? void 0 : m.northRad, s = typeof r == "number", h = `translateX(-50%) translateZ(10px) rotate(${-(r ? I(r) : 0) + 90}deg)`;
|
|
69
66
|
return a.$$set = (i) => {
|
|
70
|
-
"floorplanData" in i &&
|
|
71
|
-
}, [
|
|
67
|
+
"floorplanData" in i && e(3, o = i.floorplanData), "northDesc" in i && e(0, n = i.northDesc);
|
|
68
|
+
}, [n, s, h, o];
|
|
72
69
|
}
|
|
73
|
-
class
|
|
70
|
+
class q extends k {
|
|
74
71
|
constructor(t) {
|
|
75
|
-
super(),
|
|
72
|
+
super(), b(this, t, P, A, v, { floorplanData: 3, northDesc: 0 }, M);
|
|
76
73
|
}
|
|
77
74
|
}
|
|
78
75
|
export {
|
|
79
|
-
|
|
76
|
+
q as Compass
|
|
80
77
|
};
|