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