backend-plus 1.18.13 → 1.19.1
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.
|
Binary file
|
package/for-client/my-tables.js
CHANGED
|
@@ -632,7 +632,7 @@ myOwn.tableGrid = function tableGrid(tableName, mainElement, opts){
|
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
depot.tick = tick
|
|
635
|
-
} else if (!depot && !thereIsANewRecord) {
|
|
635
|
+
} else if (!depot && !thereIsANewRecord && !grid.vertical) {
|
|
636
636
|
var depot = grid.createDepotFromRow(row);
|
|
637
637
|
grid.depots.push(depot);
|
|
638
638
|
grid.sortDepotsToDisplay(grid.depots);
|
|
@@ -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.1",
|
|
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,11 +98,11 @@
|
|
|
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",
|
|
105
|
-
"typescript": "^5.
|
|
105
|
+
"typescript": "^5.1.3",
|
|
106
106
|
"why-is-node-running": "^2.2.2"
|
|
107
107
|
},
|
|
108
108
|
"engines": {
|