earthsdk3 3.0.6 → 3.0.7-beta.3
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 +797 -0
- package/dist/earthsdk3.js +29613 -57323
- package/dist/earthsdk3.umd.cjs +567 -0
- package/dist/types/ESJTypes/index.d.ts +4 -3
- package/dist/types/ESJTypes/index.d.ts.map +1 -0
- package/dist/types/ESJTypes/pickedInfos/index.d.ts +36 -35
- package/dist/types/ESJTypes/pickedInfos/index.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ClockType.d.ts +3 -2
- package/dist/types/ESJTypes/properties/ClockType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/DataType.d.ts +35 -34
- package/dist/types/ESJTypes/properties/DataType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ESJArcType.d.ts +2 -1
- package/dist/types/ESJTypes/properties/ESJArcType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ESJEditingMode.d.ts +20 -19
- package/dist/types/ESJTypes/properties/ESJEditingMode.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ESJEnvironmentMapManager.d.ts +13 -12
- package/dist/types/ESJTypes/properties/ESJEnvironmentMapManager.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ESJInstances.d.ts +7 -6
- package/dist/types/ESJTypes/properties/ESJInstances.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ESJMaterialType.d.ts +25 -24
- package/dist/types/ESJTypes/properties/ESJMaterialType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ESJResource.d.ts +12 -11
- package/dist/types/ESJTypes/properties/ESJResource.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/FillStyleType.d.ts +12 -11
- package/dist/types/ESJTypes/properties/FillStyleType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/FlyParamType.d.ts +30 -29
- package/dist/types/ESJTypes/properties/FlyParamType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/ParticleEmitterJsonType.d.ts +14 -13
- package/dist/types/ESJTypes/properties/ParticleEmitterJsonType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/PointStyleType.d.ts +14 -13
- package/dist/types/ESJTypes/properties/PointStyleType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/StrokeStyleType.d.ts +18 -17
- package/dist/types/ESJTypes/properties/StrokeStyleType.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/Viewer.d.ts +85 -84
- package/dist/types/ESJTypes/properties/Viewer.d.ts.map +1 -0
- package/dist/types/ESJTypes/properties/index.d.ts +116 -115
- package/dist/types/ESJTypes/properties/index.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/ColorProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/ColorProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/ColorRgbProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/ColorRgbProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/DashPatternProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/DashPatternProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/DateProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/DateProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/DatesProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/DatesProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/EnumProperty.d.ts +10 -9
- package/dist/types/ESJTypes/props/EnumProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/EnumStringsProperty.d.ts +10 -9
- package/dist/types/ESJTypes/props/EnumStringsProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/EvalStringProperty.d.ts +10 -9
- package/dist/types/ESJTypes/props/EvalStringProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/FunctionProperty.d.ts +14 -13
- package/dist/types/ESJTypes/props/FunctionProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/GroupProperty.d.ts +8 -7
- package/dist/types/ESJTypes/props/GroupProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/JsonProperty.d.ts +10 -9
- package/dist/types/ESJTypes/props/JsonProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/LongStringProperty.d.ts +10 -9
- package/dist/types/ESJTypes/props/LongStringProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/MinmaxProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/MinmaxProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/NativeProperty.d.ts +86 -85
- package/dist/types/ESJTypes/props/NativeProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/NearFarScalerProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/NearFarScalerProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/NonreactiveJsonStringProperty.d.ts +13 -12
- package/dist/types/ESJTypes/props/NonreactiveJsonStringProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/NumberRangeProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/NumberRangeProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/NumberSliderProperty.d.ts +23 -22
- package/dist/types/ESJTypes/props/NumberSliderProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/ParamsProperty.d.ts +12 -11
- package/dist/types/ESJTypes/props/ParamsProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/PlayerProperty.d.ts +27 -26
- package/dist/types/ESJTypes/props/PlayerProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/PositionProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/PositionProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/PositionsProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/PositionsProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/PositionsSetPropety.d.ts +5 -4
- package/dist/types/ESJTypes/props/PositionsSetPropety.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/Property.d.ts +13 -12
- package/dist/types/ESJTypes/props/Property.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/ReactVarProperty.d.ts +8 -7
- package/dist/types/ESJTypes/props/ReactVarProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/RotationProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/RotationProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/UriProperty.d.ts +5 -4
- package/dist/types/ESJTypes/props/UriProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/ViewPlayerProperty.d.ts +23 -22
- package/dist/types/ESJTypes/props/ViewPlayerProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/WithUndefinedProperty.d.ts +16 -15
- package/dist/types/ESJTypes/props/WithUndefinedProperty.d.ts.map +1 -0
- package/dist/types/ESJTypes/props/index.d.ts +30 -29
- package/dist/types/ESJTypes/props/index.d.ts.map +1 -0
- package/dist/types/ESObjectManager/ESPlyarAndPathTime.d.ts +7 -6
- package/dist/types/ESObjectManager/ESPlyarAndPathTime.d.ts.map +1 -0
- package/dist/types/ESObjectManager/PathAnimationManager.d.ts +19 -18
- package/dist/types/ESObjectManager/PathAnimationManager.d.ts.map +1 -0
- package/dist/types/ESObjectManager/SceneObjectEditingManager.d.ts +18 -17
- package/dist/types/ESObjectManager/SceneObjectEditingManager.d.ts.map +1 -0
- package/dist/types/ESObjectManager/SceneObjectsListening.d.ts +17 -16
- package/dist/types/ESObjectManager/SceneObjectsListening.d.ts.map +1 -0
- package/dist/types/ESObjectManager/SceneObjectsManager.d.ts +18 -17
- package/dist/types/ESObjectManager/SceneObjectsManager.d.ts.map +1 -0
- package/dist/types/ESObjectManager/ViewersManager.d.ts +18 -17
- package/dist/types/ESObjectManager/ViewersManager.d.ts.map +1 -0
- package/dist/types/ESObjectManager/index.d.ts +126 -125
- package/dist/types/ESObjectManager/index.d.ts.map +1 -0
- package/dist/types/ESObjectManager/propTreeCallback.d.ts +15 -14
- package/dist/types/ESObjectManager/propTreeCallback.d.ts.map +1 -0
- package/dist/types/ESObjectManager/utils.d.ts +10 -9
- package/dist/types/ESObjectManager/utils.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESGeoVector.d.ts +132 -131
- package/dist/types/ESObjects/base/ESGeoVector.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESLabel.d.ts +66 -65
- package/dist/types/ESObjects/base/ESLabel.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESLocalVector.d.ts +106 -105
- package/dist/types/ESObjects/base/ESLocalVector.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESLocalVector2D.d.ts +57 -56
- package/dist/types/ESObjects/base/ESLocalVector2D.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESObjectWithLocation.d.ts +108 -107
- package/dist/types/ESObjects/base/ESObjectWithLocation.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESSceneObject/ESObjectsContext.d.ts +86 -85
- package/dist/types/ESObjects/base/ESSceneObject/ESObjectsContext.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESSceneObject/RefsManager.d.ts +17 -16
- package/dist/types/ESObjects/base/ESSceneObject/RefsManager.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESSceneObject/funcs/createEnvEvalStrReact.d.ts +3 -2
- package/dist/types/ESObjects/base/ESSceneObject/funcs/createEnvEvalStrReact.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESSceneObject/funcs/replaceStrWithEnv.d.ts +2 -1
- package/dist/types/ESObjects/base/ESSceneObject/funcs/replaceStrWithEnv.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESSceneObject/index.d.ts +117 -116
- package/dist/types/ESObjects/base/ESSceneObject/index.d.ts.map +1 -0
- package/dist/types/ESObjects/base/ESVisualObject.d.ts +117 -116
- package/dist/types/ESObjects/base/ESVisualObject.d.ts.map +1 -0
- package/dist/types/ESObjects/base/index.d.ts +8 -7
- package/dist/types/ESObjects/base/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ES3DTileset/index.d.ts +314 -313
- package/dist/types/ESObjects/general/ES3DTileset/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ES3DTileset/type.d.ts +41 -40
- package/dist/types/ESObjects/general/ES3DTileset/type.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESAlarm.d.ts +85 -84
- package/dist/types/ESObjects/general/ESAlarm.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESApertureEffect.d.ts +73 -72
- package/dist/types/ESObjects/general/ESApertureEffect.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESAreaMeasurement.d.ts +77 -76
- package/dist/types/ESObjects/general/ESAreaMeasurement.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESBlastParticleSystem.d.ts +75 -74
- package/dist/types/ESObjects/general/ESBlastParticleSystem.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESBoxClipping.d.ts +92 -91
- package/dist/types/ESObjects/general/ESBoxClipping.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCameraView.d.ts +96 -95
- package/dist/types/ESObjects/general/ESCameraView.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCameraViewCollection/ViewWrapper.d.ts +15 -14
- package/dist/types/ESObjects/general/ESCameraViewCollection/ViewWrapper.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCameraViewCollection/index.d.ts +178 -177
- package/dist/types/ESObjects/general/ESCameraViewCollection/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCameraVisibleRange.d.ts +84 -83
- package/dist/types/ESObjects/general/ESCameraVisibleRange.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCar.d.ts +74 -73
- package/dist/types/ESObjects/general/ESCar.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCityBasePoint.d.ts +62 -61
- package/dist/types/ESObjects/general/ESCityBasePoint.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESClassification.d.ts +83 -82
- package/dist/types/ESObjects/general/ESClassification.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESClippingPlane.d.ts +82 -81
- package/dist/types/ESObjects/general/ESClippingPlane.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCustomDiv/index.d.ts +75 -74
- package/dist/types/ESObjects/general/ESCustomDiv/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCustomDiv/instance.d.ts +18 -17
- package/dist/types/ESObjects/general/ESCustomDiv/instance.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESCzml.d.ts +167 -166
- package/dist/types/ESObjects/general/ESCzml.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESDataMesh.d.ts +82 -81
- package/dist/types/ESObjects/general/ESDataMesh.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESDatasmithRuntimeModel.d.ts +81 -80
- package/dist/types/ESObjects/general/ESDatasmithRuntimeModel.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESDirectionMeasurement.d.ts +77 -76
- package/dist/types/ESObjects/general/ESDirectionMeasurement.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESDistanceMeasurement.d.ts +75 -74
- package/dist/types/ESObjects/general/ESDistanceMeasurement.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESDynamicWater.d.ts +132 -131
- package/dist/types/ESObjects/general/ESDynamicWater.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESEntityCluster.d.ts +116 -115
- package/dist/types/ESObjects/general/ESEntityCluster.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESExcavate.d.ts +91 -90
- package/dist/types/ESObjects/general/ESExcavate.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESFireParticleSystem.d.ts +73 -72
- package/dist/types/ESObjects/general/ESFireParticleSystem.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESForestTileset.d.ts +90 -89
- package/dist/types/ESObjects/general/ESForestTileset.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGaussianSplatting.d.ts +72 -71
- package/dist/types/ESObjects/general/ESGaussianSplatting.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoDiv/index.d.ts +99 -102
- package/dist/types/ESObjects/general/ESGeoDiv/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoDiv/mds.d.ts +14 -13
- package/dist/types/ESObjects/general/ESGeoDiv/mds.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoDivTextPoi.d.ts +102 -101
- package/dist/types/ESObjects/general/ESGeoDivTextPoi.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoExtrudedPolygon.d.ts +92 -91
- package/dist/types/ESObjects/general/ESGeoExtrudedPolygon.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoJson/index.d.ts +239 -238
- package/dist/types/ESObjects/general/ESGeoJson/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoJson/type.d.ts +39 -38
- package/dist/types/ESObjects/general/ESGeoJson/type.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoLineString.d.ts +87 -86
- package/dist/types/ESObjects/general/ESGeoLineString.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoPolygon.d.ts +81 -80
- package/dist/types/ESObjects/general/ESGeoPolygon.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoRectangle.d.ts +87 -86
- package/dist/types/ESObjects/general/ESGeoRectangle.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGeoWater.d.ts +125 -124
- package/dist/types/ESObjects/general/ESGeoWater.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESGltfModel.d.ts +152 -151
- package/dist/types/ESObjects/general/ESGltfModel.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESHeightLimitAnalysis.d.ts +86 -85
- package/dist/types/ESObjects/general/ESHeightLimitAnalysis.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESHeightMeasurement.d.ts +75 -74
- package/dist/types/ESObjects/general/ESHeightMeasurement.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESHole.d.ts +87 -86
- package/dist/types/ESObjects/general/ESHole.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESHuman.d.ts +100 -99
- package/dist/types/ESObjects/general/ESHuman.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESHumanPoi.d.ts +100 -99
- package/dist/types/ESObjects/general/ESHumanPoi.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESImageLabel.d.ts +104 -103
- package/dist/types/ESObjects/general/ESImageLabel.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESImageryLayer/index.d.ts +116 -115
- package/dist/types/ESObjects/general/ESImageryLayer/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESImageryLayer/types.d.ts +107 -106
- package/dist/types/ESObjects/general/ESImageryLayer/types.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLevelRuntimeModel.d.ts +79 -78
- package/dist/types/ESObjects/general/ESLevelRuntimeModel.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLocalCircle.d.ts +96 -95
- package/dist/types/ESObjects/general/ESLocalCircle.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLocalPolygon.d.ts +89 -88
- package/dist/types/ESObjects/general/ESLocalPolygon.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLocalPolygonZ.d.ts +65 -64
- package/dist/types/ESObjects/general/ESLocalPolygonZ.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLocalRectangle.d.ts +82 -81
- package/dist/types/ESObjects/general/ESLocalRectangle.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLocalRegularPolygon.d.ts +1 -0
- package/dist/types/ESObjects/general/ESLocalRegularPolygon.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLocalSkyBox.d.ts +88 -87
- package/dist/types/ESObjects/general/ESLocalSkyBox.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESLocationMeasurement.d.ts +61 -60
- package/dist/types/ESObjects/general/ESLocationMeasurement.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESMsTileset/index.d.ts +145 -144
- package/dist/types/ESObjects/general/ESMsTileset/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESMsTileset/types.d.ts +8 -7
- package/dist/types/ESObjects/general/ESMsTileset/types.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESNavigator.d.ts +44 -43
- package/dist/types/ESObjects/general/ESNavigator.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESParticleSystemPrimitive.d.ts +143 -142
- package/dist/types/ESObjects/general/ESParticleSystemPrimitive.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/CurrentInfoType.d.ts +7 -6
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/CurrentInfoType.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/GetCurrentFuncType.d.ts +4 -3
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/GetCurrentFuncType.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/PolylineResetting.d.ts +6 -5
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/PolylineResetting.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/RotLerpModeType.d.ts +2 -1
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/RotLerpModeType.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/computeRotIfUndefined.d.ts +13 -12
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/computeRotIfUndefined.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/dataTextMd.d.ts +2 -1
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/dataTextMd.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/getCurrent.d.ts +19 -18
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/getCurrent.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/index.d.ts +113 -112
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/parseData.d.ts +3 -2
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/parseData.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/subPath.d.ts +3 -2
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/subPath.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/subdivide.d.ts +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/subdivide.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/timePosRotsMd.d.ts +2 -1
- package/dist/types/ESObjects/general/ESPath/ESPathImpl/timePosRotsMd.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPath/index.d.ts +114 -113
- package/dist/types/ESObjects/general/ESPath/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPipeFence.d.ts +101 -100
- package/dist/types/ESObjects/general/ESPipeFence.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPipeline.d.ts +117 -116
- package/dist/types/ESObjects/general/ESPipeline.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPipeserTileset.d.ts +120 -119
- package/dist/types/ESObjects/general/ESPipeserTileset.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPit.d.ts +102 -101
- package/dist/types/ESObjects/general/ESPit.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPlayer/AbsolutePlayer.d.ts +30 -29
- package/dist/types/ESObjects/general/ESPlayer/AbsolutePlayer.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPlayer/index.d.ts +60 -59
- package/dist/types/ESObjects/general/ESPlayer/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPoi2D.d.ts +119 -118
- package/dist/types/ESObjects/general/ESPoi2D.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPoi3D.d.ts +80 -79
- package/dist/types/ESObjects/general/ESPoi3D.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPoiTileset.d.ts +69 -68
- package/dist/types/ESObjects/general/ESPoiTileset.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPolygonFence.d.ts +89 -88
- package/dist/types/ESObjects/general/ESPolygonFence.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPolygonFlattenedPlane.d.ts +87 -86
- package/dist/types/ESObjects/general/ESPolygonFlattenedPlane.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESPolygonWithHole.d.ts +83 -82
- package/dist/types/ESObjects/general/ESPolygonWithHole.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESRectangle.d.ts +98 -97
- package/dist/types/ESObjects/general/ESRectangle.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESRefVoxels.d.ts +1 -0
- package/dist/types/ESObjects/general/ESRefVoxels.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESRtsFeatureEditing/index.d.ts +132 -131
- package/dist/types/ESObjects/general/ESRtsFeatureEditing/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESRtsFeatureEditing/types.d.ts +7 -6
- package/dist/types/ESObjects/general/ESRtsFeatureEditing/types.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESRtsTileset/index.d.ts +166 -165
- package/dist/types/ESObjects/general/ESRtsTileset/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESRtsTileset/types.d.ts +52 -51
- package/dist/types/ESObjects/general/ESRtsTileset/types.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESScale.d.ts +42 -41
- package/dist/types/ESObjects/general/ESScale.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSeparateFoliage/CallFunc.d.ts +67 -66
- package/dist/types/ESObjects/general/ESSeparateFoliage/CallFunc.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSeparateFoliage/index.d.ts +110 -109
- package/dist/types/ESObjects/general/ESSeparateFoliage/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSkylineAnalysis/index.d.ts +73 -0
- package/dist/types/ESObjects/general/ESSkylineAnalysis/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESStaticMesh.d.ts +70 -69
- package/dist/types/ESObjects/general/ESStaticMesh.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/bufferUtils.d.ts +7 -6
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/bufferUtils.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/index.d.ts +122 -121
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/parseGlb.d.ts +9 -8
- package/dist/types/ESObjects/general/ESSubmergingAnalysis/parseGlb.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSunshineAnalysis/index.d.ts +95 -94
- package/dist/types/ESObjects/general/ESSunshineAnalysis/index.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESSurfaceAreaMeasurement.d.ts +81 -80
- package/dist/types/ESObjects/general/ESSurfaceAreaMeasurement.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESTerrainLayer.d.ts +85 -84
- package/dist/types/ESObjects/general/ESTerrainLayer.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESTextLabel.d.ts +137 -136
- package/dist/types/ESObjects/general/ESTextLabel.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESUEWidget.d.ts +118 -117
- package/dist/types/ESObjects/general/ESUEWidget.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESUnrealActor.d.ts +86 -85
- package/dist/types/ESObjects/general/ESUnrealActor.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESVideoFusion.d.ts +102 -101
- package/dist/types/ESObjects/general/ESVideoFusion.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESViewShed.d.ts +90 -89
- package/dist/types/ESObjects/general/ESViewShed.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESViewerStatusBar.d.ts +45 -44
- package/dist/types/ESObjects/general/ESViewerStatusBar.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESViewerStatusBarScale.d.ts +45 -44
- package/dist/types/ESObjects/general/ESViewerStatusBarScale.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESVisibilityAnalysis.d.ts +93 -92
- package/dist/types/ESObjects/general/ESVisibilityAnalysis.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESVolumeMeasurement.d.ts +92 -91
- package/dist/types/ESObjects/general/ESVolumeMeasurement.d.ts.map +1 -0
- package/dist/types/ESObjects/general/ESWidget.d.ts +117 -116
- package/dist/types/ESObjects/general/ESWidget.d.ts.map +1 -0
- package/dist/types/ESObjects/general/index.d.ts +87 -85
- package/dist/types/ESObjects/general/index.d.ts.map +1 -0
- package/dist/types/ESObjects/index.d.ts +3 -2
- package/dist/types/ESObjects/index.d.ts.map +1 -0
- package/dist/types/ESViewer/ContainerStyleController.d.ts +9 -8
- package/dist/types/ESViewer/ContainerStyleController.d.ts.map +1 -0
- package/dist/types/ESViewer/ESViewer.d.ts +413 -412
- package/dist/types/ESViewer/ESViewer.d.ts.map +1 -0
- package/dist/types/ESViewer/Resetting/index.d.ts +15 -14
- package/dist/types/ESViewer/Resetting/index.d.ts.map +1 -0
- package/dist/types/ESViewer/StatusContainer.d.ts +11 -10
- package/dist/types/ESViewer/StatusContainer.d.ts.map +1 -0
- package/dist/types/ESViewer/ViewerContainer.d.ts +16 -15
- package/dist/types/ESViewer/ViewerContainer.d.ts.map +1 -0
- package/dist/types/ESViewer/ViewerContext.d.ts +10 -9
- package/dist/types/ESViewer/ViewerContext.d.ts.map +1 -0
- package/dist/types/ESViewer/ViewerCustomInteraction.d.ts +10 -9
- package/dist/types/ESViewer/ViewerCustomInteraction.d.ts.map +1 -0
- package/dist/types/ESViewer/getContainer.d.ts +3 -2
- package/dist/types/ESViewer/getContainer.d.ts.map +1 -0
- package/dist/types/ESViewer/index.d.ts +3 -2
- package/dist/types/ESViewer/index.d.ts.map +1 -0
- package/dist/types/EngineObject/EditingObjectContext.d.ts +14 -13
- package/dist/types/EngineObject/EditingObjectContext.d.ts.map +1 -0
- package/dist/types/EngineObject/EngineObjectsContext.d.ts +14 -13
- package/dist/types/EngineObject/EngineObjectsContext.d.ts.map +1 -0
- package/dist/types/EngineObject/index.d.ts +22 -21
- package/dist/types/EngineObject/index.d.ts.map +1 -0
- package/dist/types/copyright.d.ts +14 -13
- package/dist/types/copyright.d.ts.map +1 -0
- package/dist/types/index.d.ts +8 -7
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/utils/PropTrees/PropTree.d.ts +7 -6
- package/dist/types/utils/PropTrees/PropTree.d.ts.map +1 -0
- package/dist/types/utils/PropTrees/PropTreeItem.d.ts +16 -15
- package/dist/types/utils/PropTrees/PropTreeItem.d.ts.map +1 -0
- package/dist/types/utils/PropTrees/PropUiTreeManager.d.ts +18 -17
- package/dist/types/utils/PropTrees/PropUiTreeManager.d.ts.map +1 -0
- package/dist/types/utils/PropTrees/index.d.ts +4 -3
- package/dist/types/utils/PropTrees/index.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/SceneTree.d.ts +108 -107
- package/dist/types/utils/SceneTrees/SceneTree.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/SceneTreeContextMenu.d.ts +20 -19
- package/dist/types/utils/SceneTrees/SceneTreeContextMenu.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/SceneTreeItem.d.ts +47 -46
- package/dist/types/utils/SceneTrees/SceneTreeItem.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/SceneTreeItemDragDrop.d.ts +7 -6
- package/dist/types/utils/SceneTrees/SceneTreeItemDragDrop.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/SceneTreeJsonLoading.d.ts +20 -19
- package/dist/types/utils/SceneTrees/SceneTreeJsonLoading.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/defaultCreateSceneObject.d.ts +5 -4
- package/dist/types/utils/SceneTrees/defaultCreateSceneObject.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/defaultCreateTreeItemDragDrop.d.ts +4 -3
- package/dist/types/utils/SceneTrees/defaultCreateTreeItemDragDrop.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/defaultLight122FromEnvironmentMapManager.d.ts +9 -8
- package/dist/types/utils/SceneTrees/defaultLight122FromEnvironmentMapManager.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/defaultShowSceneObject.d.ts +4 -3
- package/dist/types/utils/SceneTrees/defaultShowSceneObject.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/index.d.ts +7 -6
- package/dist/types/utils/SceneTrees/index.d.ts.map +1 -0
- package/dist/types/utils/SceneTrees/preload.d.ts +9 -8
- package/dist/types/utils/SceneTrees/preload.d.ts.map +1 -0
- package/dist/types/utils/base/DragStartDataManager.d.ts +16 -15
- package/dist/types/utils/base/DragStartDataManager.d.ts.map +1 -0
- package/dist/types/utils/base/TreeItemDragDrop.d.ts +12 -11
- package/dist/types/utils/base/TreeItemDragDrop.d.ts.map +1 -0
- package/dist/types/utils/base/bindCustomEditing.d.ts +4 -3
- package/dist/types/utils/base/bindCustomEditing.d.ts.map +1 -0
- package/dist/types/utils/base/defaultInitSceneObjectOnCreatingFunc.d.ts +3 -2
- package/dist/types/utils/base/defaultInitSceneObjectOnCreatingFunc.d.ts.map +1 -0
- package/dist/types/utils/base/defaultUpdateSceneObjectOnPickingFunc.d.ts +4 -3
- package/dist/types/utils/base/defaultUpdateSceneObjectOnPickingFunc.d.ts.map +1 -0
- package/dist/types/utils/base/getDefaultValue.d.ts +2 -1
- package/dist/types/utils/base/getDefaultValue.d.ts.map +1 -0
- package/dist/types/utils/base/hasSameTags.d.ts +3 -2
- package/dist/types/utils/base/hasSameTags.d.ts.map +1 -0
- package/dist/types/utils/base/inOrderRunning.d.ts +2 -1
- package/dist/types/utils/base/inOrderRunning.d.ts.map +1 -0
- package/dist/types/utils/base/index.d.ts +13 -12
- package/dist/types/utils/base/index.d.ts.map +1 -0
- package/dist/types/utils/base/lerpAngle.d.ts +5 -4
- package/dist/types/utils/base/lerpAngle.d.ts.map +1 -0
- package/dist/types/utils/base/rpToap.d.ts +7 -6
- package/dist/types/utils/base/rpToap.d.ts.map +1 -0
- package/dist/types/utils/base/sceneObjectTreeItem.d.ts +5 -4
- package/dist/types/utils/base/sceneObjectTreeItem.d.ts.map +1 -0
- package/dist/types/utils/base/utils.d.ts +7 -6
- package/dist/types/utils/base/utils.d.ts.map +1 -0
- package/dist/types/utils/components/ESSceneObjectWithId.d.ts +39 -38
- package/dist/types/utils/components/ESSceneObjectWithId.d.ts.map +1 -0
- package/dist/types/utils/components/Player.d.ts +33 -32
- package/dist/types/utils/components/Player.d.ts.map +1 -0
- package/dist/types/utils/components/Watcher.d.ts +35 -34
- package/dist/types/utils/components/Watcher.d.ts.map +1 -0
- package/dist/types/utils/components/WatcherTools/index.d.ts +2 -1
- package/dist/types/utils/components/WatcherTools/index.d.ts.map +1 -0
- package/dist/types/utils/components/WatcherTools/toolsForWatcher.d.ts +16 -15
- package/dist/types/utils/components/WatcherTools/toolsForWatcher.d.ts.map +1 -0
- package/dist/types/utils/components/index.d.ts +5 -4
- package/dist/types/utils/components/index.d.ts.map +1 -0
- package/dist/types/utils/index.d.ts +10 -9
- package/dist/types/utils/index.d.ts.map +1 -0
- package/dist/types/utils/proj4/getDistancesFromPositions.d.ts +4 -3
- package/dist/types/utils/proj4/getDistancesFromPositions.d.ts.map +1 -0
- package/dist/types/utils/proj4/getXyzFromPostion.d.ts +2 -1
- package/dist/types/utils/proj4/getXyzFromPostion.d.ts.map +1 -0
- package/dist/types/utils/proj4/index.d.ts +4 -3
- package/dist/types/utils/proj4/index.d.ts.map +1 -0
- package/dist/types/utils/proj4/lbhToXyz.d.ts +5 -4
- package/dist/types/utils/proj4/lbhToXyz.d.ts.map +1 -0
- package/dist/types/utils/react.d.ts +4 -3
- package/dist/types/utils/react.d.ts.map +1 -0
- package/dist/types/utils/registerCreatedEventUpdate.d.ts +4 -3
- package/dist/types/utils/registerCreatedEventUpdate.d.ts.map +1 -0
- package/dist/types/utils/registerEventUpdate.d.ts +3 -2
- package/dist/types/utils/registerEventUpdate.d.ts.map +1 -0
- package/dist/types/utils/turf/booleanPointInPolygon.d.ts +9 -8
- package/dist/types/utils/turf/booleanPointInPolygon.d.ts.map +1 -0
- package/dist/types/utils/turf/geoAlong.d.ts +9 -8
- package/dist/types/utils/turf/geoAlong.d.ts.map +1 -0
- package/dist/types/utils/turf/geoArea.d.ts +8 -7
- package/dist/types/utils/turf/geoArea.d.ts.map +1 -0
- package/dist/types/utils/turf/geoCenterOfMass.d.ts +8 -7
- package/dist/types/utils/turf/geoCenterOfMass.d.ts.map +1 -0
- package/dist/types/utils/turf/geoDestination.d.ts +11 -10
- package/dist/types/utils/turf/geoDestination.d.ts.map +1 -0
- package/dist/types/utils/turf/geoDistance.d.ts +9 -8
- package/dist/types/utils/turf/geoDistance.d.ts.map +1 -0
- package/dist/types/utils/turf/geoHeading.d.ts +9 -8
- package/dist/types/utils/turf/geoHeading.d.ts.map +1 -0
- package/dist/types/utils/turf/geoLineIntersect.d.ts +9 -8
- package/dist/types/utils/turf/geoLineIntersect.d.ts.map +1 -0
- package/dist/types/utils/turf/geoMidpoint.d.ts +3 -2
- package/dist/types/utils/turf/geoMidpoint.d.ts.map +1 -0
- package/dist/types/utils/turf/geoNearestPointOnLine.d.ts +20 -19
- package/dist/types/utils/turf/geoNearestPointOnLine.d.ts.map +1 -0
- package/dist/types/utils/turf/geoPointToLineDistance.d.ts +9 -8
- package/dist/types/utils/turf/geoPointToLineDistance.d.ts.map +1 -0
- package/dist/types/utils/turf/geoRhumbDestination.d.ts +11 -10
- package/dist/types/utils/turf/geoRhumbDestination.d.ts.map +1 -0
- package/dist/types/utils/turf/geoRhumbDistance.d.ts +9 -8
- package/dist/types/utils/turf/geoRhumbDistance.d.ts.map +1 -0
- package/dist/types/utils/turf/geoRhumbHeading.d.ts +9 -8
- package/dist/types/utils/turf/geoRhumbHeading.d.ts.map +1 -0
- package/dist/types/utils/turf/geoTools.d.ts +48 -47
- package/dist/types/utils/turf/geoTools.d.ts.map +1 -0
- package/dist/types/utils/turf/getGeoBoundingSphereFromPositions.d.ts +6 -5
- package/dist/types/utils/turf/getGeoBoundingSphereFromPositions.d.ts.map +1 -0
- package/dist/types/utils/turf/getMinMaxCorner.d.ts +6 -5
- package/dist/types/utils/turf/getMinMaxCorner.d.ts.map +1 -0
- package/dist/types/utils/turf/index.d.ts +18 -17
- package/dist/types/utils/turf/index.d.ts.map +1 -0
- package/package.json +26 -21
- package/dist/earthsdk3.cjs +0 -58378
- package/dist/earthsdk3.mjs +0 -58538
|
@@ -1,84 +1,85 @@
|
|
|
1
|
-
import { JsonValue } from "xbsj-base";
|
|
2
|
-
/**
|
|
3
|
-
* @description 视口状态,'Raw'初始状态,'Creating'正在创建, 'Created'创建完成, 'Error'创建失败,'Reconnecting'重新连接中
|
|
4
|
-
*/
|
|
5
|
-
export type ViewerStatus = 'Raw' | 'Creating' | 'Created' | 'Error' | 'Reconnecting';
|
|
6
|
-
export type ESJSwitchToCesiumViewerOptionType = {
|
|
7
|
-
container: HTMLDivElement | string;
|
|
8
|
-
viewSync?: boolean;
|
|
9
|
-
attributeSync?: boolean;
|
|
10
|
-
destroy?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
};
|
|
13
|
-
export type ESJSwitchToUEViewerUrlOptionType = {
|
|
14
|
-
container: HTMLDivElement | string;
|
|
15
|
-
uri: string;
|
|
16
|
-
app: string;
|
|
17
|
-
token?: string;
|
|
18
|
-
viewSync?: boolean;
|
|
19
|
-
attributeSync?: boolean;
|
|
20
|
-
destroy?: boolean;
|
|
21
|
-
id?: string;
|
|
22
|
-
};
|
|
23
|
-
export type ESJSwitchToUEViewerH5OptionType = {
|
|
24
|
-
container: HTMLDivElement | string;
|
|
25
|
-
viewSync?: boolean;
|
|
26
|
-
attributeSync?: boolean;
|
|
27
|
-
destroy?: boolean;
|
|
28
|
-
id?: string;
|
|
29
|
-
project: string;
|
|
30
|
-
baseUrl?: string;
|
|
31
|
-
};
|
|
32
|
-
export type ESJSwitchToUEViewerWsOptionType = {
|
|
33
|
-
container: HTMLDivElement | string;
|
|
34
|
-
ws: string;
|
|
35
|
-
esmsg?: string;
|
|
36
|
-
viewSync?: boolean;
|
|
37
|
-
attributeSync?: boolean;
|
|
38
|
-
destroy?: boolean;
|
|
39
|
-
id?: string;
|
|
40
|
-
};
|
|
41
|
-
export type ESJSwitchToUEViewerOptionType = ESJSwitchToUEViewerUrlOptionType | ESJSwitchToUEViewerWsOptionType | ESJSwitchToUEViewerH5OptionType;
|
|
42
|
-
type ESVOption = {
|
|
43
|
-
container: HTMLDivElement | string;
|
|
44
|
-
type: string;
|
|
45
|
-
id?: string;
|
|
46
|
-
options?: JsonValue;
|
|
47
|
-
};
|
|
48
|
-
export type ESVOptionUeUri = {
|
|
49
|
-
type: 'ESUeViewer';
|
|
50
|
-
container: HTMLDivElement | string;
|
|
51
|
-
id?: string;
|
|
52
|
-
options: {
|
|
53
|
-
uri: string;
|
|
54
|
-
app: string;
|
|
55
|
-
token?: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export type ESVOptionUeWs = {
|
|
59
|
-
type: 'ESUeViewer';
|
|
60
|
-
container: HTMLDivElement | string;
|
|
61
|
-
id?: string;
|
|
62
|
-
options: {
|
|
63
|
-
ws: string;
|
|
64
|
-
esmsg?: string;
|
|
65
|
-
uselnternalSignallingServer?: boolean;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
export type ESVOptionUeHTML5 = {
|
|
69
|
-
type: 'ESUeViewer';
|
|
70
|
-
container: HTMLDivElement | string;
|
|
71
|
-
id?: string;
|
|
72
|
-
options: {
|
|
73
|
-
project: string;
|
|
74
|
-
baseUrl?: string;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
type ESVOptionCzm = {
|
|
78
|
-
type: 'ESCesiumViewer';
|
|
79
|
-
id?: string;
|
|
80
|
-
container: HTMLDivElement | string;
|
|
81
|
-
options?: JsonValue;
|
|
82
|
-
};
|
|
83
|
-
type ESVOptionUe = ESVOptionUeUri | ESVOptionUeWs | ESVOptionUeHTML5;
|
|
84
|
-
export { ESVOption, ESVOptionCzm, ESVOptionUe };
|
|
1
|
+
import { JsonValue } from "xbsj-base";
|
|
2
|
+
/**
|
|
3
|
+
* @description 视口状态,'Raw'初始状态,'Creating'正在创建, 'Created'创建完成, 'Error'创建失败,'Reconnecting'重新连接中
|
|
4
|
+
*/
|
|
5
|
+
export type ViewerStatus = 'Raw' | 'Creating' | 'Created' | 'Error' | 'Reconnecting';
|
|
6
|
+
export type ESJSwitchToCesiumViewerOptionType = {
|
|
7
|
+
container: HTMLDivElement | string;
|
|
8
|
+
viewSync?: boolean;
|
|
9
|
+
attributeSync?: boolean;
|
|
10
|
+
destroy?: boolean;
|
|
11
|
+
id?: string;
|
|
12
|
+
};
|
|
13
|
+
export type ESJSwitchToUEViewerUrlOptionType = {
|
|
14
|
+
container: HTMLDivElement | string;
|
|
15
|
+
uri: string;
|
|
16
|
+
app: string;
|
|
17
|
+
token?: string;
|
|
18
|
+
viewSync?: boolean;
|
|
19
|
+
attributeSync?: boolean;
|
|
20
|
+
destroy?: boolean;
|
|
21
|
+
id?: string;
|
|
22
|
+
};
|
|
23
|
+
export type ESJSwitchToUEViewerH5OptionType = {
|
|
24
|
+
container: HTMLDivElement | string;
|
|
25
|
+
viewSync?: boolean;
|
|
26
|
+
attributeSync?: boolean;
|
|
27
|
+
destroy?: boolean;
|
|
28
|
+
id?: string;
|
|
29
|
+
project: string;
|
|
30
|
+
baseUrl?: string;
|
|
31
|
+
};
|
|
32
|
+
export type ESJSwitchToUEViewerWsOptionType = {
|
|
33
|
+
container: HTMLDivElement | string;
|
|
34
|
+
ws: string;
|
|
35
|
+
esmsg?: string;
|
|
36
|
+
viewSync?: boolean;
|
|
37
|
+
attributeSync?: boolean;
|
|
38
|
+
destroy?: boolean;
|
|
39
|
+
id?: string;
|
|
40
|
+
};
|
|
41
|
+
export type ESJSwitchToUEViewerOptionType = ESJSwitchToUEViewerUrlOptionType | ESJSwitchToUEViewerWsOptionType | ESJSwitchToUEViewerH5OptionType;
|
|
42
|
+
type ESVOption = {
|
|
43
|
+
container: HTMLDivElement | string;
|
|
44
|
+
type: string;
|
|
45
|
+
id?: string;
|
|
46
|
+
options?: JsonValue;
|
|
47
|
+
};
|
|
48
|
+
export type ESVOptionUeUri = {
|
|
49
|
+
type: 'ESUeViewer';
|
|
50
|
+
container: HTMLDivElement | string;
|
|
51
|
+
id?: string;
|
|
52
|
+
options: {
|
|
53
|
+
uri: string;
|
|
54
|
+
app: string;
|
|
55
|
+
token?: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export type ESVOptionUeWs = {
|
|
59
|
+
type: 'ESUeViewer';
|
|
60
|
+
container: HTMLDivElement | string;
|
|
61
|
+
id?: string;
|
|
62
|
+
options: {
|
|
63
|
+
ws: string;
|
|
64
|
+
esmsg?: string;
|
|
65
|
+
uselnternalSignallingServer?: boolean;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
export type ESVOptionUeHTML5 = {
|
|
69
|
+
type: 'ESUeViewer';
|
|
70
|
+
container: HTMLDivElement | string;
|
|
71
|
+
id?: string;
|
|
72
|
+
options: {
|
|
73
|
+
project: string;
|
|
74
|
+
baseUrl?: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
type ESVOptionCzm = {
|
|
78
|
+
type: 'ESCesiumViewer';
|
|
79
|
+
id?: string;
|
|
80
|
+
container: HTMLDivElement | string;
|
|
81
|
+
options?: JsonValue;
|
|
82
|
+
};
|
|
83
|
+
type ESVOptionUe = ESVOptionUeUri | ESVOptionUeWs | ESVOptionUeHTML5;
|
|
84
|
+
export { ESVOption, ESVOptionCzm, ESVOptionUe };
|
|
85
|
+
//# sourceMappingURL=Viewer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Viewer.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/properties/Viewer.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,115 +1,116 @@
|
|
|
1
|
-
import { EngineObject } from "../../EngineObject";
|
|
2
|
-
import { ESSceneObject } from "../../ESObjects";
|
|
3
|
-
import { ESViewer } from "../../ESViewer";
|
|
4
|
-
import { JsonValue } from "xbsj-base";
|
|
5
|
-
import { Property } from "../props";
|
|
6
|
-
import { SceneTreeJsonValue } from "../../utils";
|
|
7
|
-
import { ESJVector2D, ESJVector3D } from "./DataType";
|
|
8
|
-
import { ESVOption } from "./Viewer";
|
|
9
|
-
export * from './Viewer';
|
|
10
|
-
export * from './FlyParamType';
|
|
11
|
-
export * from './ParticleEmitterJsonType';
|
|
12
|
-
export * from './DataType';
|
|
13
|
-
export * from './FillStyleType';
|
|
14
|
-
export * from './StrokeStyleType';
|
|
15
|
-
export * from './PointStyleType';
|
|
16
|
-
export * from './ESJResource';
|
|
17
|
-
export * from './ClockType';
|
|
18
|
-
export * from './ESJArcType';
|
|
19
|
-
export * from './ESJInstances';
|
|
20
|
-
export * from './ESJEditingMode';
|
|
21
|
-
export * from './ESJMaterialType';
|
|
22
|
-
export * from './ESJEnvironmentMapManager';
|
|
23
|
-
/**
|
|
24
|
-
* @description pick拾取信息体
|
|
25
|
-
*/
|
|
26
|
-
export type ESJViewInfo = {
|
|
27
|
-
viewDistance?: number | undefined;
|
|
28
|
-
duration?: number | undefined;
|
|
29
|
-
position: ESJVector3D;
|
|
30
|
-
rotation?: ESJVector3D | undefined;
|
|
31
|
-
thumbnail?: string | undefined;
|
|
32
|
-
name?: string | undefined;
|
|
33
|
-
};
|
|
34
|
-
export type ViewerObjsMap = Map<string, new (option: ESVOption) => ESViewer>;
|
|
35
|
-
export type EngineObjsMap = Map<string, new (sceneObject: ESSceneObject, viewer: ESViewer) => EngineObject>;
|
|
36
|
-
/**
|
|
37
|
-
* @description 属性类型 ,UI上会按照分类展示
|
|
38
|
-
* @type {ESJProperty}
|
|
39
|
-
* @param defaultMenu 默认菜单栏 'basic' | 'general' | 'dataSource' | 'location' | 'coordinate' | 'style'
|
|
40
|
-
* @param basic 基础属性
|
|
41
|
-
* @param general 通用属性
|
|
42
|
-
* @param dataSource 数据源属性
|
|
43
|
-
* @param location 位置属性
|
|
44
|
-
* @param coordinate 坐标属性
|
|
45
|
-
* @param style 样式属性
|
|
46
|
-
*/
|
|
47
|
-
export type ESPropertiesType = {
|
|
48
|
-
defaultMenu: string;
|
|
49
|
-
basic: Property[];
|
|
50
|
-
general: Property[];
|
|
51
|
-
dataSource: Property[];
|
|
52
|
-
location: Property[];
|
|
53
|
-
coordinate: Property[];
|
|
54
|
-
style: Property[];
|
|
55
|
-
};
|
|
56
|
-
export type ESJsonObjectType = {
|
|
57
|
-
[key: string]: any;
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* @param DECIMAL_DEGREE 度格式,dd.ddddd°
|
|
61
|
-
* @param DEGREES_DECIMAL_MINUTES 度分格式,dd°mm.mmm'
|
|
62
|
-
* @param SEXAGESIMAL_DEGREE 度分秒格式,dd°mm'ss"
|
|
63
|
-
*/
|
|
64
|
-
export type ESJLonLatFormatType = 'DECIMAL_DEGREE' | 'DEGREES_DECIMAL_MINUTES' | 'SEXAGESIMAL_DEGREE';
|
|
65
|
-
export declare enum ESJLonLatFormat {
|
|
66
|
-
DECIMAL_DEGREE = "DECIMAL_DEGREE",
|
|
67
|
-
DEGREES_DECIMAL_MINUTES = "DEGREES_DECIMAL_MINUTES",
|
|
68
|
-
SEXAGESIMAL_DEGREE = "SEXAGESIMAL_DEGREE"
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* @description 基础状态信息
|
|
72
|
-
* @type {ESJBasicInfoType}
|
|
73
|
-
* @param fps 帧率
|
|
74
|
-
* @param position 相机位置
|
|
75
|
-
* @param rotation 相机姿态
|
|
76
|
-
* @param length 比例尺
|
|
77
|
-
*/
|
|
78
|
-
export type ESJStatusInfoType = {
|
|
79
|
-
fps: number;
|
|
80
|
-
position: ESJVector3D;
|
|
81
|
-
rotation: ESJVector3D;
|
|
82
|
-
length: number;
|
|
83
|
-
};
|
|
84
|
-
/**
|
|
85
|
-
* @description 导航模式
|
|
86
|
-
* @type {ESJNavigationMode}
|
|
87
|
-
* @param Map 地图模式
|
|
88
|
-
* @param Walk 步行模式
|
|
89
|
-
* @param Line 线路模式
|
|
90
|
-
* @param UserDefined 自定义模式
|
|
91
|
-
* @param RotateGlobe 旋转地球模式
|
|
92
|
-
* @param RotatePoint 旋转点模式
|
|
93
|
-
* @param Follow 跟随模式
|
|
94
|
-
*/
|
|
95
|
-
export type ESJNavigationMode = "Map" | "Walk" | "Line" | "UserDefined" | "RotateGlobe" | "RotatePoint" | "Follow";
|
|
96
|
-
export type ESObjectsManagerJsonType = {
|
|
97
|
-
asset: {
|
|
98
|
-
type: string;
|
|
99
|
-
version: string;
|
|
100
|
-
createdTime: string;
|
|
101
|
-
modifiedTime: string;
|
|
102
|
-
name: string;
|
|
103
|
-
};
|
|
104
|
-
viewers?: JsonValue;
|
|
105
|
-
sceneTree?: SceneTreeJsonValue;
|
|
106
|
-
viewCollection?: ESJViewInfo[];
|
|
107
|
-
lastView?: ESJViewInfo;
|
|
108
|
-
};
|
|
109
|
-
export type ESJWidgetEventInfo = {
|
|
110
|
-
type: "leftClick" | "rightClick" | "mouseEnter" | "mouseLeave" | "childMouseLeave" | "childMouseEnter";
|
|
111
|
-
add?: {
|
|
112
|
-
children?: string[];
|
|
113
|
-
mousePos?: ESJVector2D;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
1
|
+
import { EngineObject } from "../../EngineObject";
|
|
2
|
+
import { ESSceneObject } from "../../ESObjects";
|
|
3
|
+
import { ESViewer } from "../../ESViewer";
|
|
4
|
+
import { JsonValue } from "xbsj-base";
|
|
5
|
+
import { Property } from "../props";
|
|
6
|
+
import { SceneTreeJsonValue } from "../../utils";
|
|
7
|
+
import { ESJVector2D, ESJVector3D } from "./DataType";
|
|
8
|
+
import { ESVOption } from "./Viewer";
|
|
9
|
+
export * from './Viewer';
|
|
10
|
+
export * from './FlyParamType';
|
|
11
|
+
export * from './ParticleEmitterJsonType';
|
|
12
|
+
export * from './DataType';
|
|
13
|
+
export * from './FillStyleType';
|
|
14
|
+
export * from './StrokeStyleType';
|
|
15
|
+
export * from './PointStyleType';
|
|
16
|
+
export * from './ESJResource';
|
|
17
|
+
export * from './ClockType';
|
|
18
|
+
export * from './ESJArcType';
|
|
19
|
+
export * from './ESJInstances';
|
|
20
|
+
export * from './ESJEditingMode';
|
|
21
|
+
export * from './ESJMaterialType';
|
|
22
|
+
export * from './ESJEnvironmentMapManager';
|
|
23
|
+
/**
|
|
24
|
+
* @description pick拾取信息体
|
|
25
|
+
*/
|
|
26
|
+
export type ESJViewInfo = {
|
|
27
|
+
viewDistance?: number | undefined;
|
|
28
|
+
duration?: number | undefined;
|
|
29
|
+
position: ESJVector3D;
|
|
30
|
+
rotation?: ESJVector3D | undefined;
|
|
31
|
+
thumbnail?: string | undefined;
|
|
32
|
+
name?: string | undefined;
|
|
33
|
+
};
|
|
34
|
+
export type ViewerObjsMap = Map<string, new (option: ESVOption) => ESViewer>;
|
|
35
|
+
export type EngineObjsMap = Map<string, new (sceneObject: ESSceneObject, viewer: ESViewer) => EngineObject>;
|
|
36
|
+
/**
|
|
37
|
+
* @description 属性类型 ,UI上会按照分类展示
|
|
38
|
+
* @type {ESJProperty}
|
|
39
|
+
* @param defaultMenu 默认菜单栏 'basic' | 'general' | 'dataSource' | 'location' | 'coordinate' | 'style'
|
|
40
|
+
* @param basic 基础属性
|
|
41
|
+
* @param general 通用属性
|
|
42
|
+
* @param dataSource 数据源属性
|
|
43
|
+
* @param location 位置属性
|
|
44
|
+
* @param coordinate 坐标属性
|
|
45
|
+
* @param style 样式属性
|
|
46
|
+
*/
|
|
47
|
+
export type ESPropertiesType = {
|
|
48
|
+
defaultMenu: string;
|
|
49
|
+
basic: Property[];
|
|
50
|
+
general: Property[];
|
|
51
|
+
dataSource: Property[];
|
|
52
|
+
location: Property[];
|
|
53
|
+
coordinate: Property[];
|
|
54
|
+
style: Property[];
|
|
55
|
+
};
|
|
56
|
+
export type ESJsonObjectType = {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* @param DECIMAL_DEGREE 度格式,dd.ddddd°
|
|
61
|
+
* @param DEGREES_DECIMAL_MINUTES 度分格式,dd°mm.mmm'
|
|
62
|
+
* @param SEXAGESIMAL_DEGREE 度分秒格式,dd°mm'ss"
|
|
63
|
+
*/
|
|
64
|
+
export type ESJLonLatFormatType = 'DECIMAL_DEGREE' | 'DEGREES_DECIMAL_MINUTES' | 'SEXAGESIMAL_DEGREE';
|
|
65
|
+
export declare enum ESJLonLatFormat {
|
|
66
|
+
DECIMAL_DEGREE = "DECIMAL_DEGREE",
|
|
67
|
+
DEGREES_DECIMAL_MINUTES = "DEGREES_DECIMAL_MINUTES",
|
|
68
|
+
SEXAGESIMAL_DEGREE = "SEXAGESIMAL_DEGREE"
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @description 基础状态信息
|
|
72
|
+
* @type {ESJBasicInfoType}
|
|
73
|
+
* @param fps 帧率
|
|
74
|
+
* @param position 相机位置
|
|
75
|
+
* @param rotation 相机姿态
|
|
76
|
+
* @param length 比例尺
|
|
77
|
+
*/
|
|
78
|
+
export type ESJStatusInfoType = {
|
|
79
|
+
fps: number;
|
|
80
|
+
position: ESJVector3D;
|
|
81
|
+
rotation: ESJVector3D;
|
|
82
|
+
length: number;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* @description 导航模式
|
|
86
|
+
* @type {ESJNavigationMode}
|
|
87
|
+
* @param Map 地图模式
|
|
88
|
+
* @param Walk 步行模式
|
|
89
|
+
* @param Line 线路模式
|
|
90
|
+
* @param UserDefined 自定义模式
|
|
91
|
+
* @param RotateGlobe 旋转地球模式
|
|
92
|
+
* @param RotatePoint 旋转点模式
|
|
93
|
+
* @param Follow 跟随模式
|
|
94
|
+
*/
|
|
95
|
+
export type ESJNavigationMode = "Map" | "Walk" | "Line" | "UserDefined" | "RotateGlobe" | "RotatePoint" | "Follow";
|
|
96
|
+
export type ESObjectsManagerJsonType = {
|
|
97
|
+
asset: {
|
|
98
|
+
type: string;
|
|
99
|
+
version: string;
|
|
100
|
+
createdTime: string;
|
|
101
|
+
modifiedTime: string;
|
|
102
|
+
name: string;
|
|
103
|
+
};
|
|
104
|
+
viewers?: JsonValue;
|
|
105
|
+
sceneTree?: SceneTreeJsonValue;
|
|
106
|
+
viewCollection?: ESJViewInfo[];
|
|
107
|
+
lastView?: ESJViewInfo;
|
|
108
|
+
};
|
|
109
|
+
export type ESJWidgetEventInfo = {
|
|
110
|
+
type: "leftClick" | "rightClick" | "mouseEnter" | "mouseLeave" | "childMouseLeave" | "childMouseEnter";
|
|
111
|
+
add?: {
|
|
112
|
+
children?: string[];
|
|
113
|
+
mousePos?: ESJVector2D;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/properties/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { Number4Property } from "./NativeProperty";
|
|
2
|
-
export declare class ColorProperty extends Number4Property {
|
|
3
|
-
get type(): string;
|
|
4
|
-
}
|
|
1
|
+
import { Number4Property } from "./NativeProperty";
|
|
2
|
+
export declare class ColorProperty extends Number4Property {
|
|
3
|
+
get type(): string;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=ColorProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/ColorProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAGnD,qBAAa,aAAc,SAAQ,eAAe;IAC9C,IAAa,IAAI,WAA8B;CAClD"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { Number3Property } from "./NativeProperty";
|
|
2
|
-
export declare class ColorRgbProperty extends Number3Property {
|
|
3
|
-
get type(): string;
|
|
4
|
-
}
|
|
1
|
+
import { Number3Property } from "./NativeProperty";
|
|
2
|
+
export declare class ColorRgbProperty extends Number3Property {
|
|
3
|
+
get type(): string;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=ColorRgbProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorRgbProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/ColorRgbProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAGnD,qBAAa,gBAAiB,SAAQ,eAAe;IACjD,IAAa,IAAI,WAAiC;CACrD"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { NumberProperty } from "./NativeProperty";
|
|
2
|
-
export declare class DashPatternProperty extends NumberProperty {
|
|
3
|
-
get type(): string;
|
|
4
|
-
}
|
|
1
|
+
import { NumberProperty } from "./NativeProperty";
|
|
2
|
+
export declare class DashPatternProperty extends NumberProperty {
|
|
3
|
+
get type(): string;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=DashPatternProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashPatternProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/DashPatternProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,qBAAa,mBAAoB,SAAQ,cAAc;IACnD,IAAa,IAAI,WAAoC;CACxD"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ReactVarProperty } from "./ReactVarProperty";
|
|
2
|
-
export declare class DateProperty extends ReactVarProperty<number | undefined> {
|
|
3
|
-
get type(): string;
|
|
4
|
-
}
|
|
1
|
+
import { ReactVarProperty } from "./ReactVarProperty";
|
|
2
|
+
export declare class DateProperty extends ReactVarProperty<number | undefined> {
|
|
3
|
+
get type(): string;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=DateProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/DateProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,qBAAa,YAAa,SAAQ,gBAAgB,CAAC,MAAM,GAAG,SAAS,CAAC;IAClE,IAAa,IAAI,WAA6B;CACjD"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ReactVarProperty } from "./ReactVarProperty";
|
|
2
|
-
export declare class DatesProperty extends ReactVarProperty<number[] | undefined> {
|
|
3
|
-
get type(): string;
|
|
4
|
-
}
|
|
1
|
+
import { ReactVarProperty } from "./ReactVarProperty";
|
|
2
|
+
export declare class DatesProperty extends ReactVarProperty<number[] | undefined> {
|
|
3
|
+
get type(): string;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=DatesProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatesProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/DatesProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,qBAAa,aAAc,SAAQ,gBAAgB,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC;IACrE,IAAa,IAAI,WAA8B;CAClD"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { ReactParamsType } from "xbsj-base";
|
|
2
|
-
import { ReactVarProperty } from "./ReactVarProperty";
|
|
3
|
-
import { DVT } from "./WithUndefinedProperty";
|
|
4
|
-
export declare class EnumProperty<ValueType> extends ReactVarProperty<ValueType | undefined> {
|
|
5
|
-
private _enums;
|
|
6
|
-
constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType<ValueType | undefined>, _enums: [name: string, value: ValueType][], defaultValue?: DVT<ValueType>);
|
|
7
|
-
get type(): string;
|
|
8
|
-
get enums(): [name: string, value: ValueType][];
|
|
9
|
-
}
|
|
1
|
+
import { ReactParamsType } from "xbsj-base";
|
|
2
|
+
import { ReactVarProperty } from "./ReactVarProperty";
|
|
3
|
+
import { DVT } from "./WithUndefinedProperty";
|
|
4
|
+
export declare class EnumProperty<ValueType> extends ReactVarProperty<ValueType | undefined> {
|
|
5
|
+
private _enums;
|
|
6
|
+
constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType<ValueType | undefined>, _enums: [name: string, value: ValueType][], defaultValue?: DVT<ValueType>);
|
|
7
|
+
get type(): string;
|
|
8
|
+
get enums(): [name: string, value: ValueType][];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=EnumProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnumProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/EnumProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAG9C,qBAAa,YAAY,CAAC,SAAS,CAAE,SAAQ,gBAAgB,CAAC,SAAS,GAAG,SAAS,CAAC;IAC4D,OAAO,CAAC,MAAM;gBAA9I,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,CAAC,SAAS,GAAG,SAAS,CAAC,EAAU,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,CAAC,EAAE,EAAE,YAAY,CAAC,EAAE,GAAG,CAAC,SAAS,CAAC;IAG7N,IAAa,IAAI,WAA6B;IAC9C,IAAI,KAAK,uCAA0B;CACtC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { ReactParamsType } from "xbsj-base";
|
|
2
|
-
import { ReactVarProperty } from "./ReactVarProperty";
|
|
3
|
-
import { DVT } from "./WithUndefinedProperty";
|
|
4
|
-
export declare class EnumStringsProperty extends ReactVarProperty<string[] | undefined> {
|
|
5
|
-
private _enums;
|
|
6
|
-
constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType<string[] | undefined>, _enums: [name: string, value: string][], defaultValue?: DVT<string[] | undefined>);
|
|
7
|
-
get type(): string;
|
|
8
|
-
get enums(): [name: string, value: string][];
|
|
9
|
-
}
|
|
1
|
+
import { ReactParamsType } from "xbsj-base";
|
|
2
|
+
import { ReactVarProperty } from "./ReactVarProperty";
|
|
3
|
+
import { DVT } from "./WithUndefinedProperty";
|
|
4
|
+
export declare class EnumStringsProperty extends ReactVarProperty<string[] | undefined> {
|
|
5
|
+
private _enums;
|
|
6
|
+
constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType<string[] | undefined>, _enums: [name: string, value: string][], defaultValue?: DVT<string[] | undefined>);
|
|
7
|
+
get type(): string;
|
|
8
|
+
get enums(): [name: string, value: string][];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=EnumStringsProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnumStringsProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/EnumStringsProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAE9C,qBAAa,mBAAoB,SAAQ,gBAAgB,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC;IACgE,OAAO,CAAC,MAAM;gBAA7I,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,EAAU,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,EAAE,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC;IAGpO,IAAa,IAAI,WAAoC;IACrD,IAAI,KAAK,oCAA0B;CACtC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { ReactVarProperty } from "./ReactVarProperty";
|
|
2
|
-
import { ReactParamsType } from "xbsj-base";
|
|
3
|
-
import { DVT } from "./WithUndefinedProperty";
|
|
4
|
-
export declare class EvalStringProperty extends ReactVarProperty<string | undefined> {
|
|
5
|
-
private _sampleValue?;
|
|
6
|
-
constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType<string | undefined>, defaultValue?: DVT<string | undefined> | undefined, _sampleValue?: string | undefined);
|
|
7
|
-
get sampleValue(): string | undefined;
|
|
8
|
-
get type(): string;
|
|
9
|
-
}
|
|
1
|
+
import { ReactVarProperty } from "./ReactVarProperty";
|
|
2
|
+
import { ReactParamsType } from "xbsj-base";
|
|
3
|
+
import { DVT } from "./WithUndefinedProperty";
|
|
4
|
+
export declare class EvalStringProperty extends ReactVarProperty<string | undefined> {
|
|
5
|
+
private _sampleValue?;
|
|
6
|
+
constructor(name: string, description: string, withUndefined: boolean, readonly: boolean, reactVar: ReactParamsType<string | undefined>, defaultValue?: DVT<string | undefined> | undefined, _sampleValue?: string | undefined);
|
|
7
|
+
get sampleValue(): string | undefined;
|
|
8
|
+
get type(): string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=EvalStringProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EvalStringProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/EvalStringProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAE9C,qBAAa,kBAAmB,SAAQ,gBAAgB,CAAC,MAAM,GAAG,SAAS,CAAC;IAEqH,OAAO,CAAC,YAAY,CAAC;gBAAtM,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS,EAAU,YAAY,CAAC,EAAE,MAAM,YAAA;IAG1N,IAAI,WAAW,uBAAgC;IAC/C,IAAa,IAAI,WAAmC;CACvD"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { ParamsProperty } from "./ParamsProperty";
|
|
2
|
-
import { Property } from "./Property";
|
|
3
|
-
type ParamTypes = ('string' | 'number' | 'boolean' | 'strings' | 'numbers' | 'booleans' | ['string' | 'number' | 'boolean' | 'strings' | 'numbers' | 'booleans', string])[];
|
|
4
|
-
export declare class FunctionProperty<ParamsType extends (string | number | boolean | string[] | number[] | boolean[])[]> extends Property {
|
|
5
|
-
private _func;
|
|
6
|
-
private _paramsProperty;
|
|
7
|
-
private _getValueFunc;
|
|
8
|
-
constructor(name: string, description: string, paramTypes: ParamTypes, _func: (...args: ParamsType) => void, defaultParams: ParamsType);
|
|
9
|
-
get paramsProperty(): ParamsProperty<ParamsType>;
|
|
10
|
-
exec(): void;
|
|
11
|
-
get type(): string;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
1
|
+
import { ParamsProperty } from "./ParamsProperty";
|
|
2
|
+
import { Property } from "./Property";
|
|
3
|
+
type ParamTypes = ('string' | 'number' | 'boolean' | 'strings' | 'numbers' | 'booleans' | ['string' | 'number' | 'boolean' | 'strings' | 'numbers' | 'booleans', string])[];
|
|
4
|
+
export declare class FunctionProperty<ParamsType extends (string | number | boolean | string[] | number[] | boolean[])[]> extends Property {
|
|
5
|
+
private _func;
|
|
6
|
+
private _paramsProperty;
|
|
7
|
+
private _getValueFunc;
|
|
8
|
+
constructor(name: string, description: string, paramTypes: ParamTypes, _func: (...args: ParamsType) => void, defaultParams: ParamsType);
|
|
9
|
+
get paramsProperty(): ParamsProperty<ParamsType>;
|
|
10
|
+
exec(): void;
|
|
11
|
+
get type(): string;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=FunctionProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunctionProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/FunctionProperty.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,KAAK,UAAU,GAAG,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,EAAE,MAAM,CAAC,CAAC,EAAE,CAAA;AAE3K,qBAAa,gBAAgB,CAAC,UAAU,SAAS,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,OAAO,EAAE,CAAC,EAAE,CAAE,SAAQ,QAAQ;IAGvD,OAAO,CAAC,KAAK;IAFpF,OAAO,CAAC,eAAe,CAA6B;IACpD,OAAO,CAAC,aAAa,CAAmB;gBAC5B,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAU,KAAK,EAAE,CAAC,GAAG,IAAI,EAAE,UAAU,KAAK,IAAI,EAAE,aAAa,EAAE,UAAU;IAc9I,IAAI,cAAc,+BAEjB;IAED,IAAI;IACJ,IAAa,IAAI,WAAiC;CACrD"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Property } from "./Property";
|
|
2
|
-
export declare class GroupProperty extends Property {
|
|
3
|
-
private _children;
|
|
4
|
-
constructor(name: string, description: string, _children: Property[]);
|
|
5
|
-
get type(): string;
|
|
6
|
-
get children(): Property[];
|
|
7
|
-
}
|
|
1
|
+
import { Property } from "./Property";
|
|
2
|
+
export declare class GroupProperty extends Property {
|
|
3
|
+
private _children;
|
|
4
|
+
constructor(name: string, description: string, _children: Property[]);
|
|
5
|
+
get type(): string;
|
|
6
|
+
get children(): Property[];
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=GroupProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupProperty.d.ts","sourceRoot":"","sources":["../../../../src/ESJTypes/props/GroupProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,qBAAa,aAAc,SAAQ,QAAQ;IACQ,OAAO,CAAC,SAAS;gBAApD,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAU,SAAS,EAAE,QAAQ,EAAE;IAG5E,IAAa,IAAI,WAA8B;IAC/C,IAAI,QAAQ,eAA6B;CAC5C"}
|