@realsee/dnalogel 3.29.6 → 3.29.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/Sculpt/Meshes/Prism.d.ts +5 -0
- package/dist/index.cjs.js +52 -52
- package/dist/index.js +3200 -3174
- package/dist/index.umd.js +52 -52
- package/dist/shared-utils/three/index.d.ts +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +3 -3
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +3 -3
- package/docs/classes/CSS3DRender.html +3 -3
- package/docs/classes/GuideLineItem.GuideLineItem.html +3 -3
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +3 -3
- package/docs/classes/ModelMakerPluginType.ModelMakerController.html +3 -3
- package/docs/classes/ModelRoomLabelController.html +3 -3
- package/docs/classes/MoveController.html +3 -3
- package/docs/classes/Object3DHelperController.html +3 -3
- package/docs/classes/PaintBrush.html +3 -3
- package/docs/classes/PanoMeasurePluginLine.html +3 -3
- package/docs/classes/PanoMeasurePluginModel.html +3 -3
- package/docs/classes/PanoMeasurePluginPoint.html +3 -3
- package/docs/classes/PanoMeasurePluginPolyline.html +3 -3
- package/docs/classes/PanoTagPluginController.html +5 -5
- package/docs/classes/Sculpt.html +3 -3
- package/docs/classes/Util.BetterTween.html +8 -4
- package/docs/classes/Util.Interval.html +8 -4
- package/docs/classes/Util.LineSegments.html +8 -4
- package/docs/classes/Util.Magnifier.html +8 -4
- package/docs/classes/Util.Object3D.html +8 -4
- package/docs/classes/Util.PointDomHelper.html +8 -4
- package/docs/classes/Util.PointHelper.html +8 -4
- package/docs/classes/Util.PointSelectorHelper.html +8 -4
- package/docs/classes/Util.Rectangle.html +8 -4
- package/docs/classes/WalkController.html +3 -3
- package/docs/enums/CameraMovementEffect.html +3 -3
- package/docs/enums/ContentType.html +3 -3
- package/docs/enums/DIRECTION.html +3 -3
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +3 -3
- package/docs/enums/DimensionType.html +3 -3
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +3 -3
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +3 -3
- package/docs/enums/PaintBrushTypeEnum.html +3 -3
- package/docs/enums/PointType.html +3 -3
- package/docs/enums/Rotation.html +3 -3
- package/docs/functions/AreaMakerPlugin.html +3 -3
- package/docs/functions/CSS3DRenderPlugin.html +3 -3
- package/docs/functions/CameraMovementPlugin.html +3 -3
- package/docs/functions/CruisePlugin.html +3 -3
- package/docs/functions/CurrentPanoImagePlugin.html +3 -3
- package/docs/functions/GuideLinePlugin.html +3 -3
- package/docs/functions/ItemLabelPlugin.html +3 -3
- package/docs/functions/MapviewFloorplanPlugin.html +3 -3
- package/docs/functions/ModelChassisCompassPlugin.html +3 -3
- package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
- package/docs/functions/ModelFloorplanPlugin.html +3 -3
- package/docs/functions/ModelItemLabelPlugin.html +3 -3
- package/docs/functions/ModelMakerPlugin.html +3 -3
- package/docs/functions/ModelRoomLabelPlugin.html +3 -3
- package/docs/functions/ModelTVVideoPlugin.html +3 -3
- package/docs/functions/ModelViewPlugin.html +3 -3
- package/docs/functions/MovePlugin.html +3 -3
- package/docs/functions/Object3DHelperPlugin.html +3 -3
- package/docs/functions/PanoCompassPlugin.html +3 -3
- package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
- package/docs/functions/PanoDoorLabelPlugin.html +3 -3
- package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
- package/docs/functions/PanoMeasurePlugin.html +3 -3
- package/docs/functions/PanoRulerPlugin.html +3 -3
- package/docs/functions/PanoRulerProPlugin.html +3 -3
- package/docs/functions/PanoSpatialTagPlugin.html +3 -3
- package/docs/functions/PanoTagPlugin.html +3 -3
- package/docs/functions/PanoVideoPlugin.html +3 -3
- package/docs/functions/PipelinePlugin.html +3 -3
- package/docs/functions/SculptPlugin.html +3 -3
- package/docs/functions/TopviewFloorplanPlugin.html +3 -3
- package/docs/functions/Util.absoluteUrl.html +8 -4
- package/docs/functions/Util.blink.html +341 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +8 -4
- package/docs/functions/Util.equal.html +8 -4
- package/docs/functions/Util.getCoordsFromClient.html +8 -4
- package/docs/functions/Util.getCoordsFromElement.html +8 -4
- package/docs/functions/Util.getFrameTime.html +8 -4
- package/docs/functions/Util.getIntersectFromRelativePosition.html +8 -4
- package/docs/functions/Util.getRaycasterFromFivePointer.html +8 -4
- package/docs/functions/Util.isAbsoluteURL.html +8 -4
- package/docs/functions/Util.isModelLike.html +8 -4
- package/docs/functions/Util.isNil.html +8 -4
- package/docs/functions/Util.isPanoramaLike.html +8 -4
- package/docs/functions/Util.nextFrame.html +8 -4
- package/docs/functions/Util.notNil.html +8 -4
- package/docs/functions/Util.reblink.html +341 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +8 -4
- package/docs/functions/Util.tweenProgress.html +8 -4
- package/docs/functions/Util.uuid.html +8 -4
- package/docs/functions/pluginFlag.html +3 -3
- package/docs/index.html +4 -4
- package/docs/interfaces/AddTagConfig.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.Config.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.Params.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -3
- package/docs/interfaces/AreaMakerPluginType.State.html +3 -3
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +3 -3
- package/docs/interfaces/CSS3DRenderPluginState.html +3 -3
- package/docs/interfaces/CameraMovementPluginExportType.html +3 -3
- package/docs/interfaces/ContentTypeMapInterface.html +3 -3
- package/docs/interfaces/CruisePluginTypes.Config.html +3 -3
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +3 -3
- package/docs/interfaces/CruisePluginTypes.EventMap.html +3 -3
- package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +3 -3
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +3 -3
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +3 -3
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +3 -3
- package/docs/interfaces/CruisePluginTypes.PluginData.html +3 -3
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +3 -3
- package/docs/interfaces/CruisePluginTypes.PluginState.html +3 -3
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +3 -3
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +3 -3
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +3 -3
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -3
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +3 -3
- package/docs/interfaces/EventMap.html +3 -3
- package/docs/interfaces/FloorplanBounding.html +3 -3
- package/docs/interfaces/FloorplanData.html +3 -3
- package/docs/interfaces/FloorplanEntrance.html +3 -3
- package/docs/interfaces/FloorplanExtraObject.html +3 -3
- package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
- package/docs/interfaces/FloorplanFloorData.html +3 -3
- package/docs/interfaces/FloorplanImagePosition.html +3 -3
- package/docs/interfaces/FloorplanObserver.html +3 -3
- package/docs/interfaces/FloorplanOutlineItem.html +3 -3
- package/docs/interfaces/FloorplanPosition.html +3 -3
- package/docs/interfaces/FloorplanRoomItem.html +3 -3
- package/docs/interfaces/FloorplanRoomLabelItem.html +3 -3
- package/docs/interfaces/FloorplanServerBounding.html +3 -3
- package/docs/interfaces/FloorplanServerComputedData.html +3 -3
- package/docs/interfaces/FloorplanServerData.html +3 -3
- package/docs/interfaces/FloorplanServerDoorItem.html +3 -3
- package/docs/interfaces/FloorplanServerDoorPosition.html +3 -3
- package/docs/interfaces/FloorplanServerEntrance.html +3 -3
- package/docs/interfaces/FloorplanServerFloorData.html +3 -3
- package/docs/interfaces/FloorplanServerImagePosition.html +3 -3
- package/docs/interfaces/FloorplanServerObserver.html +3 -3
- package/docs/interfaces/FloorplanServerOutlineItem.html +3 -3
- package/docs/interfaces/FloorplanServerPosition.html +3 -3
- package/docs/interfaces/FloorplanServerRoomItem.html +3 -3
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +3 -3
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +3 -3
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -3
- package/docs/interfaces/GuideLinePluginType.EventMap.html +3 -3
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +3 -3
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +3 -3
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +3 -3
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +3 -3
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +3 -3
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +3 -3
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -3
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +3 -3
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +3 -3
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +3 -3
- package/docs/interfaces/GuideLinePluginType.PluginState.html +3 -3
- package/docs/interfaces/GuideLinePluginType.Route.html +3 -3
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +3 -3
- package/docs/interfaces/HelperOffset.html +3 -3
- package/docs/interfaces/ImagePlaneGroup.html +3 -3
- package/docs/interfaces/ItemLabelPluginData.html +3 -3
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +3 -3
- package/docs/interfaces/ItemLabelPluginParametersType.html +3 -3
- package/docs/interfaces/MinMax.html +3 -3
- package/docs/interfaces/ModelChassisCompassPluginData.html +3 -3
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +3 -3
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -3
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +3 -3
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +3 -3
- package/docs/interfaces/ModelItemLabelPluginData.html +3 -3
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +3 -3
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.EventMap.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.State.html +3 -3
- package/docs/interfaces/ModelRoomLabelPluginData.html +3 -3
- package/docs/interfaces/ModelTVVideoPluginData.html +3 -3
- package/docs/interfaces/ModelTVVideoPluginExportType.html +3 -3
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +3 -3
- package/docs/interfaces/ModelViewPluginExportType.html +3 -3
- package/docs/interfaces/Object3DHelperState.html +3 -3
- package/docs/interfaces/ObjectHelperControllers.html +3 -3
- package/docs/interfaces/PaintBrushAction.html +3 -3
- package/docs/interfaces/PaintBrushConfigs.html +3 -3
- package/docs/interfaces/PaintBrushState.html +3 -3
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +3 -3
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +3 -3
- package/docs/interfaces/PanoMeasureParameterType.html +3 -3
- package/docs/interfaces/PanoMeasurePluginLineJson.html +3 -3
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +3 -3
- package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -3
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +3 -3
- package/docs/interfaces/PanoRulerPluginExportType.html +3 -3
- package/docs/interfaces/PanoRulerPluginOptions.html +3 -3
- package/docs/interfaces/PanoRulerPluginParameterType.html +3 -3
- package/docs/interfaces/PanoRulerProPluginExportType.html +3 -3
- package/docs/interfaces/PanoRulerProPluginOptions.html +3 -3
- package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -3
- package/docs/interfaces/PanoRulerProPluginState.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginData.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +3 -3
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +3 -3
- package/docs/interfaces/Point.html +3 -3
- package/docs/interfaces/Room.html +3 -3
- package/docs/interfaces/RoomInfo.html +3 -3
- package/docs/interfaces/RoomLabel.html +3 -3
- package/docs/interfaces/RoomRules.html +3 -3
- package/docs/interfaces/Rooms.html +3 -3
- package/docs/interfaces/Scissor.html +3 -3
- package/docs/interfaces/State.html +3 -3
- package/docs/interfaces/TagCacheInterface.html +3 -3
- package/docs/interfaces/TagConfig.html +3 -3
- package/docs/interfaces/TagGLTFObjectGroup.html +3 -3
- package/docs/interfaces/TagIconUrl.html +3 -3
- package/docs/interfaces/TagObjectGroup.html +3 -3
- package/docs/interfaces/TagStyle.html +3 -3
- package/docs/interfaces/Tags.html +3 -3
- package/docs/interfaces/TemporaryState.html +3 -3
- package/docs/interfaces/Util.BlinkAnimeOptions.html +379 -0
- package/docs/interfaces/Util.MagnifierParameter.html +8 -4
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -4
- package/docs/interfaces/Util.PointIntersection.html +8 -4
- package/docs/interfaces/Util.ReBlinkAnimeOptions.html +386 -0
- package/docs/modules/AreaMakerPluginType.html +3 -3
- package/docs/modules/CruisePluginTypes.html +3 -3
- package/docs/modules/CurrentPanoImagePluginType.html +3 -3
- package/docs/modules/GuideLineItem.html +3 -3
- package/docs/modules/GuideLineModeItem.html +3 -3
- package/docs/modules/GuideLinePluginType.html +3 -3
- package/docs/modules/ModelMakerPluginType.html +3 -3
- package/docs/modules/PanoVideoPluginType.html +3 -3
- package/docs/modules/SculptData.html +3 -3
- package/docs/modules/Util.html +12 -4
- package/docs/modules.html +4 -4
- package/docs/types/AddObject3DHelperConfig.html +3 -3
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +3 -3
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +3 -3
- package/docs/types/AreaMakerPluginType.PluginData.html +3 -3
- package/docs/types/AreaMakerPluginType.ServerData.html +3 -3
- package/docs/types/ArrayPosition.html +3 -3
- package/docs/types/AudioAppearance.html +3 -3
- package/docs/types/CSS3DRenderExportType.html +3 -3
- package/docs/types/CSS3DRenderPluginExportType.html +3 -3
- package/docs/types/CSS3DRenderPluginParameterType.html +3 -3
- package/docs/types/ClassFunctionParameters.html +3 -3
- package/docs/types/Color.html +3 -3
- package/docs/types/ContentTypeConfigKey.html +3 -3
- package/docs/types/ContentTypeConfigKeySplit.html +3 -3
- package/docs/types/ContentTypeMap.html +3 -3
- package/docs/types/Create3DDomContainerReturnType.html +3 -3
- package/docs/types/Create3DElementReturnType.html +3 -3
- package/docs/types/CruisePluginExportType.html +3 -3
- package/docs/types/CruisePluginTypes.CruiseData.html +3 -3
- package/docs/types/CruisePluginTypes.MoveEffect.html +3 -3
- package/docs/types/CurrentPanoImagePluginExportType.html +3 -3
- package/docs/types/DeprecatedMediaPlaneProperty.html +3 -3
- package/docs/types/DeprecatedTagProperty.html +3 -3
- package/docs/types/Direction-1.html +3 -3
- package/docs/types/Direction4.html +3 -3
- package/docs/types/ElementRenderer.html +3 -3
- package/docs/types/FloorplanRuleLabels.html +3 -3
- package/docs/types/FloorplanServerRuleLabels.html +3 -3
- package/docs/types/GuideLinePluginExportType.html +3 -3
- package/docs/types/GuideLinePluginType.GuideLineItem.html +3 -3
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +3 -3
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +3 -3
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +3 -3
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +3 -3
- package/docs/types/GuideLinePluginType.PathItem.html +3 -3
- package/docs/types/GuideLinePluginType.PluginData.html +3 -3
- package/docs/types/HelperEventMap.html +3 -3
- package/docs/types/InternalHelperEventMap.html +3 -3
- package/docs/types/LoadTagConfig.html +3 -3
- package/docs/types/MapviewFloorplanPluginParameterType.html +3 -3
- package/docs/types/MapviewFloorplanPluginReturnType.html +3 -3
- package/docs/types/MediaData.html +3 -3
- package/docs/types/MediaStore.html +3 -3
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +3 -3
- package/docs/types/ModelFloorplanPluginParameterType.html +3 -3
- package/docs/types/ModelFloorplanPluginReturnType.html +3 -3
- package/docs/types/ModelId.html +3 -3
- package/docs/types/ModelMakerPluginType.ElementRenderer.html +3 -3
- package/docs/types/ModelMakerPluginType.ItemType.html +3 -3
- package/docs/types/ModelRoomLabelPluginParameters.html +3 -3
- package/docs/types/ModelRoomLabelPluginReturnType.html +3 -3
- package/docs/types/MoveArgs.html +3 -3
- package/docs/types/MoveOpts.html +3 -3
- package/docs/types/Object3DHelperEventMap.html +3 -3
- package/docs/types/ObjectFit.html +3 -3
- package/docs/types/PaintBrushEventMap.html +3 -3
- package/docs/types/PanoCompassPluginData.html +3 -3
- package/docs/types/PanoCompassPluginExportType.html +3 -3
- package/docs/types/PanoCompassPluginParameterType.html +3 -3
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +3 -3
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +3 -3
- package/docs/types/PanoIndex.html +3 -3
- package/docs/types/PanoMeasurePluginEvent.html +3 -3
- package/docs/types/PanoMeasureReturnType.html +3 -3
- package/docs/types/PanoSpatialTagPluginId.html +3 -3
- package/docs/types/PanoTagPluginExportInterface.html +3 -3
- package/docs/types/PanoTagPluginParamsInterface.html +3 -3
- package/docs/types/PanoVideoPluginParameterType.html +3 -3
- package/docs/types/PanoVideoPluginReturnType.html +3 -3
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +3 -3
- package/docs/types/PipelinePluginParameterType.html +3 -3
- package/docs/types/PipelinePluginReturnType.html +3 -3
- package/docs/types/PlaneTag.html +3 -3
- package/docs/types/Point2DTag.html +3 -3
- package/docs/types/Point3DTag.html +3 -3
- package/docs/types/PointTag.html +3 -3
- package/docs/types/PointTagInstance.html +3 -3
- package/docs/types/Position.html +3 -3
- package/docs/types/PositionFrom.html +3 -3
- package/docs/types/RotateArgs.html +3 -3
- package/docs/types/RotateOpts.html +3 -3
- package/docs/types/RuleLabelsKey.html +3 -3
- package/docs/types/RuleLabelsValue.html +3 -3
- package/docs/types/ScaleCallback.html +3 -3
- package/docs/types/ScalePosition.html +3 -3
- package/docs/types/SculptData.BoxData.html +3 -3
- package/docs/types/SculptData.CircleData.html +3 -3
- package/docs/types/SculptData.CylinderData.html +3 -3
- package/docs/types/SculptData.PointData.html +3 -3
- package/docs/types/SculptData.PolygonData.html +3 -3
- package/docs/types/SculptData.PolylineData.html +3 -3
- package/docs/types/SculptData.PrismData.html +3 -3
- package/docs/types/SculptData.RectangleData.html +3 -3
- package/docs/types/StickType.html +3 -3
- package/docs/types/Tag.html +3 -3
- package/docs/types/Tag2D.html +3 -3
- package/docs/types/Tag3D.html +3 -3
- package/docs/types/TagConfigByKey.html +3 -3
- package/docs/types/TagContentType.html +3 -3
- package/docs/types/TagContentTypeMapping.html +3 -3
- package/docs/types/TagDimensionType.html +3 -3
- package/docs/types/TagElement.html +3 -3
- package/docs/types/TagEvents.html +3 -3
- package/docs/types/TagGLTFObject.html +3 -3
- package/docs/types/TagHooks.html +3 -3
- package/docs/types/TagId.html +3 -3
- package/docs/types/TagInstance.html +3 -3
- package/docs/types/TagPointType.html +3 -3
- package/docs/types/TagRendererMap.html +3 -3
- package/docs/types/TopviewFloorplanPluginParameterType.html +3 -3
- package/docs/types/TopviewFloorplanPluginReturnType.html +3 -3
- package/docs/types/WorkCode.html +3 -3
- package/docs/variables/FLOOR_TYPE_MAP.html +3 -3
- package/docs/variables/PLUGIN.html +3 -3
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +3 -3
- package/docs/variables/ROOM_TYPE_MAP.html +3 -3
- package/docs/variables/defaultGlobalConfig.html +3 -3
- package/docs/variables/itemLabelPluginServerParams.html +3 -3
- package/docs/variables/modelItemLabelPluginServerParams.html +3 -3
- package/docs/variables/modelRoomLabelPluginServerParams.html +3 -3
- package/libs/AreaMakerPlugin/Controller.js +3 -2
- package/libs/AreaMakerPlugin/index.js +3 -2
- package/libs/AreaMakerPlugin/utils/Item.js +3 -2
- package/libs/CSS3DRenderPlugin/Controller.js +3 -2
- package/libs/CSS3DRenderPlugin/index.js +6 -5
- package/libs/CruisePlugin/BaseController.js +5 -4
- package/libs/CruisePlugin/Move.js +2 -2
- package/libs/CruisePlugin/Work.js +3 -3
- package/libs/CruisePlugin/index.js +2 -2
- package/libs/CurrentPanoImagePlugin/Controller.js +8 -7
- package/libs/CurrentPanoImagePlugin/index.js +4 -3
- package/libs/GuideLinePlugin/Controller.js +3 -3
- package/libs/GuideLinePlugin/GuideLineItem.js +2 -2
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +3 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +2 -2
- package/libs/GuideLinePlugin/index.js +2 -2
- package/libs/ModelMakerPlugin/Controller.js +3 -2
- package/libs/ModelMakerPlugin/index.js +3 -2
- package/libs/ModelMakerPlugin/item/baseItem.js +16 -16
- package/libs/ModelTVVideoPlugin/Plugin.js +4 -3
- package/libs/ModelTVVideoPlugin/index.js +3 -2
- package/libs/Object3DHelperPlugin/Controller.js +3 -2
- package/libs/Object3DHelperPlugin/index.js +6 -5
- package/libs/PanoCompassPlugin/Controller.js +14 -13
- package/libs/PanoCompassPlugin/index.js +4 -3
- package/libs/PanoDoorLabelPlugin/BaseController.js +10 -9
- package/libs/PanoDoorLabelPlugin/Controller.js +55 -54
- package/libs/PanoDoorLabelPlugin/index.js +4 -3
- package/libs/PanoMeasurePlugin/Components/Controller0.js +21 -20
- package/libs/PanoMeasurePlugin/Components/Controller1.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/EditController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
- package/libs/PanoMeasurePlugin/Model/area.js +3 -2
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -2
- package/libs/PanoMeasurePlugin/index.js +14 -13
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +3 -2
- package/libs/PanoSpatialTagPlugin/Plugin.js +4 -3
- package/libs/PanoSpatialTagPlugin/index.js +1 -0
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -2
- package/libs/PanoTagPlugin/controller/TagCache.js +3 -2
- package/libs/PanoTagPlugin/controller/TagComputer.js +8 -7
- package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
- package/libs/PanoTagPlugin/controller/TagUtil.js +3 -2
- package/libs/PanoTagPlugin/controller/index.js +12 -12
- package/libs/PanoTagPlugin/index.js +2 -2
- package/libs/PanoVideoPlugin/Controller.js +1 -1
- package/libs/PanoVideoPlugin/VideoMeshController.js +6 -6
- package/libs/PanoVideoPlugin/index.js +1 -1
- package/libs/PipelinePlugin/Controller.js +3 -2
- package/libs/PipelinePlugin/index.js +4 -3
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +3 -2
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +3 -2
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +1 -0
- package/libs/Sculpt/Meshes/Box.js +3 -2
- package/libs/Sculpt/Meshes/Cylinder.js +3 -2
- package/libs/Sculpt/Meshes/Line.js +3 -2
- package/libs/Sculpt/Meshes/LineWithDots.js +3 -2
- package/libs/Sculpt/Meshes/Point.js +3 -2
- package/libs/Sculpt/Meshes/Polyline.js +5 -4
- package/libs/Sculpt/Meshes/Prism.d.ts +5 -0
- package/libs/Sculpt/Meshes/Prism.js +24 -14
- package/libs/Sculpt/Meshes/Rectangle.js +3 -2
- package/libs/Sculpt/Objects/Base/index.js +24 -20
- package/libs/Sculpt/Objects/Box/Editor.js +1 -1
- package/libs/Sculpt/Objects/Polyline/Editor.js +11 -10
- package/libs/Sculpt/Objects/Prism/Editor.js +2 -2
- package/libs/Sculpt/index.js +13 -12
- package/libs/Sculpt/utils/three/ColoredMesh.js +7 -6
- package/libs/base/BasePlugin.js +7 -6
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +3 -2
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -3
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +3 -2
- package/libs/floorplan/ModelFloorplanPlugin/index.js +4 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +9 -8
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +19 -18
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +4 -3
- package/libs/floorplan/index.js +1 -0
- package/libs/index.js +2 -2
- package/libs/shared-utils/index.js +25 -22
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/PointDomHelper.js +3 -2
- package/libs/shared-utils/three/PointSelectorHelper.js +3 -2
- package/libs/shared-utils/three/blink.js +84 -73
- package/libs/shared-utils/three/index.d.ts +1 -0
- package/libs/shared-utils/three/index.js +1 -0
- package/package.json +1 -1
|
@@ -15,14 +15,14 @@ var f = (d, n, t) => new Promise((e, i) => {
|
|
|
15
15
|
var s = (h) => {
|
|
16
16
|
try {
|
|
17
17
|
a(t.next(h));
|
|
18
|
-
} catch (
|
|
19
|
-
i(
|
|
18
|
+
} catch (p) {
|
|
19
|
+
i(p);
|
|
20
20
|
}
|
|
21
21
|
}, r = (h) => {
|
|
22
22
|
try {
|
|
23
23
|
a(t.throw(h));
|
|
24
|
-
} catch (
|
|
25
|
-
i(
|
|
24
|
+
} catch (p) {
|
|
25
|
+
i(p);
|
|
26
26
|
}
|
|
27
27
|
}, a = (h) => h.done ? e(h.value) : Promise.resolve(h.value).then(s, r);
|
|
28
28
|
a((t = t.apply(d, n)).next());
|
|
@@ -43,6 +43,7 @@ import "@realsee/five";
|
|
|
43
43
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
44
44
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
45
45
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
46
|
+
import "animejs";
|
|
46
47
|
import { isNil as k } from "../../shared-utils/isNil.js";
|
|
47
48
|
import "../../shared-utils/isTruelyObject.js";
|
|
48
49
|
import "../../vendor/svelte/internal/index.js";
|
|
@@ -91,9 +92,9 @@ import "../../shared-utils/three/centerPoint.js";
|
|
|
91
92
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
92
93
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
93
94
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
94
|
-
class
|
|
95
|
+
class Jt extends M {
|
|
95
96
|
constructor(t, e) {
|
|
96
|
-
var h,
|
|
97
|
+
var h, p;
|
|
97
98
|
super(t);
|
|
98
99
|
// =============== public properties =================
|
|
99
100
|
o(this, "name", "topviewFloorplanPlugin");
|
|
@@ -123,8 +124,8 @@ class qt extends M {
|
|
|
123
124
|
o(this, "updateSize", () => {
|
|
124
125
|
if (!this.data || !this.container || !this.wrapper || this.five.getCurrentState().mode !== "Topview")
|
|
125
126
|
return !1;
|
|
126
|
-
const { min: t, max: e } = this.data.bounding, i = e.x - t.x, s = e.y - t.y, r = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, a = D(this.five, this.wrapper, this.floorIndex, r), h = Math.ceil(i * a),
|
|
127
|
-
return this.size.width === h && this.size.height ===
|
|
127
|
+
const { min: t, max: e } = this.data.bounding, i = e.x - t.x, s = e.y - t.y, r = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, a = D(this.five, this.wrapper, this.floorIndex, r), h = Math.ceil(i * a), p = Math.ceil(s * a);
|
|
128
|
+
return this.size.width === h && this.size.height === p || (this.container.style.width = h + "px", this.container.style.height = p + "px", this.size = { width: h, height: p }), !0;
|
|
128
129
|
});
|
|
129
130
|
/** 销毁插件 */
|
|
130
131
|
o(this, "dispose", () => {
|
|
@@ -189,7 +190,7 @@ class qt extends M {
|
|
|
189
190
|
imageURL: this.staticPrefix + "/release/web/saas/missing-floorplan.e274c596.png",
|
|
190
191
|
imageWidth: 200,
|
|
191
192
|
imageHeight: 120,
|
|
192
|
-
text: (
|
|
193
|
+
text: (p = (h = e.i18n) == null ? void 0 : h.call(e, "暂无平面图")) != null ? p : "暂无平面图",
|
|
193
194
|
textFontSize: 14
|
|
194
195
|
};
|
|
195
196
|
const i = {
|
|
@@ -210,23 +211,23 @@ class qt extends M {
|
|
|
210
211
|
attachedTo: _.BOUNDING_CENTER,
|
|
211
212
|
getLabelElement: void 0,
|
|
212
213
|
missingFloorConfig: l(l({}, this.defaultMissingFloorConfig), e.missingFloorConfig),
|
|
213
|
-
i18n: (
|
|
214
|
+
i18n: (c) => c,
|
|
214
215
|
adaptiveRoomLabelVisibleEnable: !0,
|
|
215
|
-
getRoomAreaText: (
|
|
216
|
-
getRoomDimensionText: (
|
|
217
|
-
getRuleDistanceText: (
|
|
216
|
+
getRoomAreaText: (c) => (c / 1e6).toFixed(1) + "㎡",
|
|
217
|
+
getRoomDimensionText: (c, w) => (c / 1e3).toFixed(1) + "m × " + (w / 1e3).toFixed(1) + "m",
|
|
218
|
+
getRuleDistanceText: (c) => c.toString()
|
|
218
219
|
}, s = e ? T(e, ["selector", "scale"]) : {}, r = l(l({}, i.missingFloorConfig), s.missingFloorConfig), a = m(l(l({}, i), s), { missingFloorConfig: r });
|
|
219
220
|
this.state = { enabled: !0, visible: !1, config: a }, this.initContainer(), t.model.loaded ? this.onFiveModelLoaded() : t.once("modelLoaded", this.onFiveModelLoaded), t.once("dispose", this.dispose), this.addEventListener();
|
|
220
221
|
}
|
|
221
222
|
load(t, e, i = !0) {
|
|
222
223
|
return f(this, null, function* () {
|
|
223
|
-
function s(
|
|
224
|
-
return Object.prototype.hasOwnProperty.apply(
|
|
224
|
+
function s(c) {
|
|
225
|
+
return Object.prototype.hasOwnProperty.apply(c, ["version"]);
|
|
225
226
|
}
|
|
226
227
|
const r = t;
|
|
227
228
|
r && k(r.version) && console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");
|
|
228
|
-
const a = JSON.parse(JSON.stringify(t)), h = s(a) ? a.data : a,
|
|
229
|
-
this.data = yield v(h), this.hooks.emit("dataLoaded", this.data), this.hooks.emit("dataChange", this.data,
|
|
229
|
+
const a = JSON.parse(JSON.stringify(t)), h = s(a) ? a.data : a, p = this.data;
|
|
230
|
+
this.data = yield v(h), this.hooks.emit("dataLoaded", this.data), this.hooks.emit("dataChange", this.data, p), e && this.updateState(e, i), this.render();
|
|
230
231
|
});
|
|
231
232
|
}
|
|
232
233
|
/** 更新户型图位置 */
|
|
@@ -364,5 +365,5 @@ class qt extends M {
|
|
|
364
365
|
}
|
|
365
366
|
}
|
|
366
367
|
export {
|
|
367
|
-
|
|
368
|
+
Jt as Controller
|
|
368
369
|
};
|
|
@@ -56,6 +56,7 @@ import "../../shared-utils/three/getObjectVisible.js";
|
|
|
56
56
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
57
57
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
58
58
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
59
|
+
import "animejs";
|
|
59
60
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
60
61
|
import "../../shared-utils/five/changeMode.js";
|
|
61
62
|
import "../../shared-utils/nearlyEqual.js";
|
|
@@ -63,8 +64,8 @@ import "../../shared-utils/to.js";
|
|
|
63
64
|
import "../../shared-utils/getPxmm.js";
|
|
64
65
|
import "../../shared-utils/changeModelCanvasOpacity.js";
|
|
65
66
|
import "../../shared-utils/isNil.js";
|
|
66
|
-
const
|
|
67
|
+
const go = (o, r) => new t(o, r);
|
|
67
68
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
go as TopviewFloorplanPlugin,
|
|
70
|
+
go as default
|
|
70
71
|
};
|
package/libs/floorplan/index.js
CHANGED
package/libs/index.js
CHANGED
|
@@ -70,6 +70,7 @@ import "./CSS3DRenderPlugin/Controller.js";
|
|
|
70
70
|
import "./CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
71
71
|
import "./CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
72
72
|
import "hammerjs";
|
|
73
|
+
import "animejs";
|
|
73
74
|
import "./shared-utils/url/absoluteUrl.js";
|
|
74
75
|
import "./shared-utils/positionToVector3.js";
|
|
75
76
|
import "./CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -303,7 +304,6 @@ import "./PanoTagPlugin/Components/Common/Line/Straight.js";
|
|
|
303
304
|
import "./PanoTagPlugin/Components/Common/Shadow.js";
|
|
304
305
|
import "./PanoTagPlugin/Components/Common/Text/FlyMText.js";
|
|
305
306
|
import "./PanoTagPlugin/Components/Common/Text/FlyText.js";
|
|
306
|
-
import "animejs";
|
|
307
307
|
import "./PanoTagPlugin/utils/search.js";
|
|
308
308
|
import "./PanoTagPlugin/utils/constants.js";
|
|
309
309
|
import "./PanoTagPlugin/Components/Common/Arrow.js";
|
|
@@ -362,10 +362,10 @@ import "./PanoTagPlugin/Components/Tag/CustomTag.js";
|
|
|
362
362
|
import "./PanoTagPlugin/Components/Common/TagPoint.js";
|
|
363
363
|
import "./shared-utils/three/GLTFLoader.js";
|
|
364
364
|
import "@realsee/five/gltf-loader";
|
|
365
|
+
import "./shared-utils/three/blink.js";
|
|
365
366
|
import "./shared-utils/five/fiveModelLoad.js";
|
|
366
367
|
import "./PanoTagPlugin/utils/DebugUtil.js";
|
|
367
368
|
import "./CruisePlugin/utils/sleep.js";
|
|
368
|
-
import "./shared-utils/three/blink.js";
|
|
369
369
|
import "./GuideLinePlugin/Components/Tag.js";
|
|
370
370
|
import "./GuideLinePlugin/utils/index.js";
|
|
371
371
|
import "./CruisePlugin/BaseController.js";
|
|
@@ -10,16 +10,17 @@ import { PointDomHelper as f } from "./three/PointDomHelper.js";
|
|
|
10
10
|
import { PointSelectorHelper as a } from "./three/PointSelectorHelper.js";
|
|
11
11
|
import { Object3D as s } from "./three/core/Object3D.js";
|
|
12
12
|
import { LineSegments as g } from "./three/objects/LineSegments.js";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
|
|
13
|
+
import { blink as c, reblink as d } from "./three/blink.js";
|
|
14
|
+
import { isNil as u, notNil as F } from "./isNil.js";
|
|
15
|
+
import { uuid as b } from "./uuid.js";
|
|
16
|
+
import { absoluteUrl as P, isAbsoluteURL as v } from "./url/absoluteUrl.js";
|
|
17
|
+
import { getFrameTime as k, nextFrame as L, requestAnimationFrameInterval as M } from "./animationFrame/index.js";
|
|
18
|
+
import { equal as R } from "./equal.js";
|
|
19
|
+
import { isModelLike as S, isPanoramaLike as _ } from "./five/mode.js";
|
|
20
|
+
import { BetterTween as j, tweenProgress as x } from "./animationFrame/BetterTween.js";
|
|
21
|
+
const V = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
21
22
|
__proto__: null,
|
|
22
|
-
BetterTween:
|
|
23
|
+
BetterTween: j,
|
|
23
24
|
Interval: o,
|
|
24
25
|
LineSegments: g,
|
|
25
26
|
Magnifier: t,
|
|
@@ -28,24 +29,26 @@ const J = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
28
29
|
PointHelper: l,
|
|
29
30
|
PointSelectorHelper: a,
|
|
30
31
|
Rectangle: r,
|
|
31
|
-
absoluteUrl:
|
|
32
|
+
absoluteUrl: P,
|
|
33
|
+
blink: c,
|
|
32
34
|
checkFiveModelLoaded: e,
|
|
33
|
-
equal:
|
|
35
|
+
equal: R,
|
|
34
36
|
getCoordsFromClient: m,
|
|
35
37
|
getCoordsFromElement: i,
|
|
36
|
-
getFrameTime:
|
|
38
|
+
getFrameTime: k,
|
|
37
39
|
getIntersectFromRelativePosition: p,
|
|
38
40
|
getRaycasterFromFivePointer: n,
|
|
39
|
-
isAbsoluteURL:
|
|
40
|
-
isModelLike:
|
|
41
|
-
isNil:
|
|
42
|
-
isPanoramaLike:
|
|
43
|
-
nextFrame:
|
|
44
|
-
notNil:
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
isAbsoluteURL: v,
|
|
42
|
+
isModelLike: S,
|
|
43
|
+
isNil: u,
|
|
44
|
+
isPanoramaLike: _,
|
|
45
|
+
nextFrame: L,
|
|
46
|
+
notNil: F,
|
|
47
|
+
reblink: d,
|
|
48
|
+
requestAnimationFrameInterval: M,
|
|
49
|
+
tweenProgress: x,
|
|
50
|
+
uuid: b
|
|
48
51
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
49
52
|
export {
|
|
50
|
-
|
|
53
|
+
V as index
|
|
51
54
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.29.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.29.9",
|
|
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",
|
|
@@ -7,8 +7,9 @@ import "hammerjs";
|
|
|
7
7
|
import "@realsee/five";
|
|
8
8
|
import { rangePieceImg as h } from "../../PanoMeasurePlugin/Modules/rangePiece/html.js";
|
|
9
9
|
import { CSS3DRenderPlugin as b } from "../../CSS3DRenderPlugin/index.js";
|
|
10
|
+
import "animejs";
|
|
10
11
|
import { BetterTween as u } from "../animationFrame/BetterTween.js";
|
|
11
|
-
class
|
|
12
|
+
class I {
|
|
12
13
|
constructor(e) {
|
|
13
14
|
n(this, "five");
|
|
14
15
|
n(this, "contentElement", document.createElement("div"));
|
|
@@ -57,5 +58,5 @@ class C {
|
|
|
57
58
|
}
|
|
58
59
|
}
|
|
59
60
|
export {
|
|
60
|
-
|
|
61
|
+
I as PointDomHelper
|
|
61
62
|
};
|
|
@@ -6,7 +6,8 @@ import { Subscribe as d } from "@realsee/five";
|
|
|
6
6
|
import { Magnifier as m } from "./Magnifier.js";
|
|
7
7
|
import { PointHelper as o } from "./PointHelper.js";
|
|
8
8
|
import { PointDomHelper as f } from "./PointDomHelper.js";
|
|
9
|
-
|
|
9
|
+
import "animejs";
|
|
10
|
+
class D {
|
|
10
11
|
constructor(i, e) {
|
|
11
12
|
t(this, "five");
|
|
12
13
|
t(this, "hooks", new d());
|
|
@@ -46,5 +47,5 @@ class c {
|
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
D as PointSelectorHelper
|
|
50
51
|
};
|
|
@@ -1,95 +1,106 @@
|
|
|
1
|
-
var
|
|
2
|
-
var k = Object.getOwnPropertyDescriptors;
|
|
1
|
+
var R = Object.defineProperty;
|
|
3
2
|
var H = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
|
|
3
|
+
var w = Object.prototype.hasOwnProperty, x = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var S = (e, a, t) => a in e ? R(e, a, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[a] = t, g = (e, a) => {
|
|
5
|
+
for (var t in a || (a = {}))
|
|
6
|
+
w.call(a, t) && S(e, t, a[t]);
|
|
8
7
|
if (H)
|
|
9
|
-
for (var
|
|
10
|
-
|
|
11
|
-
return
|
|
12
|
-
}
|
|
13
|
-
var
|
|
14
|
-
var
|
|
8
|
+
for (var t of H(a))
|
|
9
|
+
x.call(a, t) && S(e, t, a[t]);
|
|
10
|
+
return e;
|
|
11
|
+
};
|
|
12
|
+
var E = (e, a, t) => new Promise((r, s) => {
|
|
13
|
+
var l = (y) => {
|
|
15
14
|
try {
|
|
16
|
-
t
|
|
17
|
-
} catch (
|
|
18
|
-
|
|
15
|
+
d(t.next(y));
|
|
16
|
+
} catch (i) {
|
|
17
|
+
s(i);
|
|
19
18
|
}
|
|
20
|
-
},
|
|
19
|
+
}, f = (y) => {
|
|
21
20
|
try {
|
|
22
|
-
t
|
|
23
|
-
} catch (
|
|
24
|
-
|
|
21
|
+
d(t.throw(y));
|
|
22
|
+
} catch (i) {
|
|
23
|
+
s(i);
|
|
25
24
|
}
|
|
26
|
-
},
|
|
27
|
-
|
|
25
|
+
}, d = (y) => y.done ? r(y.value) : Promise.resolve(y.value).then(l, f);
|
|
26
|
+
d((t = t.apply(e, a)).next());
|
|
28
27
|
});
|
|
29
|
-
import
|
|
30
|
-
import { toArray as
|
|
31
|
-
const
|
|
32
|
-
function
|
|
33
|
-
|
|
34
|
-
var
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
28
|
+
import D from "animejs";
|
|
29
|
+
import { toArray as v } from "../util.js";
|
|
30
|
+
const c = /* @__PURE__ */ new Map(), T = /* @__PURE__ */ new Map();
|
|
31
|
+
function b(e) {
|
|
32
|
+
v(e).forEach((t) => {
|
|
33
|
+
var r, s;
|
|
34
|
+
c.has(t) || (t instanceof HTMLElement ? c.set(t, {
|
|
35
|
+
opacity: t.style.opacity === "" ? void 0 : t.style.opacity,
|
|
36
|
+
visible: {
|
|
37
|
+
display: t.style.display,
|
|
38
|
+
visibility: t.style.visibility
|
|
39
|
+
}
|
|
40
|
+
}) : t.isObject3D && c.set(t, {
|
|
41
|
+
opacity: (r = t.material) == null ? void 0 : r.opacity,
|
|
42
|
+
transparent: (s = t.material) == null ? void 0 : s.transparent,
|
|
43
|
+
visible: t.visible
|
|
44
|
+
}));
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
function k(e) {
|
|
48
|
+
v(e).forEach((t) => {
|
|
49
|
+
const r = c.get(t);
|
|
50
|
+
r && (t instanceof HTMLElement && (t.style.opacity = r.opacity, t.style.display = r.visible.display, t.style.visibility = r.visible.visibility, t.style.display = r.visible.display), t.isObject3D && (t.visible = r.visible, t.material && (t.material.opacity = r.opacity, t.material.transparent = r.transparent)), c.delete(t));
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
function N(e, a) {
|
|
54
|
+
return E(this, null, function* () {
|
|
55
|
+
var d, y;
|
|
56
|
+
const t = (d = a == null ? void 0 : a.traverseTHREEObject) != null ? d : !0;
|
|
57
|
+
let r = v(e);
|
|
58
|
+
const s = [];
|
|
59
|
+
r.forEach((i) => {
|
|
60
|
+
i instanceof HTMLElement ? s.push(i) : i.isObject3D && (t ? (s.push(i), i.traverse((u) => {
|
|
61
|
+
u && s.push(u);
|
|
62
|
+
})) : s.push(i));
|
|
63
|
+
}), r = [...new Set(s)], b(r);
|
|
64
|
+
const l = D(g({
|
|
65
|
+
targets: r,
|
|
45
66
|
duration: 300,
|
|
46
67
|
easing: "linear",
|
|
47
68
|
direction: "alternate",
|
|
48
69
|
loop: 4,
|
|
49
|
-
autoplay: !1
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
t.animatables.forEach((v) => {
|
|
70
|
+
autoplay: !1,
|
|
71
|
+
update: (i) => {
|
|
72
|
+
var u;
|
|
73
|
+
i.animatables.forEach((L) => {
|
|
54
74
|
var M;
|
|
55
|
-
const
|
|
56
|
-
if (!
|
|
75
|
+
const p = L.target;
|
|
76
|
+
if (!c.has(p))
|
|
57
77
|
return;
|
|
58
|
-
const h = Number((M =
|
|
59
|
-
|
|
60
|
-
}), (
|
|
78
|
+
const h = Number((M = c.get(p).opacity) != null ? M : 1) * (100 - i.progress) / 100;
|
|
79
|
+
p instanceof HTMLElement ? p.style.opacity = String(h) : p.material && (p.material.opacity = h, p.material.transparent = !0);
|
|
80
|
+
}), (u = a == null ? void 0 : a.updateRender) == null || u.call(a);
|
|
61
81
|
}
|
|
62
|
-
}));
|
|
63
|
-
|
|
64
|
-
u.has(t) || (t instanceof HTMLElement ? u.set(t, {
|
|
65
|
-
opacity: t.style.opacity === "" ? void 0 : t.style.opacity
|
|
66
|
-
}) : t.material && u.set(t, {
|
|
67
|
-
opacity: t.material.opacity,
|
|
68
|
-
transparent: t.material.transparent
|
|
69
|
-
}));
|
|
70
|
-
const r = L.get(t);
|
|
71
|
-
r == null || r.pause(), r == null || r.seek(0), L.set(t, y);
|
|
72
|
-
}), y.play(), yield y.finished, c.forEach((t) => {
|
|
73
|
-
const r = u.get(t);
|
|
74
|
-
r && (t instanceof HTMLElement && (t.style.opacity = r.opacity), t.material && (t.material.opacity = r.opacity, t.material.transparent = r.transparent, t.material.needsUpdate = !0), u.delete(t));
|
|
75
|
-
});
|
|
82
|
+
}, a)), f = T.get(e);
|
|
83
|
+
f == null || f.pause(), f == null || f.seek(0), T.set(e, l), l.play(), yield l.finished, k(r), (y = a == null ? void 0 : a.updateRender) == null || y.call(a);
|
|
76
84
|
});
|
|
77
85
|
}
|
|
78
|
-
function C(
|
|
79
|
-
return
|
|
80
|
-
return
|
|
81
|
-
update: (
|
|
82
|
-
var
|
|
83
|
-
|
|
84
|
-
var
|
|
85
|
-
const
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
function C(e, a) {
|
|
87
|
+
return E(this, null, function* () {
|
|
88
|
+
return N(e, g({
|
|
89
|
+
update: (t) => {
|
|
90
|
+
var r;
|
|
91
|
+
t.animatables.forEach((s) => {
|
|
92
|
+
var i, u;
|
|
93
|
+
const l = s.target;
|
|
94
|
+
if (!c.has(l))
|
|
95
|
+
return;
|
|
96
|
+
const f = c.get(l), y = ((u = (i = f == null ? void 0 : f.opacity) != null ? i : a == null ? void 0 : a.maxOpacity) != null ? u : 1) * (t.progress / 100);
|
|
97
|
+
l instanceof HTMLElement ? (l.style.opacity = String(y), l.style.visibility = "visible") : l.isObject3D && (v(e).includes(l) && (l.visible = !0), l.material && (l.material.opacity = y, l.material.transparent = !0));
|
|
98
|
+
}), (r = a == null ? void 0 : a.updateRender) == null || r.call(a);
|
|
88
99
|
}
|
|
89
|
-
}));
|
|
100
|
+
}, a));
|
|
90
101
|
});
|
|
91
102
|
}
|
|
92
103
|
export {
|
|
93
|
-
|
|
104
|
+
N as blink,
|
|
94
105
|
C as reblink
|
|
95
106
|
};
|
|
@@ -2,5 +2,6 @@ import "hammerjs";
|
|
|
2
2
|
import "three";
|
|
3
3
|
import "@realsee/five";
|
|
4
4
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
5
|
+
import "animejs";
|
|
5
6
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
6
7
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|