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.
- package/dist/bundle.cjs.js +2 -1
- package/dist/bundle.esm.js +2 -1
- package/dist/css/ngHead.css +1 -0
- package/dist/etc/ngExport.js +2 -1
- package/package.json +1 -1
- package/src/css/ngHead.css +1 -0
- package/src/etc/ngExport.js +2 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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 : () => {},
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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 : () => {},
|
package/dist/css/ngHead.css
CHANGED
package/dist/etc/ngExport.js
CHANGED
package/package.json
CHANGED
package/src/css/ngHead.css
CHANGED