(self.webpackChunkant_design_pro=self.webpackChunkant_design_pro||[]).push([[42418],{42418:function(){(function(T){if(typeof T.window!="undefined"&&T.document||T.require&&T.define)return;T.console||(T.console=function(){var _=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:_})},T.console.error=T.console.warn=T.console.log=T.console.trace=T.console),T.window=T,T.ace=T,T.onerror=function(_,s,e,n,a){postMessage({type:"error",data:{message:_,data:a&&a.data,file:s,line:e,col:n,stack:a&&a.stack}})},T.normalizeModule=function(_,s){if(s.indexOf("!")!==-1){var e=s.split("!");return T.normalizeModule(_,e[0])+"!"+T.normalizeModule(_,e[1])}if(s.charAt(0)=="."){var n=_.split("/").slice(0,-1).join("/");for(s=(n?n+"/":"")+s;s.indexOf(".")!==-1&&a!=s;){var a=s;s=s.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return s},T.require=function(s,e){if(e||(e=s,s=null),!e.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");e=T.normalizeModule(s,e);var n=T.require.modules[e];if(n)return n.initialized||(n.initialized=!0,n.exports=n.factory().exports),n.exports;if(!T.require.tlns)return console.log("unable to load "+e);var a=l(e,T.require.tlns);return a.slice(-3)!=".js"&&(a+=".js"),T.require.id=e,T.require.modules[e]={},importScripts(a),T.require(s,e)};function l(_,s){for(var e=_,n="";e;){var a=s[e];if(typeof a=="string")return a+n;if(a)return a.location.replace(/\/*$/,"/")+(n||a.main||a.name);if(a===!1)return"";var o=e.lastIndexOf("/");if(o===-1)break;n=e.substr(o)+n,e=e.slice(0,o)}return _}T.require.modules={},T.require.tlns={},T.define=function(_,s,e){if(arguments.length==2?(e=s,typeof _!="string"&&(s=_,_=T.require.id)):arguments.length==1&&(e=_,s=[],_=T.require.id),typeof e!="function"){T.require.modules[_]={exports:e,initialized:!0};return}s.length||(s=["require","exports","module"]);var n=function(a){return T.require(_,a)};T.require.modules[_]={exports:{},factory:function(){var a=this,o=e.apply(this,s.slice(0,e.length).map(function(r){switch(r){case"require":return n;case"exports":return a.exports;case"module":return a;default:return n(r)}}));return o&&(a.exports=o),a}}},T.define.amd={},T.require.tlns={},T.initBaseUrls=function(s){for(var e in s)this.require.tlns[e]=s[e]},T.initSender=function(){var s=T.require("ace/lib/event_emitter").EventEmitter,e=T.require("ace/lib/oop"),n=function(){};return function(){e.implement(this,s),this.callback=function(a,o){postMessage({type:"call",id:o,data:a})},this.emit=function(a,o){postMessage({type:"event",name:a,data:o})}}.call(n.prototype),new n};var O=T.main=null,t=T.sender=null;T.onmessage=function(_){var s=_.data;if(s.event&&t)t._signal(s.event,s.data);else if(s.command)if(O[s.command])O[s.command].apply(O,s.args);else if(T[s.command])T[s.command].apply(T,s.args);else throw new Error("Unknown command:"+s.command);else if(s.init){T.initBaseUrls(s.tlns),t=T.sender=T.initSender();var e=this.require(s.module)[s.classname];O=T.main=new e(t)}}})(this),ace.define("ace/lib/oop",[],function(T,l,O){"use strict";l.inherits=function(t,_){t.super_=_,t.prototype=Object.create(_.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})},l.mixin=function(t,_){for(var s in _)t[s]=_[s];return t},l.implement=function(t,_){l.mixin(t,_)}}),ace.define("ace/apply_delta",[],function(T,l,O){"use strict";function t(e,n){throw console.log("Invalid Delta:",e),"Invalid Delta: "+n}function _(e,n){return n.row>=0&&n.row=0&&n.column<=e[n.row].length}function s(e,n){n.action!="insert"&&n.action!="remove"&&t(n,"delta.action must be 'insert' or 'remove'"),n.lines instanceof Array||t(n,"delta.lines must be an Array"),(!n.start||!n.end)&&t(n,"delta.start/end must be an present");var a=n.start;_(e,n.start)||t(n,"delta.start must be contained in document");var o=n.end;n.action=="remove"&&!_(e,o)&&t(n,"delta.end must contained in document for 'remove' actions");var r=o.row-a.row,i=o.column-(r==0?a.column:0);(r!=n.lines.length-1||n.lines[r].length!=i)&&t(n,"delta.range must match delta lines")}l.applyDelta=function(e,n,a){var o=n.start.row,r=n.start.column,i=e[o]||"";switch(n.action){case"insert":var u=n.lines;if(u.length===1)e[o]=i.substring(0,r)+n.lines[0]+i.substring(r);else{var E=[o,1].concat(n.lines);e.splice.apply(e,E),e[o]=i.substring(0,r)+e[o],e[o+n.lines.length-1]+=i.substring(r)}break;case"remove":var A=n.end.column,h=n.end.row;o===h?e[o]=i.substring(0,r)+i.substring(A):e.splice(o,h-o+1,i.substring(0,r)+e[h].substring(A));break}}}),ace.define("ace/lib/event_emitter",[],function(T,l,O){"use strict";var t={},_=function(){this.propagationStopped=!0},s=function(){this.defaultPrevented=!0};t._emit=t._dispatchEvent=function(e,n){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var a=this._eventRegistry[e]||[],o=this._defaultHandlers[e];if(!(!a.length&&!o)){(typeof n!="object"||!n)&&(n={}),n.type||(n.type=e),n.stopPropagation||(n.stopPropagation=_),n.preventDefault||(n.preventDefault=s),a=a.slice();for(var r=0;r ["+this.end.row+"/"+this.end.column+"]"},s.prototype.contains=function(e,n){return this.compare(e,n)==0},s.prototype.compareRange=function(e){var n,a=e.end,o=e.start;return n=this.compare(a.row,a.column),n==1?(n=this.compare(o.row,o.column),n==1?2:n==0?1:0):n==-1?-2:(n=this.compare(o.row,o.column),n==-1?-1:n==1?42:0)},s.prototype.comparePoint=function(e){return this.compare(e.row,e.column)},s.prototype.containsRange=function(e){return this.comparePoint(e.start)==0&&this.comparePoint(e.end)==0},s.prototype.intersects=function(e){var n=this.compareRange(e);return n==-1||n==0||n==1},s.prototype.isEnd=function(e,n){return this.end.row==e&&this.end.column==n},s.prototype.isStart=function(e,n){return this.start.row==e&&this.start.column==n},s.prototype.setStart=function(e,n){typeof e=="object"?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=n)},s.prototype.setEnd=function(e,n){typeof e=="object"?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=n)},s.prototype.inside=function(e,n){return this.compare(e,n)==0?!(this.isEnd(e,n)||this.isStart(e,n)):!1},s.prototype.insideStart=function(e,n){return this.compare(e,n)==0?!this.isEnd(e,n):!1},s.prototype.insideEnd=function(e,n){return this.compare(e,n)==0?!this.isStart(e,n):!1},s.prototype.compare=function(e,n){return!this.isMultiLine()&&e===this.start.row?nthis.end.column?1:0:ethis.end.row?1:this.start.row===e?n>=this.start.column?0:-1:this.end.row===e?n<=this.end.column?0:1:0},s.prototype.compareStart=function(e,n){return this.start.row==e&&this.start.column==n?-1:this.compare(e,n)},s.prototype.compareEnd=function(e,n){return this.end.row==e&&this.end.column==n?1:this.compare(e,n)},s.prototype.compareInside=function(e,n){return this.end.row==e&&this.end.column==n?1:this.start.row==e&&this.start.column==n?-1:this.compare(e,n)},s.prototype.clipRows=function(e,n){if(this.end.row>n)var a={row:n+1,column:0};else if(this.end.rown)var o={row:n+1,column:0};else if(this.start.rowthis.row)){var r=n(o,{row:this.row,column:this.column},this.$insertRight);this.setPosition(r.row,r.column,!0)}},a.prototype.setPosition=function(o,r,i){var u;if(i?u={row:o,column:r}:u=this.$clipPositionToDocument(o,r),!(this.row==u.row&&this.column==u.column)){var E={row:this.row,column:this.column};this.row=u.row,this.column=u.column,this._signal("change",{old:E,value:u})}},a.prototype.detach=function(){this.document.off("change",this.$onChange)},a.prototype.attach=function(o){this.document=o||this.document,this.document.on("change",this.$onChange)},a.prototype.$clipPositionToDocument=function(o,r){var i={};return o>=this.document.getLength()?(i.row=Math.max(0,this.document.getLength()-1),i.column=this.document.getLine(i.row).length):o<0?(i.row=0,i.column=0):(i.row=o,i.column=Math.min(this.document.getLine(i.row).length,Math.max(0,r))),r<0&&(i.column=0),i},a}();s.prototype.$insertRight=!1,t.implement(s.prototype,_);function e(a,o,r){var i=r?a.column<=o.column:a.column=u&&(r=u-1,i=void 0);var E=this.getLine(r);return i==null&&(i=E.length),i=Math.min(Math.max(i,0),E.length),{row:r,column:i}},o.prototype.clonePos=function(r){return{row:r.row,column:r.column}},o.prototype.pos=function(r,i){return{row:r,column:i}},o.prototype.$clipPosition=function(r){var i=this.getLength();return r.row>=i?(r.row=Math.max(0,i-1),r.column=this.getLine(i-1).length):(r.row=Math.max(0,r.row),r.column=Math.min(Math.max(r.column,0),this.getLine(r.row).length)),r},o.prototype.insertFullLines=function(r,i){r=Math.min(Math.max(r,0),this.getLength());var u=0;r0,E=i=0&&this.applyDelta({start:this.pos(r,this.getLine(r).length),end:this.pos(r+1,0),action:"remove",lines:["",""]})},o.prototype.replace=function(r,i){if(r instanceof e||(r=e.fromPoints(r.start,r.end)),i.length===0&&r.isEmpty())return r.start;if(i==this.getTextRange(r))return r.end;this.remove(r);var u;return i?u=this.insert(r.start,i):u=r.start,u},o.prototype.applyDeltas=function(r){for(var i=0;i=0;i--)this.revertDelta(r[i])},o.prototype.applyDelta=function(r,i){var u=r.action=="insert";(u?r.lines.length<=1&&!r.lines[0]:!e.comparePoints(r.start,r.end))||(u&&r.lines.length>2e4?this.$splitAndapplyLargeDelta(r,2e4):(_(this.$lines,r,i),this._signal("change",r)))},o.prototype.$safeApplyDelta=function(r){var i=this.$lines.length;(r.action=="remove"&&r.start.row0;)e&1&&(n+=s),(e>>=1)&&(s+=s);return n};var t=/^\s\s*/,_=/\s\s*$/;l.stringTrimLeft=function(s){return s.replace(t,"")},l.stringTrimRight=function(s){return s.replace(_,"")},l.copyObject=function(s){var e={};for(var n in s)e[n]=s[n];return e},l.copyArray=function(s){for(var e=[],n=0,a=s.length;n=n.$lines.length)throw A=new Error("Invalid delta"),A.data={path:o.$path,linesLength:n.$lines.length,start:E.start,end:E.end},A;n.applyDelta(E,!0)}if(o.$timeout)return a.schedule(o.$timeout);o.onUpdate()})};(function(){this.$timeout=500,this.setTimeout=function(e){this.$timeout=e},this.setValue=function(e){this.doc.setValue(e),this.deferredUpdate.schedule(this.$timeout)},this.getValue=function(e){this.sender.callback(this.doc.getValue(),e)},this.onUpdate=function(){},this.isPending=function(){return this.deferredUpdate.isPending()}}).call(s.prototype)}),ace.define("ace/mode/php/php",[],function(T,l,O){var t={Constants:{}};t.Constants.T_THROW=317,t.Constants.T_INCLUDE=272,t.Constants.T_INCLUDE_ONCE=273,t.Constants.T_EVAL=274,t.Constants.T_REQUIRE=275,t.Constants.T_REQUIRE_ONCE=276,t.Constants.T_LOGICAL_OR=277,t.Constants.T_LOGICAL_XOR=278,t.Constants.T_LOGICAL_AND=279,t.Constants.T_PRINT=280,t.Constants.T_YIELD=281,t.Constants.T_DOUBLE_ARROW=386,t.Constants.T_YIELD_FROM=282,t.Constants.T_PLUS_EQUAL=352,t.Constants.T_MINUS_EQUAL=353,t.Constants.T_MUL_EQUAL=354,t.Constants.T_DIV_EQUAL=355,t.Constants.T_CONCAT_EQUAL=356,t.Constants.T_MOD_EQUAL=357,t.Constants.T_AND_EQUAL=358,t.Constants.T_OR_EQUAL=359,t.Constants.T_XOR_EQUAL=360,t.Constants.T_SL_EQUAL=361,t.Constants.T_SR_EQUAL=362,t.Constants.T_POW_EQUAL=402,t.Constants.T_COALESCE_EQUAL=363,t.Constants.T_COALESCE=400,t.Constants.T_BOOLEAN_OR=364,t.Constants.T_BOOLEAN_AND=365,t.Constants.T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG=404,t.Constants.T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG=403,t.Constants.T_IS_EQUAL=366,t.Constants.T_IS_NOT_EQUAL=367,t.Constants.T_IS_IDENTICAL=368,t.Constants.T_IS_NOT_IDENTICAL=369,t.Constants.T_SPACESHIP=372,t.Constants.T_IS_SMALLER_OR_EQUAL=370,t.Constants.T_IS_GREATER_OR_EQUAL=371,t.Constants.T_SL=373,t.Constants.T_SR=374,t.Constants.T_INSTANCEOF=283,t.Constants.T_INC=375,t.Constants.T_DEC=376,t.Constants.T_INT_CAST=377,t.Constants.T_DOUBLE_CAST=378,t.Constants.T_STRING_CAST=379,t.Constants.T_ARRAY_CAST=380,t.Constants.T_OBJECT_CAST=381,t.Constants.T_BOOL_CAST=382,t.Constants.T_UNSET_CAST=383,t.Constants.T_POW=401,t.Constants.T_NEW=284,t.Constants.T_CLONE=285,t.Constants.T_EXIT=286,t.Constants.T_IF=287,t.Constants.T_ELSEIF=288,t.Constants.T_ELSE=289,t.Constants.T_ENDIF=290,t.Constants.T_LNUMBER=260,t.Constants.T_DNUMBER=261,t.Constants.T_STRING=262,t.Constants.T_STRING_VARNAME=270,t.Constants.T_VARIABLE=266,t.Constants.T_NUM_STRING=271,t.Constants.T_INLINE_HTML=267,t.Constants.T_ENCAPSED_AND_WHITESPACE=268,t.Constants.T_CONSTANT_ENCAPSED_STRING=269,t.Constants.T_ECHO=291,t.Constants.T_DO=292,t.Constants.T_WHILE=293,t.Constants.T_ENDWHILE=294,t.Constants.T_FOR=295,t.Constants.T_ENDFOR=296,t.Constants.T_FOREACH=297,t.Constants.T_ENDFOREACH=298,t.Constants.T_DECLARE=299,t.Constants.T_ENDDECLARE=300,t.Constants.T_AS=301,t.Constants.T_SWITCH=302,t.Constants.T_MATCH=306,t.Constants.T_ENDSWITCH=303,t.Constants.T_CASE=304,t.Constants.T_DEFAULT=305,t.Constants.T_BREAK=307,t.Constants.T_CONTINUE=308,t.Constants.T_GOTO=309,t.Constants.T_FUNCTION=310,t.Constants.T_FN=311,t.Constants.T_CONST=312,t.Constants.T_RETURN=313,t.Constants.T_TRY=314,t.Constants.T_CATCH=315,t.Constants.T_FINALLY=316,t.Constants.T_THROW=317,t.Constants.T_USE=318,t.Constants.T_INSTEADOF=319,t.Constants.T_GLOBAL=320,t.Constants.T_STATIC=321,t.Constants.T_ABSTRACT=322,t.Constants.T_FINAL=323,t.Constants.T_PRIVATE=324,t.Constants.T_PROTECTED=325,t.Constants.T_PUBLIC=326,t.Constants.T_READONLY=327,t.Constants.T_VAR=328,t.Constants.T_UNSET=329,t.Constants.T_ISSET=330,t.Constants.T_EMPTY=331,t.Constants.T_HALT_COMPILER=332,t.Constants.T_CLASS=333,t.Constants.T_TRAIT=334,t.Constants.T_INTERFACE=335,t.Constants.T_ENUM=336,t.Constants.T_EXTENDS=337,t.Constants.T_IMPLEMENTS=338,t.Constants.T_OBJECT_OPERATOR=384,t.Constants.T_NULLSAFE_OBJECT_OPERATOR=385,t.Constants.T_DOUBLE_ARROW=386,t.Constants.T_LIST=340,t.Constants.T_ARRAY=341,t.Constants.T_CALLABLE=342,t.Constants.T_CLASS_C=346,t.Constants.T_TRAIT_C=347,t.Constants.T_METHOD_C=348,t.Constants.T_FUNC_C=349,t.Constants.T_LINE=343,t.Constants.T_FILE=344,t.Constants.T_START_HEREDOC=393,t.Constants.T_END_HEREDOC=394,t.Constants.T_DOLLAR_OPEN_CURLY_BRACES=395,t.Constants.T_CURLY_OPEN=396,t.Constants.T_PAAMAYIM_NEKUDOTAYIM=397,t.Constants.T_NAMESPACE=339,t.Constants.T_NS_C=350,t.Constants.T_DIR=345,t.Constants.T_NS_SEPARATOR=398,t.Constants.T_ELLIPSIS=399,t.Constants.T_NAME_FULLY_QUALIFIED=263,t.Constants.T_NAME_QUALIFIED=265,t.Constants.T_NAME_RELATIVE=264,t.Constants.T_ATTRIBUTE=351,t.Constants.T_ENUM=336,t.Constants.T_BAD_CHARACTER=405,t.Constants.T_COMMENT=387,t.Constants.T_DOC_COMMENT=388,t.Constants.T_OPEN_TAG=389,t.Constants.T_OPEN_TAG_WITH_ECHO=390,t.Constants.T_CLOSE_TAG=391,t.Constants.T_WHITESPACE=392,t.Lexer=function(_,s){var e,n,a=["INITIAL"],o=0,r=function(p){a[o]=p},i=function(p){a[++o]=p},u=function(){--o},E=s===void 0||/^(on|true|1)$/i.test(s.short_open_tag),A=E?/^(\<\?php(?:\r\n|[ \t\r\n])|<\?|\