ninegrid2 6.1431.0 → 6.1433.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.
@@ -17988,7 +17988,8 @@ class ngExportExcel
17988
17988
  };
17989
17989
 
17990
17990
  export = () => {
17991
-
17991
+
17992
+
17992
17993
  var _option = {
17993
17994
  fileName : (this.#owner.getAttribute("caption") || "export").replace(/[`~!@#$%^&*|\\\'\";:\/?]/gi, ""),
17994
17995
  afterFunc : () => {},
@@ -17984,7 +17984,8 @@ class ngExportExcel
17984
17984
  };
17985
17985
 
17986
17986
  export = () => {
17987
-
17987
+
17988
+
17988
17989
  var _option = {
17989
17990
  fileName : (this.#owner.getAttribute("caption") || "export").replace(/[`~!@#$%^&*|\\\'\";:\/?]/gi, ""),
17990
17991
  afterFunc : () => {},
@@ -82,4 +82,5 @@ ng-title {
82
82
  ng-title > span {
83
83
  white-space: nowrap;
84
84
  font-weight: bold;
85
+ line-height: 14px;
85
86
  }
@@ -18,7 +18,8 @@ export class ngExportExcel
18
18
  };
19
19
 
20
20
  export = () => {
21
-
21
+
22
+
22
23
  var _option = {
23
24
  fileName : (this.#owner.getAttribute("caption") || "export").replace(/[`~!@#$%^&*|\\\'\";:\/?]/gi, ""),
24
25
  exceptions : [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1431.0",
4
+ "version": "6.1433.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -82,4 +82,5 @@ ng-title {
82
82
  ng-title > span {
83
83
  white-space: nowrap;
84
84
  font-weight: bold;
85
+ line-height: 14px;
85
86
  }
@@ -18,7 +18,8 @@ export class ngExportExcel
18
18
  };
19
19
 
20
20
  export = () => {
21
-
21
+
22
+
22
23
  var _option = {
23
24
  fileName : (this.#owner.getAttribute("caption") || "export").replace(/[`~!@#$%^&*|\\\'\";:\/?]/gi, ""),
24
25
  exceptions : [],