@saltcorn/server 0.9.3-beta.3 → 0.9.3-beta.4

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/locales/en.json CHANGED
@@ -1287,5 +1287,12 @@
1287
1287
  "Configure action": "Configure action",
1288
1288
  "No changes detected, snapshot skipped": "No changes detected, snapshot skipped",
1289
1289
  "Cannot remove module: views %s depend on it": "Cannot remove module: views %s depend on it",
1290
- "The view name is part of the URL when it is shown alone.": "The view name is part of the URL when it is shown alone."
1290
+ "The view name is part of the URL when it is shown alone.": "The view name is part of the URL when it is shown alone.",
1291
+ "Exclusion relations": "Exclusion relations",
1292
+ "Do not include row if this relation has a match": "Do not include row if this relation has a match",
1293
+ "Exclusion where": "Exclusion where",
1294
+ "Hoverable rows": "Hoverable rows",
1295
+ "Highlight row under cursor": "Highlight row under cursor",
1296
+ "Striped rows": "Striped rows",
1297
+ "Add zebra stripes to rows": "Add zebra stripes to rows"
1291
1298
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@saltcorn/server",
3
- "version": "0.9.3-beta.3",
3
+ "version": "0.9.3-beta.4",
4
4
  "description": "Server app for Saltcorn, open-source no-code platform",
5
5
  "homepage": "https://saltcorn.com",
6
6
  "main": "index.js",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
9
  "@aws-sdk/client-s3": "^3.451.0",
10
- "@saltcorn/base-plugin": "0.9.3-beta.3",
11
- "@saltcorn/builder": "0.9.3-beta.3",
12
- "@saltcorn/data": "0.9.3-beta.3",
13
- "@saltcorn/admin-models": "0.9.3-beta.3",
14
- "@saltcorn/filemanager": "0.9.3-beta.3",
15
- "@saltcorn/markup": "0.9.3-beta.3",
16
- "@saltcorn/sbadmin2": "0.9.3-beta.3",
10
+ "@saltcorn/base-plugin": "0.9.3-beta.4",
11
+ "@saltcorn/builder": "0.9.3-beta.4",
12
+ "@saltcorn/data": "0.9.3-beta.4",
13
+ "@saltcorn/admin-models": "0.9.3-beta.4",
14
+ "@saltcorn/filemanager": "0.9.3-beta.4",
15
+ "@saltcorn/markup": "0.9.3-beta.4",
16
+ "@saltcorn/sbadmin2": "0.9.3-beta.4",
17
17
  "@socket.io/cluster-adapter": "^0.2.1",
18
18
  "@socket.io/sticky": "^1.0.1",
19
19
  "adm-zip": "0.5.10",
@@ -513,7 +513,7 @@ function applyViewConfig(e, url, k, event) {
513
513
  complete: () => {},
514
514
  });
515
515
 
516
- return false;
516
+ //return false;
517
517
  }
518
518
 
519
519
  function updateViewPreview() {