ninegrid2 6.451.0 → 6.453.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 +4 -1
- package/dist/bundle.esm.js +4 -1
- package/dist/etc/ngExport.js +4 -1
- package/package.json +1 -1
- package/src/etc/ngExport.js +4 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -17654,6 +17654,9 @@ class ngExportExcel
|
|
|
17654
17654
|
$(this.#messageBox).html("generate...");
|
|
17655
17655
|
this.#progressBar.setAttribute("max", this.#owner.data.count());
|
|
17656
17656
|
this.#progressBar.setAttribute("value", 0);
|
|
17657
|
+
|
|
17658
|
+
|
|
17659
|
+
//this.#progressBar.
|
|
17657
17660
|
|
|
17658
17661
|
const workbook = new ExcelJS$1.Workbook();
|
|
17659
17662
|
const sheet = workbook.addWorksheet('Sheet1');
|
|
@@ -17873,7 +17876,7 @@ class ngExport extends HTMLElement
|
|
|
17873
17876
|
};
|
|
17874
17877
|
|
|
17875
17878
|
exportExcel = () => {
|
|
17876
|
-
console.log("export Excel...");
|
|
17879
|
+
//console.log("export Excel...");
|
|
17877
17880
|
this.#dialog.showModal();
|
|
17878
17881
|
$(".title", this.#dialog).html("Export Excel");
|
|
17879
17882
|
this.#excel.export();
|
package/dist/bundle.esm.js
CHANGED
|
@@ -17652,6 +17652,9 @@ class ngExportExcel
|
|
|
17652
17652
|
$(this.#messageBox).html("generate...");
|
|
17653
17653
|
this.#progressBar.setAttribute("max", this.#owner.data.count());
|
|
17654
17654
|
this.#progressBar.setAttribute("value", 0);
|
|
17655
|
+
|
|
17656
|
+
|
|
17657
|
+
//this.#progressBar.
|
|
17655
17658
|
|
|
17656
17659
|
const workbook = new ExcelJS$1.Workbook();
|
|
17657
17660
|
const sheet = workbook.addWorksheet('Sheet1');
|
|
@@ -17871,7 +17874,7 @@ class ngExport extends HTMLElement
|
|
|
17871
17874
|
};
|
|
17872
17875
|
|
|
17873
17876
|
exportExcel = () => {
|
|
17874
|
-
console.log("export Excel...");
|
|
17877
|
+
//console.log("export Excel...");
|
|
17875
17878
|
this.#dialog.showModal();
|
|
17876
17879
|
$(".title", this.#dialog).html("Export Excel");
|
|
17877
17880
|
this.#excel.export();
|
package/dist/etc/ngExport.js
CHANGED
|
@@ -200,6 +200,9 @@ export class ngExportExcel
|
|
|
200
200
|
$(this.#messageBox).html("generate...");
|
|
201
201
|
this.#progressBar.setAttribute("max", this.#owner.data.count());
|
|
202
202
|
this.#progressBar.setAttribute("value", 0);
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
//this.#progressBar.
|
|
203
206
|
|
|
204
207
|
const workbook = new ExcelJS.Workbook();
|
|
205
208
|
const sheet = workbook.addWorksheet('Sheet1');
|
|
@@ -419,7 +422,7 @@ export class ngExport extends HTMLElement
|
|
|
419
422
|
};
|
|
420
423
|
|
|
421
424
|
exportExcel = () => {
|
|
422
|
-
console.log("export Excel...");
|
|
425
|
+
//console.log("export Excel...");
|
|
423
426
|
this.#dialog.showModal();
|
|
424
427
|
$(".title", this.#dialog).html("Export Excel");
|
|
425
428
|
this.#excel.export();
|
package/package.json
CHANGED
package/src/etc/ngExport.js
CHANGED
|
@@ -200,6 +200,9 @@ export class ngExportExcel
|
|
|
200
200
|
$(this.#messageBox).html("generate...");
|
|
201
201
|
this.#progressBar.setAttribute("max", this.#owner.data.count());
|
|
202
202
|
this.#progressBar.setAttribute("value", 0);
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
//this.#progressBar.
|
|
203
206
|
|
|
204
207
|
const workbook = new ExcelJS.Workbook();
|
|
205
208
|
const sheet = workbook.addWorksheet('Sheet1');
|
|
@@ -419,7 +422,7 @@ export class ngExport extends HTMLElement
|
|
|
419
422
|
};
|
|
420
423
|
|
|
421
424
|
exportExcel = () => {
|
|
422
|
-
console.log("export Excel...");
|
|
425
|
+
//console.log("export Excel...");
|
|
423
426
|
this.#dialog.showModal();
|
|
424
427
|
$(".title", this.#dialog).html("Export Excel");
|
|
425
428
|
this.#excel.export();
|