earthsdk3 3.3.0-beta.1 → 3.3.0-beta.2

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.js CHANGED
@@ -22027,6 +22027,9 @@ const mr = class mr extends Ce {
22027
22027
  * 私有属性,高亮特征并飞行到该特征的事件,携带特征 ID、笛卡尔坐标系的球体信息、可选的高亮颜色和可选的飞行时间作为参数。
22028
22028
  */
22029
22029
  f(this, "_highlightFeatureAndFlyToEvent", this.dv(new V()));
22030
+ /**
22031
+ * 私有属性,描边特征的事件,携带特征和可选的描边颜色作为参数。
22032
+ */
22030
22033
  f(this, "_strokeFeatureEvent", this.disposeVar(new V()));
22031
22034
  /**
22032
22035
  * 私有属性,获取特征表的事件。
@@ -22185,10 +22188,19 @@ const mr = class mr extends Ce {
22185
22188
  highlightFeatureAndFlyTo(t, r, i, s) {
22186
22189
  this._highlightFeatureAndFlyToEvent.emit(t, r, i, s);
22187
22190
  }
22191
+ /**
22192
+ * 获取描边特征的事件。
22193
+ * @returns 描边特征的事件对象。
22194
+ */
22188
22195
  get strokeFeatureEvent() {
22189
22196
  return this._strokeFeatureEvent;
22190
22197
  }
22191
- strokeFeature(t, r) {
22198
+ /**
22199
+ * 描边特征,参数为特征数组和可选的描边颜色。
22200
+ * @param feature 特征数组。Cesium.Cesium3DTileFeature[]
22201
+ * @param color 可选的描边颜色。 ESJColor,默认 [1, 0, 0, 1]
22202
+ */
22203
+ strokeFeature(t, r = [1, 0, 0, 1]) {
22192
22204
  this._strokeFeatureEvent.emit(t, r);
22193
22205
  }
22194
22206
  /**
@@ -39463,7 +39475,7 @@ function hp(n) {
39463
39475
  }
39464
39476
  let Ql;
39465
39477
  try {
39466
- const n = "earthsdk3", e = "3.3.0-beta.1", t = "2025-07-14T10:15:14.000Z", r = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "28c321c9f83bd5014ca1221e6423a406e169d3fb", a = ((Date.now() - 1752488114e3) / 36e5).toFixed(1), l = `%c🌏 ${n}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
39478
+ const n = "earthsdk3", e = "3.3.0-beta.2", t = "2025-07-14T10:21:51.000Z", r = "北京西部世界科技有限公司", i = "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn", s = "287689aaef871c16fc805227f2acb20ac1a5f1ad", a = ((Date.now() - 1752488511e3) / 36e5).toFixed(1), l = `%c🌏 ${n}%c ${e}.${s.slice(0, 8)}.${t} (距今${a}个小时)
39467
39479
  %c${i ? i + `
39468
39480
  ` : ""}当前网站正在使用${n},此软件版权归${r}所有
39469
39481
  `;
@@ -39477,7 +39489,7 @@ try {
39477
39489
  },
39478
39490
  // @ts-ignore
39479
39491
  get gituri() {
39480
- return GITURI_ && GITURI_.replace("${commitId}", "28c321c9f83bd5014ca1221e6423a406e169d3fb");
39492
+ return GITURI_ && GITURI_.replace("${commitId}", "287689aaef871c16fc805227f2acb20ac1a5f1ad");
39481
39493
  },
39482
39494
  // @ts-ignore
39483
39495
  get info() {
@@ -39485,7 +39497,7 @@ try {
39485
39497
  },
39486
39498
  // @ts-ignore
39487
39499
  get date() {
39488
- return "2025-07-14T10:15:14.000Z";
39500
+ return "2025-07-14T10:21:51.000Z";
39489
39501
  },
39490
39502
  // @ts-ignore
39491
39503
  get author() {
@@ -39493,7 +39505,7 @@ try {
39493
39505
  },
39494
39506
  // @ts-ignore
39495
39507
  get version() {
39496
- return "3.3.0-beta.1";
39508
+ return "3.3.0-beta.2";
39497
39509
  },
39498
39510
  // @ts-ignore
39499
39511
  get name() {
@@ -39501,7 +39513,7 @@ try {
39501
39513
  },
39502
39514
  // @ts-ignore
39503
39515
  get commitId() {
39504
- return "28c321c9f83bd5014ca1221e6423a406e169d3fb";
39516
+ return "287689aaef871c16fc805227f2acb20ac1a5f1ad";
39505
39517
  },
39506
39518
  /**
39507
39519
  * 打印版权信息到控制台