%PDF- %PDF- 403WebShell
403Webshell
Server IP : 37.220.80.31  /  Your IP : 18.222.48.24
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux 3051455-guretool.twc1.net 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64
User : www-root ( 1010)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/www-root/data/www/dev.artlot24.ru/bitrix/js/ui/entity-editor/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www-root/data/www/dev.artlot24.ru/bitrix/js/ui/entity-editor/js/editor-controller.min.js
BX.namespace("BX.UI");if(typeof BX.UI.EditorFieldSingleEditController==="undefined"){BX.UI.EditorFieldSingleEditController=function(){this._id="";this._settings=null;this._field=null;this._wrapper=null;this._fieldWrapperHandler=BX.delegate(this.onFieldWrapperClick,this);this._documentHandler=BX.delegate(this.onDocumentClick,this);this._documentTimeoutHandle=0;this._isInitialized=false;this._isActive=false};BX.UI.EditorFieldSingleEditController.prototype={initialize:function(i,t){this._id=BX.type.isNotEmptyString(i)?i:BX.util.getRandomString(4);this._settings=t?t:{};this._time=(new Date).toString();this._field=BX.prop.get(this._settings,"field");if(!(this._field instanceof BX.UI.EntityEditorField)){throw"EditorFieldSingleEditController: The 'field' param must be EntityEditorField."}this._wrapper=this._field.getWrapper();if(!BX.type.isElementNode(this._wrapper)){throw"EditorFieldSingleEditController: Could not find the wrapper element."}window.setTimeout(BX.delegate(this.bind,this),100);this._isActive=this._isInitialized=true},isActive:function(){return this._isActive},setActive:function(i){this._isActive=!!i},setActiveDelayed:function(i,t){if(typeof t==="undefined"){t=0}window.setTimeout(BX.delegate(function(){this.setActive(i)},this),t)},release:function(){this._isActive=this._isInitialized=false;this.unbind()},bind:function(){if(this._isInitialized){BX.bind(this._wrapper,"click",this._fieldWrapperHandler);BX.bind(document,"click",this._documentHandler)}},unbind:function(){BX.unbind(this._wrapper,"click",this._fieldWrapperHandler);BX.unbind(document,"click",this._documentHandler)},saveControl:function(){if(!this._isActive){return}var i=this._field.getEditor();if(i){i.switchControlMode(this._field,BX.UI.EntityEditorMode.view,BX.UI.EntityEditorModeOptions.none)}this._isActive=false},onFieldWrapperClick:function(i){BX.eventCancelBubble(i)},onDocumentClick:function(i){if(this._documentTimeoutHandle>0){window.clearTimeout(this._documentTimeoutHandle);this._documentTimeoutHandle=0}this._documentTimeoutHandle=window.setTimeout(BX.delegate(this.saveControl,this),400)}};BX.UI.EditorFieldSingleEditController.create=function(i,t){var e=new BX.UI.EditorFieldSingleEditController;e.initialize(i,t);return e}}if(typeof BX.UI.EditorFieldViewController==="undefined"){BX.UI.EditorFieldViewController=function(){this._id="";this._settings=null;this._field=null;this._wrapper=null;this._timeoutHandle=0;this._time=0;this._pos={x:0,y:0};this._mouseDownHandler=BX.delegate(this.onMouseDown,this);this._mouseUpHandler=BX.delegate(this.onMouseUp,this);this._isInitialized=false;this._isActive=false};BX.UI.EditorFieldViewController.prototype={initialize:function(i,t){this._id=BX.type.isNotEmptyString(i)?i:BX.util.getRandomString(4);this._settings=t?t:{};this._field=BX.prop.get(this._settings,"field");if(!(this._field instanceof BX.UI.EntityEditorField)){throw"EditorFieldViewController: The 'field' param must be EntityEditorField."}this._wrapper=BX.prop.getElementNode(this._settings,"wrapper");if(!BX.type.isElementNode(this._wrapper)){throw"EditorFieldSingleEditController: Could not find the wrapper element."}window.setTimeout(BX.delegate(this.bind,this),100);this._isActive=this._isInitialized=true},release:function(){this._isActive=this._isInitialized=false;this.unbind()},bind:function(){if(this._isInitialized){BX.bind(this._wrapper,"mousedown",this._mouseDownHandler);BX.bind(this._wrapper,"mouseup",this._mouseUpHandler)}},unbind:function(){BX.unbind(this._wrapper,"mousedown",this._mouseDownHandler);BX.unbind(this._wrapper,"mouseup",this._mouseUpHandler)},onMouseDown:function(i){if(this._timeoutHandle>0){window.clearTimeout(this._timeoutHandle);this._timeoutHandle=0}if(!this.isHandleableEvent(i)){return}this._time=(new Date).valueOf();this._pos={x:i.clientX,y:i.clientY}},onMouseUp:function(i){if(this._timeoutHandle>0){window.clearTimeout(this._timeoutHandle);this._timeoutHandle=0}if(!this.isHandleableEvent(i)){return}if((new Date).valueOf()-this._time<400||Math.abs(this._pos.x-i.clientX)<2){this._timeoutHandle=window.setTimeout(BX.delegate(this.switchTo,this),0)}this._time=0},isHandleableEvent:function(i){var t=BX.getEventTarget(i);if(t.tagName==="A"){return false}if(t.getAttribute("data-editor-control-type")==="button"){return false}return!BX.findParent(t,{tagName:"a"},this._wrapper)},switchTo:function(){this._field.switchToSingleEditMode()}};BX.UI.EditorFieldViewController.create=function(i,t){var e=new BX.UI.EditorFieldViewController;e.initialize(i,t);return e}}if(typeof BX.UI.EntityEditorController==="undefined"){BX.UI.EntityEditorController=function(){this._id="";this._settings={};this._editor=null;this._model=null;this._config=null;this._isChanged=false};BX.UI.EntityEditorController.prototype={initialize:function(i,t){this._id=BX.type.isNotEmptyString(i)?i:BX.util.getRandomString(4);this._settings=t?t:{};this._editor=BX.prop.get(this._settings,"editor",null);this._model=BX.prop.get(this._settings,"model",null);this._config=BX.prop.getObject(this._settings,"config",{});this.doInitialize()},doInitialize:function(){},getConfig:function(){return this._config},getConfigStringParam:function(i,t){return BX.prop.getString(this._config,i,t)},isChanged:function(){return this._isChanged},markAsChanged:function(){if(this._isChanged){return}this._isChanged=true;if(this._editor){this._editor.processControllerChange(this)}},release:function(){},rollback:function(){},validate:function(){return null},innerCancel:function(){},onBeforeSubmit:function(){},onAfterSave:function(){if(this._isChanged){this._isChanged=false}},onReload:function(){if(!this._isChanged){this.onAfterSave()}},onBeforeSaveControl:function(i){return this.onBeforeSaveControl(i)},onBeforesSaveControl:function(i){return i}}}
//# sourceMappingURL=editor-controller.map.js

Youez - 2016 - github.com/yon3zu
LinuXploit