@realsee/dnalogel 3.41.7 → 3.42.0-alpha-tag.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +116 -0
- package/dist/PanoTagPlugin/controller/TagRender.d.ts +1 -1
- package/dist/PanoTagPlugin/controller/TagUtil.d.ts +2 -0
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -16
- package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -2
- package/dist/index.cjs.js +30 -30
- package/dist/index.js +735 -764
- package/dist/index.umd.js +24 -24
- package/docs/.nojekyll +1 -0
- package/docs/assets/custom.css +0 -0
- package/docs/assets/highlight.css +127 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +731 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +694 -0
- package/docs/classes/CSS3DRender.html +778 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +481 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +894 -0
- package/docs/classes/Magnifier.html +485 -0
- package/docs/classes/ModelRoomLabelController.html +403 -0
- package/docs/classes/MoveController.html +681 -0
- package/docs/classes/Object3DHelperController.html +645 -0
- package/docs/classes/PaintBrush.html +507 -0
- package/docs/classes/PanoMeasurePluginLine.html +527 -0
- package/docs/classes/PanoMeasurePluginModel.html +576 -0
- package/docs/classes/PanoMeasurePluginPoint.html +367 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +572 -0
- package/docs/classes/PanoTagPluginController.html +1132 -0
- package/docs/classes/Util.BetterTween.html +421 -0
- package/docs/classes/Util.Interval.html +437 -0
- package/docs/classes/Util.LineSegments.html +389 -0
- package/docs/classes/Util.Magnifier.html +508 -0
- package/docs/classes/Util.Object3D.html +411 -0
- package/docs/classes/Util.PointDomHelper.html +412 -0
- package/docs/classes/Util.PointHelper.html +403 -0
- package/docs/classes/Util.PointSelectorHelper.html +459 -0
- package/docs/classes/Util.Rectangle.html +460 -0
- package/docs/classes/WalkController.html +700 -0
- package/docs/enums/CameraMovementEffect.html +315 -0
- package/docs/enums/ContentType.html +461 -0
- package/docs/enums/DIRECTION.html +325 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +325 -0
- package/docs/enums/DimensionType.html +315 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +318 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +325 -0
- package/docs/enums/PaintBrushTypeEnum.html +318 -0
- package/docs/enums/PointType.html +315 -0
- package/docs/enums/Rotation.html +322 -0
- package/docs/functions/AreaMakerPlugin.html +295 -0
- package/docs/functions/CSS3DRenderPlugin.html +293 -0
- package/docs/functions/CameraMovementPlugin.html +298 -0
- package/docs/functions/CruisePlugin.html +295 -0
- package/docs/functions/CurrentPanoImagePlugin.html +295 -0
- package/docs/functions/GuideLinePlugin.html +295 -0
- package/docs/functions/ItemLabelPlugin.html +295 -0
- package/docs/functions/MapviewFloorplanPlugin.html +295 -0
- package/docs/functions/ModelChassisCompassPlugin.html +298 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +298 -0
- package/docs/functions/ModelFloorplanPlugin.html +295 -0
- package/docs/functions/ModelItemLabelPlugin.html +295 -0
- package/docs/functions/ModelRoomLabelPlugin.html +293 -0
- package/docs/functions/ModelTVVideoPlugin.html +295 -0
- package/docs/functions/ModelViewPlugin.html +298 -0
- package/docs/functions/MovePlugin.html +295 -0
- package/docs/functions/Object3DHelperPlugin.html +293 -0
- package/docs/functions/PanoCompassPlugin.html +295 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +299 -0
- package/docs/functions/PanoDoorLabelPlugin.html +295 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +295 -0
- package/docs/functions/PanoMeasurePlugin.html +295 -0
- package/docs/functions/PanoRulerPlugin.html +298 -0
- package/docs/functions/PanoRulerProPlugin.html +298 -0
- package/docs/functions/PanoSpatialTagPlugin.html +298 -0
- package/docs/functions/PanoTagPlugin.html +300 -0
- package/docs/functions/PanoVideoPlugin.html +304 -0
- package/docs/functions/PipelinePlugin.html +293 -0
- package/docs/functions/TopviewFloorplanPlugin.html +295 -0
- package/docs/functions/Util.absoluteUrl.html +331 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +334 -0
- package/docs/functions/Util.equal.html +343 -0
- package/docs/functions/Util.getCoordsFromClient.html +333 -0
- package/docs/functions/Util.getCoordsFromElement.html +333 -0
- package/docs/functions/Util.getFrameTime.html +325 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +333 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +333 -0
- package/docs/functions/Util.isAbsoluteURL.html +326 -0
- package/docs/functions/Util.isModelLike.html +326 -0
- package/docs/functions/Util.isNil.html +334 -0
- package/docs/functions/Util.isPanoramaLike.html +326 -0
- package/docs/functions/Util.nextFrame.html +339 -0
- package/docs/functions/Util.notNil.html +334 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +355 -0
- package/docs/functions/Util.tweenProgress.html +328 -0
- package/docs/functions/Util.uuid.html +324 -0
- package/docs/functions/pluginFlag.html +293 -0
- package/docs/index.html +358 -0
- package/docs/interfaces/AddTagConfig.html +308 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +335 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +340 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +626 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +339 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +397 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +382 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +339 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +332 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +331 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +360 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +454 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +330 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +363 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +364 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +366 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +724 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +390 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +426 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +416 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +356 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +324 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +392 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +387 -0
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +526 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +328 -0
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +320 -0
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +342 -0
- package/docs/interfaces/EventMap.html +547 -0
- package/docs/interfaces/FloorplanBounding.html +337 -0
- package/docs/interfaces/FloorplanData.html +340 -0
- package/docs/interfaces/FloorplanEntrance.html +365 -0
- package/docs/interfaces/FloorplanExtraObject.html +355 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +344 -0
- package/docs/interfaces/FloorplanFloorData.html +333 -0
- package/docs/interfaces/FloorplanImagePosition.html +319 -0
- package/docs/interfaces/FloorplanObserver.html +337 -0
- package/docs/interfaces/FloorplanOutlineItem.html +333 -0
- package/docs/interfaces/FloorplanPosition.html +319 -0
- package/docs/interfaces/FloorplanRoomItem.html +407 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +325 -0
- package/docs/interfaces/FloorplanServerBounding.html +337 -0
- package/docs/interfaces/FloorplanServerComputedData.html +336 -0
- package/docs/interfaces/FloorplanServerData.html +319 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +336 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +322 -0
- package/docs/interfaces/FloorplanServerEntrance.html +365 -0
- package/docs/interfaces/FloorplanServerFloorData.html +333 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +319 -0
- package/docs/interfaces/FloorplanServerObserver.html +337 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +333 -0
- package/docs/interfaces/FloorplanServerPosition.html +319 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +419 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +325 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +328 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +367 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +531 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +362 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +353 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +452 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +342 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +352 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +522 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +349 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +532 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +314 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +335 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +360 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +376 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +358 -0
- package/docs/interfaces/HelperOffset.html +337 -0
- package/docs/interfaces/ImagePlaneGroup.html +311 -0
- package/docs/interfaces/ItemLabelPluginData.html +308 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +393 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +329 -0
- package/docs/interfaces/MinMax.html +315 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +315 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +351 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +315 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +322 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +359 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +308 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +393 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +315 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +308 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +329 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +353 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +308 -0
- package/docs/interfaces/ModelViewPluginExportType.html +421 -0
- package/docs/interfaces/Object3DHelperState.html +322 -0
- package/docs/interfaces/ObjectHelperControllers.html +329 -0
- package/docs/interfaces/PaintBrushAction.html +368 -0
- package/docs/interfaces/PaintBrushConfigs.html +366 -0
- package/docs/interfaces/PaintBrushState.html +350 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +430 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +287 -0
- package/docs/interfaces/PanoMeasureParameterType.html +454 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +322 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +319 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +315 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +325 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +382 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +331 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +322 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +358 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +328 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +315 -0
- package/docs/interfaces/PanoRulerProPluginState.html +322 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +301 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +290 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +358 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +340 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +436 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +336 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +357 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +343 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +336 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +328 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +346 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +319 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +425 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +319 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +354 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +373 -0
- package/docs/interfaces/Point.html +322 -0
- package/docs/interfaces/Room.html +329 -0
- package/docs/interfaces/RoomInfo.html +315 -0
- package/docs/interfaces/RoomLabel.html +391 -0
- package/docs/interfaces/RoomRules.html +290 -0
- package/docs/interfaces/Rooms.html +290 -0
- package/docs/interfaces/Scissor.html +349 -0
- package/docs/interfaces/State.html +336 -0
- package/docs/interfaces/TagCacheInterface.html +367 -0
- package/docs/interfaces/TagConfig.html +570 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +311 -0
- package/docs/interfaces/TagIconUrl.html +368 -0
- package/docs/interfaces/TagObjectGroup.html +311 -0
- package/docs/interfaces/TagStyle.html +321 -0
- package/docs/interfaces/Tags.html +2825 -0
- package/docs/interfaces/TemporaryState.html +308 -0
- package/docs/interfaces/Util.MagnifierParameter.html +396 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +355 -0
- package/docs/interfaces/Util.PointIntersection.html +370 -0
- package/docs/modules/AreaMakerPluginType.html +330 -0
- package/docs/modules/CruisePluginTypes.html +333 -0
- package/docs/modules/CurrentPanoImagePluginType.html +302 -0
- package/docs/modules/GuideLineItem.html +294 -0
- package/docs/modules/GuideLineModeItem.html +299 -0
- package/docs/modules/GuideLinePluginType.html +355 -0
- package/docs/modules/PanoVideoPluginType.html +306 -0
- package/docs/modules/Util.html +356 -0
- package/docs/modules.html +564 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +359 -0
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +325 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +307 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +307 -0
- package/docs/types/ArrayPosition.html +284 -0
- package/docs/types/AudioAppearance.html +284 -0
- package/docs/types/AudioTagTypeConfigKey.html +284 -0
- package/docs/types/CSS3DRenderExportType.html +284 -0
- package/docs/types/CSS3DRenderPluginExportType.html +284 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +284 -0
- package/docs/types/ClassFunctionParameters.html +291 -0
- package/docs/types/Color.html +284 -0
- package/docs/types/ContentTypeConfigKey.html +284 -0
- package/docs/types/ContentTypeConfigKeySplit.html +284 -0
- package/docs/types/ContentTypeMap.html +284 -0
- package/docs/types/Create3DDomContainerReturnType.html +284 -0
- package/docs/types/Create3DElementReturnType.html +284 -0
- package/docs/types/CruisePluginExportType.html +284 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +323 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +300 -0
- package/docs/types/CurrentPanoImagePluginExportType.html +284 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +296 -0
- package/docs/types/DeprecatedTagProperty.html +299 -0
- package/docs/types/Direction-1.html +284 -0
- package/docs/types/Direction4.html +284 -0
- package/docs/types/ElementRenderer.html +308 -0
- package/docs/types/FloorplanRuleLabels.html +287 -0
- package/docs/types/FloorplanServerRuleLabels.html +284 -0
- package/docs/types/GuideLinePluginExportType.html +284 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +357 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +378 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +311 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +314 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +314 -0
- package/docs/types/GuideLinePluginType.PathItem.html +314 -0
- package/docs/types/GuideLinePluginType.PluginData.html +323 -0
- package/docs/types/HelperEventMap.html +429 -0
- package/docs/types/InternalHelperEventMap.html +380 -0
- package/docs/types/LoadTagConfig.html +284 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +284 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +284 -0
- package/docs/types/MediaData.html +305 -0
- package/docs/types/MediaStore.html +289 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +291 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +284 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +284 -0
- package/docs/types/ModelId.html +284 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +284 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +284 -0
- package/docs/types/MoveArgs.html +294 -0
- package/docs/types/MoveOpts.html +292 -0
- package/docs/types/Object3DHelperEventMap.html +377 -0
- package/docs/types/ObjectFit.html +284 -0
- package/docs/types/PaintBrushEventMap.html +315 -0
- package/docs/types/PanoCompassPluginData.html +284 -0
- package/docs/types/PanoCompassPluginExportType.html +284 -0
- package/docs/types/PanoCompassPluginParameterType.html +284 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +284 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +284 -0
- package/docs/types/PanoIndex.html +284 -0
- package/docs/types/PanoMeasurePluginEvent.html +284 -0
- package/docs/types/PanoMeasureReturnType.html +284 -0
- package/docs/types/PanoSpatialTagPluginId.html +284 -0
- package/docs/types/PanoTagPluginExportInterface.html +284 -0
- package/docs/types/PanoTagPluginParamsInterface.html +284 -0
- package/docs/types/PanoVideoPluginParameterType.html +284 -0
- package/docs/types/PanoVideoPluginReturnType.html +284 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +292 -0
- package/docs/types/PipelinePluginParameterType.html +284 -0
- package/docs/types/PipelinePluginReturnType.html +284 -0
- package/docs/types/PlaneTag.html +292 -0
- package/docs/types/Point2DTag.html +292 -0
- package/docs/types/Point3DTag.html +292 -0
- package/docs/types/PointTag.html +289 -0
- package/docs/types/PointTagInstance.html +289 -0
- package/docs/types/Position.html +284 -0
- package/docs/types/RotateArgs.html +296 -0
- package/docs/types/RotateOpts.html +292 -0
- package/docs/types/RuleLabelsKey.html +284 -0
- package/docs/types/RuleLabelsValue.html +284 -0
- package/docs/types/StickType.html +284 -0
- package/docs/types/Tag.html +350 -0
- package/docs/types/Tag2D.html +292 -0
- package/docs/types/Tag3D.html +292 -0
- package/docs/types/TagConfigByKey.html +289 -0
- package/docs/types/TagContentType.html +284 -0
- package/docs/types/TagContentTypeMapping.html +284 -0
- package/docs/types/TagDimensionType.html +286 -0
- package/docs/types/TagElement.html +294 -0
- package/docs/types/TagEvents.html +337 -0
- package/docs/types/TagGLTFObject.html +307 -0
- package/docs/types/TagHooks.html +284 -0
- package/docs/types/TagId.html +284 -0
- package/docs/types/TagInstance.html +362 -0
- package/docs/types/TagPointType.html +287 -0
- package/docs/types/TagRendererMap.html +291 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +284 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +284 -0
- package/docs/types/WorkCode.html +284 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +294 -0
- package/docs/variables/PLUGIN.html +284 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +287 -0
- package/docs/variables/ROOM_TYPE_MAP.html +294 -0
- package/docs/variables/defaultGlobalConfig.html +284 -0
- package/docs/variables/itemLabelPluginServerParams.html +291 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +291 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +291 -0
- package/libs/PanoTagPlugin/Components/TagItem.js +246 -286
- package/libs/PanoTagPlugin/controller/TagRender.d.ts +1 -1
- package/libs/PanoTagPlugin/controller/TagRender.js +54 -51
- package/libs/PanoTagPlugin/controller/TagUtil.d.ts +2 -0
- package/libs/PanoTagPlugin/controller/TagUtil.js +22 -20
- package/libs/PanoTagPlugin/controller/index.js +57 -56
- package/libs/PanoTagPlugin/tag.config.js +5 -0
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -16
- package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -2
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
1
|
+
import { SvelteComponent as J, init as K, safe_not_equal as O, append_styles as Q, empty as U, insert as C, transition_in as g, transition_out as b, check_outros as I, detach as P, getContext as W, element as L, space as X, attr as c, toggle_class as d, set_style as A, append as Y, group_outros as z, binding_callbacks as x, noop as w, create_component as B, mount_component as E, destroy_component as F } from "../../vendor/svelte/internal/index.js";
|
|
2
|
+
import $ from "./Tag/index.js";
|
|
3
3
|
import "three";
|
|
4
|
-
import { noTypecheck as
|
|
5
|
-
import
|
|
6
|
-
import { classnames as H } from "../../vendor/classnames/index.js";
|
|
4
|
+
import { noTypecheck as V } from "../utils/noTypecheck.js";
|
|
5
|
+
import tt from "./Common/TagPoint.js";
|
|
7
6
|
import "./Tag/TextTag/index.js";
|
|
8
7
|
import "./Tag/TextTag/TextTag.js";
|
|
9
8
|
import "./Common/Line/Straight.js";
|
|
@@ -91,416 +90,377 @@ import "./Common/Icon/Icon.js";
|
|
|
91
90
|
import "../utils/getImageInfo.js";
|
|
92
91
|
import "./Tag/PanoramaTag.js";
|
|
93
92
|
import "./Tag/CustomTag.js";
|
|
94
|
-
|
|
95
|
-
|
|
93
|
+
import "../../vendor/classnames/index.js";
|
|
94
|
+
function et(o) {
|
|
95
|
+
Q(o, "svelte-48wo0r", ".tag.svelte-48wo0r{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto;will-change:opacity}.tag.withAnimation.svelte-48wo0r{transition:opacity 0.2s linear}.tag.enableZIndex.svelte-48wo0r{position:absolute}.tag.hide.svelte-48wo0r{opacity:0;pointer-events:none}.tag.hide.svelte-48wo0r *{pointer-events:none !important}.tag.unClickable.svelte-48wo0r{pointer-events:none !important}.tag.unClickable.svelte-48wo0r *{pointer-events:none !important}.tag.disable.svelte-48wo0r{display:none}");
|
|
96
96
|
}
|
|
97
|
-
function
|
|
98
|
-
let
|
|
99
|
-
const
|
|
100
|
-
function
|
|
97
|
+
function j(o) {
|
|
98
|
+
let t, i, e, a, r, s, k, _, m;
|
|
99
|
+
const T = [ot, it], u = [];
|
|
100
|
+
function v(n, l) {
|
|
101
101
|
return (
|
|
102
102
|
/*havePoint*/
|
|
103
|
-
|
|
103
|
+
n[16] ? 0 : 1
|
|
104
104
|
);
|
|
105
105
|
}
|
|
106
|
-
|
|
107
|
-
const S = [
|
|
108
|
-
function M(
|
|
106
|
+
i = v(o), e = u[i] = T[i](o);
|
|
107
|
+
const S = [rt, nt], p = [];
|
|
108
|
+
function M(n, l) {
|
|
109
109
|
return (
|
|
110
110
|
/*haveContent*/
|
|
111
|
-
|
|
111
|
+
n[15] ? 0 : 1
|
|
112
112
|
);
|
|
113
113
|
}
|
|
114
|
-
return
|
|
114
|
+
return r = M(o), s = p[r] = S[r](o), {
|
|
115
115
|
c() {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
/*tag*/
|
|
119
|
-
n[0].className ? `${/*tag*/
|
|
120
|
-
n[0].className}__wrapper` : void 0
|
|
121
|
-
)) + " svelte-g38zun"), u(
|
|
122
|
-
i,
|
|
123
|
-
"data-tag-unfolded",
|
|
124
|
-
/*unfolded*/
|
|
125
|
-
n[7]
|
|
126
|
-
), u(
|
|
127
|
-
i,
|
|
116
|
+
t = L("div"), e.c(), a = X(), s.c(), c(t, "class", "tag svelte-48wo0r"), c(
|
|
117
|
+
t,
|
|
128
118
|
"data-tag-id",
|
|
129
119
|
/*id*/
|
|
130
|
-
|
|
131
|
-
),
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
),
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
/*top*/
|
|
141
|
-
n[10]
|
|
142
|
-
), u(e, "class", "tag svelte-g38zun"), u(
|
|
143
|
-
e,
|
|
144
|
-
"data-tag-id",
|
|
145
|
-
/*id*/
|
|
146
|
-
n[14]
|
|
147
|
-
), u(e, "id", v = `tag-${/*id*/
|
|
148
|
-
n[14]}`), b(
|
|
149
|
-
e,
|
|
120
|
+
o[14]
|
|
121
|
+
), c(
|
|
122
|
+
t,
|
|
123
|
+
"data-tag-unfolded",
|
|
124
|
+
/*unfolded*/
|
|
125
|
+
o[7]
|
|
126
|
+
), c(t, "data-content-type", k = /*tag*/
|
|
127
|
+
o[0].contentType), c(t, "id", _ = `tag-${/*id*/
|
|
128
|
+
o[14]}`), d(
|
|
129
|
+
t,
|
|
150
130
|
"unClickable",
|
|
151
131
|
/*tag*/
|
|
152
|
-
|
|
153
|
-
),
|
|
154
|
-
|
|
132
|
+
o[0].config.clickable === !1
|
|
133
|
+
), d(
|
|
134
|
+
t,
|
|
155
135
|
"disable",
|
|
156
136
|
/*disable*/
|
|
157
|
-
|
|
158
|
-
),
|
|
159
|
-
|
|
137
|
+
o[13]
|
|
138
|
+
), d(
|
|
139
|
+
t,
|
|
160
140
|
"hide",
|
|
161
141
|
/*hide*/
|
|
162
|
-
|
|
163
|
-
),
|
|
164
|
-
|
|
142
|
+
o[12]
|
|
143
|
+
), d(
|
|
144
|
+
t,
|
|
165
145
|
"withAnimation",
|
|
166
146
|
/*withAnimation*/
|
|
167
|
-
|
|
168
|
-
),
|
|
169
|
-
|
|
147
|
+
o[1]
|
|
148
|
+
), d(
|
|
149
|
+
t,
|
|
170
150
|
"enableZIndex",
|
|
171
151
|
/*zIndex*/
|
|
172
|
-
|
|
173
|
-
),
|
|
174
|
-
|
|
152
|
+
o[9]
|
|
153
|
+
), A(
|
|
154
|
+
t,
|
|
175
155
|
"z-index",
|
|
176
156
|
/*zIndex*/
|
|
177
|
-
|
|
178
|
-
)
|
|
157
|
+
o[9]
|
|
158
|
+
), A(t, "transform", `translate3d(${/*left*/
|
|
159
|
+
o[11]}, ${/*top*/
|
|
160
|
+
o[10]}, 0)`);
|
|
179
161
|
},
|
|
180
|
-
m(
|
|
181
|
-
|
|
162
|
+
m(n, l) {
|
|
163
|
+
C(n, t, l), u[i].m(t, null), Y(t, a), p[r].m(t, null), o[18](t), m = !0;
|
|
182
164
|
},
|
|
183
|
-
p(
|
|
184
|
-
let
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}),
|
|
188
|
-
let
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}),
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
/*tag*/
|
|
195
|
-
r[0].className ? `${/*tag*/
|
|
196
|
-
r[0].className}__wrapper` : void 0
|
|
197
|
-
)) + " svelte-g38zun")) && u(i, "class", k), (!f || p & /*unfolded*/
|
|
198
|
-
128) && u(
|
|
199
|
-
i,
|
|
200
|
-
"data-tag-unfolded",
|
|
201
|
-
/*unfolded*/
|
|
202
|
-
r[7]
|
|
203
|
-
), (!f || p & /*id*/
|
|
204
|
-
16384) && u(
|
|
205
|
-
i,
|
|
165
|
+
p(n, l) {
|
|
166
|
+
let h = i;
|
|
167
|
+
i = v(n), i === h ? u[i].p(n, l) : (z(), b(u[h], 1, 1, () => {
|
|
168
|
+
u[h] = null;
|
|
169
|
+
}), I(), e = u[i], e ? e.p(n, l) : (e = u[i] = T[i](n), e.c()), g(e, 1), e.m(t, a));
|
|
170
|
+
let y = r;
|
|
171
|
+
r = M(n), r === y ? p[r].p(n, l) : (z(), b(p[y], 1, 1, () => {
|
|
172
|
+
p[y] = null;
|
|
173
|
+
}), I(), s = p[r], s ? s.p(n, l) : (s = p[r] = S[r](n), s.c()), g(s, 1), s.m(t, null)), (!m || l & /*id*/
|
|
174
|
+
16384) && c(
|
|
175
|
+
t,
|
|
206
176
|
"data-tag-id",
|
|
207
177
|
/*id*/
|
|
208
|
-
|
|
209
|
-
), (!
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
),
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
r[10]
|
|
223
|
-
), (!f || p & /*id*/
|
|
224
|
-
16384) && u(
|
|
225
|
-
e,
|
|
226
|
-
"data-tag-id",
|
|
227
|
-
/*id*/
|
|
228
|
-
r[14]
|
|
229
|
-
), (!f || p & /*id*/
|
|
230
|
-
16384 && v !== (v = `tag-${/*id*/
|
|
231
|
-
r[14]}`)) && u(e, "id", v), (!f || p & /*tag*/
|
|
232
|
-
1) && b(
|
|
233
|
-
e,
|
|
178
|
+
n[14]
|
|
179
|
+
), (!m || l & /*unfolded*/
|
|
180
|
+
128) && c(
|
|
181
|
+
t,
|
|
182
|
+
"data-tag-unfolded",
|
|
183
|
+
/*unfolded*/
|
|
184
|
+
n[7]
|
|
185
|
+
), (!m || l & /*tag*/
|
|
186
|
+
1 && k !== (k = /*tag*/
|
|
187
|
+
n[0].contentType)) && c(t, "data-content-type", k), (!m || l & /*id*/
|
|
188
|
+
16384 && _ !== (_ = `tag-${/*id*/
|
|
189
|
+
n[14]}`)) && c(t, "id", _), (!m || l & /*tag*/
|
|
190
|
+
1) && d(
|
|
191
|
+
t,
|
|
234
192
|
"unClickable",
|
|
235
193
|
/*tag*/
|
|
236
|
-
|
|
237
|
-
), (!
|
|
238
|
-
8192) &&
|
|
239
|
-
|
|
194
|
+
n[0].config.clickable === !1
|
|
195
|
+
), (!m || l & /*disable*/
|
|
196
|
+
8192) && d(
|
|
197
|
+
t,
|
|
240
198
|
"disable",
|
|
241
199
|
/*disable*/
|
|
242
|
-
|
|
243
|
-
), (!
|
|
244
|
-
4096) &&
|
|
245
|
-
|
|
200
|
+
n[13]
|
|
201
|
+
), (!m || l & /*hide*/
|
|
202
|
+
4096) && d(
|
|
203
|
+
t,
|
|
246
204
|
"hide",
|
|
247
205
|
/*hide*/
|
|
248
|
-
|
|
249
|
-
), (!
|
|
250
|
-
2) &&
|
|
251
|
-
|
|
206
|
+
n[12]
|
|
207
|
+
), (!m || l & /*withAnimation*/
|
|
208
|
+
2) && d(
|
|
209
|
+
t,
|
|
252
210
|
"withAnimation",
|
|
253
211
|
/*withAnimation*/
|
|
254
|
-
|
|
255
|
-
), (!
|
|
256
|
-
512) &&
|
|
257
|
-
|
|
212
|
+
n[1]
|
|
213
|
+
), (!m || l & /*zIndex*/
|
|
214
|
+
512) && d(
|
|
215
|
+
t,
|
|
258
216
|
"enableZIndex",
|
|
259
217
|
/*zIndex*/
|
|
260
|
-
|
|
261
|
-
),
|
|
262
|
-
512 &&
|
|
263
|
-
|
|
218
|
+
n[9]
|
|
219
|
+
), l & /*zIndex*/
|
|
220
|
+
512 && A(
|
|
221
|
+
t,
|
|
264
222
|
"z-index",
|
|
265
223
|
/*zIndex*/
|
|
266
|
-
|
|
267
|
-
)
|
|
224
|
+
n[9]
|
|
225
|
+
), l & /*left, top*/
|
|
226
|
+
3072 && A(t, "transform", `translate3d(${/*left*/
|
|
227
|
+
n[11]}, ${/*top*/
|
|
228
|
+
n[10]}, 0)`);
|
|
268
229
|
},
|
|
269
|
-
i(
|
|
270
|
-
|
|
230
|
+
i(n) {
|
|
231
|
+
m || (g(e), g(s), m = !0);
|
|
271
232
|
},
|
|
272
|
-
o(
|
|
273
|
-
|
|
233
|
+
o(n) {
|
|
234
|
+
b(e), b(s), m = !1;
|
|
274
235
|
},
|
|
275
|
-
d(
|
|
276
|
-
|
|
236
|
+
d(n) {
|
|
237
|
+
n && P(t), u[i].d(), p[r].d(), o[18](null);
|
|
277
238
|
}
|
|
278
239
|
};
|
|
279
240
|
}
|
|
280
|
-
function
|
|
281
|
-
let
|
|
241
|
+
function it(o) {
|
|
242
|
+
let t;
|
|
282
243
|
return {
|
|
283
244
|
c() {
|
|
284
|
-
|
|
245
|
+
t = L("div"), c(t, "data-info", "tag point is disable");
|
|
285
246
|
},
|
|
286
|
-
m(i,
|
|
287
|
-
|
|
247
|
+
m(i, e) {
|
|
248
|
+
C(i, t, e);
|
|
288
249
|
},
|
|
289
|
-
p:
|
|
290
|
-
i:
|
|
291
|
-
o:
|
|
250
|
+
p: w,
|
|
251
|
+
i: w,
|
|
252
|
+
o: w,
|
|
292
253
|
d(i) {
|
|
293
|
-
i &&
|
|
254
|
+
i && P(t);
|
|
294
255
|
}
|
|
295
256
|
};
|
|
296
257
|
}
|
|
297
|
-
function
|
|
298
|
-
let
|
|
299
|
-
return
|
|
258
|
+
function ot(o) {
|
|
259
|
+
let t, i;
|
|
260
|
+
return t = new tt({ props: { tag: (
|
|
300
261
|
/*tag*/
|
|
301
|
-
|
|
262
|
+
o[0]
|
|
302
263
|
) } }), {
|
|
303
264
|
c() {
|
|
304
|
-
|
|
265
|
+
B(t.$$.fragment);
|
|
305
266
|
},
|
|
306
|
-
m(
|
|
307
|
-
|
|
267
|
+
m(e, a) {
|
|
268
|
+
E(t, e, a), i = !0;
|
|
308
269
|
},
|
|
309
|
-
p(
|
|
310
|
-
const
|
|
311
|
-
|
|
312
|
-
1 && (
|
|
313
|
-
|
|
270
|
+
p(e, a) {
|
|
271
|
+
const r = {};
|
|
272
|
+
a & /*tag*/
|
|
273
|
+
1 && (r.tag = /*tag*/
|
|
274
|
+
e[0]), t.$set(r);
|
|
314
275
|
},
|
|
315
|
-
i(
|
|
316
|
-
i || (
|
|
276
|
+
i(e) {
|
|
277
|
+
i || (g(t.$$.fragment, e), i = !0);
|
|
317
278
|
},
|
|
318
|
-
o(
|
|
319
|
-
|
|
279
|
+
o(e) {
|
|
280
|
+
b(t.$$.fragment, e), i = !1;
|
|
320
281
|
},
|
|
321
|
-
d(
|
|
322
|
-
|
|
282
|
+
d(e) {
|
|
283
|
+
F(t, e);
|
|
323
284
|
}
|
|
324
285
|
};
|
|
325
286
|
}
|
|
326
|
-
function
|
|
327
|
-
let
|
|
287
|
+
function nt(o) {
|
|
288
|
+
let t;
|
|
328
289
|
return {
|
|
329
290
|
c() {
|
|
330
|
-
|
|
291
|
+
t = L("div"), c(t, "data-info", "tag content is disable");
|
|
331
292
|
},
|
|
332
|
-
m(i,
|
|
333
|
-
|
|
293
|
+
m(i, e) {
|
|
294
|
+
C(i, t, e);
|
|
334
295
|
},
|
|
335
|
-
p:
|
|
336
|
-
i:
|
|
337
|
-
o:
|
|
296
|
+
p: w,
|
|
297
|
+
i: w,
|
|
298
|
+
o: w,
|
|
338
299
|
d(i) {
|
|
339
|
-
i &&
|
|
300
|
+
i && P(t);
|
|
340
301
|
}
|
|
341
302
|
};
|
|
342
303
|
}
|
|
343
|
-
function
|
|
344
|
-
let
|
|
345
|
-
return
|
|
304
|
+
function rt(o) {
|
|
305
|
+
let t, i;
|
|
306
|
+
return t = new $({
|
|
346
307
|
props: {
|
|
347
308
|
mediaStore: (
|
|
348
309
|
/*mediaStore*/
|
|
349
|
-
|
|
310
|
+
o[2]
|
|
350
311
|
),
|
|
351
312
|
withAnimation: (
|
|
352
313
|
/*withAnimation*/
|
|
353
|
-
|
|
314
|
+
o[1]
|
|
354
315
|
),
|
|
355
|
-
tag:
|
|
316
|
+
tag: V(
|
|
356
317
|
/*tag*/
|
|
357
|
-
|
|
318
|
+
o[0]
|
|
358
319
|
),
|
|
359
320
|
hooks: (
|
|
360
321
|
/*hooks*/
|
|
361
|
-
|
|
322
|
+
o[17]
|
|
362
323
|
),
|
|
363
324
|
state: (
|
|
364
325
|
/*state*/
|
|
365
|
-
|
|
326
|
+
o[5]
|
|
366
327
|
),
|
|
367
328
|
temporaryState: (
|
|
368
329
|
/*temporaryState*/
|
|
369
|
-
|
|
330
|
+
o[6]
|
|
370
331
|
),
|
|
371
332
|
rendererMap: (
|
|
372
333
|
/*rendererMap*/
|
|
373
|
-
|
|
334
|
+
o[3]
|
|
374
335
|
),
|
|
375
336
|
contentTypeMap: (
|
|
376
337
|
/*contentTypeMap*/
|
|
377
|
-
|
|
338
|
+
o[4]
|
|
378
339
|
)
|
|
379
340
|
}
|
|
380
341
|
}), {
|
|
381
342
|
c() {
|
|
382
|
-
|
|
343
|
+
B(t.$$.fragment);
|
|
383
344
|
},
|
|
384
|
-
m(
|
|
385
|
-
|
|
345
|
+
m(e, a) {
|
|
346
|
+
E(t, e, a), i = !0;
|
|
386
347
|
},
|
|
387
|
-
p(
|
|
388
|
-
const
|
|
389
|
-
|
|
390
|
-
4 && (
|
|
391
|
-
|
|
392
|
-
2 && (
|
|
393
|
-
|
|
394
|
-
1 && (
|
|
348
|
+
p(e, a) {
|
|
349
|
+
const r = {};
|
|
350
|
+
a & /*mediaStore*/
|
|
351
|
+
4 && (r.mediaStore = /*mediaStore*/
|
|
352
|
+
e[2]), a & /*withAnimation*/
|
|
353
|
+
2 && (r.withAnimation = /*withAnimation*/
|
|
354
|
+
e[1]), a & /*tag*/
|
|
355
|
+
1 && (r.tag = V(
|
|
395
356
|
/*tag*/
|
|
396
|
-
|
|
397
|
-
)),
|
|
398
|
-
32 && (
|
|
399
|
-
|
|
400
|
-
64 && (
|
|
401
|
-
|
|
402
|
-
8 && (
|
|
403
|
-
|
|
404
|
-
16 && (
|
|
405
|
-
|
|
357
|
+
e[0]
|
|
358
|
+
)), a & /*state*/
|
|
359
|
+
32 && (r.state = /*state*/
|
|
360
|
+
e[5]), a & /*temporaryState*/
|
|
361
|
+
64 && (r.temporaryState = /*temporaryState*/
|
|
362
|
+
e[6]), a & /*rendererMap*/
|
|
363
|
+
8 && (r.rendererMap = /*rendererMap*/
|
|
364
|
+
e[3]), a & /*contentTypeMap*/
|
|
365
|
+
16 && (r.contentTypeMap = /*contentTypeMap*/
|
|
366
|
+
e[4]), t.$set(r);
|
|
406
367
|
},
|
|
407
|
-
i(
|
|
408
|
-
i || (
|
|
368
|
+
i(e) {
|
|
369
|
+
i || (g(t.$$.fragment, e), i = !0);
|
|
409
370
|
},
|
|
410
|
-
o(
|
|
411
|
-
|
|
371
|
+
o(e) {
|
|
372
|
+
b(t.$$.fragment, e), i = !1;
|
|
412
373
|
},
|
|
413
|
-
d(
|
|
414
|
-
|
|
374
|
+
d(e) {
|
|
375
|
+
F(t, e);
|
|
415
376
|
}
|
|
416
377
|
};
|
|
417
378
|
}
|
|
418
|
-
function
|
|
419
|
-
let
|
|
379
|
+
function at(o) {
|
|
380
|
+
let t, i, e = (
|
|
420
381
|
/*screenPosition*/
|
|
421
|
-
|
|
382
|
+
o[8] && j(o)
|
|
422
383
|
);
|
|
423
384
|
return {
|
|
424
385
|
c() {
|
|
425
|
-
|
|
386
|
+
e && e.c(), t = U();
|
|
426
387
|
},
|
|
427
|
-
m(
|
|
428
|
-
|
|
388
|
+
m(a, r) {
|
|
389
|
+
e && e.m(a, r), C(a, t, r), i = !0;
|
|
429
390
|
},
|
|
430
|
-
p(
|
|
391
|
+
p(a, [r]) {
|
|
431
392
|
/*screenPosition*/
|
|
432
|
-
|
|
433
|
-
256 &&
|
|
434
|
-
|
|
435
|
-
}),
|
|
393
|
+
a[8] ? e ? (e.p(a, r), r & /*screenPosition*/
|
|
394
|
+
256 && g(e, 1)) : (e = j(a), e.c(), g(e, 1), e.m(t.parentNode, t)) : e && (z(), b(e, 1, 1, () => {
|
|
395
|
+
e = null;
|
|
396
|
+
}), I());
|
|
436
397
|
},
|
|
437
|
-
i(
|
|
438
|
-
i || (
|
|
398
|
+
i(a) {
|
|
399
|
+
i || (g(e), i = !0);
|
|
439
400
|
},
|
|
440
|
-
o(
|
|
441
|
-
|
|
401
|
+
o(a) {
|
|
402
|
+
b(e), i = !1;
|
|
442
403
|
},
|
|
443
|
-
d(
|
|
444
|
-
|
|
404
|
+
d(a) {
|
|
405
|
+
e && e.d(a), a && P(t);
|
|
445
406
|
}
|
|
446
407
|
};
|
|
447
408
|
}
|
|
448
|
-
function
|
|
449
|
-
let
|
|
450
|
-
const
|
|
451
|
-
function
|
|
452
|
-
|
|
453
|
-
|
|
409
|
+
function pt(o, t, i) {
|
|
410
|
+
let e, a, r, s, k, _, m, T, u, v, { withAnimation: S = !1 } = t, { tag: p } = t, { mediaStore: M } = t, { rendererMap: n = /* @__PURE__ */ new Map() } = t, { contentTypeMap: l = /* @__PURE__ */ new Map() } = t, { state: h } = t, { temporaryState: y } = t;
|
|
411
|
+
const G = W("hooks");
|
|
412
|
+
function H(f) {
|
|
413
|
+
x[f ? "unshift" : "push"](() => {
|
|
414
|
+
p.dom = f, i(0, p);
|
|
454
415
|
});
|
|
455
416
|
}
|
|
456
|
-
return
|
|
457
|
-
"withAnimation" in
|
|
458
|
-
},
|
|
459
|
-
var
|
|
460
|
-
|
|
461
|
-
9 && i(16,
|
|
462
|
-
var
|
|
463
|
-
return !(((
|
|
464
|
-
})()),
|
|
465
|
-
1 && i(15,
|
|
466
|
-
1 && i(14,
|
|
467
|
-
1 && i(13, s =
|
|
468
|
-
1 && i(12,
|
|
469
|
-
1 && i(
|
|
470
|
-
|
|
471
|
-
256 && i(
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
a,
|
|
476
|
-
g,
|
|
417
|
+
return o.$$set = (f) => {
|
|
418
|
+
"withAnimation" in f && i(1, S = f.withAnimation), "tag" in f && i(0, p = f.tag), "mediaStore" in f && i(2, M = f.mediaStore), "rendererMap" in f && i(3, n = f.rendererMap), "contentTypeMap" in f && i(4, l = f.contentTypeMap), "state" in f && i(5, h = f.state), "temporaryState" in f && i(6, y = f.temporaryState);
|
|
419
|
+
}, o.$$.update = () => {
|
|
420
|
+
var f, Z, q;
|
|
421
|
+
o.$$.dirty & /*tag, rendererMap*/
|
|
422
|
+
9 && i(16, e = (() => {
|
|
423
|
+
var D, N, R;
|
|
424
|
+
return !(((N = (D = p.style) == null ? void 0 : D.point) == null ? void 0 : N.enabled) === !1 || ((R = n.get(p.contentType)) == null ? void 0 : R.usePoint) === !1 || p.contentType === "Sticker" || p.contentType === "Link" || p.contentType === "VRLink" || p.contentType === "PanoLink" || p.contentType === "Panorama" || p.contentType === "Audio" && p.data.appearance === "plane");
|
|
425
|
+
})()), o.$$.dirty & /*tag*/
|
|
426
|
+
1 && i(15, a = (() => p.stickType === "2DPoint")()), o.$$.dirty & /*tag*/
|
|
427
|
+
1 && i(14, r = p.id), o.$$.dirty & /*tag*/
|
|
428
|
+
1 && i(13, s = p.enabled === !1 || !p.state), o.$$.dirty & /*tag*/
|
|
429
|
+
1 && i(12, k = !((f = p.state) != null && f.visible) || ((Z = p.temporaryState) == null ? void 0 : Z.visible) === !1 || !p.screenPosition), o.$$.dirty & /*tag*/
|
|
430
|
+
1 && i(8, m = p.screenPosition), o.$$.dirty & /*screenPosition*/
|
|
431
|
+
256 && i(11, T = (m == null ? void 0 : m.leftPx) + "px"), o.$$.dirty & /*screenPosition*/
|
|
432
|
+
256 && i(10, u = (m == null ? void 0 : m.topPx) + "px"), o.$$.dirty & /*unfolded, tag*/
|
|
433
|
+
129 && i(9, v = _ ? ((q = p.zIndex) != null ? q : 0) + (_ ? 1e6 : 0) : void 0);
|
|
434
|
+
}, i(7, _ = !0), [
|
|
435
|
+
p,
|
|
477
436
|
S,
|
|
478
|
-
_,
|
|
479
437
|
M,
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
438
|
+
n,
|
|
439
|
+
l,
|
|
440
|
+
h,
|
|
441
|
+
y,
|
|
442
|
+
_,
|
|
443
|
+
m,
|
|
486
444
|
v,
|
|
487
|
-
|
|
445
|
+
u,
|
|
446
|
+
T,
|
|
447
|
+
k,
|
|
488
448
|
s,
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
449
|
+
r,
|
|
450
|
+
a,
|
|
451
|
+
e,
|
|
452
|
+
G,
|
|
453
|
+
H
|
|
494
454
|
];
|
|
495
455
|
}
|
|
496
|
-
class
|
|
497
|
-
constructor(
|
|
498
|
-
super(),
|
|
456
|
+
class Qe extends J {
|
|
457
|
+
constructor(t) {
|
|
458
|
+
super(), K(
|
|
499
459
|
this,
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
460
|
+
t,
|
|
461
|
+
pt,
|
|
462
|
+
at,
|
|
463
|
+
O,
|
|
504
464
|
{
|
|
505
465
|
withAnimation: 1,
|
|
506
466
|
tag: 0,
|
|
@@ -510,10 +470,10 @@ class Xt extends U {
|
|
|
510
470
|
state: 5,
|
|
511
471
|
temporaryState: 6
|
|
512
472
|
},
|
|
513
|
-
|
|
473
|
+
et
|
|
514
474
|
);
|
|
515
475
|
}
|
|
516
476
|
}
|
|
517
477
|
export {
|
|
518
|
-
|
|
478
|
+
Qe as default
|
|
519
479
|
};
|