ninegrid2 6.90.0 → 6.91.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.
@@ -11818,7 +11818,7 @@ class ngCellEx extends HTMLElement
11818
11818
 
11819
11819
  if (!rowData) return "";
11820
11820
 
11821
- console.log(this.cell.dataset.expr, this.cell.dataset.bind);
11821
+ console.log(this.cell.dataset.expr, this.cell.dataset.bind, ninegrid.ROW.ORDER);
11822
11822
 
11823
11823
  if (!ninegrid.isNull(this.cell.dataset.expr)) {
11824
11824
 
@@ -12073,7 +12073,7 @@ class ngCellEx extends HTMLElement
12073
12073
 
12074
12074
  return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
12075
12075
  } catch (e) {
12076
- //console.error(e, expr, data, row);
12076
+ console.error(e, expr, data, row);
12077
12077
  return ["NG-COMBO"].includes(this.tagName) ? "" : expr;
12078
12078
  }
12079
12079
  }
@@ -11816,7 +11816,7 @@ class ngCellEx extends HTMLElement
11816
11816
 
11817
11817
  if (!rowData) return "";
11818
11818
 
11819
- console.log(this.cell.dataset.expr, this.cell.dataset.bind);
11819
+ console.log(this.cell.dataset.expr, this.cell.dataset.bind, ninegrid.ROW.ORDER);
11820
11820
 
11821
11821
  if (!ninegrid.isNull(this.cell.dataset.expr)) {
11822
11822
 
@@ -12071,7 +12071,7 @@ class ngCellEx extends HTMLElement
12071
12071
 
12072
12072
  return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
12073
12073
  } catch (e) {
12074
- //console.error(e, expr, data, row);
12074
+ console.error(e, expr, data, row);
12075
12075
  return ["NG-COMBO"].includes(this.tagName) ? "" : expr;
12076
12076
  }
12077
12077
  }
@@ -277,7 +277,7 @@ export class ngCellEx extends HTMLElement
277
277
 
278
278
  if (!rowData) return "";
279
279
 
280
- console.log(this.cell.dataset.expr, this.cell.dataset.bind);
280
+ console.log(this.cell.dataset.expr, this.cell.dataset.bind, ninegrid.ROW.ORDER);
281
281
 
282
282
  if (!ninegrid.isNull(this.cell.dataset.expr)) {
283
283
 
@@ -532,7 +532,7 @@ export class ngCellEx extends HTMLElement
532
532
 
533
533
  return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
534
534
  } catch (e) {
535
- //console.error(e, expr, data, row);
535
+ console.error(e, expr, data, row);
536
536
  return ["NG-COMBO"].includes(this.tagName) ? "" : expr;
537
537
  }
538
538
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.90.0",
4
+ "version": "6.91.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -277,7 +277,7 @@ export class ngCellEx extends HTMLElement
277
277
 
278
278
  if (!rowData) return "";
279
279
 
280
- console.log(this.cell.dataset.expr, this.cell.dataset.bind);
280
+ console.log(this.cell.dataset.expr, this.cell.dataset.bind, ninegrid.ROW.ORDER);
281
281
 
282
282
  if (!ninegrid.isNull(this.cell.dataset.expr)) {
283
283
 
@@ -532,7 +532,7 @@ export class ngCellEx extends HTMLElement
532
532
 
533
533
  return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
534
534
  } catch (e) {
535
- //console.error(e, expr, data, row);
535
+ console.error(e, expr, data, row);
536
536
  return ["NG-COMBO"].includes(this.tagName) ? "" : expr;
537
537
  }
538
538
  }