earthsdk3 3.0.6-beta.11 → 3.0.6-beta.13

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.
@@ -34,7 +34,6 @@ export declare class ESBoxClipping extends ESObjectWithLocation {
34
34
  updateFuncStr: string | undefined;
35
35
  toDestroyFuncStr: string | undefined;
36
36
  };
37
- static supportEditingModes: string[];
38
37
  static defaults: {
39
38
  reverse: boolean;
40
39
  edgeColor: ESJColor;
@@ -31,7 +31,6 @@ export declare class ESClippingPlane extends ESObjectWithLocation {
31
31
  updateFuncStr: string | undefined;
32
32
  toDestroyFuncStr: string | undefined;
33
33
  };
34
- static supportEditingModes: string[];
35
34
  constructor(id?: SceneObjectKey);
36
35
  static defaults: {
37
36
  show: boolean;
@@ -127,7 +127,7 @@ export declare class ESGeoJson extends ESVisualObject {
127
127
  dataSource: (NumberProperty | EnumProperty<string> | JsonProperty<string>)[];
128
128
  location: never[];
129
129
  coordinate: never[];
130
- style: (GroupProperty | StringProperty | NumberProperty | BooleanProperty | EnumProperty<string> | ColorProperty | JsonProperty<string> | Number2Property | JsonProperty<{}>)[];
130
+ style: (GroupProperty | StringProperty | NumberProperty | BooleanProperty | EnumProperty<string> | ColorProperty | Number2Property | JsonProperty<string> | JsonProperty<{}>)[];
131
131
  };
132
132
  getProperties(language?: string): import("../../../ESJTypes").Property[];
133
133
  get strokeWidth(): number;
@@ -30,7 +30,6 @@ export declare class ESLocalRectangle extends ESLocalVector2D {
30
30
  updateFuncStr: string | undefined;
31
31
  toDestroyFuncStr: string | undefined;
32
32
  };
33
- static supportEditingModes: string[];
34
33
  static defaults: {
35
34
  width: number;
36
35
  height: number;
@@ -25,7 +25,6 @@ export declare class ESLocationMeasurement extends ESObjectWithLocation {
25
25
  updateFuncStr: string | undefined;
26
26
  toDestroyFuncStr: string | undefined;
27
27
  };
28
- static supportEditingModes: string[];
29
28
  static defaults: {
30
29
  show: boolean;
31
30
  collision: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "earthsdk3",
3
- "version": "3.0.6-beta.11",
3
+ "version": "3.0.6-beta.13",
4
4
  "description": "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn",
5
5
  "main": "dist/earthsdk3.cjs",
6
6
  "module": "dist/earthsdk3.mjs",