profoundjs 7.5.0 → 7.6.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 (55) hide show
  1. package/LICENSE.txt +27 -25
  2. package/htdocs/jszip/FileSaver.min.js +2 -2
  3. package/htdocs/profoundui/proddata/css/atrium.css +201 -201
  4. package/htdocs/profoundui/proddata/css/designer_respeditor.css +91 -91
  5. package/htdocs/profoundui/proddata/css/ipademulator.css +38 -38
  6. package/htdocs/profoundui/proddata/css/iphoneemulator.css +29 -29
  7. package/htdocs/profoundui/proddata/css/jumpstart.css +442 -442
  8. package/htdocs/profoundui/proddata/css/key_management.css +122 -122
  9. package/htdocs/profoundui/proddata/css/logic.css +1669 -1669
  10. package/htdocs/profoundui/proddata/css/markdown.css +754 -754
  11. package/htdocs/profoundui/proddata/css/profoundai.css +42 -0
  12. package/htdocs/profoundui/proddata/css/puisplash.css +186 -186
  13. package/htdocs/profoundui/proddata/css/qtips.css +32 -32
  14. package/htdocs/profoundui/proddata/html/genieframe.html +25 -25
  15. package/htdocs/profoundui/proddata/js/designer.js +3794 -3782
  16. package/htdocs/profoundui/proddata/js/key_management.js +34 -34
  17. package/htdocs/profoundui/proddata/js/profoundai.js +26 -0
  18. package/htdocs/profoundui/proddata/js/rich-display-react-component.js +45 -45
  19. package/htdocs/profoundui/proddata/js/rich-display-vue-component.js +28 -28
  20. package/htdocs/profoundui/proddata/js/runtime.js +1404 -1401
  21. package/htdocs/profoundui/proddata/js/soapclient.js +419 -419
  22. package/htdocs/profoundui/proddata/typings/profoundjs.d.ts +881 -881
  23. package/htdocs/profoundui/proddata/typings/profoundui.d.ts +388 -388
  24. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-gray.css +414 -414
  25. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-olive.css +623 -623
  26. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-slate.css +672 -672
  27. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-steel.css +10437 -10437
  28. package/htdocs/profoundui/userdata/css/atrium_banner.css +13 -13
  29. package/htdocs/profoundui/userdata/css/atrium_home.css +37 -37
  30. package/htdocs/profoundui/userdata/custom/themes/enhanced.js +104 -104
  31. package/htdocs/profoundui/userdata/custom/themes/hybrid.js +109 -109
  32. package/htdocs/profoundui/userdata/custom/themes/standard.js +68 -68
  33. package/htdocs/profoundui/userdata/custom/widgets/googlemaps.js +139 -139
  34. package/htdocs/profoundui/userdata/custom/widgets/listbox.js +37 -37
  35. package/htdocs/profoundui/userdata/custom/widgets/panel.js +74 -74
  36. package/htdocs/profoundui/userdata/custom/widgets/styled_button.js +71 -71
  37. package/htdocs/profoundui/userdata/custom/widgets/tabpanel.js +61 -61
  38. package/htdocs/profoundui/userdata/genie skins/Classic/Classic.css +562 -562
  39. package/htdocs/profoundui/userdata/genie skins/Classic/custom.js +3 -3
  40. package/htdocs/profoundui/userdata/genie skins/Gradient/Gradient.css +616 -616
  41. package/htdocs/profoundui/userdata/genie skins/Gradient/adjusted columns custom.js +83 -83
  42. package/htdocs/profoundui/userdata/genie skins/Gradient/custom.js +83 -83
  43. package/htdocs/profoundui/userdata/genie skins/Hybrid/Hybrid.css +616 -616
  44. package/htdocs/profoundui/userdata/genie skins/Hybrid/custom.js +330 -330
  45. package/htdocs/profoundui/userdata/genie skins/Plain/Plain.css +546 -546
  46. package/htdocs/profoundui/userdata/genie skins/Plain/custom.js +6 -6
  47. package/htdocs/profoundui/userdata/genie skins/Skyline/Skyline.css +753 -753
  48. package/htdocs/profoundui/userdata/genie skins/Skyline/adjusted columns custom.js +97 -97
  49. package/htdocs/profoundui/userdata/genie skins/Skyline/custom.js +97 -97
  50. package/htdocs/profoundui/userdata/genie skins/Tablet/Tablet.css +743 -743
  51. package/htdocs/profoundui/userdata/genie skins/Tablet/custom.js +153 -153
  52. package/htdocs/profoundui/userdata/samples/ordentry/OrdEntry.js +92 -92
  53. package/package.json +2 -2
  54. package/profound.jse +1 -1
  55. package/setup/pjsdist.savf +0 -0
