@websy/websy-designs 1.10.4 → 1.10.5

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.
@@ -5493,7 +5493,7 @@ class WebsySearch {
5493
5493
  }
5494
5494
  }
5495
5495
  }
5496
- this.renderLozenges()
5496
+ // this.renderLozenges()
5497
5497
  }
5498
5498
  handleMouseOver (event) {
5499
5499
  if (event.target.classList.contains('websy-search-suggestion-item')) {
@@ -6554,6 +6554,7 @@ class WebsyTable {
6554
6554
  messageEl.innerHTML = options.message
6555
6555
  }
6556
6556
  }
6557
+ this._isRendered = true
6557
6558
  }
6558
6559
  showLoading (options) {
6559
6560
  this.loadingDialog.show(options)
@@ -5291,7 +5291,7 @@ var WebsySearch = /*#__PURE__*/function () {
5291
5291
  }
5292
5292
  }
5293
5293
  }
5294
- this.renderLozenges();
5294
+ // this.renderLozenges()
5295
5295
  }
5296
5296
  }, {
5297
5297
  key: "handleMouseOver",
@@ -6345,6 +6345,7 @@ var WebsyTable = /*#__PURE__*/function () {
6345
6345
  messageEl.innerHTML = options.message;
6346
6346
  }
6347
6347
  }
6348
+ this._isRendered = true;
6348
6349
  }
6349
6350
  }, {
6350
6351
  key: "showLoading",