@ibiz-template/runtime 0.7.41-alpha.29 → 0.7.41-alpha.30

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/index.esm.js CHANGED
@@ -77965,12 +77965,14 @@ var WaterMarkManager = class {
77965
77965
  * @memberof WaterMarkManager
77966
77966
  */
77967
77967
  destroy() {
77968
- var _a3, _b2;
77968
+ var _a3, _b2, _c;
77969
77969
  if (this.disposed)
77970
77970
  return;
77971
77971
  this.teardownObservers();
77972
77972
  (_b2 = (_a3 = this.overlay) == null ? void 0 : _a3.parentElement) == null ? void 0 : _b2.remove();
77973
+ (_c = this.hostContainer) == null ? void 0 : _c.remove();
77973
77974
  this.overlay = void 0;
77975
+ this.hostContainer = void 0;
77974
77976
  this.disposed = true;
77975
77977
  }
77976
77978
  /**
@@ -78004,6 +78006,7 @@ var WaterMarkManager = class {
78004
78006
  this.overlay = overlay;
78005
78007
  this.applyTile();
78006
78008
  this.setupObservers(host);
78009
+ this.hostContainer = host;
78007
78010
  }
78008
78011
  // 获取宿主元素样式对象
78009
78012
  getHostStyles() {