@@ -1,83 +1,83 @@
1
-
2
- function customize() {
3
-
4
- // Customize Sign-On Screen
5
- if (detectScreen('D_1_22',' Sign On',
6
- 'D_2_47','System . . . . . :',
7
- 'D_3_47','Subsystem . . . . :',
8
- 'D_4_47','Display . . . . . :')) {
9
- hideElements('D_1_22', 'D_2_47', 'D_3_47', 'D_4_47', 'D_2_69', 'D_3_69', 'D_4_69', 'I_11_52', 'I_12_52', 'D_11_16', 'D_12_16',
10
- 'D_8_16', 'D_9_16', 'D_10_16', 'I_8_52', 'I_9_52', 'I_10_52', 'D_24_39');
11
- changeElementValue('D_6_16', '    User:');
12
- changeElementClass('D_6_16', 'BigText');
13
- changeElementValue('D_7_16', 'Password:');
14
- changeElementClass('D_7_16', 'BigText');
15
- setDOMAttribute("D_7_16", "transparent", true);
16
- setDOMAttribute("D_6_16", "transparent", true);
17
- moveElement('D_6_16', 9, 15);
18
- moveElement('D_7_16', 11, 15);
19
- moveElement('I_6_52', 8.9, 49);
20
- moveElement('I_7_52', 10.9, 49);
21
- if (getObj('I_6_52') != null) getObj('I_6_52').style.width = "90px";
22
- if (getObj('I_7_52') != null) getObj('I_7_52').style.width = "90px";
23
- var loginButton = newElement(12.7, 49, 'button', 'Login', 'login_button');
24
- loginButton.onclick = function() { pressKey('Enter') };
25
- moveElement('quit_button', 12.7, 57);
26
- changeElementValue('quit_button', 'Exit');
27
- var backdrop = newElement(5, 15, "img", "/profoundui/proddata/images/login.gif", "backdrop_image");
28
- backdrop.style.zIndex = 5;
29
-
30
- // Format signon differently when using 128 char passwords:
31
- if (getObj("I_7_52")!=null
32
- && getObj("I_8_0")!=null
33
- && getObj("I_9_0")!=null) {
34
- var pwlength = 0;
35
- pwlength = getObj("I_7_52").fieldInfo.size;
36
- pwlength += getObj("I_8_0").fieldInfo.size;
37
- pwlength += getObj("I_9_0").fieldInfo.size;
38
- if (pwlength == 128) {
39
- moveElement("D_6_16", 6.9, 15);
40
- moveElement("D_7_16", 8.9, 15);
41
- moveElement('I_6_52', 6.9, 49);
42
- moveElement('I_7_52', 8.9, 49);
43
- moveElement('I_8_0', 10, 49);
44
- moveElement('I_9_0', 11.1, 49);
45
- getObj("I_7_52").style.width = "150px";
46
- getObj("I_8_0").style.width = "150px";
47
- getObj("I_9_0").style.width = "150px";
48
- }
49
- }
50
-
51
- var msg = get('D_24_0');
52
- if (msg!='' && pui.genie.alertMsg=='') {
53
- pui.genie.alertMsg = msg;
54
- if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
55
- if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
56
- }
57
- hideElement('D_24_0');
58
- }
59
- else {
60
- // Otherwise place currently signed on user name into header.
61
- var userSpan = getObj("userSpan");
62
- var user = pui["appJob"]["user"];
63
- if (user == null) user = "";
64
- userSpan.innerHTML = "Welcome " + user;
65
- }
66
-
67
- // Customize 132x27 mode
68
- if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
69
- pui.genie.middleDiv.style.height = "640px";
70
- getObj("5250").style.position = "absolute";
71
- var position = (screen.width - 1060) / 2;
72
- if (position < 0) position = 0;
73
- getObj("5250").style.left = position + "px";
74
- }
75
- else {
76
- if (pui.genie.middleDiv != null) {
77
- pui.genie.middleDiv.style.height = "";
78
- getObj("5250").style.position = "relative";
79
- getObj("5250").style.left = "";
80
- }
81
- }
82
-
83
- }
1
+
2
+ function customize() {
3
+
4
+ // Customize Sign-On Screen
5
+ if (detectScreen('D_1_22',' Sign On',
6
+ 'D_2_47','System . . . . . :',
7
+ 'D_3_47','Subsystem . . . . :',
8
+ 'D_4_47','Display . . . . . :')) {
9
+ hideElements('D_1_22', 'D_2_47', 'D_3_47', 'D_4_47', 'D_2_69', 'D_3_69', 'D_4_69', 'I_11_52', 'I_12_52', 'D_11_16', 'D_12_16',
10
+ 'D_8_16', 'D_9_16', 'D_10_16', 'I_8_52', 'I_9_52', 'I_10_52', 'D_24_39');
11
+ changeElementValue('D_6_16', '&nbsp;&nbsp;&nbsp;&nbsp;User:');
12
+ changeElementClass('D_6_16', 'BigText');
13
+ changeElementValue('D_7_16', 'Password:');
14
+ changeElementClass('D_7_16', 'BigText');
15
+ setDOMAttribute("D_7_16", "transparent", true);
16
+ setDOMAttribute("D_6_16", "transparent", true);
17
+ moveElement('D_6_16', 9, 15);
18
+ moveElement('D_7_16', 11, 15);
19
+ moveElement('I_6_52', 8.9, 49);
20
+ moveElement('I_7_52', 10.9, 49);
21
+ if (getObj('I_6_52') != null) getObj('I_6_52').style.width = "90px";
22
+ if (getObj('I_7_52') != null) getObj('I_7_52').style.width = "90px";
23
+ var loginButton = newElement(12.7, 49, 'button', 'Login', 'login_button');
24
+ loginButton.onclick = function() { pressKey('Enter') };
25
+ moveElement('quit_button', 12.7, 57);
26
+ changeElementValue('quit_button', 'Exit');
27
+ var backdrop = newElement(5, 15, "img", "/profoundui/proddata/images/login.gif", "backdrop_image");
28
+ backdrop.style.zIndex = 5;
29
+
30
+ // Format signon differently when using 128 char passwords:
31
+ if (getObj("I_7_52")!=null
32
+ && getObj("I_8_0")!=null
33
+ && getObj("I_9_0")!=null) {
34
+ var pwlength = 0;
35
+ pwlength = getObj("I_7_52").fieldInfo.size;
36
+ pwlength += getObj("I_8_0").fieldInfo.size;
37
+ pwlength += getObj("I_9_0").fieldInfo.size;
38
+ if (pwlength == 128) {
39
+ moveElement("D_6_16", 6.9, 15);
40
+ moveElement("D_7_16", 8.9, 15);
41
+ moveElement('I_6_52', 6.9, 49);
42
+ moveElement('I_7_52', 8.9, 49);
43
+ moveElement('I_8_0', 10, 49);
44
+ moveElement('I_9_0', 11.1, 49);
45
+ getObj("I_7_52").style.width = "150px";
46
+ getObj("I_8_0").style.width = "150px";
47
+ getObj("I_9_0").style.width = "150px";
48
+ }
49
+ }
50
+
51
+ var msg = get('D_24_0');
52
+ if (msg!='' && pui.genie.alertMsg=='') {
53
+ pui.genie.alertMsg = msg;
54
+ if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
55
+ if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
56
+ }
57
+ hideElement('D_24_0');
58
+ }
59
+ else {
60
+ // Otherwise place currently signed on user name into header.
61
+ var userSpan = getObj("userSpan");
62
+ var user = pui["appJob"]["user"];
63
+ if (user == null) user = "";
64
+ userSpan.innerHTML = "Welcome&nbsp;" + user;
65
+ }
66
+
67
+ // Customize 132x27 mode
68
+ if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
69
+ pui.genie.middleDiv.style.height = "640px";
70
+ getObj("5250").style.position = "absolute";
71
+ var position = (screen.width - 1060) / 2;
72
+ if (position < 0) position = 0;
73
+ getObj("5250").style.left = position + "px";
74
+ }
75
+ else {
76
+ if (pui.genie.middleDiv != null) {
77
+ pui.genie.middleDiv.style.height = "";
78
+ getObj("5250").style.position = "relative";
79
+ getObj("5250").style.left = "";
80
+ }
81
+ }
82
+
83
+ }
@@ -1,83 +1,83 @@
1
-
2
- function customize() {
3
-
4
- // Customize Sign-On Screen
5
- if (detectScreen('D_1_23',' Sign On',
6
- 'D_2_48','System . . . . . :',
7
- 'D_3_48','Subsystem . . . . :',
8
- 'D_4_48','Display . . . . . :')) {
9
- hideElements('D_1_23', 'D_2_48', 'D_3_48', 'D_4_48', 'D_2_70', 'D_3_70', 'D_4_70', 'I_11_53', 'I_12_53', 'D_11_17', 'D_12_17',
10
- 'D_8_17', 'D_9_17', 'D_10_17', 'I_8_53', 'I_9_53', 'I_10_53', 'D_24_40');
11
- changeElementValue('D_6_17', '&nbsp;&nbsp;&nbsp;&nbsp;User:');
12
- changeElementClass('D_6_17', 'BigText');
13
- changeElementValue('D_7_17', 'Password:');
14
- changeElementClass('D_7_17', 'BigText');
15
- setDOMAttribute("D_7_17", "transparent", true);
16
- setDOMAttribute("D_6_17", "transparent", true);
17
- moveElement('D_6_17', 8.9, 15);
18
- moveElement('D_7_17', 10.9, 15);
19
- moveElement('I_6_53', 8.9, 49);
20
- moveElement('I_7_53', 10.9, 49);
21
- if (getObj('I_6_53') != null) getObj('I_6_53').style.width = "90px";
22
- if (getObj('I_7_53') != null) getObj('I_7_53').style.width = "90px";
23
- var loginButton = newElement(12.7, 49, 'button', 'Login', 'login_button');
24
- loginButton.onclick = function() { pressKey('Enter') };
25
- moveElement('quit_button', 12.7, 57);
26
- changeElementValue('quit_button', 'Exit');
27
- var backdrop = newElement(5, 15, "img", "/profoundui/proddata/images/login.gif", "backdrop_image");
28
- backdrop.style.zIndex = 5;
29
-
30
- // Format signon differently when using 128 char passwords:
31
- if (getObj("I_7_53")!=null
32
- && getObj("I_8_1")!=null
33
- && getObj("I_9_1")!=null) {
34
- var pwlength = 0;
35
- pwlength = getObj("I_7_53").fieldInfo.size;
36
- pwlength += getObj("I_8_1").fieldInfo.size;
37
- pwlength += getObj("I_9_1").fieldInfo.size;
38
- if (pwlength == 128) {
39
- moveElement("D_6_17", 6.9, 15);
40
- moveElement("D_7_17", 8.9, 15);
41
- moveElement('I_6_53', 6.9, 49);
42
- moveElement('I_7_53', 8.9, 49);
43
- moveElement('I_8_1', 10, 49);
44
- moveElement('I_9_1', 11.1, 49);
45
- getObj("I_7_53").style.width = "150px";
46
- getObj("I_8_1").style.width = "150px";
47
- getObj("I_9_1").style.width = "150px";
48
- }
49
- }
50
-
51
- var msg = get('D_24_1');
52
- if (msg!='' && pui.genie.alertMsg=='') {
53
- pui.genie.alertMsg = msg;
54
- if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
55
- if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
56
- }
57
- hideElement('D_24_1');
58
- }
59
- else {
60
- // Otherwise place currently signed on user name into header.
61
- var userSpan = getObj("userSpan");
62
- var user = pui["appJob"]["user"];
63
- if (user == null) user = "";
64
- userSpan.innerHTML = "Welcome&nbsp;" + user;
65
- }
66
- pui["loading animation"]["css"] = 'pui-gradient-animation';
67
- // Customize 132x27 mode
68
- if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
69
- pui.genie.middleDiv.style.height = "640px";
70
- getObj("5250").style.position = "absolute";
71
- var position = (screen.width - 1060) / 2;
72
- if (position < 0) position = 0;
73
- getObj("5250").style.left = position + "px";
74
- }
75
- else {
76
- if (pui.genie.middleDiv != null) {
77
- pui.genie.middleDiv.style.height = "";
78
- getObj("5250").style.position = "relative";
79
- getObj("5250").style.left = "";
80
- }
81
- }
82
-
83
- }
1
+
2
+ function customize() {
3
+
4
+ // Customize Sign-On Screen
5
+ if (detectScreen('D_1_23',' Sign On',
6
+ 'D_2_48','System . . . . . :',
7
+ 'D_3_48','Subsystem . . . . :',
8
+ 'D_4_48','Display . . . . . :')) {
9
+ hideElements('D_1_23', 'D_2_48', 'D_3_48', 'D_4_48', 'D_2_70', 'D_3_70', 'D_4_70', 'I_11_53', 'I_12_53', 'D_11_17', 'D_12_17',
10
+ 'D_8_17', 'D_9_17', 'D_10_17', 'I_8_53', 'I_9_53', 'I_10_53', 'D_24_40');
11
+ changeElementValue('D_6_17', '&nbsp;&nbsp;&nbsp;&nbsp;User:');
12
+ changeElementClass('D_6_17', 'BigText');
13
+ changeElementValue('D_7_17', 'Password:');
14
+ changeElementClass('D_7_17', 'BigText');
15
+ setDOMAttribute("D_7_17", "transparent", true);
16
+ setDOMAttribute("D_6_17", "transparent", true);
17
+ moveElement('D_6_17', 8.9, 15);
18
+ moveElement('D_7_17', 10.9, 15);
19
+ moveElement('I_6_53', 8.9, 49);
20
+ moveElement('I_7_53', 10.9, 49);
21
+ if (getObj('I_6_53') != null) getObj('I_6_53').style.width = "90px";
22
+ if (getObj('I_7_53') != null) getObj('I_7_53').style.width = "90px";
23
+ var loginButton = newElement(12.7, 49, 'button', 'Login', 'login_button');
24
+ loginButton.onclick = function() { pressKey('Enter') };
25
+ moveElement('quit_button', 12.7, 57);
26
+ changeElementValue('quit_button', 'Exit');
27
+ var backdrop = newElement(5, 15, "img", "/profoundui/proddata/images/login.gif", "backdrop_image");
28
+ backdrop.style.zIndex = 5;
29
+
30
+ // Format signon differently when using 128 char passwords:
31
+ if (getObj("I_7_53")!=null
32
+ && getObj("I_8_1")!=null
33
+ && getObj("I_9_1")!=null) {
34
+ var pwlength = 0;
35
+ pwlength = getObj("I_7_53").fieldInfo.size;
36
+ pwlength += getObj("I_8_1").fieldInfo.size;
37
+ pwlength += getObj("I_9_1").fieldInfo.size;
38
+ if (pwlength == 128) {
39
+ moveElement("D_6_17", 6.9, 15);
40
+ moveElement("D_7_17", 8.9, 15);
41
+ moveElement('I_6_53', 6.9, 49);
42
+ moveElement('I_7_53', 8.9, 49);
43
+ moveElement('I_8_1', 10, 49);
44
+ moveElement('I_9_1', 11.1, 49);
45
+ getObj("I_7_53").style.width = "150px";
46
+ getObj("I_8_1").style.width = "150px";
47
+ getObj("I_9_1").style.width = "150px";
48
+ }
49
+ }
50
+
51
+ var msg = get('D_24_1');
52
+ if (msg!='' && pui.genie.alertMsg=='') {
53
+ pui.genie.alertMsg = msg;
54
+ if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
55
+ if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
56
+ }
57
+ hideElement('D_24_1');
58
+ }
59
+ else {
60
+ // Otherwise place currently signed on user name into header.
61
+ var userSpan = getObj("userSpan");
62
+ var user = pui["appJob"]["user"];
63
+ if (user == null) user = "";
64
+ userSpan.innerHTML = "Welcome&nbsp;" + user;
65
+ }
66
+ pui["loading animation"]["css"] = 'pui-gradient-animation';
67
+ // Customize 132x27 mode
68
+ if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
69
+ pui.genie.middleDiv.style.height = "640px";
70
+ getObj("5250").style.position = "absolute";
71
+ var position = (screen.width - 1060) / 2;
72
+ if (position < 0) position = 0;
73
+ getObj("5250").style.left = position + "px";
74
+ }
75
+ else {
76
+ if (pui.genie.middleDiv != null) {
77
+ pui.genie.middleDiv.style.height = "";
78
+ getObj("5250").style.position = "relative";
79
+ getObj("5250").style.left = "";
80
+ }
81
+ }
82
+
83
+ }