ninegrid2 6.1430.0 → 6.1431.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.
- package/dist/bundle.cjs.js +1 -3
- package/dist/bundle.esm.js +1 -3
- package/dist/etc/_ngCell.js +1 -3
- package/package.json +1 -1
- package/src/etc/_ngCell.js +1 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -12605,7 +12605,7 @@ class ngCellEx extends HTMLElement
|
|
|
12605
12605
|
|
|
12606
12606
|
getExprValue = (expr, data, row, cell) => {
|
|
12607
12607
|
|
|
12608
|
-
console.log(expr, data, row, cell);
|
|
12608
|
+
//console.log(expr, data, row, cell);
|
|
12609
12609
|
if (typeof expr !== "undefined") {
|
|
12610
12610
|
try {
|
|
12611
12611
|
|
|
@@ -12618,8 +12618,6 @@ class ngCellEx extends HTMLElement
|
|
|
12618
12618
|
return this.owner[fn].call(this, data, row, this.cell);
|
|
12619
12619
|
}
|
|
12620
12620
|
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
12621
|
return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
|
|
12624
12622
|
//return this.owner.exprFunction2(expr).call(this, data, row, this.owner.data);
|
|
12625
12623
|
} catch (e) {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -12601,7 +12601,7 @@ class ngCellEx extends HTMLElement
|
|
|
12601
12601
|
|
|
12602
12602
|
getExprValue = (expr, data, row, cell) => {
|
|
12603
12603
|
|
|
12604
|
-
console.log(expr, data, row, cell);
|
|
12604
|
+
//console.log(expr, data, row, cell);
|
|
12605
12605
|
if (typeof expr !== "undefined") {
|
|
12606
12606
|
try {
|
|
12607
12607
|
|
|
@@ -12614,8 +12614,6 @@ class ngCellEx extends HTMLElement
|
|
|
12614
12614
|
return this.owner[fn].call(this, data, row, this.cell);
|
|
12615
12615
|
}
|
|
12616
12616
|
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
12617
|
return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
|
|
12620
12618
|
//return this.owner.exprFunction2(expr).call(this, data, row, this.owner.data);
|
|
12621
12619
|
} catch (e) {
|
package/dist/etc/_ngCell.js
CHANGED
|
@@ -531,7 +531,7 @@ export class ngCellEx extends HTMLElement
|
|
|
531
531
|
|
|
532
532
|
getExprValue = (expr, data, row, cell) => {
|
|
533
533
|
|
|
534
|
-
console.log(expr, data, row, cell);
|
|
534
|
+
//console.log(expr, data, row, cell);
|
|
535
535
|
if (typeof expr !== "undefined") {
|
|
536
536
|
try {
|
|
537
537
|
|
|
@@ -544,8 +544,6 @@ export class ngCellEx extends HTMLElement
|
|
|
544
544
|
return this.owner[fn].call(this, data, row, this.cell);
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
-
|
|
548
|
-
|
|
549
547
|
return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
|
|
550
548
|
//return this.owner.exprFunction2(expr).call(this, data, row, this.owner.data);
|
|
551
549
|
} catch (e) {
|
package/package.json
CHANGED
package/src/etc/_ngCell.js
CHANGED
|
@@ -531,7 +531,7 @@ export class ngCellEx extends HTMLElement
|
|
|
531
531
|
|
|
532
532
|
getExprValue = (expr, data, row, cell) => {
|
|
533
533
|
|
|
534
|
-
console.log(expr, data, row, cell);
|
|
534
|
+
//console.log(expr, data, row, cell);
|
|
535
535
|
if (typeof expr !== "undefined") {
|
|
536
536
|
try {
|
|
537
537
|
|
|
@@ -544,8 +544,6 @@ export class ngCellEx extends HTMLElement
|
|
|
544
544
|
return this.owner[fn].call(this, data, row, this.cell);
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
-
|
|
548
|
-
|
|
549
547
|
return this.owner.exprFunction(expr).call(this, data, row, this.owner.data);
|
|
550
548
|
//return this.owner.exprFunction2(expr).call(this, data, row, this.owner.data);
|
|
551
549
|
} catch (e) {
|