profoundjs 7.14.0 → 7.15.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 (26) hide show
  1. package/htdocs/profoundui/proddata/js/designer.js +3658 -3656
  2. package/htdocs/profoundui/proddata/js/key_management.js +2 -0
  3. package/htdocs/profoundui/proddata/js/rich-display-react-component.js +1 -0
  4. package/htdocs/profoundui/proddata/js/runtime.js +1486 -1486
  5. package/htdocs/profoundui/userdata/custom/themes/enhanced.js +15 -18
  6. package/htdocs/profoundui/userdata/custom/themes/hybrid.js +14 -17
  7. package/htdocs/profoundui/userdata/custom/themes/standard.js +12 -15
  8. package/htdocs/profoundui/userdata/custom/widgets/googlemaps.js +26 -42
  9. package/htdocs/profoundui/userdata/custom/widgets/listbox.js +6 -10
  10. package/htdocs/profoundui/userdata/custom/widgets/panel.js +20 -29
  11. package/htdocs/profoundui/userdata/custom/widgets/styled_button.js +19 -26
  12. package/htdocs/profoundui/userdata/custom/widgets/tabpanel.js +23 -30
  13. package/htdocs/profoundui/userdata/genie skins/Classic/custom.js +3 -3
  14. package/htdocs/profoundui/userdata/genie skins/Gradient/adjusted columns custom.js +57 -57
  15. package/htdocs/profoundui/userdata/genie skins/Gradient/custom.js +57 -57
  16. package/htdocs/profoundui/userdata/genie skins/Hybrid/custom.js +135 -143
  17. package/htdocs/profoundui/userdata/genie skins/Plain/custom.js +1 -3
  18. package/htdocs/profoundui/userdata/genie skins/Skyline/adjusted columns custom.js +70 -70
  19. package/htdocs/profoundui/userdata/genie skins/Skyline/custom.js +69 -69
  20. package/htdocs/profoundui/userdata/genie skins/Tablet/custom.js +20 -56
  21. package/htdocs/profoundui/userdata/samples/ordentry/OrdEntry.js +26 -27
  22. package/htdocs/vlog/rpglog.js +47 -46
  23. package/htdocs/vlog/vlog.js +50 -50
  24. package/package.json +1 -2
  25. package/profound.jse +1 -1
  26. package/setup/pjsdist.savf +0 -0
@@ -5,6 +5,7 @@
5
5
 
6
6
  */
7
7
 
8
+ // eslint-disable-next-line no-unused-vars
8
9
  function init() {
9
10
  if (LOADMSG != "") {
10
11
  // For IE8 running in compatability view or IE7 mode,
@@ -23,6 +24,7 @@ function init() {
23
24
  }
24
25
  }
25
26
 
27
+ // eslint-disable-next-line no-unused-vars
26
28
  function requestKey() {
27
29
  var url = "https://www.profoundlogic.com/activation?";
28
30
 
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line no-unused-vars
1
2
  class RichDisplay extends React.Component {
2
3
  constructor(props) {
3
4
  super(props);