profoundjs 6.6.1 → 6.6.2

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.
@@ -5410,4 +5410,4 @@ null)g=pui.cnv.themes.na("alt row height");a=pui.cnv.info.formats[b.formatName].
5410
5410
  "css panel"){d.panel["field type"]="css panel";delete d.panel["panel style"];d.panel["header theme"]="B - Blue";if(c["header theme"]!=null)d.panel["header theme"]=c["header theme"];d.panel["body theme"]="C - Gray";if(c["body theme"]!=null)d.panel["body theme"]=c["body theme"];if(c["has header"]!=null)d.panel["has header"]=c["has header"];if(c["header height"]!=null)d.panel["header height"]=c["header height"];if(c["straight edge"]!=null)d.panel["straight edge"]=c["straight edge"]}if(c["css class"])d.panel["css class"]=
5411
5411
  c["css class"];b.format.items.push(d.panel);pui.cnv.info.formats[b.formatName].yg=d;return true};
5412
5412
  pui.cnv.t.WDWTITLE=function(b){for(var a=null,c=0;c<b.parms.length;c++){var d=b.parms[c];if(d.length>=3&&d.substr(0,1)=="("&&d.substr(d.length-2,2)==");")d=d.substr(0,d.length-1);if(d.substr(0,1)=="("&&d.substr(d.length-1,1)==")"){d=d.substr(1,d.length-2);if(d.substr(0,6)=="*TEXT "){d=dc(d.substr(6));if(d.length>=2&&d.substr(0,1)=="'"&&d.substr(d.length-1,1)=="'")d=d.substr(1,d.length-2);else{var e=d.indexOf(")");if(e>=0)d=d.substr(0,e)}if(d!="")a=d}}}if(a==null){pui.cnv.warnings.add("Window title not specified.",
5413
- 10,b);return false}if(a.substr(0,1)=="&"){a=pui.cnv.wu(a,b.formatName);if(a==null){pui.cnv.warnings.add("Window title field not declared.",10,b);return false}a.designValue="["+a.fieldName+"]"}b=pui.cnv.info.formats[b.formatName];b.V_=a;if(b.yg!=null)b.yg.panel.value=a;return true};pui.cnv.t.WDWBORDER=wa(null);pui.cnv.t.RMVWDW=function(){return[{da:"remove window",on:"true",aa:"false"}]};pui.cnv.t.ASSUME=function(){return[{da:"assume",on:"true",aa:"false"}]};
5413
+ 10,b);return false}if(a.substr(0,1)=="&"){a=pui.cnv.wu(a,b.formatName);if(a==null){pui.cnv.warnings.add("Window title field not declared.",10,b);return false}a.designValue="["+a.fieldName+"]"}b=pui.cnv.info.formats[b.formatName];b.V_=a;if(b.yg!=null)b.yg.panel.value=a;return true};pui.cnv.t.WDWBORDER=wa(null);pui.cnv.t.RMVWDW=function(){return[{da:"remove window",on:"true",aa:"false"}]};pui.cnv.t.ASSUME=function(){return[{da:"assume",on:"true",aa:"false"}]};
@@ -2500,4 +2500,4 @@ pui.runtimeMsg.nl_NL=Re("runtimeMsg");pui.runtimeText.nl_NL=Re("runtimeText");pu
2500
2500
  window.pui.Timer=function(){var b=(new Date).getTime(),a=false,c,e=this;this.timeout=600;this.showDebugInfo=false;this.action=null;this.checkFrequency=1E3;this.resetOnUserActivity=false;this.start=function(){if(!a){if(e.resetOnUserActivity)if(document.body.addEventListener){document.body.addEventListener("keydown",e.reset,false);document.body.addEventListener("mousemove",e.reset,false);document.body.addEventListener("click",e.reset,false);document.body.addEventListener("touchstart",e.reset,false);
2501
2501
  document.body.addEventListener("touchmove",e.reset,false)}else if(document.body.attachEvent){document.body.attachEvent("onkeydown",e.reset);document.body.attachEvent("onmousemove",e.reset);document.body.attachEvent("onclick",e.reset)}e.reset();c=setInterval(e.check,e.checkFrequency);a=true}};this.stop=function(){if(a){clearInterval(c);if(e.resetOnUserActivity)if(document.body.removeEventListener){document.body.removeEventListener("keydown",e.reset,false);document.body.removeEventListener("mousemove",
2502
2502
  e.reset,false)}else if(document.body.detachEvent){document.body.detachEvent("onkeydown",e.reset);document.body.detachEvent("onmousemove",e.reset)}a=false}};this.reset=function(){b=(new Date).getTime()};this.check=function(){var f=(new Date).getTime()-b;if(e.showDebugInfo)document.title=parseInt(f/1E3);if(f>=e.timeout*1E3){e.action!=null&&typeof e.action=="function"&&e.action();e.reset()}}};pui.hb={};pui.hb.Jg=new pui.Timer;pui.hb.Jg.action=function(){var b=true;if(pui.onbeforetimeout!=null&&typeof pui.onbeforetimeout=="function")b=pui.onbeforetimeout();b!==false&&pui.hb.Jy();pui.hb.Jg.stop();pui.hb.xh.stop()};pui.hb.xh=new pui.Timer;pui.hb.xh.action=function(){pui.keepAlive()};pui.hb.Jy=function(){pui.doSessionTimeout()};
2503
- pui.hb.start=function(){pui.hb.Jg.stop();pui.hb.xh.stop();if(pui.timeout!=null){var b=pui.timeout-10;if(!(b<3)){pui.hb.Jg.timeout=pui.timeout;pui.hb.xh.timeout=b;pui.hb.Jg.start();pui.hb.xh.start()}}};pui.hb.end=function(){pui.hb.Jg.stop();pui.hb.xh.stop()};
2503
+ pui.hb.start=function(){pui.hb.Jg.stop();pui.hb.xh.stop();if(pui.timeout!=null){var b=pui.timeout-10;if(!(b<3)){pui.hb.Jg.timeout=pui.timeout;pui.hb.xh.timeout=b;pui.hb.Jg.start();pui.hb.xh.start()}}};pui.hb.end=function(){pui.hb.Jg.stop();pui.hb.xh.stop()};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profoundjs",
3
- "version": "6.6.1",
3
+ "version": "6.6.2",
4
4
  "min-profoundui-version": "6.20.0",
5
5
  "description": "Profound.js Framework and Server",
6
6
  "keywords": [