profoundjs 7.22.0 → 7.23.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.
Files changed (38) hide show
  1. package/htdocs/profoundui/proddata/css/profoundai.css +39 -9
  2. package/htdocs/profoundui/proddata/css/profoundui.css +20 -1
  3. package/htdocs/profoundui/proddata/js/atrium.js +500 -509
  4. package/htdocs/profoundui/proddata/js/atrium_api.js +6 -6
  5. package/htdocs/profoundui/proddata/js/designer.js +4937 -5056
  6. package/htdocs/profoundui/proddata/js/genie.js +3142 -3225
  7. package/htdocs/profoundui/proddata/js/profoundai.js +34 -31
  8. package/htdocs/profoundui/proddata/js/runtime.js +1867 -1898
  9. package/htdocs/profoundui/proddata/js/signon.js +102 -107
  10. package/index.js +1 -0
  11. package/package.json +2 -2
  12. package/profound.jse +1 -1
  13. package/setup/call.js +2 -0
  14. package/setup/completeInstall.js +3 -1
  15. package/setup/convertStartJS.js +2 -2
  16. package/setup/pjsdist.savf +0 -0
  17. package/setup/plugins/mathoperation.js +75 -79
  18. package/setup/start.js +3 -2
  19. package/setup/store_credentials.js +2 -0
  20. package/setup/store_options.js +2 -0
  21. package/htdocs/profoundui/proddata/css/plogic.css +0 -4976
  22. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.eot +0 -0
  23. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.svg +0 -276
  24. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.ttf +0 -0
  25. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff +0 -0
  26. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff2 +0 -0
  27. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.eot +0 -0
  28. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.svg +0 -301
  29. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.ttf +0 -0
  30. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff +0 -0
  31. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff2 +0 -0
  32. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.eot +0 -0
  33. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.svg +0 -281
  34. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.ttf +0 -0
  35. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff +0 -0
  36. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff2 +0 -0
  37. package/htdocs/profoundui/proddata/fonts/material_icons.woff2 +0 -0
  38. package/htdocs/profoundui/proddata/js/plogic.grids.js +0 -326
package/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /// <reference path="./profoundjs.d.ts" />
2
3
 
3
4
  const fs = require("fs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profoundjs",
3
- "version": "7.22.0",
3
+ "version": "7.23.0",
4
4
  "min-profoundui-version": "6.20.0",
5
5
  "description": "Profound.js Framework and Server",
6
6
  "keywords": [
@@ -86,7 +86,7 @@
86
86
  "hpagent": "^1.2.0",
87
87
  "http-proxy-middleware": "^1.0.6",
88
88
  "int64-buffer": "^1.0.0",
89
- "jimp": "^0.22.10",
89
+ "jimp": "^1.6.0",
90
90
  "jsonwebtoken": "^9.0.2",
91
91
  "lockfile": "^1.0.4",
92
92
  "marked": "^9.1.6",