@realsee/dnalogel 2.26.2 → 2.27.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/CSS3DRenderPlugin/utils/positionToVector3.d.ts +1 -13
- package/dist/PanoTagPlugin/controller/TagCache.d.ts +6 -3
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +21 -15
- package/dist/PanoTagPlugin/controller/TagUtil.d.ts +7 -2
- package/dist/PanoTagPlugin/controller/index.d.ts +3 -3
- package/dist/PanoTagPlugin/typings/controller.d.ts +3 -1
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +2 -2
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +26 -4
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tagPosition.d.ts +2 -3
- package/dist/index.cjs.js +44 -45
- package/dist/index.js +2880 -2846
- package/dist/index.umd.js +36 -37
- package/dist/shared-utils/five/FiveDomEvents.d.ts +6 -0
- package/dist/shared-utils/positionToVector3.d.ts +16 -0
- package/dist/shared-utils/safeObj.d.ts +1 -1
- package/dist/shared-utils/util.d.ts +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +5 -3
- package/docs/classes/CruisePluginController.html +5 -3
- package/docs/classes/GuideLineItem.GuideLineItem.html +5 -3
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +5 -3
- package/docs/classes/Magnifier.html +5 -3
- package/docs/classes/ModelRoomLabelController.html +5 -3
- package/docs/classes/Object3DHelperController.html +5 -3
- package/docs/classes/PaintBrush.html +5 -3
- package/docs/classes/PanoMeasurePluginLine.html +5 -3
- package/docs/classes/PanoMeasurePluginModel.html +5 -3
- package/docs/classes/PanoMeasurePluginPoint.html +5 -3
- package/docs/classes/PanoMeasurePluginPolyline.html +5 -3
- package/docs/classes/PanoTagPluginController.html +57 -48
- package/docs/classes/Util.BetterTween.html +5 -3
- package/docs/classes/Util.Interval.html +5 -3
- package/docs/classes/Util.Magnifier.html +5 -3
- package/docs/classes/Util.PointDomHelper.html +5 -3
- package/docs/classes/Util.PointHelper.html +5 -3
- package/docs/classes/Util.PointSelectorHelper.html +5 -3
- package/docs/classes/Util.Rectangle.html +5 -3
- package/docs/enums/CameraMovementEffect.html +5 -3
- package/docs/enums/ContentType.html +5 -3
- package/docs/enums/DIRECTION.html +5 -3
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -3
- package/docs/enums/DimensionType.html +5 -3
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +5 -3
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -3
- package/docs/enums/PaintBrushTypeEnum.html +5 -3
- package/docs/enums/PointType.html +5 -3
- package/docs/enums/Rotation.html +5 -3
- package/docs/functions/CSS3DRenderPlugin.html +5 -3
- package/docs/functions/CameraMovementPlugin.html +5 -3
- package/docs/functions/CruisePlugin.html +5 -3
- package/docs/functions/GuideLinePlugin.html +5 -3
- package/docs/functions/ItemLabelPlugin.html +5 -3
- package/docs/functions/MapviewFloorplanPlugin.html +5 -3
- package/docs/functions/ModelChassisCompassPlugin.html +5 -3
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -3
- package/docs/functions/ModelFloorplanPlugin.html +5 -3
- package/docs/functions/ModelItemLabelPlugin.html +5 -3
- package/docs/functions/ModelRoomLabelPlugin.html +5 -3
- package/docs/functions/ModelTVVideoPlugin.html +5 -3
- package/docs/functions/ModelViewPlugin.html +5 -3
- package/docs/functions/Object3DHelperPlugin.html +5 -3
- package/docs/functions/PanoCompassPlugin.html +5 -3
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -3
- package/docs/functions/PanoDoorLabelPlugin.html +5 -3
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -3
- package/docs/functions/PanoMeasurePlugin.html +5 -3
- package/docs/functions/PanoRulerPlugin.html +5 -3
- package/docs/functions/PanoRulerProPlugin.html +5 -3
- package/docs/functions/PanoSpatialTagPlugin.html +5 -3
- package/docs/functions/PanoTagPlugin.html +5 -3
- package/docs/functions/PanoVideoPlugin.html +5 -3
- package/docs/functions/PipelinePlugin.html +5 -3
- package/docs/functions/TopviewFloorplanPlugin.html +5 -3
- package/docs/functions/Util.absoluteUrl.html +5 -3
- package/docs/functions/Util.getCoordsFromClient.html +5 -3
- package/docs/functions/Util.getCoordsFromElement.html +5 -3
- package/docs/functions/Util.getFrameTime.html +5 -3
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -3
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -3
- package/docs/functions/Util.isAbsoluteURL.html +5 -3
- package/docs/functions/Util.isModelLike.html +5 -3
- package/docs/functions/Util.isNil.html +5 -3
- package/docs/functions/Util.isPanoramaLike.html +5 -3
- package/docs/functions/Util.nextFrame.html +5 -3
- package/docs/functions/Util.notNil.html +5 -3
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -3
- package/docs/functions/Util.tweenProgress.html +5 -3
- package/docs/functions/Util.uuid.html +5 -3
- package/docs/functions/pluginFlag.html +6 -4
- package/docs/index.html +6 -4
- package/docs/interfaces/AddTagConfig.html +7 -5
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +5 -3
- package/docs/interfaces/CSS3DRenderPluginState.html +5 -3
- package/docs/interfaces/CameraMovementPluginExportType.html +5 -3
- package/docs/interfaces/CruisePluginTypes.Config.html +5 -3
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +5 -3
- package/docs/interfaces/CruisePluginTypes.EventMap.html +5 -3
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +5 -3
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +5 -3
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +5 -3
- package/docs/interfaces/CruisePluginTypes.PluginData.html +5 -3
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +5 -3
- package/docs/interfaces/CruisePluginTypes.PluginState.html +5 -3
- package/docs/interfaces/EventMap.html +14 -12
- package/docs/interfaces/FloorplanBounding.html +5 -3
- package/docs/interfaces/FloorplanData.html +5 -3
- package/docs/interfaces/FloorplanEntrance.html +5 -3
- package/docs/interfaces/FloorplanExtraObject.html +5 -3
- package/docs/interfaces/FloorplanExtraObject3D.html +5 -3
- package/docs/interfaces/FloorplanFloorData.html +5 -3
- package/docs/interfaces/FloorplanImagePosition.html +5 -3
- package/docs/interfaces/FloorplanObserver.html +5 -3
- package/docs/interfaces/FloorplanOutlineItem.html +5 -3
- package/docs/interfaces/FloorplanPosition.html +5 -3
- package/docs/interfaces/FloorplanRoomItem.html +5 -3
- package/docs/interfaces/FloorplanRoomLabelItem.html +5 -3
- package/docs/interfaces/FloorplanServerBounding.html +5 -3
- package/docs/interfaces/FloorplanServerComputedData.html +5 -3
- package/docs/interfaces/FloorplanServerData.html +5 -3
- package/docs/interfaces/FloorplanServerDoorItem.html +5 -3
- package/docs/interfaces/FloorplanServerDoorPosition.html +5 -3
- package/docs/interfaces/FloorplanServerEntrance.html +5 -3
- package/docs/interfaces/FloorplanServerFloorData.html +5 -3
- package/docs/interfaces/FloorplanServerImagePosition.html +5 -3
- package/docs/interfaces/FloorplanServerObserver.html +5 -3
- package/docs/interfaces/FloorplanServerOutlineItem.html +5 -3
- package/docs/interfaces/FloorplanServerPosition.html +5 -3
- package/docs/interfaces/FloorplanServerRoomItem.html +5 -3
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +5 -3
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +5 -3
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +5 -3
- package/docs/interfaces/GuideLinePluginType.EventMap.html +5 -3
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +5 -3
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -3
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +5 -3
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -3
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +5 -3
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +5 -3
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +5 -3
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +5 -3
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +5 -3
- package/docs/interfaces/GuideLinePluginType.PluginState.html +5 -3
- package/docs/interfaces/GuideLinePluginType.Route.html +5 -3
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +5 -3
- package/docs/interfaces/HelperOffset.html +5 -3
- package/docs/interfaces/ImagePlaneGroup.html +5 -3
- package/docs/interfaces/ItemLabelPluginData.html +5 -3
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +5 -3
- package/docs/interfaces/ItemLabelPluginParametersType.html +5 -3
- package/docs/interfaces/MinMax.html +5 -3
- package/docs/interfaces/ModelChassisCompassPluginData.html +5 -3
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +5 -3
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +5 -3
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +5 -3
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +5 -3
- package/docs/interfaces/ModelItemLabelPluginData.html +5 -3
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +5 -3
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +5 -3
- package/docs/interfaces/ModelRoomLabelPluginData.html +5 -3
- package/docs/interfaces/ModelTVVideoPluginData.html +5 -3
- package/docs/interfaces/ModelTVVideoPluginExportType.html +5 -3
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -3
- package/docs/interfaces/ModelViewPluginExportType.html +5 -3
- package/docs/interfaces/Object3DHelperState.html +5 -3
- package/docs/interfaces/ObjectHelperControllers.html +5 -3
- package/docs/interfaces/PaintBrushAction.html +5 -3
- package/docs/interfaces/PaintBrushConfigs.html +5 -3
- package/docs/interfaces/PaintBrushState.html +5 -3
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +5 -3
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -3
- package/docs/interfaces/PanoMeasureParameterType.html +5 -3
- package/docs/interfaces/PanoMeasurePluginLineJson.html +5 -3
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +5 -3
- package/docs/interfaces/PanoMeasurePluginPointJson.html +5 -3
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +5 -3
- package/docs/interfaces/PanoRulerPluginExportType.html +5 -3
- package/docs/interfaces/PanoRulerPluginOptions.html +5 -3
- package/docs/interfaces/PanoRulerPluginParameterType.html +5 -3
- package/docs/interfaces/PanoRulerProPluginExportType.html +5 -3
- package/docs/interfaces/PanoRulerProPluginOptions.html +5 -3
- package/docs/interfaces/PanoRulerProPluginParameterType.html +5 -3
- package/docs/interfaces/PanoRulerProPluginState.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginData.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +5 -3
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +5 -3
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -3
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +5 -3
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -3
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +5 -3
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -3
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +5 -3
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +5 -3
- package/docs/interfaces/Point.html +5 -3
- package/docs/interfaces/Room.html +5 -3
- package/docs/interfaces/RoomInfo.html +5 -3
- package/docs/interfaces/RoomLabel.html +5 -3
- package/docs/interfaces/RoomRules.html +5 -3
- package/docs/interfaces/Rooms.html +5 -3
- package/docs/interfaces/Scissor.html +5 -3
- package/docs/interfaces/State.html +6 -4
- package/docs/interfaces/TagCacheInterface.html +22 -13
- package/docs/interfaces/TagConfig.html +27 -15
- package/docs/interfaces/TagGLTFObjectGroup.html +5 -3
- package/docs/interfaces/TagIconUrl.html +5 -3
- package/docs/interfaces/TagObjectGroup.html +5 -3
- package/docs/interfaces/TagStyle.html +5 -3
- package/docs/interfaces/Tags.html +16 -14
- package/docs/interfaces/TemporaryState.html +7 -5
- package/docs/interfaces/Util.MagnifierParameter.html +5 -3
- package/docs/interfaces/Util.MouseGroupParameter.html +5 -3
- package/docs/interfaces/Util.PointIntersection.html +5 -3
- package/docs/modules/CruisePluginTypes.html +5 -3
- package/docs/modules/GuideLineItem.html +5 -3
- package/docs/modules/GuideLineModeItem.html +5 -3
- package/docs/modules/GuideLinePluginType.html +5 -3
- package/docs/modules/PanoVideoPluginType.html +5 -3
- package/docs/modules/Util.html +5 -3
- package/docs/modules.html +8 -4
- package/docs/types/ArrayPosition.html +5 -3
- package/docs/types/AudioAppearance.html +5 -3
- package/docs/types/AudioTagTypeConfigKey.html +5 -3
- package/docs/types/CSS3DRenderExportType.html +5 -3
- package/docs/types/CSS3DRenderPluginExportType.html +5 -3
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -3
- package/docs/types/ClassFunctionParameters.html +5 -3
- package/docs/types/Color.html +5 -3
- package/docs/types/ContentTypeConfigKey.html +5 -3
- package/docs/types/ContentTypeConfigKeySplit.html +6 -4
- package/docs/types/ContentTypeMap.html +5 -3
- package/docs/types/Create3DDomContainerReturnType.html +5 -3
- package/docs/types/Create3DElementReturnType.html +5 -3
- package/docs/types/CruisePluginExportType.html +5 -3
- package/docs/types/CruisePluginTypes.CruiseData.html +5 -3
- package/docs/types/CruisePluginTypes.MoveEffect.html +5 -3
- package/docs/types/DeprecatedMediaPlaneProperty.html +5 -3
- package/docs/types/DeprecatedTagProperty.html +5 -3
- package/docs/types/Direction-1.html +5 -3
- package/docs/types/Direction4.html +5 -3
- package/docs/types/ElementRenderer.html +5 -3
- package/docs/types/FloorplanRuleLabels.html +5 -3
- package/docs/types/FloorplanServerRuleLabels.html +5 -3
- package/docs/types/GuideLinePluginExportType.html +5 -3
- package/docs/types/GuideLinePluginType.GuideLineItem.html +5 -3
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +5 -3
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +5 -3
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +5 -3
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +5 -3
- package/docs/types/GuideLinePluginType.PathItem.html +5 -3
- package/docs/types/GuideLinePluginType.PluginData.html +5 -3
- package/docs/types/HelperEventMap.html +5 -3
- package/docs/types/LoadTagConfig.html +6 -4
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -3
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -3
- package/docs/types/MediaData.html +5 -3
- package/docs/types/MediaStore.html +6 -4
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -3
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -3
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -3
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -3
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -3
- package/docs/types/MoveArgs.html +5 -3
- package/docs/types/MoveOpts.html +5 -3
- package/docs/types/Object3DHelperEventMap.html +5 -3
- package/docs/types/ObjectFit.html +5 -3
- package/docs/types/PaintBrushEventMap.html +5 -3
- package/docs/types/PanoCompassPluginData.html +5 -3
- package/docs/types/PanoCompassPluginExportType.html +5 -3
- package/docs/types/PanoCompassPluginParameterType.html +5 -3
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -3
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -3
- package/docs/types/PanoIndex.html +5 -3
- package/docs/types/PanoMeasurePluginEvent.html +5 -3
- package/docs/types/PanoMeasureReturnType.html +5 -3
- package/docs/types/PanoSpatialTagPluginId.html +5 -3
- package/docs/types/PanoTagPluginExportInterface.html +5 -3
- package/docs/types/PanoTagPluginParamsInterface.html +5 -3
- package/docs/types/PanoVideoPluginParameterType.html +5 -3
- package/docs/types/PanoVideoPluginReturnType.html +5 -3
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -3
- package/docs/types/PipelinePluginParameterType.html +5 -3
- package/docs/types/PipelinePluginReturnType.html +5 -3
- package/docs/types/PlaneTag.html +6 -4
- package/docs/types/Point2DTag.html +6 -4
- package/docs/types/Point3DTag.html +6 -4
- package/docs/types/PointTag.html +6 -4
- package/docs/types/PointTagInstance.html +6 -4
- package/docs/types/Position.html +5 -3
- package/docs/types/RotateArgs.html +5 -3
- package/docs/types/RotateOpts.html +5 -3
- package/docs/types/RuleLabelsKey.html +5 -3
- package/docs/types/RuleLabelsValue.html +5 -3
- package/docs/types/StickType.html +5 -3
- package/docs/types/Tag.html +6 -4
- package/docs/types/Tag2D.html +5 -3
- package/docs/types/Tag3D.html +5 -3
- package/docs/types/TagConfigByKey.html +365 -0
- package/docs/types/TagContentType.html +5 -3
- package/docs/types/TagDimensionType.html +5 -3
- package/docs/types/TagElement.html +5 -3
- package/docs/types/TagEvents.html +6 -4
- package/docs/types/TagGLTFObject.html +5 -3
- package/docs/types/TagHooks.html +6 -4
- package/docs/types/TagId.html +5 -3
- package/docs/types/TagInstance.html +5 -3
- package/docs/types/TagPointType.html +5 -3
- package/docs/types/TagRendererMap.html +5 -3
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -3
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -3
- package/docs/types/WorkCode.html +5 -3
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -3
- package/docs/variables/PLUGIN.html +5 -3
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -3
- package/docs/variables/ROOM_TYPE_MAP.html +5 -3
- package/docs/variables/defaultGlobalConfig.html +360 -0
- package/docs/variables/itemLabelPluginServerParams.html +5 -3
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -3
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -3
- package/libs/CSS3DRenderPlugin/Controller.js +1 -1
- package/libs/CSS3DRenderPlugin/index.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/index.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +1 -13
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +4 -4
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +1 -1
- package/libs/CruisePlugin/Controller.js +6 -3
- package/libs/CruisePlugin/index.js +9 -6
- package/libs/GuideLinePlugin/Controller.js +8 -5
- package/libs/GuideLinePlugin/GuideLineItem.js +6 -3
- package/libs/GuideLinePlugin/GuideLineModeItem.js +6 -3
- package/libs/GuideLinePlugin/index.js +11 -8
- package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
- package/libs/ModelTVVideoPlugin/index.js +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +1 -1
- package/libs/Object3DHelperPlugin/index.js +1 -1
- package/libs/PanoCompassPlugin/Controller.js +1 -1
- package/libs/PanoCompassPlugin/index.js +1 -1
- package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
- package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
- package/libs/PanoDoorLabelPlugin/index.js +1 -1
- package/libs/PanoMeasurePlugin/Components/Controller0.js +1 -1
- package/libs/PanoMeasurePlugin/Components/Controller1.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/index.js +1 -1
- package/libs/PanoMeasurePlugin/Model/area.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -1
- package/libs/PanoMeasurePlugin/index.js +1 -1
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +1 -1
- package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
- package/libs/PanoSpatialTagPlugin/index.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/index.js +1 -1
- package/libs/PanoTagPlugin/Components/TagContainer.js +1 -1
- package/libs/PanoTagPlugin/Components/TagItem.js +1 -1
- package/libs/PanoTagPlugin/controller/TagCache.d.ts +6 -3
- package/libs/PanoTagPlugin/controller/TagCache.js +17 -21
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +21 -15
- package/libs/PanoTagPlugin/controller/TagComputer.js +187 -188
- package/libs/PanoTagPlugin/controller/TagRender.js +69 -66
- package/libs/PanoTagPlugin/controller/TagUtil.d.ts +7 -2
- package/libs/PanoTagPlugin/controller/TagUtil.js +160 -141
- package/libs/PanoTagPlugin/controller/index.d.ts +3 -3
- package/libs/PanoTagPlugin/controller/index.js +57 -53
- package/libs/PanoTagPlugin/index.js +14 -10
- package/libs/PanoTagPlugin/typings/controller.d.ts +3 -1
- package/libs/PanoTagPlugin/typings/index.js +6 -4
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +2 -2
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +26 -4
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +13 -1
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -1
- package/libs/PanoTagPlugin/utils/index.js +15 -15
- package/libs/PanoTagPlugin/utils/planeNormal.js +1 -1
- package/libs/PanoTagPlugin/utils/tagPosition.d.ts +2 -3
- package/libs/PanoTagPlugin/utils/tagPosition.js +17 -18
- package/libs/PanoVideoPlugin/Controller.js +1 -1
- package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
- package/libs/PanoVideoPlugin/index.js +1 -1
- package/libs/PipelinePlugin/Controller.js +1 -1
- package/libs/PipelinePlugin/index.js +1 -1
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +1 -1
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +1 -1
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
- package/libs/index.js +111 -108
- package/libs/shared-utils/five/FiveDomEvents.d.ts +6 -0
- package/libs/shared-utils/five/FiveDomEvents.js +53 -48
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/positionToVector3.d.ts +16 -0
- package/libs/shared-utils/positionToVector3.js +12 -0
- package/libs/shared-utils/safeObj.d.ts +1 -1
- package/libs/shared-utils/util.d.ts +1 -0
- package/libs/shared-utils/util.js +6 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.27.0-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.27.0-dev.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-content">
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<div class="tsd-theme-toggle">
|
|
39
39
|
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
|
|
40
40
|
<div class="site-menu">
|
|
41
|
-
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.
|
|
41
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.27.0-<wbr/>dev.0</span></a>
|
|
42
42
|
<ul class="tsd-small-nested-navigation">
|
|
43
43
|
<li>
|
|
44
44
|
<details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
<li><a href="../types/Tag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag</span></a></li>
|
|
316
316
|
<li><a href="../types/Tag2D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag2D</span></a></li>
|
|
317
317
|
<li><a href="../types/Tag3D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag3D</span></a></li>
|
|
318
|
+
<li><a href="../types/TagConfigByKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Config<wbr/>By<wbr/>Key</span></a></li>
|
|
318
319
|
<li><a href="../types/TagContentType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Content<wbr/>Type</span></a></li>
|
|
319
320
|
<li><a href="../types/TagDimensionType.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Dimension<wbr/>Type</span></a></li>
|
|
320
321
|
<li><a href="../types/TagElement.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Element</span></a></li>
|
|
@@ -332,6 +333,7 @@
|
|
|
332
333
|
<li><a href="PLUGIN.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>PLUGIN</span></a></li>
|
|
333
334
|
<li><a href="ROOM_FETILE_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>FETILE_<wbr/>TYPE_<wbr/>MAP</span></a></li>
|
|
334
335
|
<li><a href="ROOM_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>TYPE_<wbr/>MAP</span></a></li>
|
|
336
|
+
<li><a href="defaultGlobalConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>default<wbr/>Global<wbr/>Config</span></a></li>
|
|
335
337
|
<li><a href="itemLabelPluginServerParams.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
336
338
|
<li><a href="modelItemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
337
339
|
<li><a href="modelRoomLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.27.0-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.27.0-dev.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-content">
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<div class="tsd-theme-toggle">
|
|
39
39
|
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
|
|
40
40
|
<div class="site-menu">
|
|
41
|
-
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.
|
|
41
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.27.0-<wbr/>dev.0</span></a>
|
|
42
42
|
<ul class="tsd-small-nested-navigation">
|
|
43
43
|
<li>
|
|
44
44
|
<details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
<li><a href="../types/Tag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag</span></a></li>
|
|
316
316
|
<li><a href="../types/Tag2D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag2D</span></a></li>
|
|
317
317
|
<li><a href="../types/Tag3D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag3D</span></a></li>
|
|
318
|
+
<li><a href="../types/TagConfigByKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Config<wbr/>By<wbr/>Key</span></a></li>
|
|
318
319
|
<li><a href="../types/TagContentType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Content<wbr/>Type</span></a></li>
|
|
319
320
|
<li><a href="../types/TagDimensionType.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Dimension<wbr/>Type</span></a></li>
|
|
320
321
|
<li><a href="../types/TagElement.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Element</span></a></li>
|
|
@@ -332,6 +333,7 @@
|
|
|
332
333
|
<li><a href="PLUGIN.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>PLUGIN</span></a></li>
|
|
333
334
|
<li><a href="ROOM_FETILE_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>FETILE_<wbr/>TYPE_<wbr/>MAP</span></a></li>
|
|
334
335
|
<li><a href="ROOM_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>TYPE_<wbr/>MAP</span></a></li>
|
|
336
|
+
<li><a href="defaultGlobalConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>default<wbr/>Global<wbr/>Config</span></a></li>
|
|
335
337
|
<li><a href="itemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
336
338
|
<li><a href="modelItemLabelPluginServerParams.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
337
339
|
<li><a href="modelRoomLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.27.0-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.27.0-dev.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-content">
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<div class="tsd-theme-toggle">
|
|
39
39
|
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
|
|
40
40
|
<div class="site-menu">
|
|
41
|
-
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.
|
|
41
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.27.0-<wbr/>dev.0</span></a>
|
|
42
42
|
<ul class="tsd-small-nested-navigation">
|
|
43
43
|
<li>
|
|
44
44
|
<details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
<li><a href="../types/Tag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag</span></a></li>
|
|
316
316
|
<li><a href="../types/Tag2D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag2D</span></a></li>
|
|
317
317
|
<li><a href="../types/Tag3D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag3D</span></a></li>
|
|
318
|
+
<li><a href="../types/TagConfigByKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Config<wbr/>By<wbr/>Key</span></a></li>
|
|
318
319
|
<li><a href="../types/TagContentType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Content<wbr/>Type</span></a></li>
|
|
319
320
|
<li><a href="../types/TagDimensionType.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Dimension<wbr/>Type</span></a></li>
|
|
320
321
|
<li><a href="../types/TagElement.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Element</span></a></li>
|
|
@@ -332,6 +333,7 @@
|
|
|
332
333
|
<li><a href="PLUGIN.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>PLUGIN</span></a></li>
|
|
333
334
|
<li><a href="ROOM_FETILE_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>FETILE_<wbr/>TYPE_<wbr/>MAP</span></a></li>
|
|
334
335
|
<li><a href="ROOM_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>TYPE_<wbr/>MAP</span></a></li>
|
|
336
|
+
<li><a href="defaultGlobalConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>default<wbr/>Global<wbr/>Config</span></a></li>
|
|
335
337
|
<li><a href="itemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
336
338
|
<li><a href="modelItemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
337
339
|
<li><a href="modelRoomLabelPluginServerParams.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
|
|
@@ -25,7 +25,7 @@ import "./utils/getAllCSS3DObject.js";
|
|
|
25
25
|
import "./utils/createResizeObserver.js";
|
|
26
26
|
import "./utils/even.js";
|
|
27
27
|
import "../shared-utils/Subscribe.js";
|
|
28
|
-
import "
|
|
28
|
+
import "../shared-utils/positionToVector3.js";
|
|
29
29
|
import "./utils/three/CSS3DObject.js";
|
|
30
30
|
import "./utils/three/OpacityMesh.js";
|
|
31
31
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -13,7 +13,7 @@ import "./utils/getAllCSS3DObject.js";
|
|
|
13
13
|
import "./utils/createResizeObserver.js";
|
|
14
14
|
import "./utils/even.js";
|
|
15
15
|
import "../shared-utils/Subscribe.js";
|
|
16
|
-
import "
|
|
16
|
+
import "../shared-utils/positionToVector3.js";
|
|
17
17
|
import "./utils/three/CSS3DObject.js";
|
|
18
18
|
import "./utils/three/OpacityMesh.js";
|
|
19
19
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { even as e } from "./even.js";
|
|
2
2
|
import { random as n } from "./random.js";
|
|
3
|
-
import { anyPositionToVector3 as p, arrayPositionToVector3 as a, positionToVector3 as c } from "
|
|
3
|
+
import { anyPositionToVector3 as p, arrayPositionToVector3 as a, positionToVector3 as c } from "../../shared-utils/positionToVector3.js";
|
|
4
4
|
import "three";
|
|
5
5
|
export {
|
|
6
6
|
p as anyPositionToVector3,
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type AnyPosition = Vector3 | number[] | {
|
|
3
|
-
x: number;
|
|
4
|
-
y: number;
|
|
5
|
-
z: number;
|
|
6
|
-
};
|
|
7
|
-
export declare const positionToVector3: ({ x, y, z }: {
|
|
8
|
-
x: number;
|
|
9
|
-
y: number;
|
|
10
|
-
z: number;
|
|
11
|
-
}) => Vector3;
|
|
12
|
-
export declare const arrayPositionToVector3: (arrayPosition: number[]) => Vector3;
|
|
13
|
-
export declare const anyPositionToVector3: (position: AnyPosition) => Vector3;
|
|
1
|
+
export { anyPositionToVector3, arrayPositionToVector3, positionToVector3, type AnyPosition } from '../../shared-utils/positionToVector3';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { anyPositionToVector3 as i, arrayPositionToVector3 as e, positionToVector3 as n } from "../../shared-utils/positionToVector3.js";
|
|
2
|
+
import "three";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
i as anyPositionToVector3,
|
|
5
|
+
e as arrayPositionToVector3,
|
|
6
6
|
n as positionToVector3
|
|
7
7
|
};
|
|
@@ -28,7 +28,7 @@ var p = (o, e, t) => new Promise((s, r) => {
|
|
|
28
28
|
});
|
|
29
29
|
import v from "./CSS3DRenderer.js";
|
|
30
30
|
import { Subscribe as _ } from "../../../shared-utils/Subscribe.js";
|
|
31
|
-
import { anyPositionToVector3 as k } from "
|
|
31
|
+
import { anyPositionToVector3 as k } from "../../../shared-utils/positionToVector3.js";
|
|
32
32
|
import { CSS3DObjectPlus as P } from "./CSS3DObject.js";
|
|
33
33
|
import { MinRatio as he } from "./CSS3DObject.js";
|
|
34
34
|
import { CSS3DFrontScene as L, CSS3DBehindScene as q } from "./CSS3DScene.js";
|
|
@@ -48,7 +48,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
48
48
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
49
49
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
50
50
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
51
|
-
import "../
|
|
51
|
+
import "../shared-utils/positionToVector3.js";
|
|
52
52
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
53
53
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
54
54
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -88,6 +88,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
|
|
|
88
88
|
import "../PanoTagPlugin/utils/checkRange.js";
|
|
89
89
|
import "../shared-utils/isNil.js";
|
|
90
90
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
91
|
+
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
91
92
|
import "../PanoTagPlugin/tag.config.js";
|
|
92
93
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
93
94
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -105,6 +106,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
|
105
106
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
106
107
|
import "../shared-utils/threex/domevents/index.js";
|
|
107
108
|
import "../shared-utils/five/getFloorIndex.js";
|
|
109
|
+
import "../shared-utils/safeObj.js";
|
|
110
|
+
import "../shared-utils/util.js";
|
|
108
111
|
import "../PanoTagPlugin/Components/TagContainer.js";
|
|
109
112
|
import "../vendor/svelte/src/runtime/internal/dom.js";
|
|
110
113
|
import "../vendor/svelte/src/runtime/internal/transitions.js";
|
|
@@ -202,7 +205,7 @@ import "../shared-utils/nearlyEqual.js";
|
|
|
202
205
|
import "./utils/coordinatesToVector.js";
|
|
203
206
|
import "../shared-utils/isTruelyObject.js";
|
|
204
207
|
import "./utils/formatRad.js";
|
|
205
|
-
const M = "v1.0.6", G = "CruisePlugin", x = `${G}@${M}`,
|
|
208
|
+
const M = "v1.0.6", G = "CruisePlugin", x = `${G}@${M}`, ur = (c) => `${x}--${c}`, D = () => {
|
|
206
209
|
console.error(`${x} is disposed`);
|
|
207
210
|
}, W = () => {
|
|
208
211
|
console.warn(`${x} is disabled`);
|
|
@@ -757,5 +760,5 @@ class z extends V {
|
|
|
757
760
|
I(z, "PluginVersion", M);
|
|
758
761
|
export {
|
|
759
762
|
z as default,
|
|
760
|
-
|
|
763
|
+
ur as pluginFlag
|
|
761
764
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import i from "./Controller.js";
|
|
2
|
-
import { typing as
|
|
2
|
+
import { typing as bo } from "./typing/index.js";
|
|
3
3
|
import "../base/BasePluginWithData.js";
|
|
4
4
|
import "../base/BasePlugin.js";
|
|
5
5
|
import "../shared-utils/Subscribe.js";
|
|
@@ -13,7 +13,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
13
13
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
14
14
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
15
15
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
16
|
-
import "../
|
|
16
|
+
import "../shared-utils/positionToVector3.js";
|
|
17
17
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
18
18
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
19
19
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -56,6 +56,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
|
|
|
56
56
|
import "../PanoTagPlugin/utils/checkRange.js";
|
|
57
57
|
import "../shared-utils/isNil.js";
|
|
58
58
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
59
|
+
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
59
60
|
import "../PanoTagPlugin/tag.config.js";
|
|
60
61
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
61
62
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -73,6 +74,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
|
73
74
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
74
75
|
import "../shared-utils/threex/domevents/index.js";
|
|
75
76
|
import "../shared-utils/five/getFloorIndex.js";
|
|
77
|
+
import "../shared-utils/safeObj.js";
|
|
78
|
+
import "../shared-utils/util.js";
|
|
76
79
|
import "../PanoTagPlugin/Components/TagContainer.js";
|
|
77
80
|
import "../vendor/svelte/src/runtime/internal/dom.js";
|
|
78
81
|
import "../vendor/svelte/src/runtime/internal/transitions.js";
|
|
@@ -174,10 +177,10 @@ import "./utils/vectorToCoordinates.js";
|
|
|
174
177
|
import "./utils/formatRad.js";
|
|
175
178
|
import "./utils/linerValue.js";
|
|
176
179
|
import "./utils/sleep.js";
|
|
177
|
-
const
|
|
180
|
+
const co = (r) => new i(r);
|
|
178
181
|
export {
|
|
179
|
-
|
|
182
|
+
co as CruisePlugin,
|
|
180
183
|
i as CruisePluginController,
|
|
181
|
-
|
|
182
|
-
|
|
184
|
+
bo as CruisePluginTypes,
|
|
185
|
+
co as default
|
|
183
186
|
};
|
|
@@ -43,7 +43,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
43
43
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
44
44
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
45
45
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
46
|
-
import "../
|
|
46
|
+
import "../shared-utils/positionToVector3.js";
|
|
47
47
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
48
48
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
49
49
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -81,6 +81,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
|
|
|
81
81
|
import "../PanoTagPlugin/utils/checkRange.js";
|
|
82
82
|
import "../shared-utils/isNil.js";
|
|
83
83
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
84
|
+
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
84
85
|
import "../PanoTagPlugin/tag.config.js";
|
|
85
86
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
86
87
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -98,6 +99,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
|
98
99
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
99
100
|
import "../shared-utils/threex/domevents/index.js";
|
|
100
101
|
import "../shared-utils/five/getFloorIndex.js";
|
|
102
|
+
import "../shared-utils/safeObj.js";
|
|
103
|
+
import "../shared-utils/util.js";
|
|
101
104
|
import "../PanoTagPlugin/Components/TagContainer.js";
|
|
102
105
|
import "../vendor/svelte/src/runtime/internal/dom.js";
|
|
103
106
|
import "../vendor/svelte/src/runtime/internal/transitions.js";
|
|
@@ -201,8 +204,8 @@ import "../CruisePlugin/utils/vectorToCoordinates.js";
|
|
|
201
204
|
import "../CruisePlugin/utils/formatRad.js";
|
|
202
205
|
import "../CruisePlugin/utils/linerValue.js";
|
|
203
206
|
import "../CruisePlugin/utils/sleep.js";
|
|
204
|
-
const V = "v1.1.0", b = "GuideLinePlugin", g = `${b}@${V}`,
|
|
205
|
-
class
|
|
207
|
+
const V = "v1.1.0", b = "GuideLinePlugin", g = `${b}@${V}`, ie = (p) => `${g}--${p}`;
|
|
208
|
+
class re extends P {
|
|
206
209
|
constructor(t, i) {
|
|
207
210
|
super(t, i);
|
|
208
211
|
d(this, "version", V);
|
|
@@ -361,6 +364,6 @@ class Zr extends P {
|
|
|
361
364
|
}
|
|
362
365
|
}
|
|
363
366
|
export {
|
|
364
|
-
|
|
365
|
-
|
|
367
|
+
re as default,
|
|
368
|
+
ie as pluginFlag
|
|
366
369
|
};
|
|
@@ -4,7 +4,7 @@ import "../shared-utils/log.js";
|
|
|
4
4
|
import "../shared-utils/to.js";
|
|
5
5
|
import "@realsee/five";
|
|
6
6
|
import "../shared-utils/five/changeMode.js";
|
|
7
|
-
import { GuideLineItem as
|
|
7
|
+
import { GuideLineItem as go } from "./GuideLineItem/index.js";
|
|
8
8
|
import "three";
|
|
9
9
|
import "./utils/createLineGeometry.js";
|
|
10
10
|
import "../vendor/polyline-normals/index.js";
|
|
@@ -24,7 +24,7 @@ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
|
24
24
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
25
25
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
26
26
|
import "../shared-utils/Subscribe.js";
|
|
27
|
-
import "../
|
|
27
|
+
import "../shared-utils/positionToVector3.js";
|
|
28
28
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
29
29
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
30
30
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -50,6 +50,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
|
|
|
50
50
|
import "../PanoTagPlugin/utils/checkRange.js";
|
|
51
51
|
import "../shared-utils/isNil.js";
|
|
52
52
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
53
|
+
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
53
54
|
import "../PanoTagPlugin/tag.config.js";
|
|
54
55
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
55
56
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -69,6 +70,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
|
69
70
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
70
71
|
import "../shared-utils/threex/domevents/index.js";
|
|
71
72
|
import "../shared-utils/five/getFloorIndex.js";
|
|
73
|
+
import "../shared-utils/safeObj.js";
|
|
74
|
+
import "../shared-utils/util.js";
|
|
72
75
|
import "../PanoTagPlugin/Components/TagContainer.js";
|
|
73
76
|
import "../vendor/svelte/src/runtime/internal/dom.js";
|
|
74
77
|
import "../vendor/svelte/src/runtime/internal/transitions.js";
|
|
@@ -174,5 +177,5 @@ import "../CruisePlugin/utils/formatRad.js";
|
|
|
174
177
|
import "../CruisePlugin/utils/linerValue.js";
|
|
175
178
|
import "../CruisePlugin/utils/sleep.js";
|
|
176
179
|
export {
|
|
177
|
-
|
|
180
|
+
go as GuideLineItem
|
|
178
181
|
};
|
|
@@ -13,7 +13,7 @@ import "../PanoTagPlugin/controller/index.js";
|
|
|
13
13
|
import "./Components/Tag.js";
|
|
14
14
|
import "./utils/index.js";
|
|
15
15
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
16
|
-
import { GuideLineModeItem as
|
|
16
|
+
import { GuideLineModeItem as im } from "./GuideLineModeItem/index.js";
|
|
17
17
|
import "../vendor/polyline-normals/index.js";
|
|
18
18
|
import "../vendor/polyline-miter-util/index.js";
|
|
19
19
|
import "../vendor/gl-vec2/add.js";
|
|
@@ -27,7 +27,7 @@ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
|
27
27
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
28
28
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
29
29
|
import "../shared-utils/Subscribe.js";
|
|
30
|
-
import "../
|
|
30
|
+
import "../shared-utils/positionToVector3.js";
|
|
31
31
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
32
32
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
33
33
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -48,6 +48,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
|
|
|
48
48
|
import "../PanoTagPlugin/utils/checkRange.js";
|
|
49
49
|
import "../shared-utils/isNil.js";
|
|
50
50
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
51
|
+
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
51
52
|
import "../PanoTagPlugin/tag.config.js";
|
|
52
53
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
53
54
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -67,6 +68,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
|
67
68
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
68
69
|
import "../shared-utils/threex/domevents/index.js";
|
|
69
70
|
import "../shared-utils/five/getFloorIndex.js";
|
|
71
|
+
import "../shared-utils/safeObj.js";
|
|
72
|
+
import "../shared-utils/util.js";
|
|
70
73
|
import "../PanoTagPlugin/Components/TagContainer.js";
|
|
71
74
|
import "../vendor/svelte/src/runtime/internal/dom.js";
|
|
72
75
|
import "../vendor/svelte/src/runtime/internal/transitions.js";
|
|
@@ -157,5 +160,5 @@ import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
|
157
160
|
import "../shared-utils/three/GLTFLoader.js";
|
|
158
161
|
import "@realsee/five/gltf-loader";
|
|
159
162
|
export {
|
|
160
|
-
|
|
163
|
+
im as GuideLineModeItem
|
|
161
164
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import t from "./Controller.js";
|
|
2
|
-
import { GuideLineItem$1 as
|
|
3
|
-
import { GuideLineModeItem$1 as
|
|
2
|
+
import { GuideLineItem$1 as gt } from "./GuideLineItem/index.js";
|
|
3
|
+
import { GuideLineModeItem$1 as Ct } from "./GuideLineModeItem/index.js";
|
|
4
4
|
import "../base/BasePluginWithData.js";
|
|
5
5
|
import "../base/BasePlugin.js";
|
|
6
6
|
import "../shared-utils/Subscribe.js";
|
|
@@ -14,7 +14,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
14
14
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
15
15
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
16
16
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
17
|
-
import "../
|
|
17
|
+
import "../shared-utils/positionToVector3.js";
|
|
18
18
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
19
19
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
20
20
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -63,6 +63,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
|
|
|
63
63
|
import "../PanoTagPlugin/utils/checkRange.js";
|
|
64
64
|
import "../shared-utils/isNil.js";
|
|
65
65
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
66
|
+
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
66
67
|
import "../PanoTagPlugin/tag.config.js";
|
|
67
68
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
68
69
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -80,6 +81,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
|
80
81
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
81
82
|
import "../shared-utils/threex/domevents/index.js";
|
|
82
83
|
import "../shared-utils/five/getFloorIndex.js";
|
|
84
|
+
import "../shared-utils/safeObj.js";
|
|
85
|
+
import "../shared-utils/util.js";
|
|
83
86
|
import "../PanoTagPlugin/Components/TagContainer.js";
|
|
84
87
|
import "../vendor/svelte/src/runtime/internal/dom.js";
|
|
85
88
|
import "../vendor/svelte/src/runtime/internal/transitions.js";
|
|
@@ -173,10 +176,10 @@ import "./utils/index.js";
|
|
|
173
176
|
import "../shared-utils/to.js";
|
|
174
177
|
import "../shared-utils/five/changeMode.js";
|
|
175
178
|
import "../shared-utils/nearlyEqual.js";
|
|
176
|
-
const
|
|
179
|
+
const Mt = (i, o) => new t(i, o);
|
|
177
180
|
export {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
181
|
+
gt as GuideLineItem,
|
|
182
|
+
Ct as GuideLineModeItem,
|
|
183
|
+
Mt as GuideLinePlugin,
|
|
184
|
+
Mt as default
|
|
182
185
|
};
|
|
@@ -27,7 +27,7 @@ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
|
27
27
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
28
28
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
29
29
|
import "../shared-utils/Subscribe.js";
|
|
30
|
-
import "../
|
|
30
|
+
import "../shared-utils/positionToVector3.js";
|
|
31
31
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
32
32
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
33
33
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -11,7 +11,7 @@ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
|
11
11
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
12
12
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
13
13
|
import "../shared-utils/Subscribe.js";
|
|
14
|
-
import "../
|
|
14
|
+
import "../shared-utils/positionToVector3.js";
|
|
15
15
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
16
16
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
17
17
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -72,7 +72,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
72
72
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
73
73
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
74
74
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
75
|
-
import "../
|
|
75
|
+
import "../shared-utils/positionToVector3.js";
|
|
76
76
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
77
77
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
78
78
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -12,7 +12,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
12
12
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
13
13
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
14
14
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
15
|
-
import "../
|
|
15
|
+
import "../shared-utils/positionToVector3.js";
|
|
16
16
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
17
17
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
18
18
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -43,7 +43,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
43
43
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
44
44
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
45
45
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
46
|
-
import "../
|
|
46
|
+
import "../shared-utils/positionToVector3.js";
|
|
47
47
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
48
48
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
49
49
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -12,7 +12,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
12
12
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
13
13
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
14
14
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
15
|
-
import "../
|
|
15
|
+
import "../shared-utils/positionToVector3.js";
|
|
16
16
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
17
17
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
18
18
|
import "../shared-utils/three/centerPoint.js";
|
|
@@ -23,7 +23,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
23
23
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
24
24
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
25
25
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
26
|
-
import "../
|
|
26
|
+
import "../shared-utils/positionToVector3.js";
|
|
27
27
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
28
28
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
29
29
|
import "../shared-utils/three/centerPoint.js";
|