@ni/nimble-components 18.1.3 → 18.1.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.
@@ -5004,7 +5004,7 @@ const Jg=fe`
5004
5004
  <div ${Se("cellContentContainer")} class="cell-content-container"></div>
5005
5005
  </template>
5006
5006
  `
5007
- class iv extends St{constructor(){super(...arguments),this.customCellView=void 0}connectedCallback(){super.connectedCallback(),this.customCellView=this.cellTemplate?.render(this.cellState,this.cellContentContainer)}cellStateChanged(){this.customCellView?.bind(this.cellState,x)}cellTemplateChanged(){this.$fastController.isConnected&&(this.customCellView=this.cellTemplate?.render(this.cellState,this.cellContentContainer))}cellStylesChanged(e,t){e&&this.$fastController.removeStyles(e),t&&this.$fastController.addStyles(t)}}e([f],iv.prototype,"cellState",void 0),e([f],iv.prototype,"cellTemplate",void 0),e([f],iv.prototype,"cellStyles",void 0)
5007
+ class iv extends St{constructor(){super(...arguments),this.customCellView=void 0}connectedCallback(){super.connectedCallback(),this.customCellView=this.cellTemplate?.render(this.cellState,this.cellContentContainer)}disconnectedCallback(){super.disconnectedCallback(),this.customCellView&&(this.customCellView.dispose(),this.customCellView=void 0)}cellStateChanged(){this.customCellView?.bind(this.cellState,x)}cellTemplateChanged(){this.$fastController.isConnected&&(this.customCellView=this.cellTemplate?.render(this.cellState,this.cellContentContainer))}cellStylesChanged(e,t){e&&this.$fastController.removeStyles(e),t&&this.$fastController.addStyles(t)}}e([f],iv.prototype,"cellState",void 0),e([f],iv.prototype,"cellTemplate",void 0),e([f],iv.prototype,"cellStyles",void 0)
5008
5008
  const nv=iv.compose({baseName:"table-cell",template:tv,styles:ev})
5009
5009
  sn.getOrCreate().withPrefix("nimble").register(nv())
5010
5010
  const ov=G`