ninegrid2 6.1429.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.
@@ -12605,7 +12605,7 @@ class ngCellEx extends HTMLElement
12605
12605
 
12606
12606
  getExprValue = (expr, data, row, cell) => {
12607
12607
 
12608
- //console.log(expr);
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) {
@@ -12601,7 +12601,7 @@ class ngCellEx extends HTMLElement
12601
12601
 
12602
12602
  getExprValue = (expr, data, row, cell) => {
12603
12603
 
12604
- //console.log(expr);
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) {
@@ -21,28 +21,10 @@
21
21
  color: #9FF2FF;
22
22
  }
23
23
 
24
- /**
25
- :host(.collapse:not(.group)) {
26
- --display: none;
27
- }
28
- :host(.collapse:not(.group)) {
29
- transition: opacity 0.5s ease-out, height 0.5s ease-out;
30
- opacity: 0;
31
- height: 0;
32
- --display: none;
33
- }*/
34
-
35
-
36
-
37
24
  :host(.collapse:not(.group):not(.hover)) {
38
25
  opacity: 0;
39
26
  height: 0;
40
27
  }
41
- /**
42
- :host(:not(.group):not(.expand)) {
43
- opacity: 0;
44
- height: 0;
45
- } */
46
28
 
47
29
  :host(:hover) {
48
30
  filter: brightness(90%);
@@ -531,7 +531,7 @@ export class ngCellEx extends HTMLElement
531
531
 
532
532
  getExprValue = (expr, data, row, cell) => {
533
533
 
534
- //console.log(expr);
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1429.0",
4
+ "version": "6.1431.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -21,28 +21,10 @@
21
21
  color: #9FF2FF;
22
22
  }
23
23
 
24
- /**
25
- :host(.collapse:not(.group)) {
26
- --display: none;
27
- }
28
- :host(.collapse:not(.group)) {
29
- transition: opacity 0.5s ease-out, height 0.5s ease-out;
30
- opacity: 0;
31
- height: 0;
32
- --display: none;
33
- }*/
34
-
35
-
36
-
37
24
  :host(.collapse:not(.group):not(.hover)) {
38
25
  opacity: 0;
39
26
  height: 0;
40
27
  }
41
- /**
42
- :host(:not(.group):not(.expand)) {
43
- opacity: 0;
44
- height: 0;
45
- } */
46
28
 
47
29
  :host(:hover) {
48
30
  filter: brightness(90%);
@@ -531,7 +531,7 @@ export class ngCellEx extends HTMLElement
531
531
 
532
532
  getExprValue = (expr, data, row, cell) => {
533
533
 
534
- //console.log(expr);
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) {