profoundjs 7.21.0 → 7.22.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.
Files changed (34) hide show
  1. package/htdocs/profoundui/proddata/css/profoundui.css +3 -2
  2. package/htdocs/profoundui/proddata/images/FlatIcons/24x24/capture-changes.png +0 -0
  3. package/htdocs/profoundui/proddata/js/atrium.js +18 -18
  4. package/htdocs/profoundui/proddata/js/designer.js +4345 -4325
  5. package/htdocs/profoundui/proddata/js/genie.js +2603 -2595
  6. package/htdocs/profoundui/proddata/js/runtime.js +1369 -1365
  7. package/htdocs/profoundui/proddata/js/signon.js +10 -10
  8. package/package.json +1 -1
  9. package/profound.jse +1 -1
  10. package/setup/config.js +1 -4
  11. package/setup/pjsdist.savf +0 -0
  12. package/setup/setup.js +0 -10
  13. package/htdocs/profoundui/proddata/css/plogic.css +0 -4976
  14. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.eot +0 -0
  15. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.svg +0 -276
  16. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.ttf +0 -0
  17. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff +0 -0
  18. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff2 +0 -0
  19. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.eot +0 -0
  20. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.svg +0 -301
  21. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.ttf +0 -0
  22. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff +0 -0
  23. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff2 +0 -0
  24. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.eot +0 -0
  25. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.svg +0 -281
  26. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.ttf +0 -0
  27. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff +0 -0
  28. package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff2 +0 -0
  29. package/htdocs/profoundui/proddata/fonts/material_icons.woff2 +0 -0
  30. package/htdocs/profoundui/proddata/js/plogic.grids.js +0 -326
  31. package/setup/modules/environment/README.md +0 -17
  32. package/setup/modules/environment/atenvcmds.json +0 -1283
  33. package/setup/modules/environment/atenvir.json +0 -1643
  34. package/setup/modules/environment/atuserenvirdefaults.json +0 -1789
package/setup/config.js CHANGED
@@ -22,8 +22,5 @@ module.exports = {
22
22
  ],
23
23
  "timeout": 3600,
24
24
  "defaultMode": "case-sensitive",
25
- "preserveFieldNames": true,
26
- "searchModulesPaths": [
27
- "environment"
28
- ]
25
+ "preserveFieldNames": true
29
26
  }
Binary file
package/setup/setup.js CHANGED
@@ -332,16 +332,6 @@ let SILENT_MODE = false;
332
332
  }
333
333
  }
334
334
 
335
- // Create lowcode program: environments.
336
- const wsPath = path.join(deployDir, "modules", "environment");
337
- if (directoryExists(wsPath)) {
338
- log(`Skipping lowcode program, ${wsPath} -- directory exists.`);
339
- }
340
- else {
341
- log(`Creating lowcode program, ${wsPath}`);
342
- copyDir(path.join(__dirname, "modules", "environment"), path.join(deployDir, "modules"));
343
- }
344
-
345
335
  // Create store_credentials.js.
346
336
  if (fileExists(path.join(deployDir, "store_credentials.js"))) {
347
337
  log("store_credentials.js file exists.");