udp-stencil-component-library 25.18.1-beta.4 → 25.18.1-beta.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.
@@ -915,6 +915,8 @@ const AgGridBase = class {
915
915
  refreshClientSideRowModel: type => this.gridApi.refreshClientSideRowModel(type),
916
916
  selectAll: (mode, source) => this.gridApi.selectAll(mode, source),
917
917
  deselectAll: (mode, source) => this.gridApi.deselectAll(mode, source),
918
+ getServerSideSelectionState: () => this.gridApi.getServerSideSelectionState(),
919
+ setServerSideSelectionState: (state) => this.gridApi.setServerSideSelectionState(state),
918
920
  });
919
921
  }
920
922
  //set column defs
@@ -989,7 +991,7 @@ const AgGridBase = class {
989
991
  render() {
990
992
  var _a;
991
993
  const variantClass = `variant-${((_a = this.headerConfig) === null || _a === void 0 ? void 0 : _a.variant) || 'light'}`;
992
- return (h("div", { key: '053ddbd9909bde99762661194682cf18b7dcd654', class: variantClass, ref: el => (this.gridContainerEl = el) }, h("ghost-render", { key: '1e464866265bfd233da0b87f25f58bb291305421' }, h("div", { key: '0ad8e3d370380fc857059f4261257fe40fea39d6' }, h("udp-dialog", { key: 'a913be8e03b3cc145d5a63761012af114696e6e5' }), h("udp-list-item", { key: 'b689897fb11777acaa2f9087497265407556fe22' }), h("hint-panel", { key: '8000ce167ade42ee2c68412aa5daadcc5b4341bd' }))), h("div", { key: '95e0f94a869a7d9c5e788d789e5e19bb7d1abcfc', class: "grid-base-header" }, h("grid-header", { key: '57d80d7f6a54096ed02e11457c06278fdef71cb2', headerConfig: this.headerConfig, gridFunctions: this.gridFunctions, onHeaderAction: this.onHeaderAction }), h("div", { key: '3ae700e844115e0842b41eb3a3b7ff75e7307990', class: "action-bar", style: { viewTransitionName: `action-bar` } }, this.gridFunctionInstances.map(fn => { var _a; return (_a = fn.render) === null || _a === void 0 ? void 0 : _a.call(fn); }))), h("div", { key: 'f72617515c98560632057f7dd9b2d95560136698', id: "myNewGrid", ref: el => (this.gridEl = el), style: {
994
+ return (h("div", { key: '315a73b730d7d5d044b6bbf5f60a15e3b9582976', class: variantClass, ref: el => (this.gridContainerEl = el) }, h("ghost-render", { key: '466bccfb96cd71bb4d49cc8cea9293d76e8ef974' }, h("div", { key: '39de56375c5fc7ba94add149473348bf18060848' }, h("udp-dialog", { key: 'e1a537dae7065f89ccc1749c05ccd6f0043b54f7' }), h("udp-list-item", { key: '239b637a36feb02ec191203240b721a647997782' }), h("hint-panel", { key: 'd8ccc7f25ec0c3704b85496bed34a67b1e81f0cd' }))), h("div", { key: '74640f93605ecb67015daceb356c4b1fba30d069', class: "grid-base-header" }, h("grid-header", { key: 'a1eaa9bce2b9ce5f70631bb1d5e75270c00f96e8', headerConfig: this.headerConfig, gridFunctions: this.gridFunctions, onHeaderAction: this.onHeaderAction }), h("div", { key: '3edcb8130744665fd8570c738c8c61e51f3a096b', class: "action-bar", style: { viewTransitionName: `action-bar` } }, this.gridFunctionInstances.map(fn => { var _a; return (_a = fn.render) === null || _a === void 0 ? void 0 : _a.call(fn); }))), h("div", { key: '32f44119cc6bb374e08e3c5160b9d86d3f1d3c49', id: "myNewGrid", ref: el => (this.gridEl = el), style: {
993
995
  viewTransitionName: `my-new-grid`,
994
996
  } })));
995
997
  }