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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/css/nxSideMenuItem.css +0 -18
- package/dist/etc/_ngCell.js +1 -1
- package/package.json +1 -1
- package/src/css/nxSideMenuItem.css +0 -18
- package/src/etc/_ngCell.js +1 -1
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
|
-
|
|
12608
|
+
console.log(expr, data, row, cell);
|
|
12609
12609
|
if (typeof expr !== "undefined") {
|
|
12610
12610
|
try {
|
|
12611
12611
|
|
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
|
-
|
|
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%);
|
package/dist/etc/_ngCell.js
CHANGED
package/package.json
CHANGED
|
@@ -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%);
|