@realsee/dnalogel 2.16.0-1 → 2.16.0-11
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/components/index.js +688 -240
- package/dist/CruisePlugin/index.d.ts +2 -0
- package/dist/CruisePlugin/typing.d.ts +35 -40
- package/dist/GuideLinePlugin/Controller.d.ts +6 -3
- package/dist/GuideLinePlugin/GuideLineItem.d.ts +6 -0
- package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +45 -4
- package/dist/GuideLinePlugin/index.d.ts +2 -1
- package/dist/GuideLinePlugin/typing.d.ts +36 -5
- package/dist/GuideLinePlugin/utils/createLineGeometry.d.ts +5 -1
- package/dist/GuideLinePlugin/utils/index.d.ts +6 -0
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
- package/dist/PanoTagPlugin/controller/TagUtil.d.ts +5 -5
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +3 -1
- package/dist/index.cjs.js +119 -87
- package/dist/index.js +17164 -10135
- package/dist/index.umd.js +112 -80
- package/dist/shared-utils/animationFrame/BetterTween.d.ts +3 -2
- package/dist/shared-utils/animationFrame/index.d.ts +1 -1
- package/dist/shared-utils/animationFrame/tween.d.ts +32 -23
- package/dist/shared-utils/five/changeMode.d.ts +2 -4
- package/dist/shared-utils/svelte/resizeObserver.d.ts +2 -10
- package/dist/shared-utils/svelte/resizeObserverGlobal.d.ts +10 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +33 -31
- package/docs/classes/CruisePluginController.html +40 -38
- package/docs/classes/GuideLineItem.GuideLineItem.html +57 -23
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +246 -49
- package/docs/classes/Magnifier.html +22 -20
- package/docs/classes/ModelRoomLabelController.html +13 -11
- package/docs/classes/Object3DHelperController.html +27 -25
- package/docs/classes/PaintBrush.html +17 -15
- package/docs/classes/PanoMeasurePluginLine.html +25 -23
- package/docs/classes/PanoMeasurePluginModel.html +24 -22
- package/docs/classes/PanoMeasurePluginPoint.html +16 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +28 -26
- package/docs/classes/PanoTagPluginController.html +49 -47
- package/docs/classes/Util.BetterTween.html +31 -18
- package/docs/classes/Util.FivePointSelector.html +14 -12
- package/docs/classes/Util.Interval.html +14 -12
- package/docs/classes/Util.Magnifier.html +19 -17
- package/docs/classes/Util.PointDomHelper.html +13 -11
- package/docs/classes/Util.PointHelper.html +13 -11
- package/docs/classes/Util.Rectangle.html +15 -13
- package/docs/enums/CameraMovementEffect.html +9 -7
- package/docs/enums/ContentType.html +21 -19
- package/docs/enums/DIRECTION.html +11 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +11 -9
- package/docs/enums/DimensionType.html +9 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +10 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +11 -9
- package/docs/enums/PaintBrushTypeEnum.html +10 -8
- package/docs/enums/Rotation.html +10 -8
- package/docs/functions/CSS3DRenderPlugin.html +6 -4
- package/docs/functions/CameraMovementPlugin.html +6 -4
- package/docs/functions/CruisePlugin.html +6 -4
- package/docs/functions/GuideLinePlugin.html +7 -5
- package/docs/functions/ItemLabelPlugin.html +6 -4
- package/docs/functions/MapviewFloorplanPlugin.html +6 -4
- package/docs/functions/ModelChassisCompassPlugin.html +6 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -4
- package/docs/functions/ModelFloorplanPlugin.html +6 -4
- package/docs/functions/ModelItemLabelPlugin.html +6 -4
- package/docs/functions/ModelRoomLabelPlugin.html +6 -4
- package/docs/functions/ModelTVVideoPlugin.html +6 -4
- package/docs/functions/ModelViewPlugin.html +6 -4
- package/docs/functions/Object3DHelperPlugin.html +6 -4
- package/docs/functions/PanoCompassPlugin.html +6 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +6 -4
- package/docs/functions/PanoDoorLabelPlugin.html +6 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +6 -4
- package/docs/functions/PanoMeasurePlugin.html +6 -4
- package/docs/functions/PanoRulerPlugin.html +6 -4
- package/docs/functions/PanoRulerProPlugin.html +6 -4
- package/docs/functions/PanoSpatialTagPlugin.html +6 -4
- package/docs/functions/PanoTagPlugin.html +6 -4
- package/docs/functions/PanoVideoPlugin.html +6 -4
- package/docs/functions/TopviewFloorplanPlugin.html +6 -4
- package/docs/functions/Util.getCoordsFromClient.html +7 -5
- package/docs/functions/Util.getCoordsFromElement.html +7 -5
- package/docs/functions/Util.getFrameTime.html +7 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +7 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +7 -5
- package/docs/functions/Util.isAbsoluteURL.html +7 -5
- package/docs/functions/Util.isModelLike.html +7 -5
- package/docs/functions/Util.isNil.html +7 -5
- package/docs/functions/Util.isPanoramaLike.html +7 -5
- package/docs/functions/Util.nextFrame.html +20 -7
- package/docs/functions/Util.notNil.html +7 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +7 -5
- package/docs/functions/Util.tweenProgress.html +9 -18
- package/docs/functions/Util.uuid.html +7 -5
- package/docs/functions/pluginFlag.html +7 -5
- package/docs/index.html +6 -4
- package/docs/interfaces/AddTagConfig.html +8 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +13 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +10 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +9 -7
- package/docs/interfaces/CruisePluginTypes.Config.html +107 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +112 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +429 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +129 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +151 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +153 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +102 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +83 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +148 -0
- package/docs/interfaces/EventMap.html +17 -15
- package/docs/interfaces/FloorplanBounding.html +10 -8
- package/docs/interfaces/FloorplanData.html +12 -10
- package/docs/interfaces/FloorplanEntrance.html +13 -11
- package/docs/interfaces/FloorplanExtraObject.html +12 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +10 -8
- package/docs/interfaces/FloorplanFloorData.html +11 -9
- package/docs/interfaces/FloorplanImagePosition.html +9 -7
- package/docs/interfaces/FloorplanObserver.html +11 -9
- package/docs/interfaces/FloorplanOutlineItem.html +11 -9
- package/docs/interfaces/FloorplanPosition.html +9 -7
- package/docs/interfaces/FloorplanRoomItem.html +15 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +9 -7
- package/docs/interfaces/FloorplanServerBounding.html +10 -8
- package/docs/interfaces/FloorplanServerComputedData.html +12 -10
- package/docs/interfaces/FloorplanServerData.html +9 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +12 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +10 -8
- package/docs/interfaces/FloorplanServerEntrance.html +13 -11
- package/docs/interfaces/FloorplanServerFloorData.html +11 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +9 -7
- package/docs/interfaces/FloorplanServerObserver.html +11 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +11 -9
- package/docs/interfaces/FloorplanServerPosition.html +9 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +16 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +9 -7
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +102 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +259 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +93 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +88 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +127 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +86 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +179 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTag.html +209 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +293 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV1.html +77 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +72 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +83 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +93 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +104 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +93 -0
- package/docs/interfaces/HelperOffset.html +10 -8
- package/docs/interfaces/ImagePlaneGroup.html +8 -6
- package/docs/interfaces/ItemLabelPluginData.html +8 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +13 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +11 -9
- package/docs/interfaces/MinMax.html +9 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +9 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +10 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +9 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +10 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +10 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +8 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +13 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +9 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +8 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +11 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +10 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +8 -6
- package/docs/interfaces/ModelViewPluginExportType.html +13 -11
- package/docs/interfaces/Object3DHelperState.html +10 -8
- package/docs/interfaces/ObjectHelperControllers.html +11 -9
- package/docs/interfaces/PaintBrushAction.html +14 -12
- package/docs/interfaces/PaintBrushConfigs.html +14 -12
- package/docs/interfaces/PaintBrushState.html +12 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +12 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -5
- package/docs/interfaces/PanoMeasureParameterType.html +16 -14
- package/docs/interfaces/PanoMeasurePluginLineJson.html +10 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +9 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +9 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +10 -8
- package/docs/interfaces/PanoRulerPluginExportType.html +12 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +9 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +10 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +11 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +9 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +9 -7
- package/docs/interfaces/PanoRulerProPluginState.html +10 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +13 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +12 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +15 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +12 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +15 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +13 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +12 -10
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +8 -6
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +10 -8
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +8 -6
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +17 -15
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +8 -6
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +10 -8
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +12 -10
- package/docs/interfaces/Point.html +10 -8
- package/docs/interfaces/Room.html +11 -9
- package/docs/interfaces/RoomInfo.html +9 -7
- package/docs/interfaces/RoomLabel.html +16 -14
- package/docs/interfaces/RoomRules.html +7 -5
- package/docs/interfaces/Rooms.html +7 -5
- package/docs/interfaces/Scissor.html +11 -9
- package/docs/interfaces/State.html +10 -8
- package/docs/interfaces/TagCacheInterface.html +14 -12
- package/docs/interfaces/TagConfig.html +13 -11
- package/docs/interfaces/TagGLTFObjectGroup.html +8 -6
- package/docs/interfaces/TagIconUrl.html +28 -17
- package/docs/interfaces/TagObjectGroup.html +8 -6
- package/docs/interfaces/TagStyle.html +8 -6
- package/docs/interfaces/Tags.html +11 -9
- package/docs/interfaces/TemporaryState.html +8 -6
- package/docs/interfaces/Util.MagnifierParameter.html +13 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +10 -8
- package/docs/modules/CruisePluginTypes.html +88 -0
- package/docs/modules/GuideLineItem.html +7 -5
- package/docs/modules/GuideLineModeItem.html +7 -5
- package/docs/modules/GuideLinePluginType.html +108 -0
- package/docs/modules/PanoVideoPluginType.html +7 -5
- package/docs/modules/Util.html +7 -5
- package/docs/modules.html +9 -5
- package/docs/types/ArrayPosition.html +7 -5
- package/docs/types/AudioAppearance.html +7 -5
- package/docs/types/AudioTagTypeConfigKey.html +7 -5
- package/docs/types/CSS3DRenderExportType.html +7 -5
- package/docs/types/CSS3DRenderPluginExportType.html +7 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +7 -5
- package/docs/types/ClassFunctionParameters.html +7 -5
- package/docs/types/Color.html +7 -5
- package/docs/types/ContentTypeConfigKey.html +7 -5
- package/docs/types/ContentTypeConfigKeySplit.html +7 -5
- package/docs/types/ContentTypeMap.html +7 -5
- package/docs/types/Create3DDomContainerReturnType.html +7 -5
- package/docs/types/Create3DElementReturnType.html +7 -5
- package/docs/types/CruisePluginExportType.html +7 -5
- package/docs/types/CruisePluginTypes.CruiseData.html +60 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +60 -0
- package/docs/types/Direction-1.html +7 -5
- package/docs/types/Direction4.html +7 -5
- package/docs/types/FloorplanRuleLabels.html +7 -5
- package/docs/types/FloorplanServerRuleLabels.html +7 -5
- package/docs/types/GuideLinePluginExportType.html +7 -5
- package/docs/types/GuideLinePluginType.GuideLineItem.html +72 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +105 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +70 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +72 -0
- package/docs/types/GuideLinePluginType.PathItem.html +72 -0
- package/docs/types/GuideLinePluginType.PluginData.html +70 -0
- package/docs/types/HelperEventMap.html +7 -5
- package/docs/types/LoadTagConfig.html +7 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +7 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +7 -5
- package/docs/types/MediaData.html +7 -5
- package/docs/types/MediaStore.html +7 -5
- package/docs/types/ModelElement.html +7 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +7 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +7 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +7 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +7 -5
- package/docs/types/MoveArgs.html +7 -5
- package/docs/types/MoveOpts.html +7 -5
- package/docs/types/Object3DHelperEventMap.html +7 -5
- package/docs/types/ObjectFit.html +7 -5
- package/docs/types/PaintBrushEventMap.html +7 -5
- package/docs/types/PanoCompassPluginData.html +7 -5
- package/docs/types/PanoCompassPluginExportType.html +7 -5
- package/docs/types/PanoCompassPluginParameterType.html +7 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -5
- package/docs/types/PanoIndex.html +7 -5
- package/docs/types/PanoMeasurePluginEvent.html +7 -5
- package/docs/types/PanoMeasureReturnType.html +7 -5
- package/docs/types/PanoSpatialTagPluginId.html +7 -5
- package/docs/types/PanoTagPluginExportInterface.html +7 -5
- package/docs/types/PanoTagPluginParamsInterface.html +7 -5
- package/docs/types/PanoVideoPluginParameterType.html +7 -5
- package/docs/types/PanoVideoPluginReturnType.html +7 -5
- package/docs/types/PlaneTag.html +7 -5
- package/docs/types/PlaneTagElement.html +7 -5
- package/docs/types/Point2DElement.html +7 -5
- package/docs/types/Point2DTag.html +7 -5
- package/docs/types/Point3DElement.html +7 -5
- package/docs/types/Point3DTag.html +7 -5
- package/docs/types/PointTag.html +7 -5
- package/docs/types/PointTagElement.html +7 -5
- package/docs/types/Position.html +7 -5
- package/docs/types/RotateArgs.html +7 -5
- package/docs/types/RotateOpts.html +7 -5
- package/docs/types/RuleLabelsKey.html +7 -5
- package/docs/types/RuleLabelsValue.html +7 -5
- package/docs/types/StickType.html +7 -5
- package/docs/types/Tag.html +7 -5
- package/docs/types/Tag2D.html +7 -5
- package/docs/types/Tag3D.html +7 -5
- package/docs/types/TagContentType.html +7 -5
- package/docs/types/TagDimensionType.html +7 -5
- package/docs/types/TagElement.html +7 -5
- package/docs/types/TagEvents.html +7 -5
- package/docs/types/TagGLTFObject.html +7 -5
- package/docs/types/TagHooks.html +7 -5
- package/docs/types/TagIconSize.html +7 -5
- package/docs/types/TagId.html +7 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +7 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +7 -5
- package/docs/types/WorkCode.html +7 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +7 -5
- package/docs/variables/PLUGIN.html +7 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -5
- package/docs/variables/ROOM_TYPE_MAP.html +7 -5
- package/docs/variables/itemLabelPluginServerParams.html +7 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +7 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +7 -5
- package/libs/CSS3DRenderPlugin/Controller.js +47 -13
- package/libs/CSS3DRenderPlugin/index.js +6 -8
- package/libs/CSS3DRenderPlugin/utils/even.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +3 -0
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +37 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +1 -1
- package/libs/CameraMovementPlugin/CameraMovementPlugin.js +22 -18
- package/libs/CameraMovementPlugin/index.js +7 -9
- package/libs/CruisePlugin/Controller.js +350 -135
- package/libs/CruisePlugin/index.d.ts +2 -0
- package/libs/CruisePlugin/index.js +123 -11
- package/libs/CruisePlugin/typing/index.js +6 -0
- package/libs/CruisePlugin/typing.d.ts +35 -40
- package/libs/CruisePlugin/utils/coordinatesToVector.js +3 -0
- package/libs/GuideLinePlugin/Components/Tag.js +50 -0
- package/libs/GuideLinePlugin/Controller.d.ts +6 -3
- package/libs/GuideLinePlugin/Controller.js +237 -103
- package/libs/GuideLinePlugin/GuideLineItem/index.js +109 -22
- package/libs/GuideLinePlugin/GuideLineItem.d.ts +6 -0
- package/libs/GuideLinePlugin/GuideLineItem.js +134 -7
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +192 -69
- package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +45 -4
- package/libs/GuideLinePlugin/GuideLineModeItem.js +116 -4
- package/libs/GuideLinePlugin/index.d.ts +2 -1
- package/libs/GuideLinePlugin/index.js +133 -13
- package/libs/GuideLinePlugin/typing.d.ts +36 -5
- package/libs/GuideLinePlugin/typing.js +32 -1
- package/libs/GuideLinePlugin/utils/createLineGeometry.d.ts +5 -1
- package/libs/GuideLinePlugin/utils/createLineGeometry.js +40 -26
- package/libs/GuideLinePlugin/utils/getPoint.js +4 -0
- package/libs/GuideLinePlugin/utils/index.d.ts +6 -0
- package/libs/GuideLinePlugin/utils/index.js +30 -10
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +83 -34
- package/libs/ItemLabelPlugin/ItemLabelItem.js +91 -14
- package/libs/ItemLabelPlugin/Plugin.js +2 -2
- package/libs/ItemLabelPlugin/index.js +8 -9
- package/libs/ModelChassisCompassPlugin/Plugin.js +25 -25
- package/libs/ModelChassisCompassPlugin/index.js +3 -4
- package/libs/ModelEntryDoorGuidePlugin/Plugin.js +14 -14
- package/libs/ModelEntryDoorGuidePlugin/index.js +3 -4
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +46 -10
- package/libs/ModelItemLabelPlugin/ItemLabelItem.js +60 -7
- package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +3 -3
- package/libs/ModelItemLabelPlugin/index.js +6 -7
- package/libs/ModelRoomLabelPlugin/Controller.js +18 -1
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +58 -4
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +50 -20
- package/libs/ModelTVVideoPlugin/Plugin.js +6 -8
- package/libs/ModelTVVideoPlugin/index.js +6 -9
- package/libs/ModelViewPlugin/Plugin.js +3 -3
- package/libs/ModelViewPlugin/index.js +3 -4
- package/libs/Object3DHelperPlugin/Controller.js +62 -42
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +2 -1
- package/libs/Object3DHelperPlugin/index.js +7 -9
- package/libs/PanoCompassPlugin/Controller.js +54 -4
- package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -1
- package/libs/PanoCompassPlugin/index.js +3 -3
- package/libs/PanoDoorLabelPlugin/BaseController.js +37 -12
- package/libs/PanoDoorLabelPlugin/Controller.js +9 -6
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +39 -13
- package/libs/PanoDoorLabelPlugin/index.js +5 -7
- package/libs/PanoMeasurePlugin/Controller/EditController.js +22 -4
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +9 -5
- package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +2 -2
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +5 -5
- package/libs/PanoMeasurePlugin/Controller/index.js +42 -12
- package/libs/PanoMeasurePlugin/Model/index.js +4 -4
- package/libs/PanoMeasurePlugin/Model/line.js +8 -8
- package/libs/PanoMeasurePlugin/Model/polyline.js +25 -24
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +2 -1
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +21 -20
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +14 -10
- package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +6 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +15 -12
- package/libs/PanoMeasurePlugin/index.js +14 -15
- package/libs/PanoMeasurePlugin/typings/index.js +1 -3
- package/libs/PanoRulerPlugin/Plugin.js +54 -54
- package/libs/PanoRulerPlugin/index.js +3 -4
- package/libs/PanoRulerProPlugin/Controller.js +14 -15
- package/libs/PanoRulerProPlugin/RulerItem.js +134 -45
- package/libs/PanoRulerProPlugin/RulerItems.js +49 -40
- package/libs/PanoRulerProPlugin/index.js +4 -5
- package/libs/PanoSpatialTagPlugin/Components/origins.js +47 -8
- package/libs/PanoSpatialTagPlugin/Components/tag.js +79 -3
- package/libs/PanoSpatialTagPlugin/Plugin.js +5 -7
- package/libs/PanoSpatialTagPlugin/index.js +4 -7
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +45 -20
- package/libs/PanoTagPlugin/Components/Common/Audio.js +46 -8
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +218 -54
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +64 -11
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +50 -27
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +151 -26
- package/libs/PanoTagPlugin/Components/Common/Media.js +222 -89
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +171 -22
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +100 -28
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +90 -11
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +66 -13
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +69 -27
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +87 -13
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +29 -6
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +99 -14
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +169 -44
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +31 -6
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +11 -4
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +90 -35
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +33 -7
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +174 -35
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +76 -24
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +87 -14
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +84 -17
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +23 -6
- package/libs/PanoTagPlugin/Components/Tag/index.js +265 -41
- package/libs/PanoTagPlugin/Components/TagContainer.js +111 -58
- package/libs/PanoTagPlugin/Components/TagItem.js +247 -71
- package/libs/PanoTagPlugin/controller/TagCache.js +21 -19
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
- package/libs/PanoTagPlugin/controller/TagComputer.js +45 -18
- package/libs/PanoTagPlugin/controller/TagRender.js +46 -15
- package/libs/PanoTagPlugin/controller/TagUtil.d.ts +5 -5
- package/libs/PanoTagPlugin/controller/TagUtil.js +25 -9
- package/libs/PanoTagPlugin/controller/index.js +95 -33
- package/libs/PanoTagPlugin/index.js +18 -19
- package/libs/PanoTagPlugin/tag.config.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +3 -1
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +4 -0
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.js +7 -7
- package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +4 -0
- package/libs/PanoTagPlugin/utils/tagPosition.js +1 -1
- package/libs/PanoVideoPlugin/Controller.js +53 -39
- package/libs/PanoVideoPlugin/VideoMeshController.js +89 -43
- package/libs/PanoVideoPlugin/index.js +6 -7
- package/libs/_commonjsHelpers.js +4 -0
- package/libs/base/BasePlugin.js +23 -15
- package/libs/base/BasePluginWithData.js +2 -2
- package/libs/components/PaintBrush/Controller.js +15 -4
- package/libs/components/PaintBrush/Subscribe.js +37 -0
- package/libs/components/PaintBrush/index.js +17 -4
- package/libs/components/PaintBrush/tween.js +2 -2
- package/libs/components/index.js +1 -1
- package/libs/floorplan/Components/BaseImage.js +24 -6
- package/libs/floorplan/Components/Camera.js +73 -27
- package/libs/floorplan/Components/Compass.js +20 -3
- package/libs/floorplan/Components/CurrentFloor.js +189 -50
- package/libs/floorplan/Components/Main.js +202 -54
- package/libs/floorplan/Components/Normalmage.js +5 -2
- package/libs/floorplan/Components/RoomHighlight/Room.js +38 -5
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +105 -58
- package/libs/floorplan/Components/RoomLabels/RoomLabel.js +91 -18
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +106 -37
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +42 -13
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +15 -3
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +40 -3
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +37 -3
- package/libs/floorplan/Components/RuleLabels/RuleItem.js +125 -51
- package/libs/floorplan/Components/RuleLabels/RuleLabels.js +80 -15
- package/libs/floorplan/Components/SvgImage.js +18 -6
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +117 -75
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -6
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +96 -53
- package/libs/floorplan/ModelFloorplanPlugin/index.js +4 -6
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +43 -15
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +83 -22
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +61 -39
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +128 -33
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +39 -36
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -6
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +83 -63
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -6
- package/libs/floorplan/index.js +1 -3
- package/libs/floorplan/typings/floorplanServerData.js +80 -80
- package/libs/index.js +138 -127
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +29 -1
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +10 -1
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -1
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +5 -2
- package/libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js +9 -8
- package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -0
- package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -1
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +4 -1
- package/libs/shared-utils/Object3DHelper/index.js +15 -0
- package/libs/shared-utils/Subscribe.js +38 -1
- package/libs/shared-utils/animationFrame/BetterTween.d.ts +3 -2
- package/libs/shared-utils/animationFrame/BetterTween.js +19 -12
- package/libs/shared-utils/animationFrame/index.d.ts +1 -1
- package/libs/shared-utils/animationFrame/index.js +14 -14
- package/libs/shared-utils/animationFrame/tween.d.ts +32 -23
- package/libs/shared-utils/animationFrame/tween.js +15 -15
- package/libs/shared-utils/audio.js +9 -9
- package/libs/shared-utils/changeModelCanvasOpacity.js +1 -1
- package/libs/shared-utils/createCanvasTextTexture.js +3 -3
- package/libs/shared-utils/five/changeMode.d.ts +2 -4
- package/libs/shared-utils/five/changeMode.js +37 -28
- package/libs/shared-utils/index.js +15 -15
- package/libs/shared-utils/log.js +2 -2
- package/libs/shared-utils/math/Interval.js +2 -0
- package/libs/shared-utils/math/Rectangle.js +2 -0
- package/libs/shared-utils/svelte/resizeObserver.d.ts +2 -10
- package/libs/shared-utils/svelte/resizeObserverGlobal.d.ts +10 -0
- package/libs/shared-utils/three/FivePointSelector.js +1 -1
- package/libs/shared-utils/three/Magnifier.js +10 -7
- package/libs/shared-utils/three/PointDomHelper.js +11 -10
- package/libs/shared-utils/three/index.js +1 -2
- package/libs/shared-utils/three/loadTexture.js +10 -10
- package/libs/shared-utils/threex/domevents/index.js +2 -2
- package/libs/vendor/@tweenjs/tween/dist/tween.esm.js.js +403 -0
- package/libs/vendor/classnames/index.js +47 -0
- package/libs/vendor/easy-reactive/main.js +3 -0
- package/libs/vendor/{simply-reactive → easy-reactive}/src/simply-reactive.js +8 -8
- package/libs/vendor/{simply-reactive → easy-reactive}/src/utils/object.js +1 -1
- package/libs/vendor/gl-vec2/add.js +7 -0
- package/libs/vendor/gl-vec2/dot.js +7 -0
- package/libs/vendor/gl-vec2/normalize.js +8 -0
- package/libs/vendor/gl-vec2/set.js +7 -0
- package/libs/vendor/gl-vec2/subtract.js +7 -0
- package/libs/vendor/lodash.clonedeep/index.js +457 -0
- package/libs/vendor/lodash.get/index.js +236 -0
- package/libs/vendor/lodash.isequal/index.js +489 -0
- package/libs/vendor/object-assign-deep/objectAssignDeep.js +62 -0
- package/libs/vendor/polyline-miter-util/index.js +18 -0
- package/libs/vendor/polyline-normals/index.js +28 -0
- package/libs/vendor/resize-observer-polyfill/dist/ResizeObserver.es.js +155 -134
- package/libs/vendor/svelte/easing/index.js +4 -5
- package/libs/vendor/svelte/index.js +1 -1
- package/libs/vendor/svelte/internal/index.js +412 -388
- package/libs/vendor/svelte/store/index.js +6 -6
- package/libs/vendor/svelte/transition/index.js +23 -20
- package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +41 -3
- package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +338 -71
- package/libs/vendor/svelte-carousel/src/components/Carousel/createCarousel.js +7 -1
- package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +19 -3
- package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +30 -7
- package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +15 -3
- package/libs/vendor/svelte-carousel/src/utils/clones.js +1 -0
- package/libs/vendor/svelte-carousel/src/utils/lazy.js +3 -0
- package/package.json +11 -13
- package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +0 -4
- package/libs/vendor/simply-reactive/main.js +0 -3
- /package/libs/vendor/{simply-reactive → easy-reactive}/src/utils/subscription.js +0 -0
- /package/libs/vendor/{simply-reactive → easy-reactive}/src/utils/watcher.js +0 -0
|
@@ -2,9 +2,9 @@ var a = Object.defineProperty;
|
|
|
2
2
|
var m = (r, i, t) => i in r ? a(r, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[i] = t;
|
|
3
3
|
var s = (r, i, t) => (m(r, typeof i != "symbol" ? i + "" : i, t), t);
|
|
4
4
|
import P from "./line.js";
|
|
5
|
-
import
|
|
6
|
-
import { uuid as
|
|
7
|
-
import { Subscribe as
|
|
5
|
+
import g from "./point.js";
|
|
6
|
+
import { uuid as L } from "../../shared-utils/uuid.js";
|
|
7
|
+
import { Subscribe as v } from "@realsee/five";
|
|
8
8
|
import "three";
|
|
9
9
|
import "../utils/line.js";
|
|
10
10
|
import "@realsee/five/line";
|
|
@@ -12,29 +12,29 @@ import "../utils/constants.js";
|
|
|
12
12
|
import "../utils/distanceDom.js";
|
|
13
13
|
import "../utils/isNDCPointInScreen.js";
|
|
14
14
|
import "../../shared-utils/removeArrayItem.js";
|
|
15
|
-
class
|
|
15
|
+
class R {
|
|
16
16
|
constructor(i) {
|
|
17
|
-
s(this, "id",
|
|
17
|
+
s(this, "id", L());
|
|
18
18
|
s(this, "lines", []);
|
|
19
19
|
s(this, "points", []);
|
|
20
20
|
s(this, "visiblePanoIndexes");
|
|
21
21
|
s(this, "model");
|
|
22
22
|
s(this, "type", "polyline");
|
|
23
|
-
s(this, "hook", new
|
|
23
|
+
s(this, "hook", new v());
|
|
24
24
|
this.model = i.model;
|
|
25
25
|
}
|
|
26
26
|
addLine(i) {
|
|
27
27
|
if (this.includes(i)) {
|
|
28
|
-
console.error(new Error("
|
|
28
|
+
console.error(new Error("不能重复添加线段"));
|
|
29
29
|
return;
|
|
30
30
|
}
|
|
31
|
-
const t = this.getLastPoint(),
|
|
32
|
-
t ? t &&
|
|
31
|
+
const t = this.getLastPoint(), l = t && i.findAnotherPoint(t);
|
|
32
|
+
t ? t && l ? (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i)) : console.error(new Error("传入线段无法与当前折线进行连接")) : (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i));
|
|
33
33
|
}
|
|
34
34
|
removeLine(i) {
|
|
35
35
|
if (this.lines.length !== 0) {
|
|
36
36
|
if (!this.isLastLine(i)) {
|
|
37
|
-
console.error(new Error("
|
|
37
|
+
console.error(new Error("传入线段不是当前折线的最后一段"));
|
|
38
38
|
return;
|
|
39
39
|
}
|
|
40
40
|
this.lines.pop(), this.lines.length === 0 ? this.points.slice(0, this.points.length) : this.points.pop(), this.hook.emit("lineRemoved", i);
|
|
@@ -50,6 +50,7 @@ class J {
|
|
|
50
50
|
clear() {
|
|
51
51
|
this.lines.slice(0, this.lines.length), this.points.slice(0, this.points.length);
|
|
52
52
|
}
|
|
53
|
+
/** 是否产生重叠 */
|
|
53
54
|
overlapWith(i) {
|
|
54
55
|
return i.type === "point" ? this.includes(i) : i.type === "line" ? i.points.some((t) => this.includes(t)) : i.type === "polyline" ? i.points.some((t) => this.includes(t)) : !0;
|
|
55
56
|
}
|
|
@@ -74,27 +75,27 @@ class J {
|
|
|
74
75
|
}
|
|
75
76
|
fromJson(i) {
|
|
76
77
|
this.clear(), this.id = i.id;
|
|
77
|
-
const { getPoint: t, getAllPoints:
|
|
78
|
-
const [
|
|
79
|
-
if (!n || !
|
|
80
|
-
throw new Error("
|
|
81
|
-
const o = new P(n,
|
|
78
|
+
const { getPoint: t, getAllPoints: l } = f(), d = i.lines.map((e) => {
|
|
79
|
+
const [p, u] = e.points, n = t(p), h = t(u);
|
|
80
|
+
if (!n || !h)
|
|
81
|
+
throw new Error("线上的点不存在");
|
|
82
|
+
const o = new P(n, h, this.model);
|
|
82
83
|
return o.id = e.id, o.text = e.text, o;
|
|
83
|
-
}), c =
|
|
84
|
+
}), c = l();
|
|
84
85
|
this.points.push(...c), this.lines.push(...d), this.visiblePanoIndexes = i.visiblePanoIndexes;
|
|
85
86
|
function f() {
|
|
86
87
|
const e = /* @__PURE__ */ new Map();
|
|
87
|
-
function
|
|
88
|
-
const
|
|
89
|
-
if (
|
|
90
|
-
return
|
|
91
|
-
const o = new
|
|
88
|
+
function p(n) {
|
|
89
|
+
const h = e.get(n.id);
|
|
90
|
+
if (h)
|
|
91
|
+
return h;
|
|
92
|
+
const o = new g(n.position);
|
|
92
93
|
return o.id = n.id, e.set(n.id, o), o;
|
|
93
94
|
}
|
|
94
|
-
function
|
|
95
|
+
function u() {
|
|
95
96
|
return Array.from(e.values());
|
|
96
97
|
}
|
|
97
|
-
return { getPoint:
|
|
98
|
+
return { getPoint: p, getAllPoints: u };
|
|
98
99
|
}
|
|
99
100
|
return this;
|
|
100
101
|
}
|
|
@@ -103,5 +104,5 @@ class J {
|
|
|
103
104
|
}
|
|
104
105
|
}
|
|
105
106
|
export {
|
|
106
|
-
|
|
107
|
+
R as Polyline
|
|
107
108
|
};
|
|
@@ -26,7 +26,7 @@ class D {
|
|
|
26
26
|
}), this.cancelDelete = (t == null ? void 0 : t.cancelDelete) || (() => {
|
|
27
27
|
}), this.container.classList.add("fpm__delete"), this.container.style.opacity = "0", this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "10px", this.container.style.transform = "translate3d(0, 0, 10px)", this.container.style.pointerEvents = "none", this.container.style.transition = "top 200ms ease, opacity 200ms ease", this.container.style.zIndex = "99", this.content.classList.add("fpm__delete-content"), this.content.style.width = "62px", this.content.style.height = "26px", this.content.style.display = "flex", this.content.style.alignItems = "center", this.content.style.justifyContent = "center", this.content.style.transform = "translate(-50%, -50%)", this.content.style.color = "#fff", this.content.style.fontSize = "12px", this.content.style.lineHeight = "17px", this.content.style.borderRadius = "11px", this.content.style.backgroundSize = "100% 100%", this.content.style.cursor = "pointer", this.content.style.userSelect = "none", this.content.style.backgroundImage = `url(${p})`, this.content.innerHTML = `
|
|
28
28
|
${f}
|
|
29
|
-
<span>${(r = (o = t.i18n) == null ? void 0 : o.call(t, "
|
|
29
|
+
<span>${(r = (o = t.i18n) == null ? void 0 : o.call(t, "删除")) != null ? r : "删除"}</span>
|
|
30
30
|
`, this.container.append(this.content);
|
|
31
31
|
const s = this.content.querySelector(".fpm__delete-icon");
|
|
32
32
|
s && (s.style.width = "16px", s.style.height = "17px", s.style.marginRight = "1px"), this.content.addEventListener("click", this.onClick), this.content.addEventListener("mouseenter", this.onMouseEnter), this.content.addEventListener("mouseleave", this.onMouseLeave), this.masking.setAttribute("style", "position: absolute;top: 0;left: 0;bottom: 0;right: 0;pointer-events: none;"), this.masking.addEventListener("click", this.cancelDelete), this.masking.addEventListener("touchstart", this.cancelDelete);
|
|
@@ -61,7 +61,7 @@ class D {
|
|
|
61
61
|
return this.visible = !1, this.masking.style.pointerEvents = "none", this.container.style.opacity = "0", this.container.style.top = "10px", this.container.style.pointerEvents = "none", this;
|
|
62
62
|
}
|
|
63
63
|
show() {
|
|
64
|
-
return console.trace("
|
|
64
|
+
return console.trace("🐶 ~ show"), this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.top = "0", this.container.style.pointerEvents = "auto", this;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
export {
|
|
@@ -6,8 +6,9 @@ class u {
|
|
|
6
6
|
constructor(e) {
|
|
7
7
|
i(this, "edges", []);
|
|
8
8
|
i(this, "five");
|
|
9
|
+
/** 模型加载后获取折线 */
|
|
9
10
|
i(this, "onModelLoaded", () => {
|
|
10
|
-
|
|
11
|
+
this.five.model && (this.edges = this.five.model.getEdges());
|
|
11
12
|
});
|
|
12
13
|
this.five = e, this.five.model.loaded ? this.onModelLoaded() : this.five.on("modelLoaded", this.onModelLoaded);
|
|
13
14
|
}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
class
|
|
1
|
+
var o = Object.defineProperty;
|
|
2
|
+
var a = (n, t, e) => t in n ? o(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
|
|
3
|
+
var i = (n, t, e) => (a(n, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
class r {
|
|
5
5
|
constructor(t, e) {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
i(this, "measureController");
|
|
7
|
+
i(this, "textDom", document.createElement("span"));
|
|
8
|
+
i(this, "container", document.createElement("div"));
|
|
9
|
+
i(this, "hasAnchor", !1);
|
|
10
|
+
/** 是否曾经切换到 Watch 模式过 */
|
|
11
|
+
i(this, "hasChangedToWatch", !1);
|
|
12
|
+
i(this, "_params");
|
|
13
|
+
i(this, "onModelChange", (t) => {
|
|
13
14
|
var e;
|
|
14
15
|
if (t === "View") {
|
|
15
16
|
this.hide();
|
|
@@ -19,15 +20,15 @@ class h {
|
|
|
19
20
|
this.hasChangedToWatch ? (this.textDom.innerText = "", this.hide()) : (this.show(), this.hasChangedToWatch = !0);
|
|
20
21
|
return;
|
|
21
22
|
}
|
|
22
|
-
t === "Edit" && (this.textDom.innerText = (e = this._params.firstPointTip) != null ? e : "
|
|
23
|
+
t === "Edit" && (this.textDom.innerText = (e = this._params.firstPointTip) != null ? e : "请选择第一个测量点,Esc或单击鼠标右键可取消选择", this.show());
|
|
23
24
|
});
|
|
24
|
-
|
|
25
|
-
var e,
|
|
26
|
-
!this.hasAnchor &&
|
|
25
|
+
i(this, "anchorChange", (t) => {
|
|
26
|
+
var e, s;
|
|
27
|
+
!this.hasAnchor && t ? (this.hasAnchor = !0, this.textDom.innerText = (e = this._params.nextPointTip) != null ? e : "选择下一个测量点,Esc或单击鼠标右键取消选择") : t || (this.hasAnchor = !1, this.textDom.innerText = (s = this._params.firstPointTip) != null ? s : "请选择第一个测量点,Esc或单击鼠标右键可取消选择");
|
|
27
28
|
});
|
|
28
|
-
|
|
29
|
+
i(this, "onEditedLineChange", (t) => {
|
|
29
30
|
var e;
|
|
30
|
-
t.lines.length === 1 && (this.textDom.innerText = (e = this._params.endTip) != null ? e : "
|
|
31
|
+
t.lines.length === 1 && (this.textDom.innerText = (e = this._params.endTip) != null ? e : "可以连续选择测量点,或点击下方“结束”按钮完成测量(Esc取消,Command+S保存)");
|
|
31
32
|
});
|
|
32
33
|
this._params = e, this.initDom(), e.container.append(this.container), this.measureController = t, t.hook.on("modeChange", this.onModelChange), t.hook.on("anchorChange", this.anchorChange), t.hook.on("editedPolylineChange", this.onEditedLineChange);
|
|
33
34
|
}
|
|
@@ -41,11 +42,11 @@ class h {
|
|
|
41
42
|
return this.container.style.opacity = "0", this.container.style.transform = "translate(0, -10px)", this.measureController.hook.off("modeChange", this.onModelChange), this.measureController.hook.off("anchorChange", this.anchorChange), this.measureController.hook.off("editedPolylineChange", this.onEditedLineChange), this;
|
|
42
43
|
}
|
|
43
44
|
initDom() {
|
|
44
|
-
var
|
|
45
|
+
var s;
|
|
45
46
|
const t = this.container, e = this.textDom;
|
|
46
|
-
t.classList.add("fpm__guide-container"), t.style.position = "absolute", t.style.top = "0px", t.style.left = "0px", t.style.width = "100%", t.style.height = "110px", t.style.display = "flex", t.style.alignItems = "center", t.style.justifyContent = "center", t.style.transform = "translate(0, -10px)", t.style.background = "linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)", t.style.transition = "opacity 500ms ease-in-out, transform 500ms ease-in-out", t.style.opacity = "0", e.classList.add("fpm__guide-text"), e.style.color = "#fff", e.style.fontSize = "20px", e.innerText = (
|
|
47
|
+
t.classList.add("fpm__guide-container"), t.style.position = "absolute", t.style.top = "0px", t.style.left = "0px", t.style.width = "100%", t.style.height = "110px", t.style.display = "flex", t.style.alignItems = "center", t.style.justifyContent = "center", t.style.transform = "translate(0, -10px)", t.style.background = "linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)", t.style.transition = "opacity 500ms ease-in-out, transform 500ms ease-in-out", t.style.opacity = "0", e.classList.add("fpm__guide-text"), e.style.color = "#fff", e.style.fontSize = "20px", e.innerText = (s = this._params.startTip) != null ? s : "点击下方“开始”按钮开始测距", t.appendChild(e);
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
50
|
export {
|
|
50
|
-
|
|
51
|
+
r as GuideController
|
|
51
52
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var p = Object.defineProperty;
|
|
2
|
-
var
|
|
3
|
-
var n = (r, t, e) => (
|
|
4
|
-
import
|
|
2
|
+
var b = (r, t, e) => t in r ? p(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
|
|
3
|
+
var n = (r, t, e) => (b(r, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import C from "hammerjs";
|
|
5
5
|
import * as l from "three";
|
|
6
6
|
import { Subscribe as w } from "@realsee/five";
|
|
7
7
|
function d(r, t, e) {
|
|
@@ -52,7 +52,7 @@ class S {
|
|
|
52
52
|
});
|
|
53
53
|
var i, h, a;
|
|
54
54
|
if (!t.renderer)
|
|
55
|
-
throw new Error("Five Render
|
|
55
|
+
throw new Error("Five Render 未初始化");
|
|
56
56
|
this.five = t, this.scale = (i = e == null ? void 0 : e.scale) != null ? i : 2, this.width = (h = e == null ? void 0 : e.width) != null ? h : 190, this.height = (a = e == null ? void 0 : e.height) != null ? a : 190, this.config = {
|
|
57
57
|
dragEnabled: (e == null ? void 0 : e.dragEnabled) || !1,
|
|
58
58
|
autoFixPCPosition: (e == null ? void 0 : e.autoFixPCPosition) || !1,
|
|
@@ -61,7 +61,7 @@ class S {
|
|
|
61
61
|
const s = this.canvas.getContext("2d");
|
|
62
62
|
if (!s)
|
|
63
63
|
throw new Error("CANNOT CREATE CONTEXT2D");
|
|
64
|
-
this.context = s, this.config.dragEnabled && (this.hammer = new
|
|
64
|
+
this.context = s, this.config.dragEnabled && (this.hammer = new C(this.canvas), this.hammer.on("pan", this.onPan), this.hammer.on("panstart", this.onPanstart), this.hammer.on("panend", this.onPanend)), this.initStyle();
|
|
65
65
|
}
|
|
66
66
|
dispose() {
|
|
67
67
|
var t;
|
|
@@ -72,23 +72,27 @@ class S {
|
|
|
72
72
|
return this.state.enabled = !0, this.containerDom && this._appendTo(this.containerDom), this;
|
|
73
73
|
}
|
|
74
74
|
disable() {
|
|
75
|
-
if (
|
|
75
|
+
if (this.state.enabled)
|
|
76
76
|
return this.state.enabled = !1, this.canvas.remove(), this;
|
|
77
77
|
}
|
|
78
|
+
/** 把放大镜放到某一个容器中 */
|
|
78
79
|
appendTo(t) {
|
|
79
80
|
return this.containerDom = t, this.state.enabled && this._appendTo(t), this;
|
|
80
81
|
}
|
|
82
|
+
/** 清除放大镜渲染内容 */
|
|
81
83
|
clear() {
|
|
82
84
|
return this.context.clearRect(0, 0, this.canvas.width, this.canvas.height), this;
|
|
83
85
|
}
|
|
86
|
+
/** 放大传入点位周围的内容 */
|
|
84
87
|
renderWithPoint(t) {
|
|
85
|
-
|
|
88
|
+
this.containerDom && this.state.enabled && (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
|
|
86
89
|
}
|
|
90
|
+
/** 放大传入点位周围的内容 */
|
|
87
91
|
renderWithScreenPoint(t) {
|
|
88
|
-
|
|
92
|
+
this.containerDom && this.state.enabled && (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
|
|
89
93
|
}
|
|
90
94
|
resetOffset() {
|
|
91
|
-
this.offset = { x: 0, y: 0 }, this.canvas.style.transform =
|
|
95
|
+
this.offset = { x: 0, y: 0 }, this.canvas.style.transform = "translate3d(0px, 0px, 100px)";
|
|
92
96
|
}
|
|
93
97
|
getCurrentState() {
|
|
94
98
|
return { enabled: this.state.enabled };
|
|
@@ -119,7 +123,7 @@ class S {
|
|
|
119
123
|
} else
|
|
120
124
|
return [this.renderCenter.x, this.containerDom.clientWidth - this.renderCenter.x, this.renderCenter.y];
|
|
121
125
|
})();
|
|
122
|
-
s < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left =
|
|
126
|
+
s < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = "90px") : h < 183 ? (this.canvas.style.top = "90px", this.canvas.style.left = -t / 2 + "px") : i < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = -t - 90 + "px") : (this.canvas.style.left = -t / 2 + "px", this.canvas.style.top = -e - 90 + "px"), this.canvas.style.transform = `translate3d(${s}px, ${h}px, 10px)`, this.offset = { x: s, y: h };
|
|
123
127
|
}
|
|
124
128
|
render() {
|
|
125
129
|
if (!this.five.renderer || !this.containerDom)
|
|
@@ -10,15 +10,17 @@ class T {
|
|
|
10
10
|
n(this, "mainElement");
|
|
11
11
|
n(this, "_params");
|
|
12
12
|
n(this, "_btnTexts", {
|
|
13
|
-
start: "
|
|
14
|
-
end: "
|
|
15
|
-
revoke: "
|
|
16
|
-
exit: "
|
|
13
|
+
start: "开始",
|
|
14
|
+
end: "结束",
|
|
15
|
+
revoke: "撤销",
|
|
16
|
+
exit: "退出"
|
|
17
17
|
});
|
|
18
|
+
/* 鼠标移入时 */
|
|
18
19
|
n(this, "onMouseEnter", () => {
|
|
19
20
|
const { mainItem: e } = this.mainElement;
|
|
20
21
|
e.style.opacity = "1";
|
|
21
22
|
});
|
|
23
|
+
/* 鼠标移出时 */
|
|
22
24
|
n(this, "onMouseLeave", () => {
|
|
23
25
|
const { mainItem: e } = this.mainElement;
|
|
24
26
|
e.style.opacity = "0.85";
|
|
@@ -24,7 +24,7 @@ class l {
|
|
|
24
24
|
this.measureController = e, this.container = n;
|
|
25
25
|
const t = this.container.querySelector(".fpm__revoke-icon"), s = this.container.querySelector(".fpm__revoke");
|
|
26
26
|
if (!t || !s)
|
|
27
|
-
throw new Error("
|
|
27
|
+
throw new Error("不正确的选择器");
|
|
28
28
|
this.revokeIcon = t, this.revokeItem = s, this.revokeItem.addEventListener("click", this.onClick), e.hook.on("modeChange", this.onModeChange);
|
|
29
29
|
}
|
|
30
30
|
dispose() {
|
|
@@ -11,7 +11,7 @@ const I = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHhtbG5
|
|
|
11
11
|
</radialGradient>
|
|
12
12
|
</defs>
|
|
13
13
|
<g fill="url(#radialGradient-1)" fill-rule="nonzero" stroke="url(#radialGradient-2)" stroke-width="0.2">
|
|
14
|
-
<path d="M19.1859205,4.10000004 C19.3691554,4.09993923 19.5526088,4.16602323 19.6925352,4.29904206 C19.8171021,4.41745965 19.8858582,4.56899486 19.8980316,4.7239943 C19.9103475,4.88080848 19.8647874,5.04088037 19.7661957,5.16777131 L19.7661957,5.16777131 L14.3769795,11.1697063 C14.1649599,11.4058657 14.0589501,11.7029328 14.0589501,12 C14.0589501,12.2970672 14.1649599,12.5941343 14.3769795,12.8302937 L14.3769795,12.8302937 L19.6928862,18.7509889 C19.8173649,18.8694879 19.8860087,19.0210672 19.8980683,19.1760728 C19.9102693,19.3328965 19.8645908,19.4929392 19.7701664,19.6153111 C19.6099275,19.772809 19.4324896,19.8610254 19.2586274,19.8856752 C19.0810547,19.910851 18.9081905,19.8692156 18.765363,19.7704965 L18.765363,19.7704965 L11.9999322,13.2904645 L5.32508998,19.6962598 C5.16077108,19.8156635 4.99335965,19.8785989 4.83451361,19.8898888 C4.67442082,19.9012674 4.52389835,19.8596921 4.3968979,19.7731206 C4.23619359,19.588506 4.14871527,19.4164558 4.12392544,19.2589757 C4.09801173,19.094356 4.14341261,18.9485987 4.23380428,18.8322287 L4.23380428,18.8322287 L9.62302046,12.8302937 C9.81773049,12.6134147 9.92302682,12.3451662 9.93892926,12.0727274 C9.95499717,11.7974536 9.87975312,11.5179151 9.70614397,11.2737767 L9.70614397,11.2737767 L4.31595492,5.25860214 C4.17860663,5.08857057 4.11166276,4.9104714 4.11172409,4.7432513 C4.11178577,4.57506821 4.18051603,4.41972395 4.30746483,4.29904206 C4.43371817,4.17902131 4.59543385,4.11349344 4.76041858,4.10187732 L4.76041858,4.10187732 L12.0000677,10.7085251 L18.6794563,4.29937602 C18.8192839,4.16626546 19.0026873,4.10006086 19.1859205,4.10000004 Z" id="
|
|
14
|
+
<path d="M19.1859205,4.10000004 C19.3691554,4.09993923 19.5526088,4.16602323 19.6925352,4.29904206 C19.8171021,4.41745965 19.8858582,4.56899486 19.8980316,4.7239943 C19.9103475,4.88080848 19.8647874,5.04088037 19.7661957,5.16777131 L19.7661957,5.16777131 L14.3769795,11.1697063 C14.1649599,11.4058657 14.0589501,11.7029328 14.0589501,12 C14.0589501,12.2970672 14.1649599,12.5941343 14.3769795,12.8302937 L14.3769795,12.8302937 L19.6928862,18.7509889 C19.8173649,18.8694879 19.8860087,19.0210672 19.8980683,19.1760728 C19.9102693,19.3328965 19.8645908,19.4929392 19.7701664,19.6153111 C19.6099275,19.772809 19.4324896,19.8610254 19.2586274,19.8856752 C19.0810547,19.910851 18.9081905,19.8692156 18.765363,19.7704965 L18.765363,19.7704965 L11.9999322,13.2904645 L5.32508998,19.6962598 C5.16077108,19.8156635 4.99335965,19.8785989 4.83451361,19.8898888 C4.67442082,19.9012674 4.52389835,19.8596921 4.3968979,19.7731206 C4.23619359,19.588506 4.14871527,19.4164558 4.12392544,19.2589757 C4.09801173,19.094356 4.14341261,18.9485987 4.23380428,18.8322287 L4.23380428,18.8322287 L9.62302046,12.8302937 C9.81773049,12.6134147 9.92302682,12.3451662 9.93892926,12.0727274 C9.95499717,11.7974536 9.87975312,11.5179151 9.70614397,11.2737767 L9.70614397,11.2737767 L4.31595492,5.25860214 C4.17860663,5.08857057 4.11166276,4.9104714 4.11172409,4.7432513 C4.11178577,4.57506821 4.18051603,4.41972395 4.30746483,4.29904206 C4.43371817,4.17902131 4.59543385,4.11349344 4.76041858,4.10187732 L4.76041858,4.10187732 L12.0000677,10.7085251 L18.6794563,4.29937602 C18.8192839,4.16626546 19.0026873,4.10006086 19.1859205,4.10000004 Z" id="形状结合"></path>
|
|
15
15
|
</g>
|
|
16
16
|
</svg>
|
|
17
17
|
`, m = `
|
|
@@ -10,12 +10,12 @@ class p {
|
|
|
10
10
|
n(this, "mainElement");
|
|
11
11
|
n(this, "_params");
|
|
12
12
|
n(this, "_btnTexts", {
|
|
13
|
-
start: "
|
|
14
|
-
end: "
|
|
13
|
+
start: "开始",
|
|
14
|
+
end: "结束"
|
|
15
15
|
});
|
|
16
16
|
n(this, "onClick", () => {
|
|
17
17
|
var t;
|
|
18
|
-
this.mainElement.mainTextDom.innerText === ((t = this._params.startButtonText) != null ? t : "
|
|
18
|
+
this.mainElement.mainTextDom.innerText === ((t = this._params.startButtonText) != null ? t : "开始") ? (this.measureController.hook.emit("willChangeState", "watching", "editing"), this.change2Done()) : (this.measureController.hook.emit("willChangeState", "editing", "watching"), this.change2Add());
|
|
19
19
|
});
|
|
20
20
|
var a, m;
|
|
21
21
|
this._params = s, this._btnTexts = {
|
|
@@ -12,16 +12,16 @@ var l = (c, e, t) => e in c ? y(c, e, { enumerable: !0, configurable: !0, writab
|
|
|
12
12
|
var o = (c, e, t) => (l(c, typeof e != "symbol" ? e + "" : e, t), t);
|
|
13
13
|
import { Raycaster as M, Mesh as v, RingGeometry as G, MeshBasicMaterial as C, DoubleSide as w } from "three";
|
|
14
14
|
import p from "../../Model/point.js";
|
|
15
|
-
import f from "
|
|
15
|
+
import { exports as f } from "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
16
16
|
import P from "./html.js";
|
|
17
17
|
import { requestAnimationFrameInterval as k } from "../../../shared-utils/animationFrame/index.js";
|
|
18
|
-
import { noop as
|
|
19
|
-
import
|
|
20
|
-
import { getMouseGroup as
|
|
18
|
+
import { noop as x } from "../../../shared-utils/noop.js";
|
|
19
|
+
import A from "../../utils/calculateThreeMouse.js";
|
|
20
|
+
import { getMouseGroup as X } from "../../utils/mouseGroup.js";
|
|
21
21
|
import "../../../shared-utils/uuid.js";
|
|
22
22
|
import "../../../shared-utils/removeArrayItem.js";
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
class V {
|
|
24
|
+
// eslint-disable-next-line @typescript-eslint/explicit-member-accessibility
|
|
25
25
|
constructor(e) {
|
|
26
26
|
o(this, "container", document.createElement("div"));
|
|
27
27
|
o(this, "five");
|
|
@@ -51,15 +51,17 @@ class L {
|
|
|
51
51
|
var s;
|
|
52
52
|
this.dotAnimation();
|
|
53
53
|
const i = (s = this.getIntersection()) == null ? void 0 : s.point;
|
|
54
|
-
|
|
54
|
+
i && (t === "editing" ? this.hook.emit("getStartPoint", new p(i)) : this.hook.emit("getEndPoint", new p(i)));
|
|
55
55
|
});
|
|
56
|
+
/** 计算目标中心点经纬度 */
|
|
56
57
|
o(this, "computedCenterMouseXY", () => {
|
|
57
58
|
const e = this.container.querySelector(".range-piece__aim");
|
|
58
59
|
if (!e)
|
|
59
60
|
return null;
|
|
60
|
-
const { left: t, top: i, width: s, height: n } = e.getBoundingClientRect(), r = Math.round(t + s / 2), a = Math.round(i + n / 2), h =
|
|
61
|
+
const { left: t, top: i, width: s, height: n } = e.getBoundingClientRect(), r = Math.round(t + s / 2), a = Math.round(i + n / 2), h = A({ x: r, y: a }, this.five.getElement());
|
|
61
62
|
this.centerMouseXY = h;
|
|
62
63
|
});
|
|
64
|
+
/** 计算目标中心点intersection */
|
|
63
65
|
o(this, "getIntersection", () => {
|
|
64
66
|
if (!this.centerMouseXY)
|
|
65
67
|
return null;
|
|
@@ -67,7 +69,7 @@ class L {
|
|
|
67
69
|
const e = this.five.model.intersectRaycaster(this.raycaster)[0];
|
|
68
70
|
return e || null;
|
|
69
71
|
});
|
|
70
|
-
this.five = e.five, this.hook = e.hook, this.group = e.group, this.mouseGroup =
|
|
72
|
+
this.five = e.five, this.hook = e.hook, this.group = e.group, this.mouseGroup = X(d({ isMobile: !0 }, e.openParams.crossHairParameter)), this.fiveHelper = e.fiveHelper, this.container.innerHTML = P, this.container.classList.add("range-piece-controller"), this.content = this.container.querySelector(".range-piece__content"), this.content && (this.content.style.transform = `matrix3d(${this.pieceStyl.matrix3d.toString()}) scale(${this.pieceStyl.scale})`, this.content.style.opacity = `${this.pieceStyl.opacity}`), e.container.append(this.container), this.intersectMesh = new v(
|
|
71
73
|
new G(0.04, 0.08, 32),
|
|
72
74
|
new C({ color: 1245179, opacity: 0, side: w, transparent: !0 })
|
|
73
75
|
), this.container.addEventListener("animationend", this.computedCenterMouseXY), this.five.on("cameraUpdate", this.onCameraDirectionUpdate), this.hook.on("willChangeState", this.onWillChangeState);
|
|
@@ -96,9 +98,10 @@ class L {
|
|
|
96
98
|
const s = 4, n = 1;
|
|
97
99
|
return i > s && (i = s), i < n && (i = n), -0.51 / (s - n) * i + 1;
|
|
98
100
|
}
|
|
101
|
+
/** 点击按钮时圆片动画 */
|
|
99
102
|
dotAnimation() {
|
|
100
103
|
const e = f.Easing.Quadratic.InOut, t = { opacity: 0.4, scale: this.pieceStyl.scale }, i = { opacity: [1, 0.4], scale: [this.pieceStyl.scale * 0.8, this.pieceStyl.scale] };
|
|
101
|
-
let s =
|
|
104
|
+
let s = x;
|
|
102
105
|
const n = new f.Tween(t).to(i, 500).easing(e).start(0).onUpdate(({ opacity: r, scale: a }) => {
|
|
103
106
|
this.changePieceStyl("scale", a), this.changePieceStyl("opacity", r);
|
|
104
107
|
}).onComplete(() => {
|
|
@@ -109,7 +112,7 @@ class L {
|
|
|
109
112
|
});
|
|
110
113
|
}
|
|
111
114
|
changePieceStyl(e, t) {
|
|
112
|
-
|
|
115
|
+
this.content && (this.pieceStyl[e] = t, this.content.style.transform = `matrix3d(${this.pieceStyl.matrix3d.toString()}) scale(${this.pieceStyl.scale})`, this.content.style.opacity = `${this.pieceStyl.opacity}`);
|
|
113
116
|
}
|
|
114
117
|
updateMouseGroup(e, t) {
|
|
115
118
|
if (!this.hasAppendMouseGroup) {
|
|
@@ -129,5 +132,5 @@ class L {
|
|
|
129
132
|
}
|
|
130
133
|
}
|
|
131
134
|
export {
|
|
132
|
-
|
|
135
|
+
V as default
|
|
133
136
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import t from "./Controller/index.js";
|
|
2
|
-
import { default as
|
|
3
|
-
import { Model as
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
6
|
-
import { Polyline as
|
|
2
|
+
import { default as oo } from "./Modules/Magnifier.js";
|
|
3
|
+
import { Model as to } from "./Model/index.js";
|
|
4
|
+
import { default as mo } from "./Model/point.js";
|
|
5
|
+
import { default as eo } from "./Model/line.js";
|
|
6
|
+
import { Polyline as no } from "./Model/polyline.js";
|
|
7
7
|
import "./Modules/FiveHelper.js";
|
|
8
8
|
import "three";
|
|
9
9
|
import "./Controller/EditController.js";
|
|
@@ -33,10 +33,9 @@ import "./utils/ndc2Screen.js";
|
|
|
33
33
|
import "./utils/findAssociatedLines.js";
|
|
34
34
|
import "./Controller/MixedController.js";
|
|
35
35
|
import "./Modules/rangePiece/index.js";
|
|
36
|
-
import "
|
|
36
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
37
37
|
import "./Modules/rangePiece/html.js";
|
|
38
38
|
import "../shared-utils/animationFrame/index.js";
|
|
39
|
-
import "../shared-utils/animationFrame/BetterTween.js";
|
|
40
39
|
import "../shared-utils/noop.js";
|
|
41
40
|
import "./utils/calculateThreeMouse.js";
|
|
42
41
|
import "./utils/mouseGroup.js";
|
|
@@ -51,15 +50,15 @@ import "./Modules/UIController/mobileMainBtnController.js";
|
|
|
51
50
|
import "./Modules/UIController/Revoke/index.js";
|
|
52
51
|
import "./Modules/GuideController.js";
|
|
53
52
|
import "./Controller/ShortcutKeyController.js";
|
|
54
|
-
const
|
|
53
|
+
const Z = function(o, r) {
|
|
55
54
|
return new t(o, r);
|
|
56
55
|
};
|
|
57
56
|
export {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
oo as Magnifier,
|
|
58
|
+
Z as PanoMeasurePlugin,
|
|
59
|
+
eo as PanoMeasurePluginLine,
|
|
60
|
+
to as PanoMeasurePluginModel,
|
|
61
|
+
mo as PanoMeasurePluginPoint,
|
|
62
|
+
no as PanoMeasurePluginPolyline,
|
|
63
|
+
Z as default
|
|
65
64
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import "@realsee/five";
|
|
2
2
|
import "hammerjs";
|
|
3
3
|
import "three";
|
|
4
|
-
import "
|
|
4
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
5
5
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
6
6
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
7
|
-
import "../../shared-utils/animationFrame/BetterTween.js";
|
|
8
7
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
9
8
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
10
9
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -17,4 +16,3 @@ import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
|
17
16
|
import "../../shared-utils/three/centerPoint.js";
|
|
18
17
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
19
18
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
20
|
-
import "../../shared-utils/animationFrame/index.js";
|