earthsdk3 3.11.0-beta.7 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/earthsdk3.iife.js +55 -53
- package/dist/earthsdk3.js +10319 -27535
- package/dist/earthsdk3.umd.cjs +44 -48
- package/dist/types/ESJTypes/ScreenManager/index.d.ts +3 -3
- package/dist/types/ESJTypes/pickedInfos/index.d.ts +2 -2
- package/dist/types/ESJTypes/properties/ESJBuffer.d.ts +1 -1
- package/dist/types/ESJTypes/properties/ESJEnvironmentMapManager.d.ts +1 -1
- package/dist/types/ESJTypes/properties/ESJMaterialType.d.ts +1 -1
- package/dist/types/ESJTypes/properties/FillStyleType.d.ts +2 -2
- package/dist/types/ESJTypes/properties/FlyParamType.d.ts +1 -1
- package/dist/types/ESJTypes/properties/PointStyleType.d.ts +3 -3
- package/dist/types/ESJTypes/properties/StrokeStyleType.d.ts +2 -2
- package/dist/types/ESJTypes/properties/index.d.ts +8 -8
- package/dist/types/ESJTypes/props/ColorProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DashPatternProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DateProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DatesProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/DivideProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/EnumProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/EvalStringProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/GetSetProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/JsonArrayProperty.d.ts +3 -4
- package/dist/types/ESJTypes/props/JsonProperty.d.ts +3 -4
- package/dist/types/ESJTypes/props/LongStringProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/MethodProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/NativeProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/NumberSliderProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/PlayerProperty.d.ts +3 -3
- package/dist/types/ESJTypes/props/PositionProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/Property.d.ts +1 -1
- package/dist/types/ESJTypes/props/ReactVarProperty.d.ts +2 -2
- package/dist/types/ESJTypes/props/RotationProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/ViewPlayerProperty.d.ts +2 -2
- package/dist/types/ESJTypes/props/WithUndefinedProperty.d.ts +1 -1
- package/dist/types/ESJTypes/props/index.d.ts +1 -1
- package/dist/types/ESMCPTools/ESMCPClient.d.ts +1 -1
- package/dist/types/ESMCPTools/tools/camera.d.ts +2 -2
- package/dist/types/ESMCPTools/tools/index.d.ts +1 -1
- package/dist/types/ESMCPTools/tools/sceneObject.d.ts +2 -2
- package/dist/types/ESObjectManager/ESPlyarAndPathTime.d.ts +2 -2
- package/dist/types/ESObjectManager/PathAnimationManager.d.ts +4 -4
- package/dist/types/ESObjectManager/SceneObjectEditingManager.d.ts +2 -2
- package/dist/types/ESObjectManager/SceneObjectsListening.d.ts +3 -3
- package/dist/types/ESObjectManager/SceneObjectsManager.d.ts +2 -2
- package/dist/types/ESObjectManager/ViewersManager.d.ts +5 -5
- package/dist/types/ESObjectManager/index.d.ts +18 -13
- package/dist/types/ESObjectManager/utils.d.ts +3 -3
- package/dist/types/ESObjects/base/ESGeoVector.d.ts +39 -40
- package/dist/types/ESObjects/base/ESLabel.d.ts +25 -26
- package/dist/types/ESObjects/base/ESLocalVector.d.ts +33 -34
- package/dist/types/ESObjects/base/ESLocalVector2D.d.ts +2 -2
- package/dist/types/ESObjects/base/ESObjectWithLocation.d.ts +21 -21
- package/dist/types/ESObjects/base/ESSceneObject/ESObjectsContext.d.ts +5 -5
- package/dist/types/ESObjects/base/ESSceneObject/RefsManager.d.ts +3 -3
- package/dist/types/ESObjects/base/ESSceneObject/funcs/createEnvEvalStrReact.d.ts +2 -2
- package/dist/types/ESObjects/base/ESSceneObject/index.d.ts +7 -7
- package/dist/types/ESObjects/base/ESTestObject.d.ts +14 -14
- package/dist/types/ESObjects/base/ESVisualObject.d.ts +15 -15
- package/dist/types/ESObjects/general/ES3DTileset/index.d.ts +29 -29
- package/dist/types/ESObjects/general/ES3DTileset/type.d.ts +1 -1
- package/dist/types/ESObjects/general/ESAlarm.d.ts +21 -21
- package/dist/types/ESObjects/general/ESApertureEffect.d.ts +20 -20
- package/dist/types/ESObjects/general/ESAreaMeasurement.d.ts +14 -14
- package/dist/types/ESObjects/general/ESAttackArrow.d.ts +19 -19
- package/dist/types/ESObjects/general/ESBlastParticleSystem.d.ts +21 -21
- package/dist/types/ESObjects/general/ESBoxClipping.d.ts +23 -23
- package/dist/types/ESObjects/general/ESCameraView.d.ts +11 -11
- package/dist/types/ESObjects/general/ESCameraViewCollection/ViewWrapper.d.ts +4 -4
- package/dist/types/ESObjects/general/ESCameraViewCollection/index.d.ts +16 -16
- package/dist/types/ESObjects/general/ESCameraVisibleRange.d.ts +21 -21
- package/dist/types/ESObjects/general/ESCar.d.ts +20 -20
- package/dist/types/ESObjects/general/ESCityBasePoint.d.ts +22 -22
- package/dist/types/ESObjects/general/ESClassification.d.ts +18 -18
- package/dist/types/ESObjects/general/ESClippingPlane.d.ts +21 -21
- package/dist/types/ESObjects/general/ESCustomDiv/index.d.ts +7 -7
- package/dist/types/ESObjects/general/ESCustomDiv/instance.d.ts +3 -3
- package/dist/types/ESObjects/general/ESCylinder.d.ts +16 -16
- package/dist/types/ESObjects/general/ESCzml.d.ts +12 -12
- package/dist/types/ESObjects/general/ESDataMesh.d.ts +23 -23
- package/dist/types/ESObjects/general/ESDatasmithRuntimeModel.d.ts +22 -23
- package/dist/types/ESObjects/general/ESDirectionMeasurement.d.ts +12 -12
- package/dist/types/ESObjects/general/ESDistanceMeasurement.d.ts +12 -12
- package/dist/types/ESObjects/general/ESDynamicWater.d.ts +25 -25
- package/dist/types/ESObjects/general/ESEntityCluster.d.ts +17 -18
- package/dist/types/ESObjects/general/ESExcavate.d.ts +19 -19
- package/dist/types/ESObjects/general/ESFeatureLayer/FeatureLayer.d.ts +3 -3
- package/dist/types/ESObjects/general/ESFeatureLayer/PointLayer/index.d.ts +4 -4
- package/dist/types/ESObjects/general/ESFeatureLayer/PointLayer/utils.d.ts +2 -2
- package/dist/types/ESObjects/general/ESFeatureLayer/PolyLineLayer/index.d.ts +4 -4
- package/dist/types/ESObjects/general/ESFeatureLayer/PolygonLayer/index.d.ts +4 -4
- package/dist/types/ESObjects/general/ESFeatureLayer/index.d.ts +8 -8
- package/dist/types/ESObjects/general/ESFeatureLayer/types.d.ts +2 -2
- package/dist/types/ESObjects/general/ESFeatureLayer/utils.d.ts +27 -27
- package/dist/types/ESObjects/general/ESFireParticleSystem.d.ts +21 -21
- package/dist/types/ESObjects/general/ESFireWall.d.ts +20 -20
- package/dist/types/ESObjects/general/ESForestTileset.d.ts +16 -16
- package/dist/types/ESObjects/general/ESFountainParticleSystem.d.ts +20 -20
- package/dist/types/ESObjects/general/ESGaussianSplatting.d.ts +21 -21
- package/dist/types/ESObjects/general/ESGeoBezierSpline/index.d.ts +18 -18
- package/dist/types/ESObjects/general/ESGeoDiv/index.d.ts +25 -25
- package/dist/types/ESObjects/general/ESGeoDiv/mds.d.ts +2 -2
- package/dist/types/ESObjects/general/ESGeoDivTextPoi.d.ts +27 -27
- package/dist/types/ESObjects/general/ESGeoExtrudedPolygon.d.ts +19 -19
- package/dist/types/ESObjects/general/ESGeoJson/index.d.ts +20 -20
- package/dist/types/ESObjects/general/ESGeoJson/type.d.ts +2 -2
- package/dist/types/ESObjects/general/ESGeoLineString.d.ts +19 -19
- package/dist/types/ESObjects/general/ESGeoPoints/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESGeoPolygon.d.ts +26 -26
- package/dist/types/ESObjects/general/ESGeoPolygonWithFire.d.ts +20 -20
- package/dist/types/ESObjects/general/ESGeoRectangle.d.ts +18 -18
- package/dist/types/ESObjects/general/ESGeoWater.d.ts +21 -21
- package/dist/types/ESObjects/general/ESGltfModel.d.ts +33 -28
- package/dist/types/ESObjects/general/ESGltfModelEditing/index.d.ts +8 -8
- package/dist/types/ESObjects/general/ESHeatMap/index.d.ts +12 -12
- package/dist/types/ESObjects/general/ESHeightLimitAnalysis.d.ts +21 -21
- package/dist/types/ESObjects/general/ESHeightMeasurement.d.ts +12 -12
- package/dist/types/ESObjects/general/ESHole.d.ts +22 -22
- package/dist/types/ESObjects/general/ESHuman.d.ts +22 -22
- package/dist/types/ESObjects/general/ESHumanFountain.d.ts +27 -25
- package/dist/types/ESObjects/general/ESHumanPoi.d.ts +26 -26
- package/dist/types/ESObjects/general/ESHumans.d.ts +15 -15
- package/dist/types/ESObjects/general/ESImageLabel.d.ts +25 -25
- package/dist/types/ESObjects/general/ESImageryLayer/index.d.ts +17 -17
- package/dist/types/ESObjects/general/ESImageryLayer/types.d.ts +1 -1
- package/dist/types/ESObjects/general/ESLandSlide.d.ts +25 -25
- package/dist/types/ESObjects/general/ESLevelRuntimeModel.d.ts +22 -22
- package/dist/types/ESObjects/general/ESLocalCircle.d.ts +26 -26
- package/dist/types/ESObjects/general/ESLocalPolygon.d.ts +23 -23
- package/dist/types/ESObjects/general/ESLocalPolygonZ.d.ts +23 -23
- package/dist/types/ESObjects/general/ESLocalRectangle.d.ts +22 -22
- package/dist/types/ESObjects/general/ESLocalSkyBox.d.ts +20 -20
- package/dist/types/ESObjects/general/ESLocationMeasurement.d.ts +4 -4
- package/dist/types/ESObjects/general/ESMVTLayer.d.ts +19 -19
- package/dist/types/ESObjects/general/ESMediaLayer/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESMsTileset/index.d.ts +20 -20
- package/dist/types/ESObjects/general/ESMsTileset/msPath.d.ts +1 -1
- package/dist/types/ESObjects/general/ESNavigator.d.ts +11 -11
- package/dist/types/ESObjects/general/ESParticleSystemPrimitive.d.ts +32 -32
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/GetCurrentFuncType.d.ts +2 -2
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/PolylineResetting.d.ts +2 -2
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/computeRotIfUndefined.d.ts +1 -1
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/getCurrent.d.ts +3 -3
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/index.d.ts +7 -7
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/parseData.d.ts +1 -1
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/subPath.d.ts +1 -1
- package/dist/types/ESObjects/general/ESPath/index.d.ts +22 -22
- package/dist/types/ESObjects/general/ESPathCameraTracker/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESPathLocationTracker/index.d.ts +11 -11
- package/dist/types/ESObjects/general/ESPipeFence.d.ts +19 -19
- package/dist/types/ESObjects/general/ESPipeline.d.ts +20 -20
- package/dist/types/ESObjects/general/ESPipeserTileset.d.ts +24 -25
- package/dist/types/ESObjects/general/ESPit.d.ts +21 -21
- package/dist/types/ESObjects/general/ESPlayer/AbsolutePlayer.d.ts +5 -6
- package/dist/types/ESObjects/general/ESPlayer/index.d.ts +13 -13
- package/dist/types/ESObjects/general/ESPoi2D.d.ts +27 -28
- package/dist/types/ESObjects/general/ESPoi3D.d.ts +21 -21
- package/dist/types/ESObjects/general/ESPoiTileset.d.ts +15 -15
- package/dist/types/ESObjects/general/ESPolygonFence.d.ts +18 -18
- package/dist/types/ESObjects/general/ESPolygonFlattenedPlane.d.ts +20 -20
- package/dist/types/ESObjects/general/ESPolygonWithHole.d.ts +20 -20
- package/dist/types/ESObjects/general/ESPolygonsFlattenedPlane.d.ts +93 -0
- package/dist/types/ESObjects/general/ESRectangle.d.ts +19 -19
- package/dist/types/ESObjects/general/ESRtsFeatureEditing/index.d.ts +22 -22
- package/dist/types/ESObjects/general/ESRtsTileset/index.d.ts +32 -32
- package/dist/types/ESObjects/general/ESRtsTileset/rtsPath.d.ts +50 -0
- package/dist/types/ESObjects/general/ESRtsTileset/types.d.ts +1 -1
- package/dist/types/ESObjects/general/ESScale.d.ts +11 -11
- package/dist/types/ESObjects/general/ESSeparateFoliage/CallFunc.d.ts +1 -1
- package/dist/types/ESObjects/general/ESSeparateFoliage/index.d.ts +16 -17
- package/dist/types/ESObjects/general/ESSignalInterference.d.ts +22 -21
- package/dist/types/ESObjects/general/ESSkylineAnalysis/index.d.ts +21 -21
- package/dist/types/ESObjects/general/ESSquadCombatArrow.d.ts +19 -19
- package/dist/types/ESObjects/general/ESStaticMesh.d.ts +20 -21
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/index.d.ts +22 -22
- package/dist/types/ESObjects/general/ESSunshineAnalysis/index.d.ts +23 -24
- package/dist/types/ESObjects/general/ESSurfaceAreaMeasurement.d.ts +21 -22
- package/dist/types/ESObjects/general/ESTerrainLayer.d.ts +15 -16
- package/dist/types/ESObjects/general/ESTerrainLayerEditing/EditingESGeoPolygon.d.ts +3 -3
- package/dist/types/ESObjects/general/ESTerrainLayerEditing/index.d.ts +30 -30
- package/dist/types/ESObjects/general/ESTextLabel.d.ts +30 -30
- package/dist/types/ESObjects/general/ESUEWidget.d.ts +25 -26
- package/dist/types/ESObjects/general/ESUnrealActor.d.ts +23 -24
- package/dist/types/ESObjects/general/ESVideoFusion.d.ts +21 -22
- package/dist/types/ESObjects/general/ESViewShed.d.ts +21 -21
- package/dist/types/ESObjects/general/ESViewerStatusBar.d.ts +13 -13
- package/dist/types/ESObjects/general/ESViewerStatusBarScale.d.ts +13 -13
- package/dist/types/ESObjects/general/ESVisibilityAnalysis.d.ts +20 -20
- package/dist/types/ESObjects/general/ESVolumeMeasurement.d.ts +21 -22
- package/dist/types/ESObjects/general/ESWidget.d.ts +26 -26
- package/dist/types/ESObjects/general/index.d.ts +1 -0
- package/dist/types/ESViewer/ContainerStyleController.d.ts +2 -2
- package/dist/types/ESViewer/ESViewer.d.ts +19 -19
- package/dist/types/ESViewer/ESViewerExtensions/CursorPositionInfo.d.ts +5 -5
- package/dist/types/ESViewer/ESViewerExtensions/index.d.ts +3 -3
- package/dist/types/ESViewer/GeneralAnalysis/RollerShutterAnalysis.d.ts +2 -2
- package/dist/types/ESViewer/GeneralAnalysis/index.d.ts +3 -3
- package/dist/types/ESViewer/Resetting/index.d.ts +2 -2
- package/dist/types/ESViewer/StatusContainer.d.ts +2 -2
- package/dist/types/ESViewer/ViewerContainer.d.ts +3 -3
- package/dist/types/ESViewer/ViewerContext.d.ts +3 -3
- package/dist/types/ESViewer/ViewerCustomInteraction.d.ts +2 -2
- package/dist/types/EngineObject/EditingObjectContext.d.ts +5 -5
- package/dist/types/EngineObject/EngineObjectsContext.d.ts +5 -5
- package/dist/types/EngineObject/index.d.ts +4 -4
- package/dist/types/getESProperties/ESGltfModelEditingProperties.d.ts +1 -1
- package/dist/types/getESProperties/ESObjectWithLocationProperties.d.ts +1 -1
- package/dist/types/getESProperties/index.d.ts +1 -1
- package/dist/types/utils/SceneTrees/SceneTree.d.ts +12 -12
- package/dist/types/utils/SceneTrees/SceneTreeContextMenu.d.ts +4 -4
- package/dist/types/utils/SceneTrees/SceneTreeItem.d.ts +7 -7
- package/dist/types/utils/SceneTrees/SceneTreeItemDragDrop.d.ts +2 -2
- package/dist/types/utils/SceneTrees/SceneTreeJsonLoading.d.ts +2 -2
- package/dist/types/utils/SceneTrees/defaultCreateSceneObject.d.ts +3 -3
- package/dist/types/utils/SceneTrees/defaultCreateTreeItemDragDrop.d.ts +2 -2
- package/dist/types/utils/SceneTrees/defaultLight122FromEnvironmentMapManager.d.ts +1 -1
- package/dist/types/utils/SceneTrees/defaultShowSceneObject.d.ts +1 -1
- package/dist/types/utils/SceneTrees/preload.d.ts +1 -1
- package/dist/types/utils/SmoothMoveController.d.ts +9 -9
- package/dist/types/utils/arrowCalc.d.ts +1 -9
- package/dist/types/utils/base/DragStartDataManager.d.ts +2 -2
- package/dist/types/utils/base/TreeItemDragDrop.d.ts +1 -1
- package/dist/types/utils/base/bindCustomEditing.d.ts +2 -2
- package/dist/types/utils/base/defaultInitSceneObjectOnCreatingFunc.d.ts +1 -1
- package/dist/types/utils/base/defaultUpdateSceneObjectOnPickingFunc.d.ts +2 -2
- package/dist/types/utils/base/sceneObjectTreeItem.d.ts +2 -2
- package/dist/types/utils/components/ESSceneObjectWithId.d.ts +6 -6
- package/dist/types/utils/components/Player.d.ts +3 -3
- package/dist/types/utils/components/Watcher.d.ts +5 -5
- package/dist/types/utils/components/WatcherTools/toolsForWatcher.d.ts +2 -2
- package/dist/types/utils/engineObjectCreatedUpdate.d.ts +2 -2
- package/dist/types/utils/geoPolylineToBezierSpline/bezierSpline/lib/spline.d.ts +68 -62
- package/dist/types/utils/proj4/getDistancesFromPositions.d.ts +1 -1
- package/dist/types/utils/proj4/getXyzFromPostion.d.ts +1 -1
- package/dist/types/utils/proj4/lbhToXyz.d.ts +1 -5
- package/dist/types/utils/react.d.ts +1 -1
- package/dist/types/utils/registerEventUpdate.d.ts +1 -1
- package/dist/types/utils/turf/geoArea.d.ts +1 -1
- package/dist/types/utils/turf/geoLineIntersect.d.ts +1 -1
- package/dist/types/utils/turf/geoMidpoint.d.ts +1 -1
- package/dist/types/utils/turf/geoNearestPointOnLine.d.ts +2 -12
- package/dist/types/xbsj-base/xr-base-utils/Destroyable/index.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/EventFromArrayUpdating.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/HasOwner.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/ObservableArray.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/ReactiveVariable.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/bindAndTrack.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/events.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/extendClassProps.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/getReactFuncs.d.ts +2 -2
- package/dist/types/xbsj-base/xr-base-utils/pipe/ListenerPipe.d.ts +1 -1
- package/dist/types/xbsj-base/xr-base-utils/throttle.d.ts +1 -1
- package/dist/types/xbsj-base/xr-math/index.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/ComplexImage/ComplexImage.d.ts +21 -21
- package/dist/types/xbsj-base/xr-utils/ComplexImage/FlvProcessing.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/ComplexImage/GifProcessing.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/ComplexImage/HlsProcessing.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/ComplexImage/ImageProcessing.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/ComplexImage/VideoProcessing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/LocalFileServer.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/PointerActions/BoxPicker.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/PointerActions/DivPointerClick.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/PointerActions/PointerClick.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/PointerActions/PointerDragDrop.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/PointerActions/PointerHover.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Debouncing.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Fetching.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Sleeping.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Throttling.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/Transition.d.ts +8 -8
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/getPromiseFromProcessing.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingDerives/misc.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Debouncing.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Fetching.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Timing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/Transition.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingObjsDeprecated/cancelableFetch.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingsDeprecated/Processing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/ProcessingsDeprecated/cancelablePromise.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/ProcessingsDeprecated/createProcessing.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/XrPlayer.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/baseExt/ObjResettingWithEvent.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/baseExt/ObservableSet.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/baseExt/index.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/gif/Gif.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/gif/GifPlayer.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/gif/loadGifFrames.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/CanvasImagePoi.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/CanvasPoi.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/CanvasPointPoi.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/CanvasPois/PickColorMananger.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/BorderedPosFloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/CursorInfo-deprecated.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/CursorInfo.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/DivPoi.d.ts +2 -2
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/FloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/IFrameBorderedPosFloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/PosFloatDiv.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/massivePois/DivPois/TooltipDiv-deprecated.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/tree/RedrawInfo.d.ts +1 -1
- package/dist/types/xbsj-base/xr-utils/tree/Tree.d.ts +4 -4
- package/dist/types/xbsj-base/xr-utils/tree/TreeItem.d.ts +3 -3
- package/dist/types/xbsj-base/xr-utils/tree/UiTree.d.ts +7 -7
- package/dist/types/xbsj-base/xr-utils/tree/UiTreeObject.d.ts +8 -8
- package/package.json +10 -13
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ReactivePropsToNativePropsAndChanged, SceneObjectKey } from
|
|
2
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { ReactivePropsToNativePropsAndChanged, SceneObjectKey } from '../../xbsj-base';
|
|
2
|
+
import { ESObjectWithLocation } from '../base';
|
|
3
3
|
/**
|
|
4
4
|
* ESBlastParticleSystem 类用于创建和管理粒子爆炸效果。
|
|
5
5
|
* 该类继承自 ESObjectWithLocation,提供了粒子系统的基本属性和方法。
|
|
@@ -24,24 +24,24 @@ export declare class ESBlastParticleSystem extends ESObjectWithLocation {
|
|
|
24
24
|
/** 粒子使用的图片路径 */
|
|
25
25
|
image: string;
|
|
26
26
|
/** 粒子系统的偏移量,使用响应式数组 */
|
|
27
|
-
translation: import(
|
|
27
|
+
translation: import('../..').ReactiveVariable<[number, number, number]>;
|
|
28
28
|
pointed: boolean;
|
|
29
|
-
pointStyle: import(
|
|
30
|
-
position: import(
|
|
31
|
-
rotation: import(
|
|
32
|
-
positionOffset: import(
|
|
33
|
-
scale: import(
|
|
34
|
-
minVisibleDistance: import(
|
|
35
|
-
maxVisibleDistance: import(
|
|
29
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
30
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
31
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
32
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
33
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
34
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
35
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
36
36
|
show: boolean;
|
|
37
37
|
collision: boolean;
|
|
38
38
|
allowPicking: boolean;
|
|
39
|
-
flyToParam: import(
|
|
40
|
-
flyInParam: import(
|
|
39
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
40
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
41
41
|
name: string;
|
|
42
42
|
ref: string | undefined;
|
|
43
|
-
extras: import(
|
|
44
|
-
devTags: import(
|
|
43
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
44
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
45
45
|
execOnceFuncStr: string | undefined;
|
|
46
46
|
updateFuncStr: string | undefined;
|
|
47
47
|
toDestroyFuncStr: string | undefined;
|
|
@@ -64,13 +64,13 @@ export declare class ESBlastParticleSystem extends ESObjectWithLocation {
|
|
|
64
64
|
*/
|
|
65
65
|
getESProperties(): {
|
|
66
66
|
defaultMenu: string;
|
|
67
|
-
more: import(
|
|
68
|
-
location: import(
|
|
69
|
-
general: import(
|
|
70
|
-
basic: import(
|
|
71
|
-
dataSource: import(
|
|
72
|
-
coordinate: import(
|
|
73
|
-
style: import(
|
|
67
|
+
more: import('../..').Property[];
|
|
68
|
+
location: import('../..').Property[];
|
|
69
|
+
general: import('../..').Property[];
|
|
70
|
+
basic: import('../..').Property[];
|
|
71
|
+
dataSource: import('../..').Property[];
|
|
72
|
+
coordinate: import('../..').Property[];
|
|
73
|
+
style: import('../..').Property[];
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ESJColor, ESJVector3D } from
|
|
2
|
-
import { UniteChanged } from
|
|
3
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { ESJColor, ESJVector3D } from '../../ESJTypes';
|
|
2
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
3
|
+
import { ESObjectWithLocation } from '../base';
|
|
4
4
|
/**
|
|
5
5
|
* ESBoxClipping 类用于实现体裁剪功能,允许用户通过定义一个盒体来裁剪 3D 场景中的对象。
|
|
6
6
|
* 该类继承自 ESObjectWithLocation,提供了裁剪效果的配置和属性管理。
|
|
@@ -25,32 +25,32 @@ export declare class ESBoxClipping extends ESObjectWithLocation {
|
|
|
25
25
|
/** 是否反转剖切效果 */
|
|
26
26
|
reverse: boolean;
|
|
27
27
|
/** 边框颜色,使用响应式数组 */
|
|
28
|
-
edgeColor: import(
|
|
28
|
+
edgeColor: import('../..').ReactiveVariable<ESJColor>;
|
|
29
29
|
/** 边框宽度 */
|
|
30
30
|
edgeWidth: number;
|
|
31
31
|
/** 体的尺寸,使用响应式数组 */
|
|
32
|
-
size: import(
|
|
32
|
+
size: import('../..').ReactiveVariable<ESJVector3D>;
|
|
33
33
|
/**
|
|
34
34
|
* 目标 ES3DTileset ID ,为空时代表裁切地形
|
|
35
35
|
*/
|
|
36
36
|
targetID: string;
|
|
37
37
|
pointed: boolean;
|
|
38
|
-
pointStyle: import(
|
|
39
|
-
position: import(
|
|
40
|
-
rotation: import(
|
|
41
|
-
positionOffset: import(
|
|
42
|
-
scale: import(
|
|
43
|
-
minVisibleDistance: import(
|
|
44
|
-
maxVisibleDistance: import(
|
|
38
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
39
|
+
position: import('../..').ReactiveVariable<ESJVector3D>;
|
|
40
|
+
rotation: import('../..').ReactiveVariable<ESJVector3D>;
|
|
41
|
+
positionOffset: import('../..').ReactiveVariable<ESJVector3D>;
|
|
42
|
+
scale: import('../..').ReactiveVariable<ESJVector3D>;
|
|
43
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
44
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
45
45
|
show: boolean;
|
|
46
46
|
collision: boolean;
|
|
47
47
|
allowPicking: boolean;
|
|
48
|
-
flyToParam: import(
|
|
49
|
-
flyInParam: import(
|
|
48
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
49
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
50
50
|
name: string;
|
|
51
51
|
ref: string | undefined;
|
|
52
|
-
extras: import(
|
|
53
|
-
devTags: import(
|
|
52
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
53
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
54
54
|
execOnceFuncStr: string | undefined;
|
|
55
55
|
updateFuncStr: string | undefined;
|
|
56
56
|
toDestroyFuncStr: string | undefined;
|
|
@@ -69,14 +69,14 @@ export declare class ESBoxClipping extends ESObjectWithLocation {
|
|
|
69
69
|
* @returns {object} 包含 ES 属性的对象。
|
|
70
70
|
*/
|
|
71
71
|
getESProperties(): {
|
|
72
|
-
basic: import(
|
|
72
|
+
basic: import('../..').Property[];
|
|
73
73
|
defaultMenu: string;
|
|
74
|
-
location: import(
|
|
75
|
-
more: import(
|
|
76
|
-
general: import(
|
|
77
|
-
dataSource: import(
|
|
78
|
-
coordinate: import(
|
|
79
|
-
style: import(
|
|
74
|
+
location: import('../..').Property[];
|
|
75
|
+
more: import('../..').Property[];
|
|
76
|
+
general: import('../..').Property[];
|
|
77
|
+
dataSource: import('../..').Property[];
|
|
78
|
+
coordinate: import('../..').Property[];
|
|
79
|
+
style: import('../..').Property[];
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Event, UniteChanged } from
|
|
2
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { Event, UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESObjectWithLocation } from '../base';
|
|
3
3
|
/**
|
|
4
4
|
* ESCameraView 类用于表示和管理视角对象,提供了一系列方法来操作视角,包括设置和获取视角的缩略图、飞行持续时间等。
|
|
5
5
|
* 该类继承自 ESObjectWithLocation,并扩展了与视角相关的功能。
|
|
@@ -45,7 +45,7 @@ export declare class ESCameraView extends ESObjectWithLocation {
|
|
|
45
45
|
* 当缩略图路径发生变化时,该事件将被触发。
|
|
46
46
|
* @returns {Event} 缩略图路径变更事件。
|
|
47
47
|
*/
|
|
48
|
-
get thumbnailChanged(): import(
|
|
48
|
+
get thumbnailChanged(): import('../..').Listener<[string, string]>;
|
|
49
49
|
/**
|
|
50
50
|
* 私有成员变量,存储视角飞行的持续时间。
|
|
51
51
|
* 使用 react<number> 创建响应式变量,初始值为 1。
|
|
@@ -66,7 +66,7 @@ export declare class ESCameraView extends ESObjectWithLocation {
|
|
|
66
66
|
* 当飞行持续时间发生变化时,该事件将被触发。
|
|
67
67
|
* @returns {Event} 飞行持续时间变更事件。
|
|
68
68
|
*/
|
|
69
|
-
get durationChanged(): import(
|
|
69
|
+
get durationChanged(): import('../..').Listener<[number, number]>;
|
|
70
70
|
/**
|
|
71
71
|
* 使相机飞入当前视角。
|
|
72
72
|
* @param {number} [duration=1] - 飞行持续时间,默认为 1 秒。
|
|
@@ -123,14 +123,14 @@ export declare class ESCameraView extends ESObjectWithLocation {
|
|
|
123
123
|
* @returns 属性列表。
|
|
124
124
|
*/
|
|
125
125
|
getESProperties(): {
|
|
126
|
-
more: import(
|
|
126
|
+
more: import('../..').Property[];
|
|
127
127
|
defaultMenu: string;
|
|
128
|
-
location: import(
|
|
129
|
-
general: import(
|
|
130
|
-
basic: import(
|
|
131
|
-
dataSource: import(
|
|
132
|
-
coordinate: import(
|
|
133
|
-
style: import(
|
|
128
|
+
location: import('../..').Property[];
|
|
129
|
+
general: import('../..').Property[];
|
|
130
|
+
basic: import('../..').Property[];
|
|
131
|
+
dataSource: import('../..').Property[];
|
|
132
|
+
coordinate: import('../..').Property[];
|
|
133
|
+
style: import('../..').Property[];
|
|
134
134
|
};
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ESJViewInfo } from
|
|
2
|
-
import { ESCameraView } from
|
|
3
|
-
import { ESCameraViewCollection } from
|
|
4
|
-
import { Destroyable } from
|
|
1
|
+
import { ESJViewInfo } from '../../../ESJTypes';
|
|
2
|
+
import { ESCameraView } from '../ESCameraView';
|
|
3
|
+
import { ESCameraViewCollection } from './index';
|
|
4
|
+
import { Destroyable } from '../../../xbsj-base';
|
|
5
5
|
/**
|
|
6
6
|
* 视图选项的类型定义。
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ESJViewInfo } from
|
|
2
|
-
import { ObservableArray, UniteChanged } from
|
|
3
|
-
import { ESSceneObject } from
|
|
4
|
-
import { ViewWrapper } from
|
|
1
|
+
import { ESJViewInfo } from '../../../ESJTypes';
|
|
2
|
+
import { ObservableArray, UniteChanged } from '../../../xbsj-base';
|
|
3
|
+
import { ESSceneObject } from '../../base';
|
|
4
|
+
import { ViewWrapper } from './ViewWrapper';
|
|
5
5
|
/**
|
|
6
6
|
* ESCameraViewCollection 类用于管理和控制一组相机视角。它继承自 ESSceneObject 类,提供了一系列方法来添加、删除、更新和切换相机视角。
|
|
7
7
|
*
|
|
@@ -44,8 +44,8 @@ export declare class ESCameraViewCollection extends ESSceneObject {
|
|
|
44
44
|
flyMode: "default" | "uniform";
|
|
45
45
|
name: string;
|
|
46
46
|
ref: string | undefined;
|
|
47
|
-
extras: import(
|
|
48
|
-
devTags: import(
|
|
47
|
+
extras: import('../../..').ReactiveVariable<import('../../..').JsonValue>;
|
|
48
|
+
devTags: import('../../..').ReactiveVariable<string[] | undefined>;
|
|
49
49
|
execOnceFuncStr: string | undefined;
|
|
50
50
|
updateFuncStr: string | undefined;
|
|
51
51
|
toDestroyFuncStr: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare class ESCameraViewCollection extends ESSceneObject {
|
|
|
77
77
|
* 获取当前视角索引变化的可观察对象。
|
|
78
78
|
* @returns 当前视角索引变化的可观察对象。
|
|
79
79
|
*/
|
|
80
|
-
get currentViewIndexChanged(): import(
|
|
80
|
+
get currentViewIndexChanged(): import('../../..').Listener<[number, number]>;
|
|
81
81
|
/**
|
|
82
82
|
* 私有属性,视角包装器的可观察数组。
|
|
83
83
|
*/
|
|
@@ -103,7 +103,7 @@ export declare class ESCameraViewCollection extends ESSceneObject {
|
|
|
103
103
|
* 获取容器元素变化的可观察对象。
|
|
104
104
|
* @returns 容器元素变化的可观察对象。
|
|
105
105
|
*/
|
|
106
|
-
get containerChanged(): import(
|
|
106
|
+
get containerChanged(): import('../../..').Listener<[HTMLDivElement | undefined, HTMLDivElement | undefined]>;
|
|
107
107
|
/**
|
|
108
108
|
* 设置容器元素。
|
|
109
109
|
* @param value 要设置的容器元素。
|
|
@@ -118,7 +118,7 @@ export declare class ESCameraViewCollection extends ESSceneObject {
|
|
|
118
118
|
* 获取视图信息变化的事件。
|
|
119
119
|
* @returns 视图信息变化的事件。
|
|
120
120
|
*/
|
|
121
|
-
get viewsChanged(): import(
|
|
121
|
+
get viewsChanged(): import('../../..').Event<[target: ObservableArray<ViewWrapper>]>;
|
|
122
122
|
/**
|
|
123
123
|
* 设置视图信息。
|
|
124
124
|
* @param value 要设置的视图信息数组。
|
|
@@ -235,14 +235,14 @@ export declare class ESCameraViewCollection extends ESSceneObject {
|
|
|
235
235
|
* @returns 属性列表。
|
|
236
236
|
*/
|
|
237
237
|
getESProperties(): {
|
|
238
|
-
more: import(
|
|
238
|
+
more: import('../../..').Property[];
|
|
239
239
|
defaultMenu: string;
|
|
240
|
-
basic: import(
|
|
241
|
-
general: import(
|
|
242
|
-
dataSource: import(
|
|
243
|
-
location: import(
|
|
244
|
-
coordinate: import(
|
|
245
|
-
style: import(
|
|
240
|
+
basic: import('../../..').Property[];
|
|
241
|
+
general: import('../../..').Property[];
|
|
242
|
+
dataSource: import('../../..').Property[];
|
|
243
|
+
location: import('../../..').Property[];
|
|
244
|
+
coordinate: import('../../..').Property[];
|
|
245
|
+
style: import('../../..').Property[];
|
|
246
246
|
};
|
|
247
247
|
}
|
|
248
248
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESJEditingBindModeType } from
|
|
3
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESJEditingBindModeType } from '../../ESJTypes';
|
|
3
|
+
import { ESObjectWithLocation } from '../base';
|
|
4
4
|
/**
|
|
5
5
|
* ESCameraVisibleRange 类用于表示和操作摄像头可视域。
|
|
6
6
|
* 该类继承自 ESObjectWithLocation,提供了摄像头可视域相关的属性和方法。
|
|
@@ -41,21 +41,21 @@ export declare class ESCameraVisibleRange extends ESObjectWithLocation {
|
|
|
41
41
|
*/
|
|
42
42
|
collision: boolean;
|
|
43
43
|
pointed: boolean;
|
|
44
|
-
pointStyle: import(
|
|
45
|
-
position: import(
|
|
46
|
-
rotation: import(
|
|
47
|
-
positionOffset: import(
|
|
48
|
-
scale: import(
|
|
49
|
-
minVisibleDistance: import(
|
|
50
|
-
maxVisibleDistance: import(
|
|
44
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
45
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
46
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
47
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
48
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
49
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
50
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
51
51
|
show: boolean;
|
|
52
52
|
allowPicking: boolean;
|
|
53
|
-
flyToParam: import(
|
|
54
|
-
flyInParam: import(
|
|
53
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
54
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
55
55
|
name: string;
|
|
56
56
|
ref: string | undefined;
|
|
57
|
-
extras: import(
|
|
58
|
-
devTags: import(
|
|
57
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
58
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
59
59
|
execOnceFuncStr: string | undefined;
|
|
60
60
|
updateFuncStr: string | undefined;
|
|
61
61
|
toDestroyFuncStr: string | undefined;
|
|
@@ -79,14 +79,14 @@ export declare class ESCameraVisibleRange extends ESObjectWithLocation {
|
|
|
79
79
|
* @returns 包含 ES 属性的对象。
|
|
80
80
|
*/
|
|
81
81
|
getESProperties(): {
|
|
82
|
-
basic: import(
|
|
82
|
+
basic: import('../..').Property[];
|
|
83
83
|
defaultMenu: string;
|
|
84
|
-
location: import(
|
|
85
|
-
more: import(
|
|
86
|
-
general: import(
|
|
87
|
-
dataSource: import(
|
|
88
|
-
coordinate: import(
|
|
89
|
-
style: import(
|
|
84
|
+
location: import('../..').Property[];
|
|
85
|
+
more: import('../..').Property[];
|
|
86
|
+
general: import('../..').Property[];
|
|
87
|
+
dataSource: import('../..').Property[];
|
|
88
|
+
coordinate: import('../..').Property[];
|
|
89
|
+
style: import('../..').Property[];
|
|
90
90
|
};
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SceneObjectKey, UniteChanged } from
|
|
2
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { SceneObjectKey, UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESObjectWithLocation } from '../base';
|
|
3
3
|
/**
|
|
4
4
|
* ESCar 类表示基础车辆模型,如警车等。
|
|
5
5
|
* 该类继承自 ESObjectWithLocation,并添加了车辆模式的相关属性和方法。
|
|
@@ -26,21 +26,21 @@ export declare class ESCar extends ESObjectWithLocation {
|
|
|
26
26
|
/**是否允许被拾取 */
|
|
27
27
|
allowPicking: boolean;
|
|
28
28
|
pointed: boolean;
|
|
29
|
-
pointStyle: import(
|
|
30
|
-
position: import(
|
|
31
|
-
rotation: import(
|
|
32
|
-
positionOffset: import(
|
|
33
|
-
scale: import(
|
|
34
|
-
minVisibleDistance: import(
|
|
35
|
-
maxVisibleDistance: import(
|
|
29
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
30
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
31
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
32
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
33
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
34
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
35
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
36
36
|
show: boolean;
|
|
37
37
|
collision: boolean;
|
|
38
|
-
flyToParam: import(
|
|
39
|
-
flyInParam: import(
|
|
38
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
39
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
40
40
|
name: string;
|
|
41
41
|
ref: string | undefined;
|
|
42
|
-
extras: import(
|
|
43
|
-
devTags: import(
|
|
42
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
43
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
44
44
|
execOnceFuncStr: string | undefined;
|
|
45
45
|
updateFuncStr: string | undefined;
|
|
46
46
|
toDestroyFuncStr: string | undefined;
|
|
@@ -63,14 +63,14 @@ export declare class ESCar extends ESObjectWithLocation {
|
|
|
63
63
|
* @returns 包含 ES 属性的对象。
|
|
64
64
|
*/
|
|
65
65
|
getESProperties(): {
|
|
66
|
-
basic: import(
|
|
66
|
+
basic: import('../..').Property[];
|
|
67
67
|
defaultMenu: string;
|
|
68
|
-
location: import(
|
|
69
|
-
more: import(
|
|
70
|
-
general: import(
|
|
71
|
-
dataSource: import(
|
|
72
|
-
coordinate: import(
|
|
73
|
-
style: import(
|
|
68
|
+
location: import('../..').Property[];
|
|
69
|
+
more: import('../..').Property[];
|
|
70
|
+
general: import('../..').Property[];
|
|
71
|
+
dataSource: import('../..').Property[];
|
|
72
|
+
coordinate: import('../..').Property[];
|
|
73
|
+
style: import('../..').Property[];
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESJColor } from
|
|
3
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESJColor } from '../../ESJTypes';
|
|
3
|
+
import { ESObjectWithLocation } from '../base';
|
|
4
4
|
/**
|
|
5
5
|
* ESCityBasePoint 类用于表示城市基点对象,继承自 ESObjectWithLocation 类。
|
|
6
6
|
* 该类主要用于在地图或三维场景中表示城市的关键基准点,并提供相关的属性和方法。
|
|
@@ -27,24 +27,24 @@ export declare class ESCityBasePoint extends ESObjectWithLocation {
|
|
|
27
27
|
* @type {reactArray<ESJColor>}
|
|
28
28
|
* @default [1, 1, 0, 1]
|
|
29
29
|
*/
|
|
30
|
-
color: import(
|
|
30
|
+
color: import('../..').ReactiveVariable<ESJColor>;
|
|
31
31
|
pointed: boolean;
|
|
32
|
-
pointStyle: import(
|
|
33
|
-
position: import(
|
|
34
|
-
rotation: import(
|
|
35
|
-
positionOffset: import(
|
|
36
|
-
scale: import(
|
|
37
|
-
minVisibleDistance: import(
|
|
38
|
-
maxVisibleDistance: import(
|
|
32
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
33
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
34
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
35
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
36
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
37
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
38
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
39
39
|
show: boolean;
|
|
40
40
|
collision: boolean;
|
|
41
41
|
allowPicking: boolean;
|
|
42
|
-
flyToParam: import(
|
|
43
|
-
flyInParam: import(
|
|
42
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
43
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
44
44
|
name: string;
|
|
45
45
|
ref: string | undefined;
|
|
46
|
-
extras: import(
|
|
47
|
-
devTags: import(
|
|
46
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
47
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
48
48
|
execOnceFuncStr: string | undefined;
|
|
49
49
|
updateFuncStr: string | undefined;
|
|
50
50
|
toDestroyFuncStr: string | undefined;
|
|
@@ -65,14 +65,14 @@ export declare class ESCityBasePoint extends ESObjectWithLocation {
|
|
|
65
65
|
* @returns {Object} ES 属性对象。
|
|
66
66
|
*/
|
|
67
67
|
getESProperties(): {
|
|
68
|
-
basic: import(
|
|
68
|
+
basic: import('../..').Property[];
|
|
69
69
|
defaultMenu: string;
|
|
70
|
-
location: import(
|
|
71
|
-
more: import(
|
|
72
|
-
general: import(
|
|
73
|
-
dataSource: import(
|
|
74
|
-
coordinate: import(
|
|
75
|
-
style: import(
|
|
70
|
+
location: import('../..').Property[];
|
|
71
|
+
more: import('../..').Property[];
|
|
72
|
+
general: import('../..').Property[];
|
|
73
|
+
dataSource: import('../..').Property[];
|
|
74
|
+
coordinate: import('../..').Property[];
|
|
75
|
+
style: import('../..').Property[];
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UniteChanged } from
|
|
2
|
-
import { ESJEditingBindModeType, ESJFillStyle } from
|
|
3
|
-
import { ESGeoVector } from
|
|
1
|
+
import { UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESJEditingBindModeType, ESJFillStyle } from '../../ESJTypes';
|
|
3
|
+
import { ESGeoVector } from '../base';
|
|
4
4
|
/**
|
|
5
5
|
* ESClassification 类继承自 ESGeoVector,用于实现倾斜单体化的功能。
|
|
6
6
|
* 该类提供了对倾斜单体化对象的创建、编辑、属性获取等操作的支持。
|
|
@@ -32,21 +32,21 @@ export declare class ESClassification extends ESGeoVector {
|
|
|
32
32
|
height: number;
|
|
33
33
|
/**是否填充,默认值为 true。*/
|
|
34
34
|
filled: boolean;
|
|
35
|
-
fillStyle: import(
|
|
35
|
+
fillStyle: import('../..').ReactiveVariable<ESJFillStyle>;
|
|
36
36
|
pointed: boolean;
|
|
37
|
-
pointStyle: import(
|
|
37
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
38
38
|
stroked: boolean;
|
|
39
|
-
strokeStyle: import(
|
|
40
|
-
points: import(
|
|
39
|
+
strokeStyle: import('../..').ReactiveVariable<import('../..').ESJStrokeStyle>;
|
|
40
|
+
points: import('../..').ReactiveVariable<[number, number, number][] | undefined>;
|
|
41
41
|
show: boolean;
|
|
42
42
|
collision: boolean;
|
|
43
43
|
allowPicking: boolean;
|
|
44
|
-
flyToParam: import(
|
|
45
|
-
flyInParam: import(
|
|
44
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
45
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
46
46
|
name: string;
|
|
47
47
|
ref: string | undefined;
|
|
48
|
-
extras: import(
|
|
49
|
-
devTags: import(
|
|
48
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
49
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
50
50
|
execOnceFuncStr: string | undefined;
|
|
51
51
|
updateFuncStr: string | undefined;
|
|
52
52
|
toDestroyFuncStr: string | undefined;
|
|
@@ -75,14 +75,14 @@ export declare class ESClassification extends ESGeoVector {
|
|
|
75
75
|
* 在父类的 ES 属性基础上,添加了高度、面积和周长的属性。
|
|
76
76
|
*/
|
|
77
77
|
getESProperties(): {
|
|
78
|
-
basic: import(
|
|
79
|
-
coordinate: import(
|
|
78
|
+
basic: import('../..').Property[];
|
|
79
|
+
coordinate: import('../..').Property[];
|
|
80
80
|
defaultMenu: string;
|
|
81
|
-
style: import(
|
|
82
|
-
more: import(
|
|
83
|
-
general: import(
|
|
84
|
-
dataSource: import(
|
|
85
|
-
location: import(
|
|
81
|
+
style: import('../..').Property[];
|
|
82
|
+
more: import('../..').Property[];
|
|
83
|
+
general: import('../..').Property[];
|
|
84
|
+
dataSource: import('../..').Property[];
|
|
85
|
+
location: import('../..').Property[];
|
|
86
86
|
};
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SceneObjectKey, UniteChanged } from
|
|
2
|
-
import { ESObjectWithLocation } from
|
|
1
|
+
import { SceneObjectKey, UniteChanged } from '../../xbsj-base';
|
|
2
|
+
import { ESObjectWithLocation } from '../base';
|
|
3
3
|
/**
|
|
4
4
|
* ESClippingPlane 类用于表示和操作裁剪平面。该类继承自 ESObjectWithLocation,提供了裁剪平面的相关属性和方法。
|
|
5
5
|
*
|
|
@@ -28,7 +28,7 @@ export declare class ESClippingPlane extends ESObjectWithLocation {
|
|
|
28
28
|
* 反应式数组,表示线框颜色,默认为白色(RGBA: [1, 1, 1, 1])。
|
|
29
29
|
* @type {reactArray<[number, number, number, number]>}
|
|
30
30
|
*/
|
|
31
|
-
edgeColor: import(
|
|
31
|
+
edgeColor: import('../..').ReactiveVariable<[number, number, number, number]>;
|
|
32
32
|
/**
|
|
33
33
|
* 数值,线框宽度,默认为 2。
|
|
34
34
|
* @type {number}
|
|
@@ -50,22 +50,22 @@ export declare class ESClippingPlane extends ESObjectWithLocation {
|
|
|
50
50
|
*/
|
|
51
51
|
targetID: string;
|
|
52
52
|
pointed: boolean;
|
|
53
|
-
pointStyle: import(
|
|
54
|
-
position: import(
|
|
55
|
-
rotation: import(
|
|
56
|
-
positionOffset: import(
|
|
57
|
-
scale: import(
|
|
58
|
-
minVisibleDistance: import(
|
|
59
|
-
maxVisibleDistance: import(
|
|
53
|
+
pointStyle: import('../..').ReactiveVariable<import('../..').ESJPointStyle>;
|
|
54
|
+
position: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
55
|
+
rotation: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
56
|
+
positionOffset: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
57
|
+
scale: import('../..').ReactiveVariable<import('../..').ESJVector3D>;
|
|
58
|
+
minVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
59
|
+
maxVisibleDistance: import('../..').ReactiveVariable<number>;
|
|
60
60
|
show: boolean;
|
|
61
61
|
collision: boolean;
|
|
62
62
|
allowPicking: boolean;
|
|
63
|
-
flyToParam: import(
|
|
64
|
-
flyInParam: import(
|
|
63
|
+
flyToParam: import('../..').ReactiveVariable<import('../..').ESJFlyToParam | undefined>;
|
|
64
|
+
flyInParam: import('../..').ReactiveVariable<import('../..').ESJFlyInParam | undefined>;
|
|
65
65
|
name: string;
|
|
66
66
|
ref: string | undefined;
|
|
67
|
-
extras: import(
|
|
68
|
-
devTags: import(
|
|
67
|
+
extras: import('../..').ReactiveVariable<import('../..').JsonValue>;
|
|
68
|
+
devTags: import('../..').ReactiveVariable<string[] | undefined>;
|
|
69
69
|
execOnceFuncStr: string | undefined;
|
|
70
70
|
updateFuncStr: string | undefined;
|
|
71
71
|
toDestroyFuncStr: string | undefined;
|
|
@@ -85,14 +85,14 @@ export declare class ESClippingPlane extends ESObjectWithLocation {
|
|
|
85
85
|
* @returns {Object} 包含各种属性的对象。
|
|
86
86
|
*/
|
|
87
87
|
getESProperties(): {
|
|
88
|
-
basic: import(
|
|
88
|
+
basic: import('../..').Property[];
|
|
89
89
|
defaultMenu: string;
|
|
90
|
-
location: import(
|
|
91
|
-
more: import(
|
|
92
|
-
general: import(
|
|
93
|
-
dataSource: import(
|
|
94
|
-
coordinate: import(
|
|
95
|
-
style: import(
|
|
90
|
+
location: import('../..').Property[];
|
|
91
|
+
more: import('../..').Property[];
|
|
92
|
+
general: import('../..').Property[];
|
|
93
|
+
dataSource: import('../..').Property[];
|
|
94
|
+
coordinate: import('../..').Property[];
|
|
95
|
+
style: import('../..').Property[];
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
98
|
/**
|