backend-plus 1.18.13 → 1.19.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/for-client/my-tables.js +1 -1
- package/package.json +3 -3
package/for-client/my-tables.js
CHANGED
|
@@ -1686,7 +1686,7 @@ myOwn.dialogDownload = function dialogDownload(grid){
|
|
|
1686
1686
|
wb.Sheets[sheet1name]=ws;
|
|
1687
1687
|
exportFileInformationWs["!ref"]="A1:F100";
|
|
1688
1688
|
wb.Sheets[sheet2name]=exportFileInformationWs;
|
|
1689
|
-
var wbFile = XLSX.write(wb, {bookType:'xlsx', bookSST:false, type: 'binary'});
|
|
1689
|
+
var wbFile = XLSX.write(wb, {bookType:'xlsx', bookSST:false, type: 'binary', cellDates:true});
|
|
1690
1690
|
var blob = new Blob([s2ab(wbFile)],{type:"application/octet-stream"});
|
|
1691
1691
|
mainDiv.setAttribute("current-state", "ready");
|
|
1692
1692
|
var url = URL.createObjectURL(blob);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backend-plus",
|
|
3
3
|
"description": "Backend for typed controls",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.19.0",
|
|
5
5
|
"author": "Codenautas <codenautas@googlegroups.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "codenautas/backend-plus",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"sql-tools": "^0.1.2",
|
|
69
69
|
"stack-trace": "^0.0.10",
|
|
70
70
|
"stylus": "0.59.0",
|
|
71
|
-
"type-store": "^0.
|
|
71
|
+
"type-store": "^0.4.0",
|
|
72
72
|
"typed-controls": "^0.12.0",
|
|
73
73
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
|
|
74
74
|
},
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"kill-9": "~0.4.3",
|
|
99
99
|
"mocha": "^10.2.0",
|
|
100
100
|
"nyc": "^15.1.0",
|
|
101
|
-
"puppeteer": "^20.
|
|
101
|
+
"puppeteer": "^20.5.0",
|
|
102
102
|
"sinon": "^15.1.0",
|
|
103
103
|
"supertest": "^6.3.3",
|
|
104
104
|
"types.d.ts": "~0.6.14",
|