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.
- package/htdocs/profoundui/proddata/css/profoundui.css +3 -2
- package/htdocs/profoundui/proddata/images/FlatIcons/24x24/capture-changes.png +0 -0
- package/htdocs/profoundui/proddata/js/atrium.js +18 -18
- package/htdocs/profoundui/proddata/js/designer.js +4345 -4325
- package/htdocs/profoundui/proddata/js/genie.js +2603 -2595
- package/htdocs/profoundui/proddata/js/runtime.js +1369 -1365
- package/htdocs/profoundui/proddata/js/signon.js +10 -10
- package/package.json +1 -1
- package/profound.jse +1 -1
- package/setup/config.js +1 -4
- package/setup/pjsdist.savf +0 -0
- package/setup/setup.js +0 -10
- package/htdocs/profoundui/proddata/css/plogic.css +0 -4976
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.svg +0 -276
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.svg +0 -301
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.svg +0 -281
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/material_icons.woff2 +0 -0
- package/htdocs/profoundui/proddata/js/plogic.grids.js +0 -326
- package/setup/modules/environment/README.md +0 -17
- package/setup/modules/environment/atenvcmds.json +0 -1283
- package/setup/modules/environment/atenvir.json +0 -1643
- package/setup/modules/environment/atuserenvirdefaults.json +0 -1789
package/setup/config.js
CHANGED
package/setup/pjsdist.savf
CHANGED
|
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.");
|