@realsee/dnalogel 3.4.0 → 3.5.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 +147 -0
- package/dist/CruisePlugin/Move.d.ts +29 -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/index.cjs.js +54 -54
- package/dist/index.js +3220 -2998
- package/dist/index.umd.js +47 -47
- package/dist/shared-utils/five/fiveLoaded.d.ts +2 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +120 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +727 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +680 -0
- package/docs/classes/CSS3DRender.html +775 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +478 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +858 -0
- package/docs/classes/Magnifier.html +482 -0
- package/docs/classes/ModelRoomLabelController.html +400 -0
- package/docs/classes/MoveController.html +641 -0
- package/docs/classes/Object3DHelperController.html +642 -0
- package/docs/classes/PaintBrush.html +504 -0
- package/docs/classes/PanoMeasurePluginLine.html +524 -0
- package/docs/classes/PanoMeasurePluginModel.html +573 -0
- package/docs/classes/PanoMeasurePluginPoint.html +364 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +569 -0
- package/docs/classes/PanoTagPluginController.html +1079 -0
- package/docs/classes/Util.BetterTween.html +418 -0
- package/docs/classes/Util.Interval.html +434 -0
- package/docs/classes/Util.LineSegments.html +386 -0
- package/docs/classes/Util.Magnifier.html +505 -0
- package/docs/classes/Util.Object3D.html +408 -0
- package/docs/classes/Util.PointDomHelper.html +409 -0
- package/docs/classes/Util.PointHelper.html +400 -0
- package/docs/classes/Util.PointSelectorHelper.html +456 -0
- package/docs/classes/Util.Rectangle.html +457 -0
- package/docs/classes/WalkController.html +667 -0
- package/docs/enums/CameraMovementEffect.html +312 -0
- package/docs/enums/ContentType.html +458 -0
- package/docs/enums/DIRECTION.html +322 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +322 -0
- package/docs/enums/DimensionType.html +312 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +315 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +322 -0
- package/docs/enums/PaintBrushTypeEnum.html +315 -0
- package/docs/enums/PointType.html +312 -0
- package/docs/enums/Rotation.html +319 -0
- package/docs/functions/AreaMakerPlugin.html +292 -0
- package/docs/functions/CSS3DRenderPlugin.html +290 -0
- package/docs/functions/CameraMovementPlugin.html +295 -0
- package/docs/functions/CruisePlugin.html +292 -0
- package/docs/functions/CurrentPanoImagePlugin.html +292 -0
- package/docs/functions/GuideLinePlugin.html +292 -0
- package/docs/functions/ItemLabelPlugin.html +292 -0
- package/docs/functions/MapviewFloorplanPlugin.html +292 -0
- package/docs/functions/ModelChassisCompassPlugin.html +295 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +295 -0
- package/docs/functions/ModelFloorplanPlugin.html +292 -0
- package/docs/functions/ModelItemLabelPlugin.html +292 -0
- package/docs/functions/ModelRoomLabelPlugin.html +290 -0
- package/docs/functions/ModelTVVideoPlugin.html +292 -0
- package/docs/functions/ModelViewPlugin.html +295 -0
- package/docs/functions/Object3DHelperPlugin.html +290 -0
- package/docs/functions/PanoCompassPlugin.html +292 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +296 -0
- package/docs/functions/PanoDoorLabelPlugin.html +292 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +292 -0
- package/docs/functions/PanoMeasurePlugin.html +292 -0
- package/docs/functions/PanoRulerPlugin.html +295 -0
- package/docs/functions/PanoRulerProPlugin.html +295 -0
- package/docs/functions/PanoSpatialTagPlugin.html +295 -0
- package/docs/functions/PanoTagPlugin.html +297 -0
- package/docs/functions/PanoVideoPlugin.html +301 -0
- package/docs/functions/PipelinePlugin.html +290 -0
- package/docs/functions/TopviewFloorplanPlugin.html +292 -0
- package/docs/functions/Util.absoluteUrl.html +328 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +331 -0
- package/docs/functions/Util.equal.html +340 -0
- package/docs/functions/Util.getCoordsFromClient.html +330 -0
- package/docs/functions/Util.getCoordsFromElement.html +330 -0
- package/docs/functions/Util.getFrameTime.html +322 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +330 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +330 -0
- package/docs/functions/Util.isAbsoluteURL.html +323 -0
- package/docs/functions/Util.isModelLike.html +323 -0
- package/docs/functions/Util.isNil.html +331 -0
- package/docs/functions/Util.isPanoramaLike.html +323 -0
- package/docs/functions/Util.nextFrame.html +336 -0
- package/docs/functions/Util.notNil.html +331 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +352 -0
- package/docs/functions/Util.tweenProgress.html +325 -0
- package/docs/functions/Util.uuid.html +321 -0
- package/docs/functions/pluginFlag.html +290 -0
- package/docs/index.html +356 -0
- package/docs/interfaces/AddTagConfig.html +305 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +331 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +336 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +622 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +335 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +385 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +370 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +335 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +328 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +327 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +356 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +451 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +327 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +360 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +361 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +363 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +698 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +387 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +423 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +413 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +353 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +321 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +389 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +384 -0
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +523 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +325 -0
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +317 -0
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +339 -0
- package/docs/interfaces/EventMap.html +544 -0
- package/docs/interfaces/FloorplanBounding.html +334 -0
- package/docs/interfaces/FloorplanData.html +337 -0
- package/docs/interfaces/FloorplanEntrance.html +362 -0
- package/docs/interfaces/FloorplanExtraObject.html +352 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +341 -0
- package/docs/interfaces/FloorplanFloorData.html +330 -0
- package/docs/interfaces/FloorplanImagePosition.html +316 -0
- package/docs/interfaces/FloorplanObserver.html +334 -0
- package/docs/interfaces/FloorplanOutlineItem.html +330 -0
- package/docs/interfaces/FloorplanPosition.html +316 -0
- package/docs/interfaces/FloorplanRoomItem.html +381 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +322 -0
- package/docs/interfaces/FloorplanServerBounding.html +334 -0
- package/docs/interfaces/FloorplanServerComputedData.html +333 -0
- package/docs/interfaces/FloorplanServerData.html +316 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +333 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +319 -0
- package/docs/interfaces/FloorplanServerEntrance.html +362 -0
- package/docs/interfaces/FloorplanServerFloorData.html +330 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +316 -0
- package/docs/interfaces/FloorplanServerObserver.html +334 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +330 -0
- package/docs/interfaces/FloorplanServerPosition.html +316 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +393 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +322 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +325 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +364 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +528 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +359 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +350 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +417 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +339 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +349 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +485 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +346 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +485 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +311 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +332 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +357 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +373 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +355 -0
- package/docs/interfaces/HelperOffset.html +334 -0
- package/docs/interfaces/ImagePlaneGroup.html +308 -0
- package/docs/interfaces/ItemLabelPluginData.html +305 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +390 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +326 -0
- package/docs/interfaces/MinMax.html +312 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +312 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +348 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +312 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +319 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +356 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +305 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +390 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +312 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +305 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +326 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +350 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +305 -0
- package/docs/interfaces/ModelViewPluginExportType.html +418 -0
- package/docs/interfaces/Object3DHelperState.html +319 -0
- package/docs/interfaces/ObjectHelperControllers.html +326 -0
- package/docs/interfaces/PaintBrushAction.html +365 -0
- package/docs/interfaces/PaintBrushConfigs.html +363 -0
- package/docs/interfaces/PaintBrushState.html +347 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +427 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +284 -0
- package/docs/interfaces/PanoMeasureParameterType.html +451 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +319 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +316 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +312 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +322 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +379 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +328 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +319 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +355 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +325 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +312 -0
- package/docs/interfaces/PanoRulerProPluginState.html +319 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +298 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +287 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +355 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +337 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +433 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +333 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +354 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +340 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +333 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +325 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +343 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +316 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +422 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +316 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +351 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +370 -0
- package/docs/interfaces/Point.html +319 -0
- package/docs/interfaces/Room.html +326 -0
- package/docs/interfaces/RoomInfo.html +312 -0
- package/docs/interfaces/RoomLabel.html +388 -0
- package/docs/interfaces/RoomRules.html +287 -0
- package/docs/interfaces/Rooms.html +287 -0
- package/docs/interfaces/Scissor.html +346 -0
- package/docs/interfaces/State.html +333 -0
- package/docs/interfaces/TagCacheInterface.html +364 -0
- package/docs/interfaces/TagConfig.html +567 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +308 -0
- package/docs/interfaces/TagIconUrl.html +365 -0
- package/docs/interfaces/TagObjectGroup.html +308 -0
- package/docs/interfaces/TagStyle.html +318 -0
- package/docs/interfaces/Tags.html +2822 -0
- package/docs/interfaces/TemporaryState.html +305 -0
- package/docs/interfaces/Util.MagnifierParameter.html +393 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +352 -0
- package/docs/interfaces/Util.PointIntersection.html +367 -0
- package/docs/modules/AreaMakerPluginType.html +325 -0
- package/docs/modules/CruisePluginTypes.html +330 -0
- package/docs/modules/CurrentPanoImagePluginType.html +299 -0
- package/docs/modules/GuideLineItem.html +291 -0
- package/docs/modules/GuideLineModeItem.html +296 -0
- package/docs/modules/GuideLinePluginType.html +352 -0
- package/docs/modules/PanoVideoPluginType.html +303 -0
- package/docs/modules/Util.html +353 -0
- package/docs/modules.html +558 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +333 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +303 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +303 -0
- package/docs/types/ArrayPosition.html +281 -0
- package/docs/types/AudioAppearance.html +281 -0
- package/docs/types/AudioTagTypeConfigKey.html +281 -0
- package/docs/types/CSS3DRenderExportType.html +281 -0
- package/docs/types/CSS3DRenderPluginExportType.html +281 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +281 -0
- package/docs/types/ClassFunctionParameters.html +288 -0
- package/docs/types/Color.html +281 -0
- package/docs/types/ContentTypeConfigKey.html +281 -0
- package/docs/types/ContentTypeConfigKeySplit.html +281 -0
- package/docs/types/ContentTypeMap.html +281 -0
- package/docs/types/Create3DDomContainerReturnType.html +281 -0
- package/docs/types/Create3DElementReturnType.html +281 -0
- package/docs/types/CruisePluginExportType.html +281 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +320 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +297 -0
- package/docs/types/CurrentPanoImagePluginExportType.html +281 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +293 -0
- package/docs/types/DeprecatedTagProperty.html +296 -0
- package/docs/types/Direction-1.html +281 -0
- package/docs/types/Direction4.html +281 -0
- package/docs/types/ElementRenderer.html +305 -0
- package/docs/types/FloorplanRuleLabels.html +284 -0
- package/docs/types/FloorplanServerRuleLabels.html +281 -0
- package/docs/types/GuideLinePluginExportType.html +281 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +354 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +375 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +308 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +311 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +311 -0
- package/docs/types/GuideLinePluginType.PathItem.html +311 -0
- package/docs/types/GuideLinePluginType.PluginData.html +320 -0
- package/docs/types/HelperEventMap.html +519 -0
- package/docs/types/LoadTagConfig.html +281 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +281 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +281 -0
- package/docs/types/MediaData.html +302 -0
- package/docs/types/MediaStore.html +286 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +288 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +281 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +281 -0
- package/docs/types/ModelId.html +281 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +281 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +281 -0
- package/docs/types/MoveArgs.html +291 -0
- package/docs/types/MoveOpts.html +289 -0
- package/docs/types/Object3DHelperEventMap.html +374 -0
- package/docs/types/ObjectFit.html +281 -0
- package/docs/types/PaintBrushEventMap.html +312 -0
- package/docs/types/PanoCompassPluginData.html +281 -0
- package/docs/types/PanoCompassPluginExportType.html +281 -0
- package/docs/types/PanoCompassPluginParameterType.html +281 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +281 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +281 -0
- package/docs/types/PanoIndex.html +281 -0
- package/docs/types/PanoMeasurePluginEvent.html +281 -0
- package/docs/types/PanoMeasureReturnType.html +281 -0
- package/docs/types/PanoSpatialTagPluginId.html +281 -0
- package/docs/types/PanoTagPluginExportInterface.html +281 -0
- package/docs/types/PanoTagPluginParamsInterface.html +281 -0
- package/docs/types/PanoVideoPluginParameterType.html +281 -0
- package/docs/types/PanoVideoPluginReturnType.html +281 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +289 -0
- package/docs/types/PipelinePluginParameterType.html +281 -0
- package/docs/types/PipelinePluginReturnType.html +281 -0
- package/docs/types/PlaneTag.html +289 -0
- package/docs/types/Point2DTag.html +289 -0
- package/docs/types/Point3DTag.html +289 -0
- package/docs/types/PointTag.html +286 -0
- package/docs/types/PointTagInstance.html +286 -0
- package/docs/types/Position.html +281 -0
- package/docs/types/RotateArgs.html +293 -0
- package/docs/types/RotateOpts.html +289 -0
- package/docs/types/RuleLabelsKey.html +281 -0
- package/docs/types/RuleLabelsValue.html +281 -0
- package/docs/types/StickType.html +281 -0
- package/docs/types/Tag.html +347 -0
- package/docs/types/Tag2D.html +289 -0
- package/docs/types/Tag3D.html +289 -0
- package/docs/types/TagConfigByKey.html +286 -0
- package/docs/types/TagContentType.html +281 -0
- package/docs/types/TagDimensionType.html +283 -0
- package/docs/types/TagElement.html +291 -0
- package/docs/types/TagEvents.html +334 -0
- package/docs/types/TagGLTFObject.html +304 -0
- package/docs/types/TagHooks.html +281 -0
- package/docs/types/TagId.html +281 -0
- package/docs/types/TagInstance.html +357 -0
- package/docs/types/TagPointType.html +284 -0
- package/docs/types/TagRendererMap.html +286 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +281 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +281 -0
- package/docs/types/WorkCode.html +281 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +291 -0
- package/docs/variables/PLUGIN.html +281 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +284 -0
- package/docs/variables/ROOM_TYPE_MAP.html +291 -0
- package/docs/variables/defaultGlobalConfig.html +281 -0
- package/docs/variables/itemLabelPluginServerParams.html +288 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +288 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +288 -0
- package/libs/CruisePlugin/CruiseController.d.ts +147 -0
- package/libs/CruisePlugin/CruiseController.js +237 -0
- package/libs/CruisePlugin/Move.d.ts +29 -0
- package/libs/CruisePlugin/Move.js +113 -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 +15 -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 +48 -62
- package/libs/GuideLinePlugin/GuideLineItem/index.js +53 -43
- package/libs/GuideLinePlugin/GuideLineItem.js +12 -9
- package/libs/GuideLinePlugin/index.js +20 -17
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +124 -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
package/libs/index.js
CHANGED
|
@@ -1,59 +1,60 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FLOOR_TYPE_MAP as
|
|
15
|
-
import { ModelChassisCompassPlugin as
|
|
16
|
-
import { ModelEntryDoorGuidePlugin as
|
|
17
|
-
import { CameraMovementPlugin as
|
|
18
|
-
import { CameraMovementEffect as
|
|
19
|
-
import { PanoRulerPlugin as
|
|
20
|
-
import { PanoRulerProPlugin as
|
|
21
|
-
import { PanoCompassPlugin as
|
|
22
|
-
import { PanoMeasurePlugin as
|
|
23
|
-
import { PanoSpatialTagPlugin as
|
|
24
|
-
import { modelItemLabelPluginServerParams as
|
|
25
|
-
import { ModelTVVideoPlugin as
|
|
26
|
-
import { DIRECTION as
|
|
27
|
-
import { itemLabelPluginServerParams as
|
|
28
|
-
import { PanoDoorLabelPlugin as
|
|
29
|
-
import { GuideLinePlugin as
|
|
30
|
-
import { CruisePlugin as
|
|
31
|
-
import { PanoTagPlugin as
|
|
32
|
-
import { Object3DHelperPlugin as
|
|
33
|
-
import { PanoVideoPlugin as
|
|
34
|
-
import { PipelinePlugin as
|
|
35
|
-
import { AreaMakerPlugin as
|
|
36
|
-
import { CurrentPanoImagePlugin as
|
|
37
|
-
import { index as
|
|
38
|
-
import { CSS3DRender as
|
|
39
|
-
import { Model as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { Polyline as
|
|
43
|
-
import { default as
|
|
44
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
45
|
-
import { ModelItemLabelPlugin as
|
|
46
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
47
|
-
import { Plugin as
|
|
48
|
-
import { GuideLineItem$1 as
|
|
49
|
-
import { GuideLineModeItem$1 as
|
|
50
|
-
import { default as
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
3
|
+
import { PaintBrush as zp } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Kp } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as Xp } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as oe } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as te } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as me, modelRoomLabelPluginServerParams as pe } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as le } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as ae } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as fe } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as xe } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as se } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FLOOR_TYPE_MAP as Me, ROOM_FETILE_TYPE_MAP as Te, ROOM_TYPE_MAP as Le } from "./floorplan/typings/floorplanServerData.js";
|
|
15
|
+
import { ModelChassisCompassPlugin as _e } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
16
|
+
import { ModelEntryDoorGuidePlugin as Ie } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
17
|
+
import { CameraMovementPlugin as Oe } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
18
|
+
import { CameraMovementEffect as Ae, Rotation as Se } from "./CameraMovementPlugin/typing.js";
|
|
19
|
+
import { PanoRulerPlugin as Ge } from "./PanoRulerPlugin/Plugin.js";
|
|
20
|
+
import { PanoRulerProPlugin as ve } from "./PanoRulerProPlugin/index.js";
|
|
21
|
+
import { PanoCompassPlugin as Ye } from "./PanoCompassPlugin/index.js";
|
|
22
|
+
import { PanoMeasurePlugin as Ve } from "./PanoMeasurePlugin/index.js";
|
|
23
|
+
import { PanoSpatialTagPlugin as he } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
24
|
+
import { modelItemLabelPluginServerParams as Be } from "./ModelItemLabelPlugin/index.js";
|
|
25
|
+
import { ModelTVVideoPlugin as Ue } from "./ModelTVVideoPlugin/Plugin.js";
|
|
26
|
+
import { DIRECTION as ke } from "./ModelTVVideoPlugin/typings.js";
|
|
27
|
+
import { itemLabelPluginServerParams as We } from "./ItemLabelPlugin/index.js";
|
|
28
|
+
import { PanoDoorLabelPlugin as ze } from "./PanoDoorLabelPlugin/index.js";
|
|
29
|
+
import { GuideLinePlugin as Ke } from "./GuideLinePlugin/index.js";
|
|
30
|
+
import { CruisePlugin as Xe } from "./CruisePlugin/index.js";
|
|
31
|
+
import { PanoTagPlugin as ol } from "./PanoTagPlugin/index.js";
|
|
32
|
+
import { Object3DHelperPlugin as tl } from "./Object3DHelperPlugin/index.js";
|
|
33
|
+
import { PanoVideoPlugin as ml } from "./PanoVideoPlugin/index.js";
|
|
34
|
+
import { PipelinePlugin as el } from "./PipelinePlugin/index.js";
|
|
35
|
+
import { AreaMakerPlugin as nl } from "./AreaMakerPlugin/index.js";
|
|
36
|
+
import { CurrentPanoImagePlugin as Pl } from "./CurrentPanoImagePlugin/index.js";
|
|
37
|
+
import { index as ul } from "./shared-utils/index.js";
|
|
38
|
+
import { CSS3DRender as gl } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
39
|
+
import { Model as dl } from "./PanoMeasurePlugin/Model/index.js";
|
|
40
|
+
import { default as Tl } from "./PanoMeasurePlugin/Model/point.js";
|
|
41
|
+
import { default as Cl } from "./PanoMeasurePlugin/Model/line.js";
|
|
42
|
+
import { Polyline as El } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
43
|
+
import { default as Rl } from "./PanoMeasurePlugin/Modules/Magnifier.js";
|
|
44
|
+
import { DISPLAY_STRATEGY_TYPE as yl } from "./ModelItemLabelPlugin/typings.js";
|
|
45
|
+
import { ModelItemLabelPlugin as Sl } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
46
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Gl } from "./ItemLabelPlugin/typings.js";
|
|
47
|
+
import { Plugin as vl } from "./ItemLabelPlugin/Plugin.js";
|
|
48
|
+
import { GuideLineItem$1 as Yl } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
49
|
+
import { GuideLineModeItem$1 as Vl } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
50
|
+
import { default as hl } from "./CruisePlugin/Work.js";
|
|
51
|
+
import { default as Bl, default as Hl } from "./CruisePlugin/Move.js";
|
|
52
|
+
import { typing as jl } from "./CruisePlugin/typing/index.js";
|
|
53
|
+
import { default as $l, pluginFlag as Wl } from "./PanoTagPlugin/controller/index.js";
|
|
54
|
+
import { defaultGlobalConfig as zl } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
55
|
+
import { ContentType as Kl, DimensionType as Ql, PointType as Xl } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
56
|
+
import { Object3DHelperController as on, PLUGIN as rn } from "./Object3DHelperPlugin/Controller.js";
|
|
57
|
+
import { typings as mn } from "./PanoVideoPlugin/typings/index.js";
|
|
57
58
|
import "./components/PaintBrush/Controller.js";
|
|
58
59
|
import "./components/PaintBrush/utils.js";
|
|
59
60
|
import "./components/PaintBrush/tween.js";
|
|
@@ -247,6 +248,7 @@ import "./PanoDoorLabelPlugin/BaseController.js";
|
|
|
247
248
|
import "./PanoDoorLabelPlugin/DoorLabelItem.js";
|
|
248
249
|
import "./PanoDoorLabelPlugin/utils.js";
|
|
249
250
|
import "./GuideLinePlugin/Controller.js";
|
|
251
|
+
import "./shared-utils/five/fiveLoaded.js";
|
|
250
252
|
import "./shared-utils/log.js";
|
|
251
253
|
import "./GuideLinePlugin/utils/createLineGeometry.js";
|
|
252
254
|
import "./vendor/polyline-normals/index.js";
|
|
@@ -362,10 +364,11 @@ import "./GuideLinePlugin/utils/index.js";
|
|
|
362
364
|
import "./CruisePlugin/utils/coordinatesAngle.js";
|
|
363
365
|
import "./CruisePlugin/utils/coordinatesToVector.js";
|
|
364
366
|
import "./CruisePlugin/utils/safeCall.js";
|
|
365
|
-
import "./CruisePlugin/utils/vectorToCoordinates.js";
|
|
366
|
-
import "./CruisePlugin/utils/formatRad.js";
|
|
367
|
-
import "./CruisePlugin/utils/linerValue.js";
|
|
368
367
|
import "./CruisePlugin/utils/sleep.js";
|
|
368
|
+
import "./shared-utils/vectorToCoordinate.js";
|
|
369
|
+
import "./shared-utils/formatRad.js";
|
|
370
|
+
import "./CruisePlugin/CruiseController.js";
|
|
371
|
+
import "./CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
369
372
|
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
370
373
|
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
371
374
|
import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
@@ -420,66 +423,68 @@ import "./shared-utils/three/getRaycaster.js";
|
|
|
420
423
|
r();
|
|
421
424
|
o();
|
|
422
425
|
export {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
on as
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
Ge as
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
426
|
+
nl as AreaMakerPlugin,
|
|
427
|
+
gl as CSS3DRender,
|
|
428
|
+
oe as CSS3DRenderPlugin,
|
|
429
|
+
Ae as CameraMovementEffect,
|
|
430
|
+
Oe as CameraMovementPlugin,
|
|
431
|
+
Kl as ContentType,
|
|
432
|
+
Xe as CruisePlugin,
|
|
433
|
+
Bl as CruisePluginController,
|
|
434
|
+
jl as CruisePluginTypes,
|
|
435
|
+
Pl as CurrentPanoImagePlugin,
|
|
436
|
+
ke as DIRECTION,
|
|
437
|
+
yl as DISPLAY_STRATEGY_TYPE,
|
|
438
|
+
Ql as DimensionType,
|
|
439
|
+
le as FLOOR_PLAN_ATTACHED_TO,
|
|
440
|
+
Me as FLOOR_TYPE_MAP,
|
|
441
|
+
Yl as GuideLineItem,
|
|
442
|
+
Vl as GuideLineModeItem,
|
|
443
|
+
Ke as GuideLinePlugin,
|
|
444
|
+
Gl as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
445
|
+
vl as ItemLabelPlugin,
|
|
446
|
+
Rl as Magnifier,
|
|
447
|
+
fe as MapviewFloorplanPlugin,
|
|
448
|
+
_e as ModelChassisCompassPlugin,
|
|
449
|
+
Ie as ModelEntryDoorGuidePlugin,
|
|
450
|
+
ae as ModelFloorplanPlugin,
|
|
451
|
+
Sl as ModelItemLabelPlugin,
|
|
452
|
+
me as ModelRoomLabelPlugin,
|
|
453
|
+
Ue as ModelTVVideoPlugin,
|
|
454
|
+
Xp as ModelViewPlugin,
|
|
455
|
+
Hl as MoveController,
|
|
456
|
+
on as Object3DHelperController,
|
|
457
|
+
tl as Object3DHelperPlugin,
|
|
458
|
+
rn as PLUGIN,
|
|
459
|
+
zp as PaintBrush,
|
|
460
|
+
Kp as PaintBrushTypeEnum,
|
|
461
|
+
Ye as PanoCompassPlugin,
|
|
462
|
+
te as PanoCursorRaycasterPlugin,
|
|
463
|
+
ze as PanoDoorLabelPlugin,
|
|
464
|
+
se as PanoFloorplanRadarPlugin,
|
|
465
|
+
Ve as PanoMeasurePlugin,
|
|
466
|
+
Cl as PanoMeasurePluginLine,
|
|
467
|
+
dl as PanoMeasurePluginModel,
|
|
468
|
+
Tl as PanoMeasurePluginPoint,
|
|
469
|
+
El as PanoMeasurePluginPolyline,
|
|
470
|
+
Ge as PanoRulerPlugin,
|
|
471
|
+
ve as PanoRulerProPlugin,
|
|
472
|
+
he as PanoSpatialTagPlugin,
|
|
473
|
+
ol as PanoTagPlugin,
|
|
474
|
+
$l as PanoTagPluginController,
|
|
475
|
+
ml as PanoVideoPlugin,
|
|
476
|
+
mn as PanoVideoPluginType,
|
|
477
|
+
el as PipelinePlugin,
|
|
478
|
+
Xl as PointType,
|
|
479
|
+
Te as ROOM_FETILE_TYPE_MAP,
|
|
480
|
+
Le as ROOM_TYPE_MAP,
|
|
481
|
+
Se as Rotation,
|
|
482
|
+
xe as TopviewFloorplanPlugin,
|
|
483
|
+
ul as Util,
|
|
484
|
+
hl as WalkController,
|
|
485
|
+
zl as defaultGlobalConfig,
|
|
486
|
+
We as itemLabelPluginServerParams,
|
|
487
|
+
Be as modelItemLabelPluginServerParams,
|
|
488
|
+
pe as modelRoomLabelPluginServerParams,
|
|
489
|
+
Wl as pluginFlag
|
|
485
490
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var i = (e, o, r) => new Promise((c, d) => {
|
|
2
|
+
var u = (n) => {
|
|
3
|
+
try {
|
|
4
|
+
t(r.next(n));
|
|
5
|
+
} catch (a) {
|
|
6
|
+
d(a);
|
|
7
|
+
}
|
|
8
|
+
}, w = (n) => {
|
|
9
|
+
try {
|
|
10
|
+
t(r.throw(n));
|
|
11
|
+
} catch (a) {
|
|
12
|
+
d(a);
|
|
13
|
+
}
|
|
14
|
+
}, t = (n) => n.done ? c(n.value) : Promise.resolve(n.value).then(u, w);
|
|
15
|
+
t((r = r.apply(e, o)).next());
|
|
16
|
+
});
|
|
17
|
+
function k(e) {
|
|
18
|
+
return i(this, null, function* () {
|
|
19
|
+
return new Promise((o) => {
|
|
20
|
+
if (e.work) {
|
|
21
|
+
o();
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
e.once("loaded", () => o());
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
k as waitFiveLoaded
|
|
30
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.5.0-dev.0",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"repository": "https://github.com/realsee-developer/dnalogel.git",
|
|
8
8
|
"description": "如视 VR 看房插件合集",
|
|
9
9
|
"private": false,
|
|
10
|
-
"version": "3.
|
|
10
|
+
"version": "3.5.0-dev.0",
|
|
11
11
|
"license": "SEE LICENSE IN TERMS.txt",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"svelte-carousel": "1.0.25",
|
|
73
73
|
"svelte-preprocess": "^5.0.4",
|
|
74
74
|
"three": "0.117.1",
|
|
75
|
-
"type-fest": "
|
|
75
|
+
"type-fest": "4.6.0",
|
|
76
76
|
"typedoc": "^0.24.8",
|
|
77
77
|
"typescript": "^5.1.6",
|
|
78
78
|
"vite": "4.3.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function linerValue(x0: number, v0: number, t1: number, t: number): number;
|
|
File without changes
|
/package/dist/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts}
RENAMED
|
File without changes
|
/package/libs/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts}
RENAMED
|
File without changes
|
/package/libs/{CruisePlugin/utils/vectorToCoordinates.js → shared-utils/vectorToCoordinate.js}
RENAMED
|
File without changes
|