ninegrid2 6.1429.0 → 6.1430.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
 
@@ -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
 
@@ -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
 
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.1430.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