backend-plus 1.19.0 → 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);
|
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.19.
|
|
4
|
+
"version": "1.19.1",
|
|
5
5
|
"author": "Codenautas <codenautas@googlegroups.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "codenautas/backend-plus",
|
|
@@ -102,7 +102,7 @@
|
|
|
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": {
|