cps-ui-kit 19.2.0 → 19.3.0

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.
@@ -7602,7 +7602,7 @@ class CpsTableComponent {
7602
7602
  }
7603
7603
  }
7604
7604
  exportXLSX() {
7605
- import('xlsx').then((xlsx) => {
7605
+ import('@e965/xlsx').then((xlsx) => {
7606
7606
  const sheetData = [
7607
7607
  this.selectedColumns.map((c) => c[this.colHeaderName]),
7608
7608
  ...this.primengTable.value.map((item) => this.selectedColumns.map((c) => item[c[this.colFieldName]]))