earthsdk3 3.0.6-beta.3 → 3.0.6-beta.4

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.
@@ -50,6 +50,10 @@ export declare class ESRtsTileset extends ES3DTileset {
50
50
  set json(value: JsonValue);
51
51
  combinationClass: boolean;
52
52
  getMainClass(): ES3DTileset;
53
+ private _ids;
54
+ get ids(): string[];
55
+ get idsChanged(): import("xbsj-base").Listener<[string[], string[]]>;
56
+ set ids(value: string[]);
53
57
  private _es3DTileset;
54
58
  get es3DTileset(): ES3DTileset;
55
59
  getFeatureProperty(featureId: string): Promise<{
@@ -1,4 +1,4 @@
1
- import { UniteChanged } from "xbsj-base";
1
+ import { UniteChanged, Event } from "xbsj-base";
2
2
  import { ESVisualObject } from "../base";
3
3
  import { ESJResource, ESJVector4D } from "../../ESJTypes";
4
4
  /**
@@ -37,6 +37,9 @@ export declare class ESTerrainLayer extends ESVisualObject {
37
37
  flyToParam: import("../../ESJTypes").ESJFlyToParam;
38
38
  flyInParam: import("../../ESJTypes").ESJFlyInParam;
39
39
  };
40
+ private _activateEvent;
41
+ get activateEvent(): Event<[]>;
42
+ activate: boolean;
40
43
  constructor(id?: string);
41
44
  getESProperties(): {
42
45
  defaultMenu: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "earthsdk3",
3
- "version": "3.0.6-beta.3",
3
+ "version": "3.0.6-beta.4",
4
4
  "description": "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn",
5
5
  "main": "dist/earthsdk3.cjs",
6
6
  "module": "dist/earthsdk3.mjs",