tocco-devcon 3.15.1 → 3.15.3

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.
@@ -1 +0,0 @@
1
- (this.webpackChunktocco_devcon=this.webpackChunktocco_devcon||[]).push([[8223],{38223:(e,t,i)=>{e=i.nmd(e),ace.define("ace/snippets",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/event_emitter","ace/lib/lang","ace/range","ace/range_list","ace/keyboard/hash_handler","ace/tokenizer","ace/clipboard","ace/editor"],(function(e,t,i){"use strict";var o=e("./lib/dom"),n=e("./lib/oop"),r=e("./lib/event_emitter").EventEmitter,s=e("./lib/lang"),a=e("./range").Range,c=e("./range_list").RangeList,l=e("./keyboard/hash_handler").HashHandler,p=e("./tokenizer").Tokenizer,h=e("./clipboard"),d={CURRENT_WORD:function(e){return e.session.getTextRange(e.session.getWordRange())},SELECTION:function(e,t,i){var o=e.session.getTextRange();return i?o.replace(/\n\r?([ \t]*\S)/g,"\n"+i+"$1"):o},CURRENT_LINE:function(e){return e.session.getLine(e.getCursorPosition().row)},PREV_LINE:function(e){return e.session.getLine(e.getCursorPosition().row-1)},LINE_INDEX:function(e){return e.getCursorPosition().row},LINE_NUMBER:function(e){return e.getCursorPosition().row+1},SOFT_TABS:function(e){return e.session.getUseSoftTabs()?"YES":"NO"},TAB_SIZE:function(e){return e.session.getTabSize()},CLIPBOARD:function(e){return h.getText&&h.getText()},FILENAME:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0]},FILENAME_BASE:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0].replace(/\.[^.]*$/,"")},DIRECTORY:function(e){return this.FILEPATH(e).replace(/[^/\\]*$/,"")},FILEPATH:function(e){return"/not implemented.txt"},WORKSPACE_NAME:function(){return"Unknown"},FULLNAME:function(){return"Unknown"},BLOCK_COMMENT_START:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.start||""},BLOCK_COMMENT_END:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.end||""},LINE_COMMENT:function(e){return(e.session.$mode||{}).lineCommentStart||""},CURRENT_YEAR:u.bind(null,{year:"numeric"}),CURRENT_YEAR_SHORT:u.bind(null,{year:"2-digit"}),CURRENT_MONTH:u.bind(null,{month:"numeric"}),CURRENT_MONTH_NAME:u.bind(null,{month:"long"}),CURRENT_MONTH_NAME_SHORT:u.bind(null,{month:"short"}),CURRENT_DATE:u.bind(null,{day:"2-digit"}),CURRENT_DAY_NAME:u.bind(null,{weekday:"long"}),CURRENT_DAY_NAME_SHORT:u.bind(null,{weekday:"short"}),CURRENT_HOUR:u.bind(null,{hour:"2-digit",hour12:!1}),CURRENT_MINUTE:u.bind(null,{minute:"2-digit"}),CURRENT_SECOND:u.bind(null,{second:"2-digit"})};function u(e){var t=(new Date).toLocaleString("en-us",e);return 1==t.length?"0"+t:t}d.SELECTED_TEXT=d.SELECTION;var m=function(){function e(){this.snippetMap={},this.snippetNameMap={},this.variables=d}return e.prototype.getTokenizer=function(){return e.$tokenizer||this.createTokenizer()},e.prototype.createTokenizer=function(){function t(e){return e=e.substr(1),/^\d+$/.test(e)?[{tabstopId:parseInt(e,10)}]:[{text:e}]}function i(e){return"(?:[^\\\\"+e+"]|\\\\.)"}var o={regex:"/("+i("/")+"+)/",onMatch:function(e,t,i){var o=i[0];return o.fmtString=!0,o.guard=e.slice(1,-1),o.flag="",""},next:"formatString"};return e.$tokenizer=new p({start:[{regex:/\\./,onMatch:function(e,t,i){var o=e[1];return("}"==o&&i.length||-1!="`$\\".indexOf(o))&&(e=o),[e]}},{regex:/}/,onMatch:function(e,t,i){return[i.length?i.shift():e]}},{regex:/\$(?:\d+|\w+)/,onMatch:t},{regex:/\$\{[\dA-Z_a-z]+/,onMatch:function(e,i,o){var n=t(e.substr(1));return o.unshift(n[0]),n},next:"snippetVar"},{regex:/\n/,token:"newline",merge:!1}],snippetVar:[{regex:"\\|"+i("\\|")+"*\\|",onMatch:function(e,t,i){var o=e.slice(1,-1).replace(/\\[,|\\]|,/g,(function(e){return 2==e.length?e[1]:"\0"})).split("\0").map((function(e){return{value:e}}));return i[0].choices=o,[o[0]]},next:"start"},o,{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"start"}],formatString:[{regex:/:/,onMatch:function(e,t,i){return i.length&&i[0].expectElse?(i[0].expectElse=!1,i[0].ifEnd={elseEnd:i[0]},[i[0].ifEnd]):":"}},{regex:/\\./,onMatch:function(e,t,i){var o=e[1];return"}"==o&&i.length||-1!="`$\\".indexOf(o)?e=o:"n"==o?e="\n":"t"==o?e="\t":-1!="ulULE".indexOf(o)&&(e={changeCase:o,local:o>"a"}),[e]}},{regex:"/\\w*}",onMatch:function(e,t,i){var o=i.shift();return o&&(o.flag=e.slice(1,-1)),this.next=o&&o.tabstopId?"start":"",[o||e]},next:"start"},{regex:/\$(?:\d+|\w+)/,onMatch:function(e,t,i){return[{text:e.slice(1)}]}},{regex:/\${\w+/,onMatch:function(e,t,i){var o={text:e.slice(2)};return i.unshift(o),[o]},next:"formatStringVar"},{regex:/\n/,token:"newline",merge:!1},{regex:/}/,onMatch:function(e,t,i){var o=i.shift();return this.next=o&&o.tabstopId?"start":"",[o||e]},next:"start"}],formatStringVar:[{regex:/:\/\w+}/,onMatch:function(e,t,i){return i[0].formatFunction=e.slice(2,-1),[i.shift()]},next:"formatString"},o,{regex:/:[\?\-+]?/,onMatch:function(e,t,i){"+"==e[1]&&(i[0].ifEnd=i[0]),"?"==e[1]&&(i[0].expectElse=!0)},next:"formatString"},{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"formatString"}]}),e.$tokenizer},e.prototype.tokenizeTmSnippet=function(e,t){return this.getTokenizer().getLineTokens(e,t).tokens.map((function(e){return e.value||e}))},e.prototype.getVariableValue=function(e,t,i){if(/^\d+$/.test(t))return(this.variables.__||{})[t]||"";if(/^[A-Z]\d+$/.test(t))return(this.variables[t[0]+"__"]||{})[t.substr(1)]||"";if(t=t.replace(/^TM_/,""),!this.variables.hasOwnProperty(t))return"";var o=this.variables[t];return"function"==typeof o&&(o=this.variables[t](e,t,i)),null==o?"":o},e.prototype.tmStrFormat=function(e,t,i){if(!t.fmt)return e;var o=t.flag||"",n=t.guard;n=new RegExp(n,o.replace(/[^gim]/g,""));var r="string"==typeof t.fmt?this.tokenizeTmSnippet(t.fmt,"formatString"):t.fmt,s=this,a=e.replace(n,(function(){var e=s.variables.__;s.variables.__=[].slice.call(arguments);for(var t=s.resolveVariables(r,i),o="E",n=0;n<t.length;n++){var a=t[n];if("object"==typeof a)if(t[n]="",a.changeCase&&a.local){var c=t[n+1];c&&"string"==typeof c&&("u"==a.changeCase?t[n]=c[0].toUpperCase():t[n]=c[0].toLowerCase(),t[n+1]=c.substr(1))}else a.changeCase&&(o=a.changeCase);else"U"==o?t[n]=a.toUpperCase():"L"==o&&(t[n]=a.toLowerCase())}return s.variables.__=e,t.join("")}));return a},e.prototype.tmFormatFunction=function(e,t,i){return"upcase"==t.formatFunction?e.toUpperCase():"downcase"==t.formatFunction?e.toLowerCase():e},e.prototype.resolveVariables=function(e,t){for(var i=[],o="",n=!0,r=0;r<e.length;r++){var s=e[r];if("string"!=typeof s){if(s){if(n=!1,s.fmtString){var a=e.indexOf(s,r+1);-1==a&&(a=e.length),s.fmt=e.slice(r+1,a),r=a}if(s.text){var c=this.getVariableValue(t,s.text,o)+"";s.fmtString&&(c=this.tmStrFormat(c,s,t)),s.formatFunction&&(c=this.tmFormatFunction(c,s,t)),c&&!s.ifEnd?(i.push(c),l(s)):!c&&s.ifEnd&&l(s.ifEnd)}else s.elseEnd?l(s.elseEnd):(null!=s.tabstopId||null!=s.changeCase)&&i.push(s)}}else i.push(s),"\n"==s?(n=!0,o=""):n&&(o=/^\t*/.exec(s)[0],n=/\S/.test(s))}function l(t){var i=e.indexOf(t,r+1);-1!=i&&(r=i)}return i},e.prototype.getDisplayTextForSnippet=function(e,t){return f.call(this,e,t).text},e.prototype.insertSnippetForSelection=function(e,t,i){void 0===i&&(i={});var o=f.call(this,e,t,i),n=e.getSelectionRange(),r=e.session.replace(n,o.text),s=new g(e),a=e.inVirtualSelectionMode&&e.selection.index;s.addTabstops(o.tabstops,n.start,r,a)},e.prototype.insertSnippet=function(e,t,i){void 0===i&&(i={});var o=this;if(e.inVirtualSelectionMode)return o.insertSnippetForSelection(e,t,i);e.forEachSelection((function(){o.insertSnippetForSelection(e,t,i)}),null,{keepOrder:!0}),e.tabstopManager&&e.tabstopManager.tabNext()},e.prototype.$getScope=function(e){var t=e.session.$mode.$id||"";if("html"===(t=t.split("/").pop())||"php"===t){"php"!==t||e.session.$mode.inlinePhp||(t="html");var i=e.getCursorPosition(),o=e.session.getState(i.row);"object"==typeof o&&(o=o[0]),o.substring&&("js-"==o.substring(0,3)?t="javascript":"css-"==o.substring(0,4)?t="css":"php-"==o.substring(0,4)&&(t="php"))}return t},e.prototype.getActiveScopes=function(e){var t=this.$getScope(e),i=[t],o=this.snippetMap;return o[t]&&o[t].includeScopes&&i.push.apply(i,o[t].includeScopes),i.push("_"),i},e.prototype.expandWithTab=function(e,t){var i=this,o=e.forEachSelection((function(){return i.expandSnippetForSelection(e,t)}),null,{keepOrder:!0});return o&&e.tabstopManager&&e.tabstopManager.tabNext(),o},e.prototype.expandSnippetForSelection=function(e,t){var i,o=e.getCursorPosition(),n=e.session.getLine(o.row),r=n.substring(0,o.column),s=n.substr(o.column),a=this.snippetMap;return this.getActiveScopes(e).some((function(e){var t=a[e];return t&&(i=this.findMatchingSnippet(t,r,s)),!!i}),this),!!i&&(t&&t.dryRun||(e.session.doc.removeInLine(o.row,o.column-i.replaceBefore.length,o.column+i.replaceAfter.length),this.variables.M__=i.matchBefore,this.variables.T__=i.matchAfter,this.insertSnippetForSelection(e,i.content),this.variables.M__=this.variables.T__=null),!0)},e.prototype.findMatchingSnippet=function(e,t,i){for(var o=e.length;o--;){var n=e[o];if((!n.startRe||n.startRe.test(t))&&((!n.endRe||n.endRe.test(i))&&(n.startRe||n.endRe)))return n.matchBefore=n.startRe?n.startRe.exec(t):[""],n.matchAfter=n.endRe?n.endRe.exec(i):[""],n.replaceBefore=n.triggerRe?n.triggerRe.exec(t)[0]:"",n.replaceAfter=n.endTriggerRe?n.endTriggerRe.exec(i)[0]:"",n}},e.prototype.register=function(e,t){var i=this.snippetMap,o=this.snippetNameMap,n=this;function r(e){return e&&!/^\^?\(.*\)\$?$|^\\b$/.test(e)&&(e="(?:"+e+")"),e||""}function a(e,t,i){return e=r(e),t=r(t),i?(e=t+e)&&"$"!=e[e.length-1]&&(e+="$"):(e+=t)&&"^"!=e[0]&&(e="^"+e),new RegExp(e)}function c(e){e.scope||(e.scope=t||"_"),t=e.scope,i[t]||(i[t]=[],o[t]={});var r=o[t];if(e.name){var c=r[e.name];c&&n.unregister(c),r[e.name]=e}i[t].push(e),e.prefix&&(e.tabTrigger=e.prefix),!e.content&&e.body&&(e.content=Array.isArray(e.body)?e.body.join("\n"):e.body),e.tabTrigger&&!e.trigger&&(!e.guard&&/^\w/.test(e.tabTrigger)&&(e.guard="\\b"),e.trigger=s.escapeRegExp(e.tabTrigger)),(e.trigger||e.guard||e.endTrigger||e.endGuard)&&(e.startRe=a(e.trigger,e.guard,!0),e.triggerRe=new RegExp(e.trigger),e.endRe=a(e.endTrigger,e.endGuard,!0),e.endTriggerRe=new RegExp(e.endTrigger))}e||(e=[]),Array.isArray(e)?e.forEach(c):Object.keys(e).forEach((function(t){c(e[t])})),this._signal("registerSnippets",{scope:t})},e.prototype.unregister=function(e,t){var i=this.snippetMap,o=this.snippetNameMap;function n(e){var n=o[e.scope||t];if(n&&n[e.name]){delete n[e.name];var r=i[e.scope||t],s=r&&r.indexOf(e);s>=0&&r.splice(s,1)}}e.content?n(e):Array.isArray(e)&&e.forEach(n)},e.prototype.parseSnippetFile=function(e){e=e.replace(/\r/g,"");for(var t,i=[],o={},n=/^#.*|^({[\s\S]*})\s*$|^(\S+) (.*)$|^((?:\n*\t.*)+)/gm;t=n.exec(e);){if(t[1])try{o=JSON.parse(t[1]),i.push(o)}catch(e){}if(t[4])o.content=t[4].replace(/^\t/gm,""),i.push(o),o={};else{var r=t[2],s=t[3];if("regex"==r){var a=/\/((?:[^\/\\]|\\.)*)|$/g;o.guard=a.exec(s)[1],o.trigger=a.exec(s)[1],o.endTrigger=a.exec(s)[1],o.endGuard=a.exec(s)[1]}else"snippet"==r?(o.tabTrigger=s.match(/^\S*/)[0],o.name||(o.name=s)):r&&(o[r]=s)}}return i},e.prototype.getSnippetByName=function(e,t){var i,o=this.snippetNameMap;return this.getActiveScopes(t).some((function(t){var n=o[t];return n&&(i=n[e]),!!i}),this),i},e}();n.implement(m.prototype,r);var f=function(e,t,i){void 0===i&&(i={});var o=e.getCursorPosition(),n=e.session.getLine(o.row),r=e.session.getTabString(),s=n.match(/^\s*/)[0];o.column<s.length&&(s=s.slice(0,o.column)),t=t.replace(/\r/g,"");var a=this.tokenizeTmSnippet(t);a=(a=this.resolveVariables(a,e)).map((function(e){return"\n"!=e||i.excludeExtraIndent?"string"==typeof e?e.replace(/\t/g,r):e:e+s}));var c=[];a.forEach((function(e,t){if("object"==typeof e){var i=e.tabstopId,o=c[i];if(o||((o=c[i]=[]).index=i,o.value="",o.parents={}),-1===o.indexOf(e)){e.choices&&!o.choices&&(o.choices=e.choices),o.push(e);var n=a.indexOf(e,t+1);if(-1!==n){var r=a.slice(t+1,n);r.some((function(e){return"object"==typeof e}))&&!o.value?o.value=r:!r.length||o.value&&"string"==typeof o.value||(o.value=r.join(""))}}}})),c.forEach((function(e){e.length=0}));var l={};function p(e){for(var t=[],i=0;i<e.length;i++){var o=e[i];if("object"==typeof o){if(l[o.tabstopId])continue;o=t[e.lastIndexOf(o,i-1)]||{tabstopId:o.tabstopId}}t[i]=o}return t}for(var h=0;h<a.length;h++){var d=a[h];if("object"==typeof d){var u=d.tabstopId,m=c[u],f=a.indexOf(d,h+1);if(l[u])l[u]===d&&(delete l[u],Object.keys(l).forEach((function(e){m.parents[e]=!0})));else{l[u]=d;var g=m.value;"string"!=typeof g?g=p(g):d.fmt&&(g=this.tmStrFormat(g,d,e)),a.splice.apply(a,[h+1,Math.max(0,f-h)].concat(g,d)),-1===m.indexOf(d)&&m.push(d)}}}var v=0,b=0,y="";return a.forEach((function(e){if("string"==typeof e){var t=e.split("\n");t.length>1?(b=t[t.length-1].length,v+=t.length-1):b+=e.length,y+=e}else e&&(e.start?e.end={row:v,column:b}:e.start={row:v,column:b})})),{text:y,tabstops:c,tokens:a}},g=function(){function e(e){if(this.index=0,this.ranges=[],this.tabstops=[],e.tabstopManager)return e.tabstopManager;e.tabstopManager=this,this.$onChange=this.onChange.bind(this),this.$onChangeSelection=s.delayedCall(this.onChangeSelection.bind(this)).schedule,this.$onChangeSession=this.onChangeSession.bind(this),this.$onAfterExec=this.onAfterExec.bind(this),this.attach(e)}return e.prototype.attach=function(e){this.$openTabstops=null,this.selectedTabstop=null,this.editor=e,this.session=e.session,this.editor.on("change",this.$onChange),this.editor.on("changeSelection",this.$onChangeSelection),this.editor.on("changeSession",this.$onChangeSession),this.editor.commands.on("afterExec",this.$onAfterExec),this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler)},e.prototype.detach=function(){this.tabstops.forEach(this.removeTabstopMarkers,this),this.ranges.length=0,this.tabstops.length=0,this.selectedTabstop=null,this.editor.off("change",this.$onChange),this.editor.off("changeSelection",this.$onChangeSelection),this.editor.off("changeSession",this.$onChangeSession),this.editor.commands.off("afterExec",this.$onAfterExec),this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.tabstopManager=null,this.session=null,this.editor=null},e.prototype.onChange=function(e){for(var t="r"==e.action[0],i=this.selectedTabstop||{},o=i.parents||{},n=this.tabstops.slice(),r=0;r<n.length;r++){var s=n[r],a=s==i||o[s.index];if(s.rangeList.$bias=a?0:1,"remove"==e.action&&s!==i){var c=s.parents&&s.parents[i.index],l=s.rangeList.pointIndex(e.start,c);l=l<0?-l-1:l+1;var p=s.rangeList.pointIndex(e.end,c);p=p<0?-p-1:p-1;for(var h=s.rangeList.ranges.slice(l,p),d=0;d<h.length;d++)this.removeRange(h[d])}s.rangeList.$onChange(e)}var u=this.session;this.$inChange||!t||1!=u.getLength()||u.getValue()||this.detach()},e.prototype.updateLinkedFields=function(){var e=this.selectedTabstop;if(e&&e.hasLinkedRanges&&e.firstNonLinked){this.$inChange=!0;for(var i=this.session,o=i.getTextRange(e.firstNonLinked),n=0;n<e.length;n++){var r=e[n];if(r.linked){var s=r.original,a=t.snippetManager.tmStrFormat(o,s,this.editor);i.replace(r,a)}}this.$inChange=!1}},e.prototype.onAfterExec=function(e){e.command&&!e.command.readOnly&&this.updateLinkedFields()},e.prototype.onChangeSelection=function(){if(this.editor){for(var e=this.editor.selection.lead,t=this.editor.selection.anchor,i=this.editor.selection.isEmpty(),o=0;o<this.ranges.length;o++)if(!this.ranges[o].linked){var n=this.ranges[o].contains(e.row,e.column),r=i||this.ranges[o].contains(t.row,t.column);if(n&&r)return}this.detach()}},e.prototype.onChangeSession=function(){this.detach()},e.prototype.tabNext=function(e){var t=this.tabstops.length,i=this.index+(e||1);(i=Math.min(Math.max(i,1),t))==t&&(i=0),this.selectTabstop(i),this.updateTabstopMarkers(),0===i&&this.detach()},e.prototype.selectTabstop=function(e){this.$openTabstops=null;var t=this.tabstops[this.index];if(t&&this.addTabstopMarkers(t),this.index=e,(t=this.tabstops[this.index])&&t.length){this.selectedTabstop=t;var i=t.firstNonLinked||t;if(t.choices&&(i.cursor=i.start),this.editor.inVirtualSelectionMode)this.editor.selection.fromOrientedRange(i);else{var o=this.editor.multiSelect;o.toSingleRange(i);for(var n=0;n<t.length;n++)t.hasLinkedRanges&&t[n].linked||o.addRange(t[n].clone(),!0)}this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler),this.selectedTabstop&&this.selectedTabstop.choices&&this.editor.execCommand("startAutocomplete",{matches:this.selectedTabstop.choices})}},e.prototype.addTabstops=function(e,t,i){var o=this.useLink||!this.editor.getOption("enableMultiselect");if(this.$openTabstops||(this.$openTabstops=[]),!e[0]){var n=a.fromPoints(i,i);b(n.start,t),b(n.end,t),e[0]=[n],e[0].index=0}var r=[this.index+1,0],s=this.ranges,l=this.snippetId=(this.snippetId||0)+1;e.forEach((function(e,i){var n=this.$openTabstops[i]||e;n.snippetId=l;for(var p=0;p<e.length;p++){var h=e[p],d=a.fromPoints(h.start,h.end||h.start);v(d.start,t),v(d.end,t),d.original=h,d.tabstop=n,s.push(d),n!=e?n.unshift(d):n[p]=d,h.fmtString||n.firstNonLinked&&o?(d.linked=!0,n.hasLinkedRanges=!0):n.firstNonLinked||(n.firstNonLinked=d)}n.firstNonLinked||(n.hasLinkedRanges=!1),n===e&&(r.push(n),this.$openTabstops[i]=n),this.addTabstopMarkers(n),n.rangeList=n.rangeList||new c,n.rangeList.$bias=0,n.rangeList.addList(n)}),this),r.length>2&&(this.tabstops.length&&r.push(r.splice(2,1)[0]),this.tabstops.splice.apply(this.tabstops,r))},e.prototype.addTabstopMarkers=function(e){var t=this.session;e.forEach((function(e){e.markerId||(e.markerId=t.addMarker(e,"ace_snippet-marker","text"))}))},e.prototype.removeTabstopMarkers=function(e){var t=this.session;e.forEach((function(e){t.removeMarker(e.markerId),e.markerId=null}))},e.prototype.updateTabstopMarkers=function(){if(this.selectedTabstop){var e=this.selectedTabstop.snippetId;0===this.selectedTabstop.index&&e--,this.tabstops.forEach((function(t){t.snippetId===e?this.addTabstopMarkers(t):this.removeTabstopMarkers(t)}),this)}},e.prototype.removeRange=function(e){var t=e.tabstop.indexOf(e);-1!=t&&e.tabstop.splice(t,1),-1!=(t=this.ranges.indexOf(e))&&this.ranges.splice(t,1),-1!=(t=e.tabstop.rangeList.ranges.indexOf(e))&&e.tabstop.splice(t,1),this.session.removeMarker(e.markerId),e.tabstop.length||(-1!=(t=this.tabstops.indexOf(e.tabstop))&&this.tabstops.splice(t,1),this.tabstops.length||this.detach())},e}();g.prototype.keyboardHandler=new l,g.prototype.keyboardHandler.bindKeys({Tab:function(e){t.snippetManager&&t.snippetManager.expandWithTab(e)||(e.tabstopManager.tabNext(1),e.renderer.scrollCursorIntoView())},"Shift-Tab":function(e){e.tabstopManager.tabNext(-1),e.renderer.scrollCursorIntoView()},Esc:function(e){e.tabstopManager.detach()}});var v=function(e,t){0==e.row&&(e.column+=t.column),e.row+=t.row},b=function(e,t){e.row==t.row&&(e.column-=t.column),e.row-=t.row};o.importCssString("\n.ace_snippet-marker {\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n background: rgba(194, 193, 208, 0.09);\n border: 1px dotted rgba(211, 208, 235, 0.62);\n position: absolute;\n}","snippets.css",!1),t.snippetManager=new m;var y=e("./editor").Editor;(function(){this.insertSnippet=function(e,i){return t.snippetManager.insertSnippet(this,e,i)},this.expandSnippet=function(e){return t.snippetManager.expandWithTab(this,e)}}).call(y.prototype)})),ace.define("ace/autocomplete/inline_screenreader",["require","exports","module"],(function(e,t,i){"use strict";var o=function(){function e(e){this.editor=e,this.screenReaderDiv=document.createElement("div"),this.screenReaderDiv.classList.add("ace_screenreader-only"),this.editor.container.appendChild(this.screenReaderDiv)}return e.prototype.setScreenReaderContent=function(e){for(!this.popup&&this.editor.completer&&this.editor.completer.popup&&(this.popup=this.editor.completer.popup,this.popup.renderer.on("afterRender",function(){var e=this.popup.getRow(),t=this.popup.renderer.$textLayer,i=t.element.childNodes[e-t.config.firstRow];if(i){for(var o="doc-tooltip ",n=0;n<this._lines.length;n++)o+="ace-inline-screenreader-line-".concat(n," ");i.setAttribute("aria-describedby",o)}}.bind(this)));this.screenReaderDiv.firstChild;)this.screenReaderDiv.removeChild(this.screenReaderDiv.firstChild);this._lines=e.split(/\r\n|\r|\n/);var t=this.createCodeBlock();this.screenReaderDiv.appendChild(t)},e.prototype.destroy=function(){this.screenReaderDiv.remove()},e.prototype.createCodeBlock=function(){var e=document.createElement("pre");e.setAttribute("id","ace-inline-screenreader");for(var t=0;t<this._lines.length;t++){var i=document.createElement("code");i.setAttribute("id","ace-inline-screenreader-line-".concat(t));var o=document.createTextNode(this._lines[t]);i.appendChild(o),e.appendChild(i)}return e},e}();t.AceInlineScreenReader=o})),ace.define("ace/autocomplete/inline",["require","exports","module","ace/snippets","ace/autocomplete/inline_screenreader"],(function(e,t,i){"use strict";var o=e("../snippets").snippetManager,n=e("./inline_screenreader").AceInlineScreenReader,r=function(){function e(){this.editor=null}return e.prototype.show=function(e,t,i){if(i=i||"",e&&this.editor&&this.editor!==e&&(this.hide(),this.editor=null,this.inlineScreenReader=null),!e||!t)return!1;this.inlineScreenReader||(this.inlineScreenReader=new n(e));var r=t.snippet?o.getDisplayTextForSnippet(e,t.snippet):t.value;return!(t.hideInlinePreview||!r||!r.startsWith(i))&&(this.editor=e,this.inlineScreenReader.setScreenReaderContent(r),""===(r=r.slice(i.length))?e.removeGhostText():e.setGhostText(r),!0)},e.prototype.isOpen=function(){return!!this.editor&&!!this.editor.renderer.$ghostText},e.prototype.hide=function(){return!!this.editor&&(this.editor.removeGhostText(),!0)},e.prototype.destroy=function(){this.hide(),this.editor=null,this.inlineScreenReader&&(this.inlineScreenReader.destroy(),this.inlineScreenReader=null)},e}();t.AceInline=r})),ace.define("ace/autocomplete/popup",["require","exports","module","ace/virtual_renderer","ace/editor","ace/range","ace/lib/event","ace/lib/lang","ace/lib/dom","ace/config","ace/lib/useragent"],(function(e,t,i){"use strict";var o=e("../virtual_renderer").VirtualRenderer,n=e("../editor").Editor,r=e("../range").Range,s=e("../lib/event"),a=e("../lib/lang"),c=e("../lib/dom"),l=e("../config").nls,p=e("./../lib/useragent"),h=function(e){return"suggest-aria-id:".concat(e)},d=p.isSafari?"menu":"listbox",u=p.isSafari?"menuitem":"option",m=p.isSafari?"aria-current":"aria-selected",f=function(e){var t=new o(e);t.$maxLines=4;var i=new n(t);return i.setHighlightActiveLine(!1),i.setShowPrintMargin(!1),i.renderer.setShowGutter(!1),i.renderer.setHighlightGutterLine(!1),i.$mouseHandler.$focusTimeout=0,i.$highlightTagPending=!0,i},g=function(e){var t=c.createElement("div"),i=f(t);e&&e.appendChild(t),t.style.display="none",i.renderer.content.style.cursor="default",i.renderer.setStyle("ace_autocomplete"),i.renderer.$textLayer.element.setAttribute("role",d),i.renderer.$textLayer.element.setAttribute("aria-roledescription",l("autocomplete.popup.aria-roledescription","Autocomplete suggestions")),i.renderer.$textLayer.element.setAttribute("aria-label",l("autocomplete.popup.aria-label","Autocomplete suggestions")),i.renderer.textarea.setAttribute("aria-hidden","true"),i.setOption("displayIndentGuides",!1),i.setOption("dragDelay",150);var o,n=function(){};i.focus=n,i.$isFocused=!0,i.renderer.$cursorLayer.restartTimer=n,i.renderer.$cursorLayer.element.style.opacity="0",i.renderer.$maxLines=8,i.renderer.$keepTextAreaAtCursor=!1,i.setHighlightActiveLine(!1),i.session.highlight(""),i.session.$searchHighlight.clazz="ace_highlight-marker",i.on("mousedown",(function(e){var t=e.getDocumentPosition();i.selection.moveToPosition(t),g.start.row=g.end.row=t.row,e.stop()}));var p=new r(-1,0,-1,1/0),g=new r(-1,0,-1,1/0);g.id=i.session.addMarker(g,"ace_active-line","fullLine"),i.setSelectOnHover=function(e){e?p.id&&(i.session.removeMarker(p.id),p.id=null):p.id=i.session.addMarker(p,"ace_line-hover","fullLine")},i.setSelectOnHover(!1),i.on("mousemove",(function(e){if(o){if(o.x!=e.x||o.y!=e.y){(o=e).scrollTop=i.renderer.scrollTop,i.isMouseOver=!0;var t=o.getDocumentPosition().row;p.start.row!=t&&(p.id||i.setRow(t),b(t))}}else o=e})),i.renderer.on("beforeRender",(function(){if(o&&-1!=p.start.row){o.$pos=null;var e=o.getDocumentPosition().row;p.id||i.setRow(e),b(e,!0)}})),i.renderer.on("afterRender",(function(){for(var e=i.renderer.$textLayer,t=e.config.firstRow,o=e.config.lastRow;t<=o;t++){var n=e.element.childNodes[t-e.config.firstRow];n.setAttribute("role",u),n.setAttribute("aria-roledescription",l("autocomplete.popup.item.aria-roledescription","item")),n.setAttribute("aria-setsize",i.data.length),n.setAttribute("aria-describedby","doc-tooltip"),n.setAttribute("aria-posinset",t+1);var r=i.getData(t);if(r){var s="".concat(r.caption||r.value).concat(r.meta?", ".concat(r.meta):"");n.setAttribute("aria-label",s)}n.querySelectorAll(".ace_completion-highlight").forEach((function(e){e.setAttribute("role","mark")}))}})),i.renderer.on("afterRender",(function(){var e=i.getRow(),t=i.renderer.$textLayer,o=t.element.childNodes[e-t.config.firstRow],n=document.activeElement;if(o!==i.selectedNode&&i.selectedNode&&(c.removeCssClass(i.selectedNode,"ace_selected"),i.selectedNode.removeAttribute(m),i.selectedNode.removeAttribute("id")),n.removeAttribute("aria-activedescendant"),i.selectedNode=o,o){var r=h(e);c.addCssClass(o,"ace_selected"),o.id=r,t.element.setAttribute("aria-activedescendant",r),n.setAttribute("aria-activedescendant",r),o.setAttribute(m,"true")}}));var v=function(){b(-1)},b=function(e,t){e!==p.start.row&&(p.start.row=p.end.row=e,t||i.session._emit("changeBackMarker"),i._emit("changeHoverMarker"))};i.getHoveredRow=function(){return p.start.row},s.addListener(i.container,"mouseout",(function(){i.isMouseOver=!1,v()})),i.on("hide",v),i.on("changeSelection",v),i.session.doc.getLength=function(){return i.data.length},i.session.doc.getLine=function(e){var t=i.data[e];return"string"==typeof t?t:t&&t.value||""};var y=i.session.bgTokenizer;return y.$tokenizeRow=function(e){var t=i.data[e],o=[];if(!t)return o;"string"==typeof t&&(t={value:t});var n=t.caption||t.value||t.name;function r(e,i){e&&o.push({type:(t.className||"")+(i||""),value:e})}for(var s=n.toLowerCase(),a=(i.filterText||"").toLowerCase(),c=0,l=0,p=0;p<=a.length;p++)if(p!=l&&(t.matchMask&1<<p||p==a.length)){var h=a.slice(l,p);l=p;var d=s.indexOf(h,c);if(-1==d)continue;r(n.slice(c,d),""),c=d+h.length,r(n.slice(d,c),"completion-highlight")}return r(n.slice(c,n.length),""),o.push({type:"completion-spacer",value:" "}),t.meta&&o.push({type:"completion-meta",value:t.meta}),t.message&&o.push({type:"completion-message",value:t.message}),o},y.$updateOnChange=n,y.start=n,i.session.$computeWidth=function(){return this.screenWidth=0},i.isOpen=!1,i.isTopdown=!1,i.autoSelect=!0,i.filterText="",i.isMouseOver=!1,i.data=[],i.setData=function(e,t){i.filterText=t||"",i.setValue(a.stringRepeat("\n",e.length),-1),i.data=e||[],i.setRow(0)},i.getData=function(e){return i.data[e]},i.getRow=function(){return g.start.row},i.setRow=function(e){e=Math.max(this.autoSelect?0:-1,Math.min(this.data.length-1,e)),g.start.row!=e&&(i.selection.clearSelection(),g.start.row=g.end.row=e||0,i.session._emit("changeBackMarker"),i.moveCursorTo(e||0,0),i.isOpen&&i._signal("select"))},i.on("changeSelection",(function(){i.isOpen&&i.setRow(i.selection.lead.row),i.renderer.scrollCursorIntoView()})),i.hide=function(){this.container.style.display="none",i.anchorPos=null,i.anchor=null,i.isOpen&&(i.isOpen=!1,this._signal("hide"))},i.tryShow=function(e,t,n,r){if(!r&&i.isOpen&&i.anchorPos&&i.anchor&&i.anchorPos.top===e.top&&i.anchorPos.left===e.left&&i.anchor===n)return!0;var s=this.container,a=this.renderer.scrollBar.width||10,c=window.innerHeight-a,l=window.innerWidth-a,p=this.renderer,h=p.$maxLines*t*1.4,d={top:0,bottom:0,left:0},u=c-e.top-3*this.$borderSize-t,m=e.top-3*this.$borderSize;n||(n=m<=u||u>=h?"bottom":"top"),"top"===n?(d.bottom=e.top-this.$borderSize,d.top=d.bottom-h):"bottom"===n&&(d.top=e.top+t+this.$borderSize,d.bottom=d.top+h);var f=d.top>=0&&d.bottom<=c;if(!r&&!f)return!1;p.$maxPixelHeight=f?null:"top"===n?m:u,"top"===n?(s.style.top="",s.style.bottom=c+a-d.bottom+"px",i.isTopdown=!1):(s.style.top=d.top+"px",s.style.bottom="",i.isTopdown=!0),s.style.display="";var g=e.left;return g+s.offsetWidth>l&&(g=l-s.offsetWidth),s.style.left=g+"px",s.style.right="",i.isOpen||(i.isOpen=!0,this._signal("show"),o=null),i.anchorPos=e,i.anchor=n,!0},i.show=function(e,t,i){this.tryShow(e,t,i?"bottom":void 0,!0)},i.goTo=function(e){var t=this.getRow(),i=this.session.getLength()-1;switch(e){case"up":t=t<=0?i:t-1;break;case"down":t=t>=i?-1:t+1;break;case"start":t=0;break;case"end":t=i}this.setRow(t)},i.getTextLeftOffset=function(){return this.$borderSize+this.renderer.$padding+this.$imageSize},i.$imageSize=0,i.$borderSize=1,i};c.importCssString('\n.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\n background-color: #CAD6FA;\n z-index: 1;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\n background-color: #3a674e;\n}\n.ace_editor.ace_autocomplete .ace_line-hover {\n border: 1px solid #abbffe;\n margin-top: -1px;\n background: rgba(233,233,253,0.4);\n position: absolute;\n z-index: 2;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_line-hover {\n border: 1px solid rgba(109, 150, 13, 0.8);\n background: rgba(58, 103, 78, 0.62);\n}\n.ace_completion-meta {\n opacity: 0.5;\n margin-left: 0.9em;\n}\n.ace_completion-message {\n margin-left: 0.9em;\n color: blue;\n}\n.ace_editor.ace_autocomplete .ace_completion-highlight{\n color: #2d69c7;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_completion-highlight{\n color: #93ca12;\n}\n.ace_editor.ace_autocomplete {\n width: 300px;\n z-index: 200000;\n border: 1px lightgray solid;\n position: fixed;\n box-shadow: 2px 3px 5px rgba(0,0,0,.2);\n line-height: 1.4;\n background: #fefefe;\n color: #111;\n}\n.ace_dark.ace_editor.ace_autocomplete {\n border: 1px #484747 solid;\n box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.51);\n line-height: 1.4;\n background: #25282c;\n color: #c1c1c1;\n}\n.ace_autocomplete .ace_text-layer {\n width: calc(100% - 8px);\n}\n.ace_autocomplete .ace_line {\n display: flex;\n align-items: center;\n}\n.ace_autocomplete .ace_line > * {\n min-width: 0;\n flex: 0 0 auto;\n}\n.ace_autocomplete .ace_line .ace_ {\n flex: 0 1 auto;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.ace_autocomplete .ace_completion-spacer {\n flex: 1;\n}\n.ace_autocomplete.ace_loading:after {\n content: "";\n position: absolute;\n top: 0px;\n height: 2px;\n width: 8%;\n background: blue;\n z-index: 100;\n animation: ace_progress 3s infinite linear;\n animation-delay: 300ms;\n transform: translateX(-100%) scaleX(1);\n}\n@keyframes ace_progress {\n 0% { transform: translateX(-100%) scaleX(1) }\n 50% { transform: translateX(625%) scaleX(2) } \n 100% { transform: translateX(1500%) scaleX(3) } \n}\n@media (prefers-reduced-motion) {\n .ace_autocomplete.ace_loading:after {\n transform: translateX(625%) scaleX(2);\n animation: none;\n }\n}\n',"autocompletion.css",!1),t.AcePopup=g,t.$singleLineEditor=f,t.getAriaId=h})),ace.define("ace/autocomplete/util",["require","exports","module"],(function(e,t,i){"use strict";t.parForEach=function(e,t,i){var o=0,n=e.length;0===n&&i();for(var r=0;r<n;r++)t(e[r],(function(e,t){++o===n&&i(e,t)}))};var o=/[a-zA-Z_0-9\$\-\u00A2-\u2000\u2070-\uFFFF]/;t.retrievePrecedingIdentifier=function(e,t,i){i=i||o;for(var n=[],r=t-1;r>=0&&i.test(e[r]);r--)n.push(e[r]);return n.reverse().join("")},t.retrieveFollowingIdentifier=function(e,t,i){i=i||o;for(var n=[],r=t;r<e.length&&i.test(e[r]);r++)n.push(e[r]);return n},t.getCompletionPrefix=function(e){var t,i=e.getCursorPosition(),o=e.session.getLine(i.row);return e.completers.forEach(function(e){e.identifierRegexps&&e.identifierRegexps.forEach(function(e){!t&&e&&(t=this.retrievePrecedingIdentifier(o,i.column,e))}.bind(this))}.bind(this)),t||this.retrievePrecedingIdentifier(o,i.column)},t.triggerAutocomplete=function(e,t){t=null==t?e.session.getPrecedingCharacter():t;return e.completers.some((function(e){if(e.triggerCharacters&&Array.isArray(e.triggerCharacters))return e.triggerCharacters.includes(t)}))}})),ace.define("ace/autocomplete",["require","exports","module","ace/keyboard/hash_handler","ace/autocomplete/popup","ace/autocomplete/inline","ace/autocomplete/popup","ace/autocomplete/util","ace/lib/lang","ace/lib/dom","ace/snippets","ace/config","ace/lib/event","ace/lib/scroll"],(function(e,t,i){"use strict";var o=e("./keyboard/hash_handler").HashHandler,n=e("./autocomplete/popup").AcePopup,r=e("./autocomplete/inline").AceInline,s=e("./autocomplete/popup").getAriaId,a=e("./autocomplete/util"),c=e("./lib/lang"),l=e("./lib/dom"),p=e("./snippets").snippetManager,h=e("./config"),d=e("./lib/event"),u=e("./lib/scroll").preventParentScroll,m=function(e,t){t.completer&&t.completer.destroy()},f=function(){function e(){this.autoInsert=!1,this.autoSelect=!0,this.autoShown=!1,this.exactMatch=!1,this.inlineEnabled=!1,this.keyboardHandler=new o,this.keyboardHandler.bindKeys(this.commands),this.parentNode=null,this.setSelectOnHover=!1,this.hasSeen=new Set,this.showLoadingState=!1,this.stickySelectionDelay=500,this.blurListener=this.blurListener.bind(this),this.changeListener=this.changeListener.bind(this),this.mousedownListener=this.mousedownListener.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this),this.onLayoutChange=this.onLayoutChange.bind(this),this.changeTimer=c.delayedCall(function(){this.updateCompletions(!0)}.bind(this)),this.tooltipTimer=c.delayedCall(this.updateDocTooltip.bind(this),50),this.popupTimer=c.delayedCall(this.$updatePopupPosition.bind(this),50),this.stickySelectionTimer=c.delayedCall(function(){this.stickySelection=!0}.bind(this),this.stickySelectionDelay),this.$firstOpenTimer=c.delayedCall(function(){var t=this.completionProvider&&this.completionProvider.initialPosition;this.autoShown||this.popup&&this.popup.isOpen||!t||0===this.editor.completers.length||(this.completions=new v(e.completionsForLoading),this.openPopup(this.editor,t.prefix,!1),this.popup.renderer.setStyle("ace_loading",!0))}.bind(this),this.stickySelectionDelay)}return Object.defineProperty(e,"completionsForLoading",{get:function(){return[{caption:h.nls("autocomplete.loading","Loading..."),value:""}]},enumerable:!1,configurable:!0}),e.prototype.$init=function(){return this.popup=new n(this.parentNode||document.body||document.documentElement),this.popup.on("click",function(e){this.insertMatch(),e.stop()}.bind(this)),this.popup.focus=this.editor.focus.bind(this.editor),this.popup.on("show",this.$onPopupShow.bind(this)),this.popup.on("hide",this.$onHidePopup.bind(this)),this.popup.on("select",this.$onPopupChange.bind(this)),d.addListener(this.popup.container,"mouseout",this.mouseOutListener.bind(this)),this.popup.on("changeHoverMarker",this.tooltipTimer.bind(null,null)),this.popup.renderer.on("afterRender",this.$onPopupRender.bind(this)),this.popup},e.prototype.$initInline=function(){if(this.inlineEnabled&&!this.inlineRenderer)return this.inlineRenderer=new r,this.inlineRenderer},e.prototype.getPopup=function(){return this.popup||this.$init()},e.prototype.$onHidePopup=function(){this.inlineRenderer&&this.inlineRenderer.hide(),this.hideDocTooltip(),this.stickySelectionTimer.cancel(),this.popupTimer.cancel(),this.stickySelection=!1},e.prototype.$seen=function(e){!this.hasSeen.has(e)&&e&&e.completer&&e.completer.onSeen&&"function"==typeof e.completer.onSeen&&(e.completer.onSeen(this.editor,e),this.hasSeen.add(e))},e.prototype.$onPopupChange=function(e){if(this.inlineRenderer&&this.inlineEnabled){var t=e?null:this.popup.getData(this.popup.getRow());if(this.$updateGhostText(t),this.popup.isMouseOver&&this.setSelectOnHover)return void this.tooltipTimer.call(null,null);this.popupTimer.schedule(),this.tooltipTimer.schedule()}else this.popupTimer.call(null,null),this.tooltipTimer.call(null,null)},e.prototype.$updateGhostText=function(e){var t=this.base.row,i=this.base.column,o=this.editor.getCursorPosition().column,n=this.editor.session.getLine(t).slice(i,o);this.inlineRenderer.show(this.editor,e,n)?this.$seen(e):this.inlineRenderer.hide()},e.prototype.$onPopupRender=function(){var e=this.inlineRenderer&&this.inlineEnabled;if(this.completions&&this.completions.filtered&&this.completions.filtered.length>0)for(var t=this.popup.getFirstVisibleRow();t<=this.popup.getLastVisibleRow();t++){var i=this.popup.getData(t);!i||e&&!i.hideInlinePreview||this.$seen(i)}},e.prototype.$onPopupShow=function(e){this.$onPopupChange(e),this.stickySelection=!1,this.stickySelectionDelay>=0&&this.stickySelectionTimer.schedule(this.stickySelectionDelay)},e.prototype.observeLayoutChanges=function(){if(!this.$elements&&this.editor){window.addEventListener("resize",this.onLayoutChange,{passive:!0}),window.addEventListener("wheel",this.mousewheelListener);for(var e=this.editor.container.parentNode,t=[];e;)t.push(e),e.addEventListener("scroll",this.onLayoutChange,{passive:!0}),e=e.parentNode;this.$elements=t}},e.prototype.unObserveLayoutChanges=function(){var e=this;window.removeEventListener("resize",this.onLayoutChange,{passive:!0}),window.removeEventListener("wheel",this.mousewheelListener),this.$elements&&this.$elements.forEach((function(t){t.removeEventListener("scroll",e.onLayoutChange,{passive:!0})})),this.$elements=null},e.prototype.onLayoutChange=function(){if(!this.popup.isOpen)return this.unObserveLayoutChanges();this.$updatePopupPosition(),this.updateDocTooltip()},e.prototype.$updatePopupPosition=function(){var e=this.editor,t=e.renderer,i=t.layerConfig.lineHeight,o=t.$cursorLayer.getPixelPosition(this.base,!0);o.left-=this.popup.getTextLeftOffset();var n=e.container.getBoundingClientRect();o.top+=n.top-t.layerConfig.offset,o.left+=n.left-e.renderer.scrollLeft,o.left+=t.gutterWidth;var r={top:o.top,left:o.left};t.$ghostText&&t.$ghostTextWidget&&this.base.row===t.$ghostText.position.row&&(r.top+=t.$ghostTextWidget.el.offsetHeight);var s=e.container.getBoundingClientRect().bottom-i,a=s<r.top?{top:s,left:r.left}:r;this.popup.tryShow(a,i,"bottom")||this.popup.tryShow(o,i,"top")||this.popup.show(o,i)},e.prototype.openPopup=function(e,t,i){this.$firstOpenTimer.cancel(),this.popup||this.$init(),this.inlineEnabled&&!this.inlineRenderer&&this.$initInline(),this.popup.autoSelect=this.autoSelect,this.popup.setSelectOnHover(this.setSelectOnHover);var o,n=this.popup.getRow(),r=this.popup.data[n];this.popup.setData(this.completions.filtered,this.completions.filterText),this.editor.textInput.setAriaOptions&&this.editor.textInput.setAriaOptions({activeDescendant:s(this.popup.getRow()),inline:this.inlineEnabled}),e.keyBinding.addKeyboardHandler(this.keyboardHandler),this.stickySelection&&(o=this.popup.data.indexOf(r)),o&&-1!==o||(o=0),this.popup.setRow(this.autoSelect?o:-1),o===n&&r!==this.completions.filtered[o]&&this.$onPopupChange();var a=this.inlineRenderer&&this.inlineEnabled;if(o===n&&a){var c=this.popup.getData(this.popup.getRow());this.$updateGhostText(c)}i||(this.popup.setTheme(e.getTheme()),this.popup.setFontSize(e.getFontSize()),this.$updatePopupPosition(),this.tooltipNode&&this.updateDocTooltip()),this.changeTimer.cancel(),this.observeLayoutChanges()},e.prototype.detach=function(){this.editor&&(this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.off("changeSelection",this.changeListener),this.editor.off("blur",this.blurListener),this.editor.off("mousedown",this.mousedownListener),this.editor.off("mousewheel",this.mousewheelListener)),this.$firstOpenTimer.cancel(),this.changeTimer.cancel(),this.hideDocTooltip(),this.completionProvider&&this.completionProvider.detach(),this.popup&&this.popup.isOpen&&this.popup.hide(),this.popup&&this.popup.renderer&&this.popup.renderer.off("afterRender",this.$onPopupRender),this.base&&this.base.detach(),this.activated=!1,this.completionProvider=this.completions=this.base=null,this.unObserveLayoutChanges()},e.prototype.changeListener=function(e){var t=this.editor.selection.lead;(t.row!=this.base.row||t.column<this.base.column)&&this.detach(),this.activated?this.changeTimer.schedule():this.detach()},e.prototype.blurListener=function(e){var t=document.activeElement,i=this.editor.textInput.getElement(),o=e.relatedTarget&&this.tooltipNode&&this.tooltipNode.contains(e.relatedTarget),n=this.popup&&this.popup.container;t==i||t.parentNode==n||o||t==this.tooltipNode||e.relatedTarget==i||this.detach()},e.prototype.mousedownListener=function(e){this.detach()},e.prototype.mousewheelListener=function(e){this.popup&&!this.popup.isMouseOver&&this.detach()},e.prototype.mouseOutListener=function(e){this.popup.isOpen&&this.$updatePopupPosition()},e.prototype.goTo=function(e){this.popup.goTo(e)},e.prototype.insertMatch=function(e,t){if(e||(e=this.popup.getData(this.popup.getRow())),!e)return!1;if(""===e.value)return this.detach();var i=this.completions,o=this.getCompletionProvider().insertMatch(this.editor,e,i.filterText,t);return this.completions==i&&this.detach(),o},e.prototype.showPopup=function(e,t){this.editor&&this.detach(),this.activated=!0,this.editor=e,e.completer!=this&&(e.completer&&e.completer.detach(),e.completer=this),e.on("changeSelection",this.changeListener),e.on("blur",this.blurListener),e.on("mousedown",this.mousedownListener),e.on("mousewheel",this.mousewheelListener),this.updateCompletions(!1,t)},e.prototype.getCompletionProvider=function(e){return this.completionProvider||(this.completionProvider=new g(e)),this.completionProvider},e.prototype.gatherCompletions=function(e,t){return this.getCompletionProvider().gatherCompletions(e,t)},e.prototype.updateCompletions=function(t,i){if(t&&this.base&&this.completions){var o=this.editor.getCursorPosition();if((r=this.editor.session.getTextRange({start:this.base,end:o}))==this.completions.filterText)return;return this.completions.setFilter(r),this.completions.filtered.length?1!=this.completions.filtered.length||this.completions.filtered[0].value!=r||this.completions.filtered[0].snippet?void this.openPopup(this.editor,r,t):this.detach():this.detach()}if(i&&i.matches){o=this.editor.getSelectionRange().start;return this.base=this.editor.session.doc.createAnchor(o.row,o.column),this.base.$insertRight=!0,this.completions=new v(i.matches),this.getCompletionProvider().completions=this.completions,this.openPopup(this.editor,"",t)}var n=this.editor.getSession(),r=(o=this.editor.getCursorPosition(),a.getCompletionPrefix(this.editor));this.base=n.doc.createAnchor(o.row,o.column-r.length),this.base.$insertRight=!0;var s={exactMatch:this.exactMatch,ignoreCaption:this.ignoreCaption};this.getCompletionProvider({prefix:r,pos:o}).provideCompletions(this.editor,s,function(i,o,n){var r=o.filtered,s=a.getCompletionPrefix(this.editor);if(this.$firstOpenTimer.cancel(),n){if(!r.length){var c=!this.autoShown&&this.emptyMessage;if("function"==typeof c&&(c=this.emptyMessage(s)),c){var l=[{caption:c,value:""}];return this.completions=new v(l),this.openPopup(this.editor,s,t),this.popup.renderer.setStyle("ace_loading",!1),void this.popup.renderer.setStyle("ace_empty-message",!0)}return this.detach()}if(1==r.length&&r[0].value==s&&!r[0].snippet)return this.detach();if(this.autoInsert&&!this.autoShown&&1==r.length)return this.insertMatch(r[0])}this.completions=!n&&this.showLoadingState?new v(e.completionsForLoading.concat(r),o.filterText):o,this.openPopup(this.editor,s,t),this.popup.renderer.setStyle("ace_empty-message",!1),this.popup.renderer.setStyle("ace_loading",!n)}.bind(this)),!this.showLoadingState||this.autoShown||this.popup&&this.popup.isOpen||this.$firstOpenTimer.delay(this.stickySelectionDelay/2)},e.prototype.cancelContextMenu=function(){this.editor.$mouseHandler.cancelContextMenu()},e.prototype.updateDocTooltip=function(){var e=this.popup,t=this.completions&&this.completions.filtered,i=t&&(t[e.getHoveredRow()]||t[e.getRow()]),o=null;if(!i||!this.editor||!this.popup.isOpen)return this.hideDocTooltip();for(var n=this.editor.completers.length,r=0;r<n;r++){var s=this.editor.completers[r];if(s.getDocTooltip&&i.completerId===s.id){o=s.getDocTooltip(i);break}}if(o||"string"==typeof i||(o=i),"string"==typeof o&&(o={docText:o}),!o||!o.docHTML&&!o.docText)return this.hideDocTooltip();this.showDocTooltip(o)},e.prototype.showDocTooltip=function(e){this.tooltipNode||(this.tooltipNode=l.createElement("div"),this.tooltipNode.style.margin="0",this.tooltipNode.style.pointerEvents="auto",this.tooltipNode.style.overscrollBehavior="contain",this.tooltipNode.tabIndex=-1,this.tooltipNode.onblur=this.blurListener.bind(this),this.tooltipNode.onclick=this.onTooltipClick.bind(this),this.tooltipNode.id="doc-tooltip",this.tooltipNode.setAttribute("role","tooltip"),this.tooltipNode.addEventListener("wheel",u));var t=this.editor.renderer.theme;this.tooltipNode.className="ace_tooltip ace_doc-tooltip "+(t.isDark?"ace_dark ":"")+(t.cssClass||"");var i=this.tooltipNode;e.docHTML?i.innerHTML=e.docHTML:e.docText&&(i.textContent=e.docText),i.parentNode||this.popup.container.appendChild(this.tooltipNode);var o=this.popup,n=o.container.getBoundingClientRect(),r=400,s=300,a=o.renderer.scrollBar.width||10,c=n.left,p=window.innerWidth-n.right-a,h=o.isTopdown?n.top:window.innerHeight-a-n.bottom,d=[Math.min(p/r,1),Math.min(c/r,1),Math.min(h/s*.9)],m=Math.max.apply(Math,d),f=i.style;f.display="block",m==d[0]?(f.left=n.right+1+"px",f.right="",f.maxWidth=r*m+"px",f.top=n.top+"px",f.bottom="",f.maxHeight=Math.min(window.innerHeight-a-n.top,s)+"px"):m==d[1]?(f.right=window.innerWidth-n.left+"px",f.left="",f.maxWidth=r*m+"px",f.top=n.top+"px",f.bottom="",f.maxHeight=Math.min(window.innerHeight-a-n.top,s)+"px"):m==d[2]&&(f.left=window.innerWidth-n.left+"px",f.maxWidth=Math.min(r,window.innerWidth)+"px",o.isTopdown?(f.top=n.bottom+"px",f.left=n.left+"px",f.right="",f.bottom="",f.maxHeight=Math.min(window.innerHeight-a-n.bottom,s)+"px"):(f.top=o.container.offsetTop-i.offsetHeight+"px",f.left=n.left+"px",f.right="",f.bottom="",f.maxHeight=Math.min(o.container.offsetTop,s)+"px"))},e.prototype.hideDocTooltip=function(){if(this.tooltipTimer.cancel(),this.tooltipNode){var e=this.tooltipNode;this.editor.isFocused()||document.activeElement!=e||this.editor.focus(),this.tooltipNode=null,e.parentNode&&e.parentNode.removeChild(e)}},e.prototype.onTooltipClick=function(e){for(var t=e.target;t&&t!=this.tooltipNode;){if("A"==t.nodeName&&t.href){t.rel="noreferrer",t.target="_blank";break}t=t.parentNode}},e.prototype.destroy=function(){if(this.detach(),this.popup){this.popup.destroy();var e=this.popup.container;e&&e.parentNode&&e.parentNode.removeChild(e)}this.editor&&this.editor.completer==this&&(this.editor.off("destroy",m),this.editor.completer=null),this.inlineRenderer=this.popup=this.editor=null},e.for=function(t){return t.completer instanceof e||(t.completer&&(t.completer.destroy(),t.completer=null),h.get("sharedPopups")?(e.$sharedInstance||(e.$sharedInstance=new e),t.completer=e.$sharedInstance):(t.completer=new e,t.once("destroy",m))),t.completer},e}();f.prototype.commands={Up:function(e){e.completer.goTo("up")},Down:function(e){e.completer.goTo("down")},"Ctrl-Up|Ctrl-Home":function(e){e.completer.goTo("start")},"Ctrl-Down|Ctrl-End":function(e){e.completer.goTo("end")},Esc:function(e){e.completer.detach()},Return:function(e){return e.completer.insertMatch()},"Shift-Return":function(e){e.completer.insertMatch(null,{deleteSuffix:!0})},Tab:function(e){var t=e.completer.insertMatch();if(t||e.tabstopManager)return t;e.completer.goTo("down")},Backspace:function(e){e.execCommand("backspace"),!a.getCompletionPrefix(e)&&e.completer&&e.completer.detach()},PageUp:function(e){e.completer.popup.gotoPageUp()},PageDown:function(e){e.completer.popup.gotoPageDown()}},f.startCommand={name:"startAutocomplete",exec:function(e,t){var i=f.for(e);i.autoInsert=!1,i.autoSelect=!0,i.autoShown=!1,i.showPopup(e,t),i.cancelContextMenu()},bindKey:"Ctrl-Space|Ctrl-Shift-Space|Alt-Space"};var g=function(){function e(e){this.initialPosition=e,this.active=!0}return e.prototype.insertByIndex=function(e,t,i){return!(!this.completions||!this.completions.filtered)&&this.insertMatch(e,this.completions.filtered[t],i)},e.prototype.insertMatch=function(e,t,i){if(!t)return!1;if(e.startOperation({command:{name:"insertMatch"}}),t.completer&&t.completer.insertMatch)t.completer.insertMatch(e,t);else{if(!this.completions)return!1;var o=this.completions.filterText.length,n=0;if(t.range&&t.range.start.row===t.range.end.row&&(o-=this.initialPosition.prefix.length,o+=this.initialPosition.pos.column-t.range.start.column,n+=t.range.end.column-this.initialPosition.pos.column),o||n){var r;r=e.selection.getAllRanges?e.selection.getAllRanges():[e.getSelectionRange()];for(var s,a=0;s=r[a];a++)s.start.column-=o,s.end.column+=n,e.session.remove(s)}t.snippet?p.insertSnippet(e,t.snippet):this.$insertString(e,t),t.completer&&t.completer.onInsert&&"function"==typeof t.completer.onInsert&&t.completer.onInsert(e,t),t.command&&"startAutocomplete"===t.command&&e.execCommand(t.command)}return e.endOperation(),!0},e.prototype.$insertString=function(e,t){var i=t.value||t;e.execCommand("insertstring",i)},e.prototype.gatherCompletions=function(e,t){var i=e.getSession(),o=e.getCursorPosition(),n=a.getCompletionPrefix(e),r=[];this.completers=e.completers;var s=e.completers.length;return e.completers.forEach((function(c,l){c.getCompletions(e,i,o,n,(function(i,o){c.hideInlinePreview&&(o=o.map((function(e){return Object.assign(e,{hideInlinePreview:c.hideInlinePreview})}))),!i&&o&&(r=r.concat(o)),t(null,{prefix:a.getCompletionPrefix(e),matches:r,finished:0==--s})}))})),!0},e.prototype.provideCompletions=function(e,t,i){var o=function(e){var o=e.prefix,n=e.matches;this.completions=new v(n),t.exactMatch&&(this.completions.exactMatch=!0),t.ignoreCaption&&(this.completions.ignoreCaption=!0),this.completions.setFilter(o),(e.finished||this.completions.filtered.length)&&i(null,this.completions,e.finished)}.bind(this),n=!0,r=null;if(this.gatherCompletions(e,function(e,t){this.active&&(e&&(i(e,[],!0),this.detach()),0===t.prefix.indexOf(t.prefix)&&(n?r=t:o(t)))}.bind(this)),n=!1,r){var s=r;r=null,o(s)}},e.prototype.detach=function(){this.active=!1,this.completers&&this.completers.forEach((function(e){"function"==typeof e.cancel&&e.cancel()}))},e}(),v=function(){function e(e,t){this.all=e,this.filtered=e,this.filterText=t||"",this.exactMatch=!1,this.ignoreCaption=!1}return e.prototype.setFilter=function(e){if(e.length>this.filterText&&0===e.lastIndexOf(this.filterText,0))var t=this.filtered;else t=this.all;this.filterText=e,t=(t=this.filterCompletions(t,this.filterText)).sort((function(e,t){return t.exactMatch-e.exactMatch||t.$score-e.$score||(e.caption||e.value).localeCompare(t.caption||t.value)}));var i=null;t=t.filter((function(e){var t=e.snippet||e.caption||e.value;return t!==i&&(i=t,!0)})),this.filtered=t},e.prototype.filterCompletions=function(e,t){var i=[],o=t.toUpperCase(),n=t.toLowerCase();e:for(var r,s=0;r=e[s];s++)if(r.skipFilter)r.$score=r.score,i.push(r);else{var a=!this.ignoreCaption&&r.caption||r.value||r.snippet;if(a){var c,l,p=-1,h=0,d=0;if(this.exactMatch){if(t!==a.substr(0,t.length))continue e}else{var u=a.toLowerCase().indexOf(n);if(u>-1)d=u;else for(var m=0;m<t.length;m++){var f=a.indexOf(n[m],p+1),g=a.indexOf(o[m],p+1);if((c=f>=0&&(g<0||f<g)?f:g)<0)continue e;(l=c-p-1)>0&&(-1===p&&(d+=10),d+=l,h|=1<<m),p=c}}r.matchMask=h,r.exactMatch=d?0:1,r.$score=(r.score||0)-d,i.push(r)}}return i},e}();t.Autocomplete=f,t.CompletionProvider=g,t.FilteredList=v})),ace.define("ace/ext/command_bar",["require","exports","module","ace/tooltip","ace/lib/event_emitter","ace/lib/lang","ace/lib/dom","ace/lib/oop","ace/lib/useragent"],(function(e,t,i){var o=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&e[t],o=0;if(i)return i.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},n=e("../tooltip").Tooltip,r=e("../lib/event_emitter").EventEmitter,s=e("../lib/lang"),a=e("../lib/dom"),c=e("../lib/oop"),l=e("../lib/useragent"),p="command_bar_tooltip_button",h="command_bar_button_value",d="command_bar_button_caption",u="command_bar_keybinding",m="command_bar_tooltip",f="MoreOptionsButton",g=function(e,t){return t.row>e.row||t.row===e.row&&t.column>e.column?e:t},v={Ctrl:{mac:"^"},Option:{mac:"⌥"},Command:{mac:"⌘"},Cmd:{mac:"⌘"},Shift:"⇧",Left:"←",Right:"→",Up:"↑",Down:"↓"},b=function(){function e(e,t){var i,r;t=t||{},this.parentNode=e,this.tooltip=new n(this.parentNode),this.moreOptions=new n(this.parentNode),this.maxElementsOnTooltip=t.maxElementsOnTooltip||4,this.$alwaysShow=t.alwaysShow||!1,this.eventListeners={},this.elements={},this.commands={},this.tooltipEl=a.buildDom(["div",{class:m}],this.tooltip.getElement()),this.moreOptionsEl=a.buildDom(["div",{class:m+" tooltip_more_options"}],this.moreOptions.getElement()),this.$showTooltipTimer=s.delayedCall(this.$showTooltip.bind(this),t.showDelay||100),this.$hideTooltipTimer=s.delayedCall(this.$hideTooltip.bind(this),t.hideDelay||100),this.$tooltipEnter=this.$tooltipEnter.bind(this),this.$onMouseMove=this.$onMouseMove.bind(this),this.$onChangeScroll=this.$onChangeScroll.bind(this),this.$onEditorChangeSession=this.$onEditorChangeSession.bind(this),this.$scheduleTooltipForHide=this.$scheduleTooltipForHide.bind(this),this.$preventMouseEvent=this.$preventMouseEvent.bind(this);try{for(var c=o(["mousedown","mouseup","click"]),l=c.next();!l.done;l=c.next()){var p=l.value;this.tooltip.getElement().addEventListener(p,this.$preventMouseEvent),this.moreOptions.getElement().addEventListener(p,this.$preventMouseEvent)}}catch(e){i={error:e}}finally{try{l&&!l.done&&(r=c.return)&&r.call(c)}finally{if(i)throw i.error}}}return e.prototype.registerCommand=function(e,t){var i=Object.keys(this.commands).length<this.maxElementsOnTooltip;i||this.elements[f]||this.$createCommand(f,{name:"···",exec:function(){this.$shouldHideMoreOptions=!1,this.$setMoreOptionsVisibility(!this.isMoreOptionsShown())}.bind(this),type:"checkbox",getValue:function(){return this.isMoreOptionsShown()}.bind(this),enabled:!0},!0),this.$createCommand(e,t,i),this.isShown()&&this.updatePosition()},e.prototype.isShown=function(){return!!this.tooltip&&this.tooltip.isOpen},e.prototype.isMoreOptionsShown=function(){return!!this.moreOptions&&this.moreOptions.isOpen},e.prototype.getAlwaysShow=function(){return this.$alwaysShow},e.prototype.setAlwaysShow=function(e){this.$alwaysShow=e,this.$updateOnHoverHandlers(!this.$alwaysShow),this._signal("alwaysShow",this.$alwaysShow)},e.prototype.attach=function(e){!e||this.isShown()&&this.editor===e||(this.detach(),this.editor=e,this.editor.on("changeSession",this.$onEditorChangeSession),this.editor.session&&(this.editor.session.on("changeScrollLeft",this.$onChangeScroll),this.editor.session.on("changeScrollTop",this.$onChangeScroll)),this.getAlwaysShow()?this.$showTooltip():this.$updateOnHoverHandlers(!0))},e.prototype.updatePosition=function(){if(this.editor){var e,t=this.editor.renderer;if((e=this.editor.selection.getAllRanges?this.editor.selection.getAllRanges():[this.editor.getSelectionRange()]).length){for(var i,o=g(e[0].start,e[0].end),n=0;i=e[n];n++)o=g(o,g(i.start,i.end));var r=t.$cursorLayer.getPixelPosition(o,!0),s=this.tooltip.getElement(),a=window.innerWidth,c=window.innerHeight,l=this.editor.container.getBoundingClientRect();r.top+=l.top-t.layerConfig.offset,r.left+=l.left+t.gutterWidth-t.scrollLeft;var p=r.top>=l.top&&r.top<=l.bottom&&r.left>=l.left+t.gutterWidth&&r.left<=l.right;if(p||!this.isShown())if(p&&!this.isShown()&&this.getAlwaysShow())this.$showTooltip();else{var h=r.top-s.offsetHeight,d=Math.min(a-s.offsetWidth,r.left);if(h>=0&&h+s.offsetHeight<=c&&d>=0&&d+s.offsetWidth<=a){if(this.tooltip.setPosition(d,h),this.isMoreOptionsShown()){h+=s.offsetHeight,d=this.elements[f].getBoundingClientRect().left;var u=this.moreOptions.getElement();c=window.innerHeight;h+u.offsetHeight>c&&(h-=s.offsetHeight+u.offsetHeight),d+u.offsetWidth>a&&(d=a-u.offsetWidth),this.moreOptions.setPosition(d,h)}}else this.$hideTooltip()}else this.$hideTooltip()}}},e.prototype.update=function(){Object.keys(this.elements).forEach(this.$updateElement.bind(this))},e.prototype.detach=function(){this.tooltip.hide(),this.moreOptions.hide(),this.$updateOnHoverHandlers(!1),this.editor&&(this.editor.off("changeSession",this.$onEditorChangeSession),this.editor.session&&(this.editor.session.off("changeScrollLeft",this.$onChangeScroll),this.editor.session.off("changeScrollTop",this.$onChangeScroll))),this.$mouseInTooltip=!1,this.editor=null},e.prototype.destroy=function(){this.tooltip&&this.moreOptions&&(this.detach(),this.tooltip.destroy(),this.moreOptions.destroy()),this.eventListeners={},this.commands={},this.elements={},this.tooltip=this.moreOptions=this.parentNode=null},e.prototype.$createCommand=function(e,t,i){var o,n=i?this.tooltipEl:this.moreOptionsEl,r=[],s=t.bindKey;s&&("object"==typeof s&&(s=l.isMac?s.mac:s.win),r=(r=(s=s.split("|")[0]).split("-")).map((function(e){if(v[e]){if("string"==typeof v[e])return v[e];if(l.isMac&&v[e].mac)return v[e].mac}return e}))),i&&t.iconCssClass?o=["div",{class:["ace_icon_svg",t.iconCssClass].join(" "),"aria-label":t.name+" ("+t.bindKey+")"}]:(o=[["div",{class:h}],["div",{class:d},t.name]],r.length&&o.push(["div",{class:u},r.map((function(e){return["div",e]}))])),a.buildDom(["div",{class:[p,t.cssClass||""].join(" "),ref:e},o],n,this.elements),this.commands[e]=t;var c=function(i){this.editor&&this.editor.focus(),this.$shouldHideMoreOptions=this.isMoreOptionsShown(),!this.elements[e].disabled&&t.exec&&t.exec(this.editor),this.$shouldHideMoreOptions&&this.$setMoreOptionsVisibility(!1),this.update(),i.preventDefault()}.bind(this);this.eventListeners[e]=c,this.elements[e].addEventListener("click",c.bind(this)),this.$updateElement(e)},e.prototype.$setMoreOptionsVisibility=function(e){e?(this.moreOptions.setTheme(this.editor.renderer.theme),this.moreOptions.setClassName(m+"_wrapper"),this.moreOptions.show(),this.update(),this.updatePosition()):this.moreOptions.hide()},e.prototype.$onEditorChangeSession=function(e){e.oldSession&&(e.oldSession.off("changeScrollTop",this.$onChangeScroll),e.oldSession.off("changeScrollLeft",this.$onChangeScroll)),this.detach()},e.prototype.$onChangeScroll=function(){this.editor.renderer&&(this.isShown()||this.getAlwaysShow())&&this.editor.renderer.once("afterRender",this.updatePosition.bind(this))},e.prototype.$onMouseMove=function(e){if(!this.$mouseInTooltip){var t=this.editor.getCursorPosition(),i=this.editor.renderer.textToScreenCoordinates(t.row,t.column),o=this.editor.renderer.lineHeight;e.clientY>=i.pageY&&e.clientY<i.pageY+o?(this.isShown()||this.$showTooltipTimer.isPending()||this.$showTooltipTimer.delay(),this.$hideTooltipTimer.isPending()&&this.$hideTooltipTimer.cancel()):(this.isShown()&&!this.$hideTooltipTimer.isPending()&&this.$hideTooltipTimer.delay(),this.$showTooltipTimer.isPending()&&this.$showTooltipTimer.cancel())}},e.prototype.$preventMouseEvent=function(e){this.editor&&this.editor.focus(),e.preventDefault()},e.prototype.$scheduleTooltipForHide=function(){this.$mouseInTooltip=!1,this.$showTooltipTimer.cancel(),this.$hideTooltipTimer.delay()},e.prototype.$tooltipEnter=function(){this.$mouseInTooltip=!0,this.$showTooltipTimer.isPending()&&this.$showTooltipTimer.cancel(),this.$hideTooltipTimer.isPending()&&this.$hideTooltipTimer.cancel()},e.prototype.$updateOnHoverHandlers=function(e){var t=this.tooltip.getElement(),i=this.moreOptions.getElement();e?(this.editor&&(this.editor.on("mousemove",this.$onMouseMove),this.editor.renderer.getMouseEventTarget().addEventListener("mouseout",this.$scheduleTooltipForHide,!0)),t.addEventListener("mouseenter",this.$tooltipEnter),t.addEventListener("mouseleave",this.$scheduleTooltipForHide),i.addEventListener("mouseenter",this.$tooltipEnter),i.addEventListener("mouseleave",this.$scheduleTooltipForHide)):(this.editor&&(this.editor.off("mousemove",this.$onMouseMove),this.editor.renderer.getMouseEventTarget().removeEventListener("mouseout",this.$scheduleTooltipForHide,!0)),t.removeEventListener("mouseenter",this.$tooltipEnter),t.removeEventListener("mouseleave",this.$scheduleTooltipForHide),i.removeEventListener("mouseenter",this.$tooltipEnter),i.removeEventListener("mouseleave",this.$scheduleTooltipForHide))},e.prototype.$showTooltip=function(){this.isShown()||(this.tooltip.setTheme(this.editor.renderer.theme),this.tooltip.setClassName(m+"_wrapper"),this.tooltip.show(),this.update(),this.updatePosition(),this._signal("show"))},e.prototype.$hideTooltip=function(){this.$mouseInTooltip=!1,this.isShown()&&(this.moreOptions.hide(),this.tooltip.hide(),this._signal("hide"))},e.prototype.$updateElement=function(e){var t=this.commands[e];if(t){var i=this.elements[e],o=t.enabled;if("function"==typeof o&&(o=o(this.editor)),"function"==typeof t.getValue){var n=t.getValue(this.editor);if("text"===t.type)i.textContent=n;else if("checkbox"===t.type){var r=n?a.addCssClass:a.removeCssClass,s=i.parentElement===this.tooltipEl;i.ariaChecked=n,s?r(i,"ace_selected"):r(i=i.querySelector("."+h),"ace_checkmark")}}o&&i.disabled?(a.removeCssClass(i,"ace_disabled"),i.ariaDisabled=i.disabled=!1,i.removeAttribute("disabled")):o||i.disabled||(a.addCssClass(i,"ace_disabled"),i.ariaDisabled=i.disabled=!0,i.setAttribute("disabled",""))}},e}();c.implement(b.prototype,r),a.importCssString("\n.ace_tooltip.".concat(m,"_wrapper {\n padding: 0;\n}\n\n.ace_tooltip .").concat(m," {\n padding: 1px 5px;\n display: flex;\n pointer-events: auto;\n}\n\n.ace_tooltip .").concat(m,".tooltip_more_options {\n padding: 1px;\n flex-direction: column;\n}\n\ndiv.").concat(p," {\n display: inline-flex;\n cursor: pointer;\n margin: 1px;\n border-radius: 2px;\n padding: 2px 5px;\n align-items: center;\n}\n\ndiv.").concat(p,".ace_selected,\ndiv.").concat(p,":hover:not(.ace_disabled) {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\ndiv.").concat(p,".ace_disabled {\n color: #777;\n pointer-events: none;\n}\n\ndiv.").concat(p," .ace_icon_svg {\n height: 12px;\n background-color: #000;\n}\n\ndiv.").concat(p,".ace_disabled .ace_icon_svg {\n background-color: #777;\n}\n\n.").concat(m,".tooltip_more_options .").concat(p," {\n display: flex;\n}\n\n.").concat(m,".").concat(h," {\n display: none;\n}\n\n.").concat(m,".tooltip_more_options .").concat(h," {\n display: inline-block;\n width: 12px;\n}\n\n.").concat(d," {\n display: inline-block;\n}\n\n.").concat(u," {\n margin: 0 2px;\n display: inline-block;\n font-size: 8px;\n}\n\n.").concat(m,".tooltip_more_options .").concat(u," {\n margin-left: auto;\n}\n\n.").concat(u," div {\n display: inline-block;\n min-width: 8px;\n padding: 2px;\n margin: 0 1px;\n border-radius: 2px;\n background-color: #ccc;\n text-align: center;\n}\n\n.ace_dark.ace_tooltip .").concat(m," {\n background-color: #373737;\n color: #eee;\n}\n\n.ace_dark div.").concat(p,".ace_disabled {\n color: #979797;\n}\n\n.ace_dark div.").concat(p,".ace_selected,\n.ace_dark div.").concat(p,":hover:not(.ace_disabled) {\n background-color: rgba(255, 255, 255, 0.1);\n}\n\n.ace_dark div.").concat(p," .ace_icon_svg {\n background-color: #eee;\n}\n\n.ace_dark div.").concat(p,".ace_disabled .ace_icon_svg {\n background-color: #979797;\n}\n\n.ace_dark .").concat(p,".ace_disabled {\n color: #979797;\n}\n\n.ace_dark .").concat(u," div {\n background-color: #575757;\n}\n\n.ace_checkmark::before {\n content: '✓';\n}\n"),"commandbar.css",!1),t.CommandBarTooltip=b,t.TOOLTIP_CLASS_NAME=m,t.BUTTON_CLASS_NAME=p})),ace.define("ace/marker_group",["require","exports","module"],(function(e,t,i){"use strict";var o=function(){function e(e,t){t&&(this.markerType=t.markerType),this.markers=[],this.session=e,e.addDynamicMarker(this)}return e.prototype.getMarkerAtPosition=function(e){return this.markers.find((function(t){return t.range.contains(e.row,e.column)}))},e.prototype.markersComparator=function(e,t){return e.range.start.row-t.range.start.row},e.prototype.setMarkers=function(e){this.markers=e.sort(this.markersComparator).slice(0,this.MAX_MARKERS),this.session._signal("changeBackMarker")},e.prototype.update=function(e,t,i,o){if(this.markers&&this.markers.length)for(var n,r=o.firstRow,s=o.lastRow,a=0,c=0,l=0;l<this.markers.length;l++){var p=this.markers[l];if(!(p.range.end.row<r)&&!(p.range.start.row>s||(p.range.start.row===c?a++:(c=p.range.start.row,a=0),a>200))){var h=p.range.clipRows(r,s);if(h.start.row!==h.end.row||h.start.column!==h.end.column){var d=h.toScreenRange(i);d.isEmpty()?(n=i.getNextFoldLine(h.end.row,n))&&n.end.row>h.end.row&&(r=n.end.row):"fullLine"===this.markerType?t.drawFullLineMarker(e,d,p.className,o):d.isMultiLine()?"line"===this.markerType?t.drawMultiLineMarker(e,d,p.className,o):t.drawTextMarker(e,d,p.className,o):t.drawSingleLineMarker(e,d,p.className+" ace_br15",o)}}}},e}();o.prototype.MAX_MARKERS=1e4,t.MarkerGroup=o})),ace.define("ace/autocomplete/text_completer",["require","exports","module","ace/range"],(function(e,t,i){var o=e("../range").Range,n=/[^a-zA-Z_0-9\$\-\u00C0-\u1FFF\u2C00-\uD7FF\w]+/;function r(e,t){var i=function(e,t){return e.getTextRange(o.fromPoints({row:0,column:0},t)).split(n).length-1}(e,t),r=e.getValue().split(n),s=Object.create(null),a=r[i];return r.forEach((function(e,t){if(e&&e!==a){var o=Math.abs(i-t),n=r.length-o;s[e]?s[e]=Math.max(n,s[e]):s[e]=n}})),s}t.getCompletions=function(e,t,i,o,n){var s=r(t,i);n(null,Object.keys(s).map((function(e){return{caption:e,value:e,score:s[e],meta:"local"}})))}})),ace.define("ace/ext/language_tools",["require","exports","module","ace/snippets","ace/autocomplete","ace/config","ace/lib/lang","ace/autocomplete/util","ace/marker_group","ace/autocomplete/text_completer","ace/editor","ace/config"],(function(e,t,i){"use strict";var o=e("../snippets").snippetManager,n=e("../autocomplete").Autocomplete,r=e("../config"),s=e("../lib/lang"),a=e("../autocomplete/util"),c=e("../marker_group").MarkerGroup,l=e("../autocomplete/text_completer"),p={getCompletions:function(e,t,i,o,n){if(t.$mode.completer)return t.$mode.completer.getCompletions(e,t,i,o,n);var r=e.session.getState(i.row),s=t.$mode.getCompletions(r,t,i,o);n(null,s=s.map((function(e){return e.completerId=p.id,e})))},id:"keywordCompleter"},h={getCompletions:function(e,t,i,n,r){var s=[],a=t.getTokenAt(i.row,i.column);a&&a.type.match(/(tag-name|tag-open|tag-whitespace|attribute-name|attribute-value)\.xml$/)?s.push("html-tag"):s=o.getActiveScopes(e);var c=o.snippetMap,l=[];s.forEach((function(e){for(var t=c[e]||[],i=t.length;i--;){var o=t[i],n=o.name||o.tabTrigger;n&&l.push({caption:n,snippet:o.content,meta:o.tabTrigger&&!o.name?o.tabTrigger+"⇥ ":"snippet",completerId:h.id})}}),this),r(null,l)},getDocTooltip:function(e){var t,i;e.snippet&&!e.docHTML&&(e.docHTML=["<b>",s.escapeHTML(e.caption),"</b>","<hr></hr>",s.escapeHTML((t=e.snippet,i={},t.replace(/\${(\d+)(:(.*?))?}/g,(function(e,t,o,n){return i[t]=n||""})).replace(/\$(\d+?)/g,(function(e,t){return i[t]}))))].join(""))},id:"snippetCompleter"},d=[h,l,p];t.setCompleters=function(e){d.length=0,e&&d.push.apply(d,e)},t.addCompleter=function(e){d.push(e)},t.textCompleter=l,t.keyWordCompleter=p,t.snippetCompleter=h;var u,m={name:"expandSnippet",exec:function(e){return o.expandWithTab(e)},bindKey:"Tab"},f=function(e,t){g(t.session.$mode)},g=function(e){"string"==typeof e&&(e=r.$modes[e]),e&&(o.files||(o.files={}),v(e.$id,e.snippetFileId),e.modes&&e.modes.forEach(g))},v=function(e,t){t&&e&&!o.files[e]&&(o.files[e]={},r.loadModule(t,(function(t){t&&(o.files[e]=t,!t.snippets&&t.snippetText&&(t.snippets=o.parseSnippetFile(t.snippetText)),o.register(t.snippets||[],t.scope),t.includeScopes&&(o.snippetMap[t.scope].includeScopes=t.includeScopes,t.includeScopes.forEach((function(e){g("ace/mode/"+e)}))))})))},b=function(e){var t=e.editor,i=t.completer&&t.completer.activated;if("backspace"===e.command.name)i&&!a.getCompletionPrefix(t)&&t.completer.detach();else if("insertstring"===e.command.name&&!i){u=e;var o=e.editor.$liveAutocompletionDelay;o?y.delay(o):x(e)}},y=s.delayedCall((function(){x(u)}),0),x=function(e){var t=e.editor,i=a.getCompletionPrefix(t),o=e.args,r=a.triggerAutocomplete(t,o);if(i&&i.length>=t.$liveAutocompletionThreshold||r){var s=n.for(t);s.autoShown=!0,s.showPopup(t)}},w=e("../editor").Editor;e("../config").defineOptions(w.prototype,"editor",{enableBasicAutocompletion:{set:function(e){e?(n.for(this),this.completers||(this.completers=Array.isArray(e)?e:d),this.commands.addCommand(n.startCommand)):this.commands.removeCommand(n.startCommand)},value:!1},enableLiveAutocompletion:{set:function(e){e?(this.completers||(this.completers=Array.isArray(e)?e:d),this.commands.on("afterExec",b)):this.commands.off("afterExec",b)},value:!1},liveAutocompletionDelay:{initialValue:0},liveAutocompletionThreshold:{initialValue:0},enableSnippets:{set:function(e){e?(this.commands.addCommand(m),this.on("changeMode",f),f(0,this)):(this.commands.removeCommand(m),this.off("changeMode",f))},value:!1}}),t.MarkerGroup=c})),ace.define("ace/ext/inline_autocomplete",["require","exports","module","ace/keyboard/hash_handler","ace/autocomplete/inline","ace/autocomplete","ace/autocomplete","ace/editor","ace/autocomplete/util","ace/lib/dom","ace/lib/lang","ace/ext/command_bar","ace/ext/command_bar","ace/ext/language_tools","ace/ext/language_tools","ace/ext/language_tools","ace/config"],(function(e,t,i){"use strict";var o=e("../keyboard/hash_handler").HashHandler,n=e("../autocomplete/inline").AceInline,r=e("../autocomplete").FilteredList,s=e("../autocomplete").CompletionProvider,a=e("../editor").Editor,c=e("../autocomplete/util"),l=e("../lib/dom"),p=e("../lib/lang"),h=e("./command_bar").CommandBarTooltip,d=e("./command_bar").BUTTON_CLASS_NAME,u=e("./language_tools").snippetCompleter,m=e("./language_tools").textCompleter,f=e("./language_tools").keyWordCompleter,g=function(e,t){t.completer&&t.completer.destroy()},v=function(){function e(e){this.editor=e,this.keyboardHandler=new o(this.commands),this.$index=-1,this.blurListener=this.blurListener.bind(this),this.changeListener=this.changeListener.bind(this),this.changeTimer=p.delayedCall(function(){this.updateCompletions()}.bind(this))}return e.prototype.getInlineRenderer=function(){return this.inlineRenderer||(this.inlineRenderer=new n),this.inlineRenderer},e.prototype.getInlineTooltip=function(){return this.inlineTooltip||(this.inlineTooltip=e.createInlineTooltip(document.body||document.documentElement)),this.inlineTooltip},e.prototype.show=function(e){this.activated=!0,this.editor.completer!==this&&(this.editor.completer&&this.editor.completer.detach(),this.editor.completer=this),this.editor.on("changeSelection",this.changeListener),this.editor.on("blur",this.blurListener),this.updateCompletions(e)},e.prototype.$open=function(){this.editor.textInput.setAriaOptions&&this.editor.textInput.setAriaOptions({}),this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler),this.getInlineTooltip().attach(this.editor),-1===this.$index?this.setIndex(0):this.$showCompletion(),this.changeTimer.cancel()},e.prototype.insertMatch=function(){var e=this.getCompletionProvider().insertByIndex(this.editor,this.$index);return this.detach(),e},e.prototype.changeListener=function(e){var t=this.editor.selection.lead;(t.row!=this.base.row||t.column<this.base.column)&&this.detach(),this.activated?this.changeTimer.schedule():this.detach()},e.prototype.blurListener=function(e){this.detach()},e.prototype.goTo=function(e){if(this.completions&&this.completions.filtered){var t=this.completions.filtered.length;switch(e.toLowerCase()){case"prev":this.setIndex((this.$index-1+t)%t);break;case"next":this.setIndex((this.$index+1+t)%t);break;case"first":this.setIndex(0);break;case"last":this.setIndex(this.completions.filtered.length-1)}}},e.prototype.getLength=function(){return this.completions&&this.completions.filtered?this.completions.filtered.length:0},e.prototype.getData=function(e){return null==e||null===e?this.completions.filtered[this.$index]:this.completions.filtered[e]},e.prototype.getIndex=function(){return this.$index},e.prototype.isOpen=function(){return this.$index>=0},e.prototype.setIndex=function(e){if(this.completions&&this.completions.filtered){var t=Math.max(-1,Math.min(this.completions.filtered.length-1,e));t!==this.$index&&(this.$index=t,this.$showCompletion())}},e.prototype.getCompletionProvider=function(e){return this.completionProvider||(this.completionProvider=new s(e)),this.completionProvider},e.prototype.$showCompletion=function(){this.getInlineRenderer().show(this.editor,this.completions.filtered[this.$index],this.completions.filterText)||this.getInlineRenderer().hide(),this.inlineTooltip&&this.inlineTooltip.isShown()&&this.inlineTooltip.update()},e.prototype.$updatePrefix=function(){var e=this.editor.getCursorPosition(),t=this.editor.session.getTextRange({start:this.base,end:e});return this.completions.setFilter(t),this.completions.filtered.length&&(1!=this.completions.filtered.length||this.completions.filtered[0].value!=t||this.completions.filtered[0].snippet)?(this.$open(this.editor,t),t):this.detach()},e.prototype.updateCompletions=function(e){var t="";if(e&&e.matches){var i=this.editor.getSelectionRange().start;return this.base=this.editor.session.doc.createAnchor(i.row,i.column),this.base.$insertRight=!0,this.completions=new r(e.matches),this.$open(this.editor,"")}this.base&&this.completions&&(t=this.$updatePrefix());var o=this.editor.getSession();i=this.editor.getCursorPosition(),t=c.getCompletionPrefix(this.editor);this.base=o.doc.createAnchor(i.row,i.column-t.length),this.base.$insertRight=!0;e={exactMatch:!0,ignoreCaption:!0};this.getCompletionProvider({prefix:t,base:this.base,pos:i}).provideCompletions(this.editor,e,function(e,t,i){var o=t.filtered,n=c.getCompletionPrefix(this.editor);if(i){if(!o.length)return this.detach();if(1==o.length&&o[0].value==n&&!o[0].snippet)return this.detach()}this.completions=t,this.$open(this.editor,n)}.bind(this))},e.prototype.detach=function(){this.editor&&(this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.off("changeSelection",this.changeListener),this.editor.off("blur",this.blurListener)),this.changeTimer.cancel(),this.inlineTooltip&&this.inlineTooltip.detach(),this.setIndex(-1),this.completionProvider&&this.completionProvider.detach(),this.inlineRenderer&&this.inlineRenderer.isOpen()&&this.inlineRenderer.hide(),this.base&&this.base.detach(),this.activated=!1,this.completionProvider=this.completions=this.base=null},e.prototype.destroy=function(){this.detach(),this.inlineRenderer&&this.inlineRenderer.destroy(),this.inlineTooltip&&this.inlineTooltip.destroy(),this.editor&&this.editor.completer==this&&(this.editor.off("destroy",g),this.editor.completer=null),this.inlineTooltip=this.editor=this.inlineRenderer=null},e.prototype.updateDocTooltip=function(){},e}();v.prototype.commands={Previous:{bindKey:"Alt-[",name:"Previous",exec:function(e){e.completer.goTo("prev")}},Next:{bindKey:"Alt-]",name:"Next",exec:function(e){e.completer.goTo("next")}},Accept:{bindKey:{win:"Tab|Ctrl-Right",mac:"Tab|Cmd-Right"},name:"Accept",exec:function(e){return e.completer.insertMatch()}},Close:{bindKey:"Esc",name:"Close",exec:function(e){e.completer.detach()}}},v.for=function(e){return e.completer instanceof v||(e.completer&&(e.completer.destroy(),e.completer=null),e.completer=new v(e),e.once("destroy",g)),e.completer},v.startCommand={name:"startInlineAutocomplete",exec:function(e,t){v.for(e).show(t)},bindKey:{win:"Alt-C",mac:"Option-C"}};var b=[u,m,f];e("../config").defineOptions(a.prototype,"editor",{enableInlineAutocompletion:{set:function(e){e?(this.completers||(this.completers=Array.isArray(e)?e:b),this.commands.addCommand(v.startCommand)):this.commands.removeCommand(v.startCommand)},value:!1}}),v.createInlineTooltip=function(e){var t=new h(e);return t.registerCommand("Previous",Object.assign({},v.prototype.commands.Previous,{enabled:!0,type:"button",iconCssClass:"ace_arrow_rotated"})),t.registerCommand("Position",{enabled:!1,getValue:function(e){return e?[e.completer.getIndex()+1,e.completer.getLength()].join("/"):""},type:"text",cssClass:"completion_position"}),t.registerCommand("Next",Object.assign({},v.prototype.commands.Next,{enabled:!0,type:"button",iconCssClass:"ace_arrow"})),t.registerCommand("Accept",Object.assign({},v.prototype.commands.Accept,{enabled:function(e){return!!e&&e.completer.getIndex()>=0},type:"button"})),t.registerCommand("ShowTooltip",{name:"Always Show Tooltip",exec:function(){t.setAlwaysShow(!t.getAlwaysShow())},enabled:!0,getValue:function(){return t.getAlwaysShow()},type:"checkbox"}),t},l.importCssString('\n\n.ace_icon_svg.ace_arrow,\n.ace_icon_svg.ace_arrow_rotated {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuODM3MDEgMTVMNC41ODc1MSAxMy43MTU1TDEwLjE0NjggOEw0LjU4NzUxIDIuMjg0NDZMNS44MzcwMSAxTDEyLjY0NjUgOEw1LjgzNzAxIDE1WiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=");\n}\n\n.ace_icon_svg.ace_arrow_rotated {\n transform: rotate(180deg);\n}\n\ndiv.'.concat(d,".completion_position {\n padding: 0;\n}\n"),"inlineautocomplete.css",!1),t.InlineAutocomplete=v})),ace.require(["ace/ext/inline_autocomplete"],(function(t){e&&(e.exports=t)}))}}]);
@@ -1,7 +0,0 @@
1
- "use strict";(this.webpackChunktocco_devcon=this.webpackChunktocco_devcon||[]).push([[4310],{37107:(t,n,e)=>{
2
- /*!
3
- * Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com
4
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
5
- * Copyright 2025 Fonticons, Inc.
6
- */
7
- function a(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,a=Array(n);e<n;e++)a[e]=t[e];return a}function r(t,n){for(var e=0;e<n.length;e++){var a=n[e];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,u(a.key),a)}}function i(t,n){var e="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!e){if(Array.isArray(t)||(e=m(t))||n&&t&&"number"==typeof t.length){e&&(t=e);var a=0,r=function(){};return{s:r,n:function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){e=e.call(t)},n:function(){var t=e.next();return o=t.done,t},e:function(t){s=!0,i=t},f:function(){try{o||null==e.return||e.return()}finally{if(s)throw i}}}}function o(t,n,e){return(n=u(n))in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function s(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);n&&(a=a.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,a)}return e}function l(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?s(Object(e),!0).forEach((function(n){o(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):s(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}function f(t,n){return function(t){if(Array.isArray(t))return t}(t)||function(t,n){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var a,r,i,o,s=[],l=!0,f=!1;try{if(i=(e=e.call(t)).next,0===n){if(Object(e)!==e)return;l=!1}else for(;!(l=(a=i.call(e)).done)&&(s.push(a.value),s.length!==n);l=!0);}catch(t){f=!0,r=t}finally{try{if(!l&&null!=e.return&&(o=e.return(),Object(o)!==o))return}finally{if(f)throw r}}return s}}(t,n)||m(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(t){return function(t){if(Array.isArray(t))return a(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||m(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t){var n=function(t,n){if("object"!=typeof t||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var a=e.call(t,n||"default");if("object"!=typeof a)return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===n?String:Number)(t)}(t,"string");return"symbol"==typeof n?n:n+""}function d(t){return d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},d(t)}function m(t,n){if(t){if("string"==typeof t)return a(t,n);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?a(t,n):void 0}}e.r(n),e.d(n,{api:()=>Hn,config:()=>Ue,counter:()=>ta,dom:()=>Xe,findIconDefinition:()=>Ke,icon:()=>$e,layer:()=>Qe,library:()=>Ve,noAuto:()=>Be,parse:()=>qe,text:()=>Ze,toHtml:()=>Ge});var h=function(){},g={},p={},v=null,b={mark:h,measure:h};try{"undefined"!=typeof window&&(g=window),"undefined"!=typeof document&&(p=document),"undefined"!=typeof MutationObserver&&(v=MutationObserver),"undefined"!=typeof performance&&(b=performance)}catch(B){}var y,x,w=(g.navigator||{}).userAgent,k=void 0===w?"":w,S=g,A=p,j=v,P=b,F=(S.document,!!A.documentElement&&!!A.head&&"function"==typeof A.addEventListener&&"function"==typeof A.createElement),I=~k.indexOf("MSIE")||~k.indexOf("Trident/"),N={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"},slab:{"fa-regular":"regular",faslr:"regular"},"slab-press":{"fa-regular":"regular",faslpr:"regular"},thumbprint:{"fa-light":"light",fatl:"light"},whiteboard:{"fa-semibold":"semibold",fawsb:"semibold"},notdog:{"fa-solid":"solid",fans:"solid"},"notdog-duo":{"fa-solid":"solid",fands:"solid"},etch:{"fa-solid":"solid",faes:"solid"},jelly:{"fa-regular":"regular",fajr:"regular"},"jelly-fill":{"fa-regular":"regular",fajfr:"regular"},"jelly-duo":{"fa-regular":"regular",fajdr:"regular"},chisel:{"fa-regular":"regular",facr:"regular"}},O=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press"],E="classic",C="duotone",z="sharp",M="sharp-duotone",D="chisel",L="etch",T="jelly",R="jelly-duo",W="jelly-fill",Y="notdog",H="notdog-duo",J="slab",_="slab-press",B="thumbprint",U="whiteboard",V=[E,C,z,M,D,L,T,R,W,Y,H,J,_,B,U],X=(o(o(o(o(o(o(o(o(o(o(y={},E,"Classic"),C,"Duotone"),z,"Sharp"),M,"Sharp Duotone"),D,"Chisel"),L,"Etch"),T,"Jelly"),R,"Jelly Duo"),W,"Jelly Fill"),Y,"Notdog"),o(o(o(o(o(y,H,"Notdog Duo"),J,"Slab"),_,"Slab Press"),B,"Thumbprint"),U,"Whiteboard"),new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["chisel",{defaultShortPrefixId:"facr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["etch",{defaultShortPrefixId:"faes",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["jelly",{defaultShortPrefixId:"fajr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-duo",{defaultShortPrefixId:"fajdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-fill",{defaultShortPrefixId:"fajfr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["notdog",{defaultShortPrefixId:"fans",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog-duo",{defaultShortPrefixId:"fands",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["slab",{defaultShortPrefixId:"faslr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press",{defaultShortPrefixId:"faslpr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["thumbprint",{defaultShortPrefixId:"fatl",defaultStyleId:"light",styleIds:["light"],futureStyleIds:[],defaultFontWeight:300}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]])),q=["fak","fa-kit","fakd","fa-kit-duotone"],K={fak:"kit","fa-kit":"kit"},G={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"},$=(o(o({},"kit","Kit"),"kit-duotone","Kit Duotone"),{kit:"fak"}),Q={"kit-duotone":"fakd"},Z="duotone-group",tt="swap-opacity",nt="primary",et="secondary",at=(o(o(o(o(o(o(o(o(o(o(x={},"classic","Classic"),"duotone","Duotone"),"sharp","Sharp"),"sharp-duotone","Sharp Duotone"),"chisel","Chisel"),"etch","Etch"),"jelly","Jelly"),"jelly-duo","Jelly Duo"),"jelly-fill","Jelly Fill"),"notdog","Notdog"),o(o(o(o(o(x,"notdog-duo","Notdog Duo"),"slab","Slab"),"slab-press","Slab Press"),"thumbprint","Thumbprint"),"whiteboard","Whiteboard"),o(o({},"kit","Kit"),"kit-duotone","Kit Duotone"),{classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"},slab:{faslr:"fa-regular"},"slab-press":{faslpr:"fa-regular"},whiteboard:{fawsb:"fa-semibold"},thumbprint:{fatl:"fa-light"},notdog:{fans:"fa-solid"},"notdog-duo":{fands:"fa-solid"},etch:{faes:"fa-solid"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"}}),rt=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt","faslr","faslpr","fawsb","fatl","fans","fands","faes","fajr","fajfr","fajdr","facr"].concat(["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press"],["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"]),it=[1,2,3,4,5,6,7,8,9,10],ot=it.concat([11,12,13,14,15,16,17,18,19,20]),st=[].concat(c(Object.keys({classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"],slab:["faslr"],"slab-press":["faslpr"],whiteboard:["fawsb"],thumbprint:["fatl"],notdog:["fans"],"notdog-duo":["fands"],etch:["faes"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"]})),["solid","regular","light","thin","duotone","brands","semibold"],["aw","fw","pull-left","pull-right"],["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","inverse","layers","layers-bottom-left","layers-bottom-right","layers-counter","layers-text","layers-top-left","layers-top-right","li","pull-end","pull-start","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul","width-auto","width-fixed",Z,tt,nt,et]).concat(it.map((function(t){return"".concat(t,"x")}))).concat(ot.map((function(t){return"w-".concat(t)}))),lt="___FONT_AWESOME___",ft="svg-inline--fa",ct="data-fa-i2svg",ut="data-fa-pseudo-element",dt="data-prefix",mt="data-icon",ht="fontawesome-i2svg",gt=["HTML","HEAD","STYLE","SCRIPT"],pt=["::before","::after",":before",":after"],vt=function(){try{return!0}catch(t){return!1}}();function bt(t){return new Proxy(t,{get:function(t,n){return n in t?t[n]:t[E]}})}var yt=l({},N);yt[E]=l(l(l(l({},{"fa-duotone":"duotone"}),N[E]),K),G);var xt=bt(yt),wt=l({},{chisel:{regular:"facr"},classic:{brands:"fab",light:"fal",regular:"far",solid:"fas",thin:"fat"},duotone:{light:"fadl",regular:"fadr",solid:"fad",thin:"fadt"},etch:{solid:"faes"},jelly:{regular:"fajr"},"jelly-duo":{regular:"fajdr"},"jelly-fill":{regular:"fajfr"},notdog:{solid:"fans"},"notdog-duo":{solid:"fands"},sharp:{light:"fasl",regular:"fasr",solid:"fass",thin:"fast"},"sharp-duotone":{light:"fasdl",regular:"fasdr",solid:"fasds",thin:"fasdt"},slab:{regular:"faslr"},"slab-press":{regular:"faslpr"},thumbprint:{light:"fatl"},whiteboard:{semibold:"fawsb"}});wt[E]=l(l(l(l({},{duotone:"fad"}),wt[E]),$),Q);var kt=bt(wt),St=l({},at);St[E]=l(l({},St[E]),{fak:"fa-kit"});var At=bt(St),jt=l({},{classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"},slab:{"fa-regular":"faslr"},"slab-press":{"fa-regular":"faslpr"},whiteboard:{"fa-semibold":"fawsb"},thumbprint:{"fa-light":"fatl"},notdog:{"fa-solid":"fans"},"notdog-duo":{"fa-solid":"fands"},etch:{"fa-solid":"faes"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"}});jt[E]=l(l({},jt[E]),{"fa-kit":"fak"});bt(jt);var Pt=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|jr|jfr|jdr|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,Ft="fa-layers-text",It=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Slab Press|Slab|Whiteboard)?.*/i,Nt=(bt(l({},{classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"},slab:{400:"faslr"},"slab-press":{400:"faslpr"},whiteboard:{600:"fawsb"},thumbprint:{300:"fatl"},notdog:{900:"fans"},"notdog-duo":{900:"fands"},etch:{900:"faes"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"}})),["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"]),Ot={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},Et=[].concat(c(["kit"]),c(st)),Ct=S.FontAwesomeConfig||{};if(A&&"function"==typeof A.querySelector){[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-search-pseudo-elements","searchPseudoElements"],["data-search-pseudo-elements-warnings","searchPseudoElementsWarnings"],["data-search-pseudo-elements-full-scan","searchPseudoElementsFullScan"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach((function(t){var n=f(t,2),e=n[0],a=n[1],r=function(t){return""===t||"false"!==t&&("true"===t||t)}(function(t){var n=A.querySelector("script["+t+"]");if(n)return n.getAttribute(t)}(e));null!=r&&(Ct[a]=r)}))}var zt={styleDefault:"solid",familyDefault:E,cssPrefix:"fa",replacementClass:ft,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};Ct.familyPrefix&&(Ct.cssPrefix=Ct.familyPrefix);var Mt=l(l({},zt),Ct);Mt.autoReplaceSvg||(Mt.observeMutations=!1);var Dt={};Object.keys(zt).forEach((function(t){Object.defineProperty(Dt,t,{enumerable:!0,set:function(n){Mt[t]=n,Lt.forEach((function(t){return t(Dt)}))},get:function(){return Mt[t]}})})),Object.defineProperty(Dt,"familyPrefix",{enumerable:!0,set:function(t){Mt.cssPrefix=t,Lt.forEach((function(t){return t(Dt)}))},get:function(){return Mt.cssPrefix}}),S.FontAwesomeConfig=Dt;var Lt=[];var Tt=16,Rt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Wt(){for(var t=12,n="";t-- >0;)n+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return n}function Yt(t){for(var n=[],e=(t||[]).length>>>0;e--;)n[e]=t[e];return n}function Ht(t){return t.classList?Yt(t.classList):(t.getAttribute("class")||"").split(" ").filter((function(t){return t}))}function Jt(t){return"".concat(t).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function _t(t){return Object.keys(t||{}).reduce((function(n,e){return n+"".concat(e,": ").concat(t[e].trim(),";")}),"")}function Bt(t){return t.size!==Rt.size||t.x!==Rt.x||t.y!==Rt.y||t.rotate!==Rt.rotate||t.flipX||t.flipY}function Ut(){var t="fa",n=ft,e=Dt.cssPrefix,a=Dt.replacementClass,r=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Free";\n --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Duotone";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";\n --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";\n --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";\n --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";\n --fa-font-thumbprint-light: normal 300 1em/1 "Font Awesome 7 Thumbprint";\n --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";\n --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";\n --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";\n --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";\n --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";\n --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";\n --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";\n}\n\n.svg-inline--fa {\n box-sizing: content-box;\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285714em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left,\n.svg-inline--fa .fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-pull-right,\n.svg-inline--fa .fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.fa-layers .svg-inline--fa {\n inset: 0;\n margin: auto;\n position: absolute;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-counter-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xs {\n font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-sm {\n font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-lg {\n font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xl {\n font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-2xl {\n font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-width-auto {\n --fa-width: auto;\n}\n\n.fa-fw,\n.fa-width-fixed {\n --fa-width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-inline-start: var(--fa-li-margin, 2.5em);\n padding-inline-start: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n/* Heads Up: Bordered Icons will not be supported in the future!\n - This feature will be deprecated in the next major release of Font Awesome (v8)!\n - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.\n*/\n/* Notes:\n* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)\n* --@{v.$css-prefix}-border-padding =\n ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it\'s vertical alignment)\n ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)\n*/\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.0625em);\n box-sizing: var(--fa-border-box-sizing, content-box);\n padding: var(--fa-border-padding, 0.1875em 0.25em);\n}\n\n.fa-pull-left,\n.fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right,\n.fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n animation-name: fa-beat;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n animation-name: fa-bounce;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n animation-name: fa-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n animation-name: fa-beat-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n animation-name: fa-flip;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n animation-name: fa-shake;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n animation-name: fa-spin;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 2s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n animation-name: fa-spin;\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n .fa-bounce,\n .fa-fade,\n .fa-beat-fade,\n .fa-flip,\n .fa-pulse,\n .fa-shake,\n .fa-spin,\n .fa-spin-pulse {\n animation: none !important;\n transition: none !important;\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n transform: scale(1);\n }\n 45% {\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-bounce {\n 0% {\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-flip {\n 50% {\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-shake {\n 0% {\n transform: rotate(-15deg);\n }\n 4% {\n transform: rotate(15deg);\n }\n 8%, 24% {\n transform: rotate(-18deg);\n }\n 12%, 28% {\n transform: rotate(18deg);\n }\n 16% {\n transform: rotate(-22deg);\n }\n 20% {\n transform: rotate(22deg);\n }\n 32% {\n transform: rotate(-12deg);\n }\n 36% {\n transform: rotate(12deg);\n }\n 40%, 100% {\n transform: rotate(0deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n transform: rotate(var(--fa-rotate-angle, 0));\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.svg-inline--fa.fa-inverse {\n fill: var(--fa-inverse, #fff);\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: middle;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.svg-inline--fa.fa-stack-1x {\n --fa-width: 1.25em;\n height: 1em;\n width: var(--fa-width);\n}\n.svg-inline--fa.fa-stack-2x {\n --fa-width: 2.5em;\n height: 2em;\n width: var(--fa-width);\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n inset: 0;\n margin: auto;\n position: absolute;\n z-index: var(--fa-stack-z-index, auto);\n}';if(e!==t||a!==n){var i=new RegExp("\\.".concat(t,"\\-"),"g"),o=new RegExp("\\--".concat(t,"\\-"),"g"),s=new RegExp("\\.".concat(n),"g");r=r.replace(i,".".concat(e,"-")).replace(o,"--".concat(e,"-")).replace(s,".".concat(a))}return r}var Vt=!1;function Xt(){Dt.autoAddCss&&!Vt&&(!function(t){if(t&&F){var n=A.createElement("style");n.setAttribute("type","text/css"),n.innerHTML=t;for(var e=A.head.childNodes,a=null,r=e.length-1;r>-1;r--){var i=e[r],o=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(o)>-1&&(a=i)}A.head.insertBefore(n,a)}}(Ut()),Vt=!0)}var qt={mixout:function(){return{dom:{css:Ut,insertCss:Xt}}},hooks:function(){return{beforeDOMElementCreation:function(){Xt()},beforeI2svg:function(){Xt()}}}},Kt=S||{};Kt[lt]||(Kt[lt]={}),Kt[lt].styles||(Kt[lt].styles={}),Kt[lt].hooks||(Kt[lt].hooks={}),Kt[lt].shims||(Kt[lt].shims=[]);var Gt=Kt[lt],$t=[],Qt=function(){A.removeEventListener("DOMContentLoaded",Qt),Zt=1,$t.map((function(t){return t()}))},Zt=!1;function tn(t){var n=t.tag,e=t.attributes,a=void 0===e?{}:e,r=t.children,i=void 0===r?[]:r;return"string"==typeof t?Jt(t):"<".concat(n," ").concat(function(t){return Object.keys(t||{}).reduce((function(n,e){return n+"".concat(e,'="').concat(Jt(t[e]),'" ')}),"").trim()}(a),">").concat(i.map(tn).join(""),"</").concat(n,">")}function nn(t,n,e){if(t&&t[n]&&t[n][e])return{prefix:n,iconName:e,icon:t[n][e]}}F&&((Zt=(A.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(A.readyState))||A.addEventListener("DOMContentLoaded",Qt));var en=function(t,n,e,a){var r,i,o,s=Object.keys(t),l=s.length,f=void 0!==a?function(t,n){return function(e,a,r,i){return t.call(n,e,a,r,i)}}(n,a):n;for(void 0===e?(r=1,o=t[s[0]]):(r=0,o=e);r<l;r++)o=f(o,t[i=s[r]],i,t);return o};function an(t){return 1!==c(t).length?null:t.codePointAt(0).toString(16)}function rn(t){return Object.keys(t).reduce((function(n,e){var a=t[e];return!!a.icon?n[a.iconName]=a.icon:n[e]=a,n}),{})}function on(t,n){var e=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,a=void 0!==e&&e,r=rn(n);"function"!=typeof Gt.hooks.addPack||a?Gt.styles[t]=l(l({},Gt.styles[t]||{}),r):Gt.hooks.addPack(t,rn(n)),"fas"===t&&on("fa",n)}var sn=Gt.styles,ln=Gt.shims,fn=Object.keys(At),cn=fn.reduce((function(t,n){return t[n]=Object.keys(At[n]),t}),{}),un=null,dn={},mn={},hn={},gn={},pn={};function vn(t,n){var e,a=n.split("-"),r=a[0],i=a.slice(1).join("-");return r!==t||""===i||(e=i,~Et.indexOf(e))?null:i}var bn,yn=function(){var t=function(t){return en(sn,(function(n,e,a){return n[a]=en(e,t,{}),n}),{})};dn=t((function(t,n,e){(n[3]&&(t[n[3]]=e),n[2])&&n[2].filter((function(t){return"number"==typeof t})).forEach((function(n){t[n.toString(16)]=e}));return t})),mn=t((function(t,n,e){(t[e]=e,n[2])&&n[2].filter((function(t){return"string"==typeof t})).forEach((function(n){t[n]=e}));return t})),pn=t((function(t,n,e){var a=n[2];return t[e]=e,a.forEach((function(n){t[n]=e})),t}));var n="far"in sn||Dt.autoFetchSvg,e=en(ln,(function(t,e){var a=e[0],r=e[1],i=e[2];return"far"!==r||n||(r="fas"),"string"==typeof a&&(t.names[a]={prefix:r,iconName:i}),"number"==typeof a&&(t.unicodes[a.toString(16)]={prefix:r,iconName:i}),t}),{names:{},unicodes:{}});hn=e.names,gn=e.unicodes,un=An(Dt.styleDefault,{family:Dt.familyDefault})};function xn(t,n){return(dn[t]||{})[n]}function wn(t,n){return(pn[t]||{})[n]}function kn(t){return hn[t]||{prefix:null,iconName:null}}function Sn(){return un}bn=function(t){un=An(t.styleDefault,{family:Dt.familyDefault})},Lt.push(bn),yn();function An(t){var n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).family,e=void 0===n?E:n,a=xt[e][t];if(e===C&&!t)return"fad";var r=kt[e][t]||kt[e][a],i=t in Gt.styles?t:null;return r||i||null}function jn(t){return t.sort().filter((function(t,n,e){return e.indexOf(t)===n}))}var Pn=rt.concat(q);function Fn(t){var n,e,a=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).skipLookups,r=void 0!==a&&a,i=null,o=jn(t.filter((function(t){return Pn.includes(t)}))),s=jn(t.filter((function(t){return!Pn.includes(t)}))),c=f(o.filter((function(t){return i=t,!O.includes(t)})),1)[0],u=void 0===c?null:c,d=function(t){var n=E,e=fn.reduce((function(t,n){return t[n]="".concat(Dt.cssPrefix,"-").concat(n),t}),{});return V.forEach((function(a){(t.includes(e[a])||t.some((function(t){return cn[a].includes(t)})))&&(n=a)})),n}(o),m=l(l({},(n=[],e=null,s.forEach((function(t){var a=vn(Dt.cssPrefix,t);a?e=a:t&&n.push(t)})),{iconName:e,rest:n})),{},{prefix:An(u,{family:d})});return l(l(l({},m),function(t){var n=t.values,e=t.family,a=t.canonical,r=t.givenPrefix,i=void 0===r?"":r,o=t.styles,s=void 0===o?{}:o,l=t.config,f=void 0===l?{}:l,c=e===C,u=n.includes("fa-duotone")||n.includes("fad"),d="duotone"===f.familyDefault,m="fad"===a.prefix||"fa-duotone"===a.prefix;!c&&(u||d||m)&&(a.prefix="fad");(n.includes("fa-brands")||n.includes("fab"))&&(a.prefix="fab");if(!a.prefix&&In.includes(e)){if(Object.keys(s).find((function(t){return Nn.includes(t)}))||f.autoFetchSvg){var h=X.get(e).defaultShortPrefixId;a.prefix=h,a.iconName=wn(a.prefix,a.iconName)||a.iconName}}"fa"!==a.prefix&&"fa"!==i||(a.prefix=Sn()||"fas");return a}({values:t,family:d,styles:sn,config:Dt,canonical:m,givenPrefix:i})),function(t,n,e){var a=e.prefix,r=e.iconName;if(t||!a||!r)return{prefix:a,iconName:r};var i="fa"===n?kn(r):{},o=wn(a,r);r=i.iconName||o||r,"far"!==(a=i.prefix||a)||sn.far||!sn.fas||Dt.autoFetchSvg||(a="fas");return{prefix:a,iconName:r}}(r,i,m))}var In=V.filter((function(t){return t!==E||t!==C})),Nn=Object.keys(at).filter((function(t){return t!==E})).map((function(t){return Object.keys(at[t])})).flat();var On=function(){return function(t,n,e){return n&&r(t.prototype,n),e&&r(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}((function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.definitions={}}),[{key:"add",value:function(){for(var t=this,n=arguments.length,e=new Array(n),a=0;a<n;a++)e[a]=arguments[a];var r=e.reduce(this._pullDefinitions,{});Object.keys(r).forEach((function(n){t.definitions[n]=l(l({},t.definitions[n]||{}),r[n]),on(n,r[n]);var e=At[E][n];e&&on(e,r[n]),yn()}))}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(t,n){var e=n.prefix&&n.iconName&&n.icon?{0:n}:n;return Object.keys(e).map((function(n){var a=e[n],r=a.prefix,i=a.iconName,o=a.icon,s=o[2];t[r]||(t[r]={}),s.length>0&&s.forEach((function(n){"string"==typeof n&&(t[r][n]=o)})),t[r][i]=o})),t}}])}(),En=[],Cn={},zn={},Mn=Object.keys(zn);function Dn(t,n){for(var e=arguments.length,a=new Array(e>2?e-2:0),r=2;r<e;r++)a[r-2]=arguments[r];return(Cn[t]||[]).forEach((function(t){n=t.apply(null,[n].concat(a))})),n}function Ln(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;a++)e[a-1]=arguments[a];(Cn[t]||[]).forEach((function(t){t.apply(null,e)}))}function Tn(){var t=arguments[0],n=Array.prototype.slice.call(arguments,1);return zn[t]?zn[t].apply(null,n):void 0}function Rn(t){"fa"===t.prefix&&(t.prefix="fas");var n=t.iconName,e=t.prefix||Sn();if(n)return n=wn(e,n)||n,nn(Wn.definitions,e,n)||nn(Gt.styles,e,n)}var Wn=new On,Yn={i2svg:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return F?(Ln("beforeI2svg",t),Tn("pseudoElements2svg",t),Tn("i2svg",t)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=n.autoReplaceSvgRoot;!1===Dt.autoReplaceSvg&&(Dt.autoReplaceSvg=!0),Dt.observeMutations=!0,t=function(){Jn({autoReplaceSvgRoot:e}),Ln("watch",n)},F&&(Zt?setTimeout(t,0):$t.push(t))}},Hn={noAuto:function(){Dt.autoReplaceSvg=!1,Dt.observeMutations=!1,Ln("noAuto")},config:Dt,dom:Yn,parse:{icon:function(t){if(null===t)return null;if("object"===d(t)&&t.prefix&&t.iconName)return{prefix:t.prefix,iconName:wn(t.prefix,t.iconName)||t.iconName};if(Array.isArray(t)&&2===t.length){var n=0===t[1].indexOf("fa-")?t[1].slice(3):t[1],e=An(t[0]);return{prefix:e,iconName:wn(e,n)||n}}if("string"==typeof t&&(t.indexOf("".concat(Dt.cssPrefix,"-"))>-1||t.match(Pt))){var a=Fn(t.split(" "),{skipLookups:!0});return{prefix:a.prefix||Sn(),iconName:wn(a.prefix,a.iconName)||a.iconName}}if("string"==typeof t){var r=Sn();return{prefix:r,iconName:wn(r,t)||t}}}},library:Wn,findIconDefinition:Rn,toHtml:tn},Jn=function(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).autoReplaceSvgRoot,n=void 0===t?A:t;(Object.keys(Gt.styles).length>0||Dt.autoFetchSvg)&&F&&Dt.autoReplaceSvg&&Hn.dom.i2svg({node:n})};function _n(t,n){return Object.defineProperty(t,"abstract",{get:n}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map((function(t){return tn(t)}))}}),Object.defineProperty(t,"node",{get:function(){if(F){var n=A.createElement("div");return n.innerHTML=t.html,n.children}}}),t}function Bn(t){var n=t.icons,e=n.main,a=n.mask,r=t.prefix,i=t.iconName,o=t.transform,s=t.symbol,f=t.maskId,c=t.extra,u=t.watchable,d=void 0!==u&&u,m=a.found?a:e,h=m.width,g=m.height,p=[Dt.replacementClass,i?"".concat(Dt.cssPrefix,"-").concat(i):""].filter((function(t){return-1===c.classes.indexOf(t)})).filter((function(t){return""!==t||!!t})).concat(c.classes).join(" "),v={children:[],attributes:l(l({},c.attributes),{},{"data-prefix":r,"data-icon":i,class:p,role:c.attributes.role||"img",viewBox:"0 0 ".concat(h," ").concat(g)})};(function(t){return["aria-label","aria-labelledby","title","role"].some((function(n){return n in t}))})(c.attributes)||c.attributes["aria-hidden"]||(v.attributes["aria-hidden"]="true"),d&&(v.attributes[ct]="");var b=l(l({},v),{},{prefix:r,iconName:i,main:e,mask:a,maskId:f,transform:o,symbol:s,styles:l({},c.styles)}),y=a.found&&e.found?Tn("generateAbstractMask",b)||{children:[],attributes:{}}:Tn("generateAbstractIcon",b)||{children:[],attributes:{}},x=y.children,w=y.attributes;return b.children=x,b.attributes=w,s?function(t){var n=t.prefix,e=t.iconName,a=t.children,r=t.attributes,i=t.symbol,o=!0===i?"".concat(n,"-").concat(Dt.cssPrefix,"-").concat(e):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:l(l({},r),{},{id:o}),children:a}]}]}(b):function(t){var n=t.children,e=t.main,a=t.mask,r=t.attributes,i=t.styles,o=t.transform;if(Bt(o)&&e.found&&!a.found){var s={x:e.width/e.height/2,y:.5};r.style=_t(l(l({},i),{},{"transform-origin":"".concat(s.x+o.x/16,"em ").concat(s.y+o.y/16,"em")}))}return[{tag:"svg",attributes:r,children:n}]}(b)}function Un(t){var n=t.content,e=t.width,a=t.height,r=t.transform,i=t.extra,o=t.watchable,s=void 0!==o&&o,f=l(l({},i.attributes),{},{class:i.classes.join(" ")});s&&(f[ct]="");var c=l({},i.styles);Bt(r)&&(c.transform=function(t){var n=t.transform,e=t.width,a=void 0===e?16:e,r=t.height,i=void 0===r?16:r,o=t.startCentered,s=void 0!==o&&o,l="";return l+=s&&I?"translate(".concat(n.x/Tt-a/2,"em, ").concat(n.y/Tt-i/2,"em) "):s?"translate(calc(-50% + ".concat(n.x/Tt,"em), calc(-50% + ").concat(n.y/Tt,"em)) "):"translate(".concat(n.x/Tt,"em, ").concat(n.y/Tt,"em) "),l+="scale(".concat(n.size/Tt*(n.flipX?-1:1),", ").concat(n.size/Tt*(n.flipY?-1:1),") "),l+"rotate(".concat(n.rotate,"deg) ")}({transform:r,startCentered:!0,width:e,height:a}),c["-webkit-transform"]=c.transform);var u=_t(c);u.length>0&&(f.style=u);var d=[];return d.push({tag:"span",attributes:f,children:[n]}),d}var Vn=Gt.styles;function Xn(t){var n=t[0],e=t[1],a=f(t.slice(4),1)[0];return{found:!0,width:n,height:e,icon:Array.isArray(a)?{tag:"g",attributes:{class:"".concat(Dt.cssPrefix,"-").concat(Ot.GROUP)},children:[{tag:"path",attributes:{class:"".concat(Dt.cssPrefix,"-").concat(Ot.SECONDARY),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(Dt.cssPrefix,"-").concat(Ot.PRIMARY),fill:"currentColor",d:a[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:a}}}}var qn={found:!1,width:512,height:512};function Kn(t,n){var e=n;return"fa"===n&&null!==Dt.styleDefault&&(n=Sn()),new Promise((function(a,r){if("fa"===e){var i=kn(t)||{};t=i.iconName||t,n=i.prefix||n}if(t&&n&&Vn[n]&&Vn[n][t])return a(Xn(Vn[n][t]));!function(t,n){vt||Dt.showMissingIcons||!t||console.error('Icon with name "'.concat(t,'" and prefix "').concat(n,'" is missing.'))}(t,n),a(l(l({},qn),{},{icon:Dt.showMissingIcons&&t&&Tn("missingIconAbstract")||{}}))}))}var Gn=function(){},$n=Dt.measurePerformance&&P&&P.mark&&P.measure?P:{mark:Gn,measure:Gn},Qn='FA "7.0.1"',Zn=function(t){$n.mark("".concat(Qn," ").concat(t," ends")),$n.measure("".concat(Qn," ").concat(t),"".concat(Qn," ").concat(t," begins"),"".concat(Qn," ").concat(t," ends"))},te=function(t){return $n.mark("".concat(Qn," ").concat(t," begins")),function(){return Zn(t)}},ne=function(){};function ee(t){return"string"==typeof(t.getAttribute?t.getAttribute(ct):null)}function ae(t){return A.createElementNS("http://www.w3.org/2000/svg",t)}function re(t){return A.createElement(t)}function ie(t){var n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).ceFn,e=void 0===n?"svg"===t.tag?ae:re:n;if("string"==typeof t)return A.createTextNode(t);var a=e(t.tag);return Object.keys(t.attributes||[]).forEach((function(n){a.setAttribute(n,t.attributes[n])})),(t.children||[]).forEach((function(t){a.appendChild(ie(t,{ceFn:e}))})),a}var oe={replace:function(t){var n=t[0];if(n.parentNode)if(t[1].forEach((function(t){n.parentNode.insertBefore(ie(t),n)})),null===n.getAttribute(ct)&&Dt.keepOriginalSource){var e=A.createComment(function(t){var n=" ".concat(t.outerHTML," ");return"".concat(n,"Font Awesome fontawesome.com ")}(n));n.parentNode.replaceChild(e,n)}else n.remove()},nest:function(t){var n=t[0],e=t[1];if(~Ht(n).indexOf(Dt.replacementClass))return oe.replace(t);var a=new RegExp("".concat(Dt.cssPrefix,"-.*"));if(delete e[0].attributes.id,e[0].attributes.class){var r=e[0].attributes.class.split(" ").reduce((function(t,n){return n===Dt.replacementClass||n.match(a)?t.toSvg.push(n):t.toNode.push(n),t}),{toNode:[],toSvg:[]});e[0].attributes.class=r.toSvg.join(" "),0===r.toNode.length?n.removeAttribute("class"):n.setAttribute("class",r.toNode.join(" "))}var i=e.map((function(t){return tn(t)})).join("\n");n.setAttribute(ct,""),n.innerHTML=i}};function se(t){t()}function le(t,n){var e="function"==typeof n?n:ne;if(0===t.length)e();else{var a=se;"async"===Dt.mutateApproach&&(a=S.requestAnimationFrame||se),a((function(){var n=!0===Dt.autoReplaceSvg?oe.replace:oe[Dt.autoReplaceSvg]||oe.replace,a=te("mutate");t.map(n),a(),e()}))}}var fe=!1;function ce(){fe=!0}function ue(){fe=!1}var de=null;function me(t){if(j&&Dt.observeMutations){var n=t.treeCallback,e=void 0===n?ne:n,a=t.nodeCallback,r=void 0===a?ne:a,i=t.pseudoElementsCallback,o=void 0===i?ne:i,s=t.observeMutationsRoot,l=void 0===s?A:s;de=new j((function(t){if(!fe){var n=Sn();Yt(t).forEach((function(t){if("childList"===t.type&&t.addedNodes.length>0&&!ee(t.addedNodes[0])&&(Dt.searchPseudoElements&&o(t.target),e(t.target)),"attributes"===t.type&&t.target.parentNode&&Dt.searchPseudoElements&&o([t.target],!0),"attributes"===t.type&&ee(t.target)&&~Nt.indexOf(t.attributeName))if("class"===t.attributeName&&function(t){var n=t.getAttribute?t.getAttribute(dt):null,e=t.getAttribute?t.getAttribute(mt):null;return n&&e}(t.target)){var a=Fn(Ht(t.target)),i=a.prefix,s=a.iconName;t.target.setAttribute(dt,i||n),s&&t.target.setAttribute(mt,s)}else(l=t.target)&&l.classList&&l.classList.contains&&l.classList.contains(Dt.replacementClass)&&r(t.target);var l}))}})),F&&de.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function he(t){var n,e,a=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),i=void 0!==t.innerText?t.innerText.trim():"",o=Fn(Ht(t));return o.prefix||(o.prefix=Sn()),a&&r&&(o.prefix=a,o.iconName=r),o.iconName&&o.prefix||(o.prefix&&i.length>0&&(o.iconName=(n=o.prefix,e=t.innerText,(mn[n]||{})[e]||xn(o.prefix,an(t.innerText)))),!o.iconName&&Dt.autoFetchSvg&&t.firstChild&&t.firstChild.nodeType===Node.TEXT_NODE&&(o.iconName=t.firstChild.data)),o}function ge(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},e=he(t),a=e.iconName,r=e.prefix,i=e.rest,o=function(t){return Yt(t.attributes).reduce((function(t,n){return"class"!==t.name&&"style"!==t.name&&(t[n.name]=n.value),t}),{})}(t),s=Dn("parseNodeAttributes",{},t),f=n.styleParser?function(t){var n=t.getAttribute("style"),e=[];return n&&(e=n.split(";").reduce((function(t,n){var e=n.split(":"),a=e[0],r=e.slice(1);return a&&r.length>0&&(t[a]=r.join(":").trim()),t}),{})),e}(t):[];return l({iconName:a,prefix:r,transform:Rt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:f,attributes:o}},s)}var pe=Gt.styles;function ve(t){var n="nest"===Dt.autoReplaceSvg?ge(t,{styleParser:!1}):ge(t);return~n.extra.classes.indexOf(Ft)?Tn("generateLayersText",t,n):Tn("generateSvgReplacementMutation",t,n)}function be(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!F)return Promise.resolve();var e=A.documentElement.classList,a=function(t){return e.add("".concat(ht,"-").concat(t))},r=function(t){return e.remove("".concat(ht,"-").concat(t))},i=Dt.autoFetchSvg?[].concat(c(q),c(rt)):O.concat(Object.keys(pe));i.includes("fa")||i.push("fa");var o=[".".concat(Ft,":not([").concat(ct,"])")].concat(i.map((function(t){return".".concat(t,":not([").concat(ct,"])")}))).join(", ");if(0===o.length)return Promise.resolve();var s=[];try{s=Yt(t.querySelectorAll(o))}catch(t){}if(!(s.length>0))return Promise.resolve();a("pending"),r("complete");var l=te("onTree"),f=s.reduce((function(t,n){try{var e=ve(n);e&&t.push(e)}catch(t){vt||"MissingIcon"===t.name&&console.error(t)}return t}),[]);return new Promise((function(t,e){Promise.all(f).then((function(e){le(e,(function(){a("active"),a("complete"),r("pending"),"function"==typeof n&&n(),l(),t()}))})).catch((function(t){l(),e(t)}))}))}function ye(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;ve(t).then((function(t){t&&le([t],n)}))}var xe=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.transform,a=void 0===e?Rt:e,r=n.symbol,i=void 0!==r&&r,o=n.mask,s=void 0===o?null:o,f=n.maskId,c=void 0===f?null:f,u=n.classes,d=void 0===u?[]:u,m=n.attributes,h=void 0===m?{}:m,g=n.styles,p=void 0===g?{}:g;if(t){var v=t.prefix,b=t.iconName,y=t.icon;return _n(l({type:"icon"},t),(function(){return Ln("beforeDOMElementCreation",{iconDefinition:t,params:n}),Bn({icons:{main:Xn(y),mask:s?Xn(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:v,iconName:b,transform:l(l({},Rt),a),symbol:i,maskId:c,extra:{attributes:h,styles:p,classes:d}})}))}},we={mixout:function(){return{icon:(t=xe,function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=(n||{}).icon?n:Rn(n||{}),r=e.mask;return r&&(r=(r||{}).icon?r:Rn(r||{})),t(a,l(l({},e),{},{mask:r}))})};var t},hooks:function(){return{mutationObserverCallbacks:function(t){return t.treeCallback=be,t.nodeCallback=ye,t}}},provides:function(t){t.i2svg=function(t){var n=t.node,e=void 0===n?A:n,a=t.callback;return be(e,void 0===a?function(){}:a)},t.generateSvgReplacementMutation=function(t,n){var e=n.iconName,a=n.prefix,r=n.transform,i=n.symbol,o=n.mask,s=n.maskId,l=n.extra;return new Promise((function(n,c){Promise.all([Kn(e,a),o.iconName?Kn(o.iconName,o.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then((function(o){var c=f(o,2),u=c[0],d=c[1];n([t,Bn({icons:{main:u,mask:d},prefix:a,iconName:e,transform:r,symbol:i,maskId:s,extra:l,watchable:!0})])})).catch(c)}))},t.generateAbstractIcon=function(t){var n,e=t.children,a=t.attributes,r=t.main,i=t.transform,o=_t(t.styles);return o.length>0&&(a.style=o),Bt(i)&&(n=Tn("generateAbstractTransformGrouping",{main:r,transform:i,containerWidth:r.width,iconWidth:r.width})),e.push(n||r.icon),{children:e,attributes:a}}}},ke={mixout:function(){return{layer:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.classes,a=void 0===e?[]:e;return _n({type:"layer"},(function(){Ln("beforeDOMElementCreation",{assembler:t,params:n});var e=[];return t((function(t){Array.isArray(t)?t.map((function(t){e=e.concat(t.abstract)})):e=e.concat(t.abstract)})),[{tag:"span",attributes:{class:["".concat(Dt.cssPrefix,"-layers")].concat(c(a)).join(" ")},children:e}]}))}}}},Se={mixout:function(){return{counter:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.title,a=void 0===e?null:e,r=n.classes,i=void 0===r?[]:r,o=n.attributes,s=void 0===o?{}:o,f=n.styles,u=void 0===f?{}:f;return _n({type:"counter",content:t},(function(){return Ln("beforeDOMElementCreation",{content:t,params:n}),function(t){var n=t.content,e=t.extra,a=l(l({},e.attributes),{},{class:e.classes.join(" ")}),r=_t(e.styles);r.length>0&&(a.style=r);var i=[];return i.push({tag:"span",attributes:a,children:[n]}),i}({content:t.toString(),title:a,extra:{attributes:s,styles:u,classes:["".concat(Dt.cssPrefix,"-layers-counter")].concat(c(i))}})}))}}}},Ae={mixout:function(){return{text:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=n.transform,a=void 0===e?Rt:e,r=n.classes,i=void 0===r?[]:r,o=n.attributes,s=void 0===o?{}:o,f=n.styles,u=void 0===f?{}:f;return _n({type:"text",content:t},(function(){return Ln("beforeDOMElementCreation",{content:t,params:n}),Un({content:t,transform:l(l({},Rt),a),extra:{attributes:s,styles:u,classes:["".concat(Dt.cssPrefix,"-layers-text")].concat(c(i))}})}))}}},provides:function(t){t.generateLayersText=function(t,n){var e=n.transform,a=n.extra,r=null,i=null;if(I){var o=parseInt(getComputedStyle(t).fontSize,10),s=t.getBoundingClientRect();r=s.width/o,i=s.height/o}return Promise.resolve([t,Un({content:t.innerHTML,width:r,height:i,transform:e,extra:a,watchable:!0})])}}},je=new RegExp('"',"ug"),Pe=[1105920,1112319],Fe=l(l(l(l({},{FontAwesome:{normal:"fas",400:"fas"}}),{"Font Awesome 7 Free":{900:"fas",400:"far"},"Font Awesome 7 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 7 Brands":{400:"fab",normal:"fab"},"Font Awesome 7 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 7 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 7 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"},"Font Awesome 7 Jelly":{400:"fajr",normal:"fajr"},"Font Awesome 7 Jelly Fill":{400:"fajfr",normal:"fajfr"},"Font Awesome 7 Jelly Duo":{400:"fajdr",normal:"fajdr"},"Font Awesome 7 Slab":{400:"faslr",normal:"faslr"},"Font Awesome 7 Slab Press":{400:"faslpr",normal:"faslpr"},"Font Awesome 7 Thumbprint":{300:"fatl",normal:"fatl"},"Font Awesome 7 Notdog":{900:"fans",normal:"fans"},"Font Awesome 7 Notdog Duo":{900:"fands",normal:"fands"},"Font Awesome 7 Etch":{900:"faes",normal:"faes"},"Font Awesome 7 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"}}),{"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}}),{"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}}),Ie=Object.keys(Fe).reduce((function(t,n){return t[n.toLowerCase()]=Fe[n],t}),{}),Ne=Object.keys(Ie).reduce((function(t,n){var e=Ie[n];return t[n]=e[900]||c(Object.entries(e))[0][1],t}),{});function Oe(t,n){var e="".concat("data-fa-pseudo-element-pending").concat(n.replace(":","-"));return new Promise((function(a,r){if(null!==t.getAttribute(e))return a();var i,o,s,f=Yt(t.children).filter((function(t){return t.getAttribute(ut)===n}))[0],u=S.getComputedStyle(t,n),d=u.getPropertyValue("font-family"),m=d.match(It),h=u.getPropertyValue("font-weight"),g=u.getPropertyValue("content");if(f&&!m)return t.removeChild(f),a();if(m&&"none"!==g&&""!==g){var p=u.getPropertyValue("content"),v=function(t,n){var e=t.replace(/^['"]|['"]$/g,"").toLowerCase(),a=parseInt(n),r=isNaN(a)?"normal":a;return(Ie[e]||{})[r]||Ne[e]}(d,h),b=function(t){return an(c(t.replace(je,""))[0]||"")}(p),y=m[0].startsWith("FontAwesome"),x=function(t){var n=t.getPropertyValue("font-feature-settings").includes("ss01"),e=t.getPropertyValue("content").replace(je,""),a=e.codePointAt(0),r=a>=Pe[0]&&a<=Pe[1],i=2===e.length&&e[0]===e[1];return r||i||n}(u),w=xn(v,b),k=w;if(y){var j=(o=gn[i=b],s=xn("fas",i),o||(s?{prefix:"fas",iconName:s}:null)||{prefix:null,iconName:null});j.iconName&&j.prefix&&(w=j.iconName,v=j.prefix)}if(!w||x||f&&f.getAttribute(dt)===v&&f.getAttribute(mt)===k)a();else{t.setAttribute(e,k),f&&t.removeChild(f);var P={iconName:null,prefix:null,transform:Rt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}},F=P.extra;F.attributes[ut]=n,Kn(w,v).then((function(r){var i=Bn(l(l({},P),{},{icons:{main:r,mask:{prefix:null,iconName:null,rest:[]}},prefix:v,iconName:k,extra:F,watchable:!0})),o=A.createElementNS("http://www.w3.org/2000/svg","svg");"::before"===n?t.insertBefore(o,t.firstChild):t.appendChild(o),o.outerHTML=i.map((function(t){return tn(t)})).join("\n"),t.removeAttribute(e),a()})).catch(r)}}else a()}))}function Ee(t){return Promise.all([Oe(t,"::before"),Oe(t,"::after")])}function Ce(t){return!(t.parentNode===document.head||~gt.indexOf(t.tagName.toUpperCase())||t.getAttribute(ut)||t.parentNode&&"svg"===t.parentNode.tagName)}var ze=function(t){return!!t&&pt.some((function(n){return t.includes(n)}))},Me=function(t){if(!t)return[];var n=new Set,e=t.split(/,(?![^()]*\))/).map((function(t){return t.trim()}));e=e.flatMap((function(t){return t.includes("(")?t:t.split(",").map((function(t){return t.trim()}))}));var a,r=i(e);try{for(r.s();!(a=r.n()).done;){var o=a.value;if(ze(o)){var s=pt.reduce((function(t,n){return t.replace(n,"")}),o);""!==s&&"*"!==s&&n.add(s)}}}catch(t){r.e(t)}finally{r.f()}return n};function De(t){if(F){var n;if(arguments.length>1&&void 0!==arguments[1]&&arguments[1])n=t;else if(Dt.searchPseudoElementsFullScan)n=t.querySelectorAll("*");else{var e,a=new Set,r=i(document.styleSheets);try{for(r.s();!(e=r.n()).done;){var o=e.value;try{var s,l=i(o.cssRules);try{for(l.s();!(s=l.n()).done;){var f,c=s.value,u=i(Me(c.selectorText));try{for(u.s();!(f=u.n()).done;){var d=f.value;a.add(d)}}catch(t){u.e(t)}finally{u.f()}}}catch(t){l.e(t)}finally{l.f()}}catch(t){Dt.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(o.href," (").concat(t.message,')\nIf it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the <link>, enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.'))}}}catch(t){r.e(t)}finally{r.f()}if(!a.size)return;var m=Array.from(a).join(", ");try{n=t.querySelectorAll(m)}catch(t){}}return new Promise((function(t,e){var a=Yt(n).filter(Ce).map(Ee),r=te("searchPseudoElements");ce(),Promise.all(a).then((function(){r(),ue(),t()})).catch((function(){r(),ue(),e()}))}))}}var Le={hooks:function(){return{mutationObserverCallbacks:function(t){return t.pseudoElementsCallback=De,t}}},provides:function(t){t.pseudoElements2svg=function(t){var n=t.node,e=void 0===n?A:n;Dt.searchPseudoElements&&De(e)}}},Te=!1,Re=function(t){return t.toLowerCase().split(" ").reduce((function(t,n){var e=n.toLowerCase().split("-"),a=e[0],r=e.slice(1).join("-");if(a&&"h"===r)return t.flipX=!0,t;if(a&&"v"===r)return t.flipY=!0,t;if(r=parseFloat(r),isNaN(r))return t;switch(a){case"grow":t.size=t.size+r;break;case"shrink":t.size=t.size-r;break;case"left":t.x=t.x-r;break;case"right":t.x=t.x+r;break;case"up":t.y=t.y-r;break;case"down":t.y=t.y+r;break;case"rotate":t.rotate=t.rotate+r}return t}),{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},We={mixout:function(){return{parse:{transform:function(t){return Re(t)}}}},hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-transform");return e&&(t.transform=Re(e)),t}}},provides:function(t){t.generateAbstractTransformGrouping=function(t){var n=t.main,e=t.transform,a=t.containerWidth,r=t.iconWidth,i={transform:"translate(".concat(a/2," 256)")},o="translate(".concat(32*e.x,", ").concat(32*e.y,") "),s="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),f="rotate(".concat(e.rotate," 0 0)"),c={outer:i,inner:{transform:"".concat(o," ").concat(s," ").concat(f)},path:{transform:"translate(".concat(r/2*-1," -256)")}};return{tag:"g",attributes:l({},c.outer),children:[{tag:"g",attributes:l({},c.inner),children:[{tag:n.icon.tag,children:n.icon.children,attributes:l(l({},n.icon.attributes),c.path)}]}]}}}},Ye={x:0,y:0,width:"100%",height:"100%"};function He(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t.attributes&&(t.attributes.fill||n)&&(t.attributes.fill="black"),t}var Je={hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-mask"),a=e?Fn(e.split(" ").map((function(t){return t.trim()}))):{prefix:null,iconName:null,rest:[]};return a.prefix||(a.prefix=Sn()),t.mask=a,t.maskId=n.getAttribute("data-fa-mask-id"),t}}},provides:function(t){t.generateAbstractMask=function(t){var n,e=t.children,a=t.attributes,r=t.main,i=t.mask,o=t.maskId,s=t.transform,f=r.width,c=r.icon,u=i.width,d=i.icon,m=function(t){var n=t.transform,e=t.containerWidth,a=t.iconWidth,r={transform:"translate(".concat(e/2," 256)")},i="translate(".concat(32*n.x,", ").concat(32*n.y,") "),o="scale(".concat(n.size/16*(n.flipX?-1:1),", ").concat(n.size/16*(n.flipY?-1:1),") "),s="rotate(".concat(n.rotate," 0 0)");return{outer:r,inner:{transform:"".concat(i," ").concat(o," ").concat(s)},path:{transform:"translate(".concat(a/2*-1," -256)")}}}({transform:s,containerWidth:u,iconWidth:f}),h={tag:"rect",attributes:l(l({},Ye),{},{fill:"white"})},g=c.children?{children:c.children.map(He)}:{},p={tag:"g",attributes:l({},m.inner),children:[He(l({tag:c.tag,attributes:l(l({},c.attributes),m.path)},g))]},v={tag:"g",attributes:l({},m.outer),children:[p]},b="mask-".concat(o||Wt()),y="clip-".concat(o||Wt()),x={tag:"mask",attributes:l(l({},Ye),{},{id:b,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[h,v]},w={tag:"defs",children:[{tag:"clipPath",attributes:{id:y},children:(n=d,"g"===n.tag?n.children:[n])},x]};return e.push(w,{tag:"rect",attributes:l({fill:"currentColor","clip-path":"url(#".concat(y,")"),mask:"url(#".concat(b,")")},Ye)}),{children:e,attributes:a}}}},_e={provides:function(t){var n=!1;S.matchMedia&&(n=S.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var t=[],e={fill:"currentColor"},a={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};t.push({tag:"path",attributes:l(l({},e),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var r=l(l({},a),{},{attributeName:"opacity"}),i={tag:"circle",attributes:l(l({},e),{},{cx:"256",cy:"364",r:"28"}),children:[]};return n||i.children.push({tag:"animate",attributes:l(l({},a),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:l(l({},r),{},{values:"1;0;1;1;0;1;"})}),t.push(i),t.push({tag:"path",attributes:l(l({},e),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:n?[]:[{tag:"animate",attributes:l(l({},r),{},{values:"1;0;0;0;0;1;"})}]}),n||t.push({tag:"path",attributes:l(l({},e),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:l(l({},r),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:t}}}};!function(t,n){var e=n.mixoutsTo;En=t,Cn={},Object.keys(zn).forEach((function(t){-1===Mn.indexOf(t)&&delete zn[t]})),En.forEach((function(t){var n=t.mixout?t.mixout():{};if(Object.keys(n).forEach((function(t){"function"==typeof n[t]&&(e[t]=n[t]),"object"===d(n[t])&&Object.keys(n[t]).forEach((function(a){e[t]||(e[t]={}),e[t][a]=n[t][a]}))})),t.hooks){var a=t.hooks();Object.keys(a).forEach((function(t){Cn[t]||(Cn[t]=[]),Cn[t].push(a[t])}))}t.provides&&t.provides(zn)}))}([qt,we,ke,Se,Ae,Le,{mixout:function(){return{dom:{unwatch:function(){ce(),Te=!0}}}},hooks:function(){return{bootstrap:function(){me(Dn("mutationObserverCallbacks",{}))},noAuto:function(){de&&de.disconnect()},watch:function(t){var n=t.observeMutationsRoot;Te?ue():me(Dn("mutationObserverCallbacks",{observeMutationsRoot:n}))}}}},We,Je,_e,{hooks:function(){return{parseNodeAttributes:function(t,n){var e=n.getAttribute("data-fa-symbol"),a=null!==e&&(""===e||e);return t.symbol=a,t}}}}],{mixoutsTo:Hn});var Be=Hn.noAuto,Ue=Hn.config,Ve=Hn.library,Xe=Hn.dom,qe=Hn.parse,Ke=Hn.findIconDefinition,Ge=Hn.toHtml,$e=Hn.icon,Qe=Hn.layer,Ze=Hn.text,ta=Hn.counter}}]);
@@ -1 +0,0 @@
1
- "use strict";(this.webpackChunktocco_devcon=this.webpackChunktocco_devcon||[]).push([[6916],{8264:(l,a,i)=>{i.r(a),i.d(a,{Icon:()=>N,default:()=>T});var e=i(26396),t=i.n(e),r=i(5556),f=i.n(r),c=i(39892),o=i.n(c),n=i(37107),s=i(37875),d=i(49456),b=i(15685),u=i(46784),p=i(58156),h=i.n(p),g=i(93564),w=i(74848),v=["icon","style","hasFixedWidth","title"];function m(l,a){var i=Object.keys(l);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(l);a&&(e=e.filter((function(a){return Object.getOwnPropertyDescriptor(l,a).enumerable}))),i.push.apply(i,e)}return i}function y(l){for(var a=1;a<arguments.length;a++){var i=null!=arguments[a]?arguments[a]:{};a%2?m(Object(i),!0).forEach((function(a){t()(l,a,i[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(i)):m(Object(i)).forEach((function(a){Object.defineProperty(l,a,Object.getOwnPropertyDescriptor(i,a))}))}return l}n.library.add(b.s4k,d.s4k,d.fMY,d.kpQ,d.XkK,d.Wzs,d.w2A,d.Jt$,d.Bwz,d.QLR,d.ao0,d.$Bp,d.yy,b.yy,d.GRI,d.dmS,d.CeG,d.CFw,d.IxC,d.GZ1,d.pS3,d.k6j,d.A4h,d.h8M,d.OXM,d.ruc,d.Wxp,d.fny,d.o1d,d.$MS,d.O_q,d.__G,d.CI$,d.e68,d.bxP,d.y_8,d.GEE,b.GEE,d.SGM,b.SGM,d.jPR,s.FjH,s.aUl,s.Kjv,s.mhH,s.uu9,s.iMk,s.qKs,d.ckx,d.vMs,d.KKr,d.Nz1,d.MjD,d.a$,d.Yj9,d.dB,d.wq_,d.ktq,d.adM,d.WoN,d.VNe,b.WPY,d.gr3,d.LBj,d.Dvs,d.Ync,d.wRm,d.vaG,d.EZy,d.s0Q,d.iW_,d.tUE,d.yLS,d.Wny,d.ITF,d.UNK,d.QLL,d.Nfw,d.Vdo,d.hys,d.z$e,d.n6T,d.xxn,d.sqM,b.Nfw,d.THi,d.LJS,d.bG5,d.DN2,d.hSh,d.hpd,d.tAZ,b.WMI,d.isI,d.oMV,d.vuR,d.$8E,d.FFg,d._$s,d.d$A,d.dhZ,d.okg,d.z2i,d.X3I,d.wM0,d.a9Q,d._JS,d.Bi7,d.qqK,d.AgW,d.ZQp,d.gdJ,d.g_i,d.DEr,d.br3,d.Qux,d.zm_,d.b6I,d.fPr,d.JmV,d.DW4,d.jTw,d.mRM,d.QhE,d.c3e,d.CQO,d.wic,d.aTc,d.X46,d.ayg,d.Rwe,d.yqK,d.BH7,d.h6r,d.o_8,d.PJS,d.bMg,d.w97,d.vRt,d.LTU,d.ZpR,d.pHs,d.eST,d._2z,d.a8v,d.LP,d.Gk0,d.$ki,d.IMq,d.swh,d.Dfk,d.i8r,d.vri,d.XmQ);const k=function(l){var a=l.icon,i=l.style,e=l.hasFixedWidth,t=void 0===e||e,r=l.title,f=o()(l,v),c=a.includes(",")?a.replace(/\s+/,"").split(","):a,n=y({},h()(i,"color")&&{color:i.color}),s=Array.isArray(c)?c[1]:c;return(0,w.jsx)(g.i,{"data-testid":"icon",title:r,children:(0,w.jsx)(u.g,y(y(y({icon:c,style:i},n),{},{fixedWidth:t},f),{},{"data-testid":"icon-".concat(s),"data-cy":"icon-".concat(s)}))})},x=JSON.parse('{"abacus":{"id":"fal, abacus","lib":"fa"},"address-card":{"id":"fal, address-card","lib":"fa"},"apple":{"id":"fab, apple","lib":"fa","tags":["sso"]},"arrow-left":{"id":"fal, arrow-left","lib":"fa","tags":["navigate"]},"arrow-right":{"id":"fal, arrow-right","lib":"fa","tags":["navigate"]},"arrow-to-bottom":{"id":"fal, arrow-to-bottom","lib":"fa","tags":["download"]},"arrow-to-top":{"id":"fal, arrow-to-top","lib":"fa","tags":["upload"]},"arrow-turn-left":{"id":"fal, arrow-turn-left","lib":"fa"},"arrow-up-long":{"id":"fal, arrow-up-long","lib":"fa","tags":["arrow-up-long"]},"arrows-maximize":{"id":"fal, arrows-maximize","lib":"fa"},"arrows-minimize":{"id":"fal, arrows-minimize","lib":"fa"},"ballot-check":{"id":"fal, ballot-check","lib":"fa"},"barcode-alt":{"id":"fal, barcode-alt","lib":"fa"},"bars":{"id":"fal, bars","lib":"fa","tags":["burger"]},"bell":{"id":"fal, bell","lib":"fa","tags":["notification"]},"bolt":{"id":"fal, bolt-lightning","lib":"fa"},"bolt-lightning":{"id":"fal, bolt-lightning","lib":"fa"},"book":{"id":"fal, book","lib":"fa"},"box":{"id":"fal, box","lib":"fa"},"box-open":{"id":"fal, box-open","lib":"fa"},"calendar":{"id":"fal, calendar","lib":"fa"},"calendar-arrow-down":{"id":"fal, calendar-arrow-down","lib":"fa"},"calendar-circle-user":{"id":"fal, calendar-circle-user","lib":"fa"},"calendar-check":{"id":"fal, calendar-check","lib":"fa"},"calendar-minus":{"id":"fal, calendar-minus","lib":"fa"},"calendar-plus":{"id":"fal, calendar-plus","lib":"fa"},"chalkboard-teacher":{"id":"fal, chalkboard-teacher","lib":"fa"},"chart-network":{"id":"fal, chart-network","lib":"fa"},"check":{"id":"fal, check","lib":"fa","tags":["ok"]},"check-circle":{"id":"fal, check-circle","lib":"fa","tags":["check"]},"check-circle-full":{"id":"fas, check-circle","lib":"fa"},"chevron-double-down":{"id":"fal, chevron-double-down","lib":"fa"},"chevron-double-left":{"id":"fal, chevron-double-left","lib":"fa"},"chevron-double-right":{"id":"fal, chevron-double-right","lib":"fa"},"chevron-double-up":{"id":"fal, chevron-double-up","lib":"fa"},"chevron-down":{"id":"fal, chevron-down","lib":"fa"},"chevron-left":{"id":"fal, chevron-left","lib":"fa"},"chevron-right":{"id":"fal, chevron-right","lib":"fa"},"chevron-up":{"id":"fal, chevron-up","lib":"fa"},"circle":{"id":"fal, circle","lib":"fa","tags":["selection"]},"circle-full":{"id":"fas, circle","lib":"fa"},"circle-notch":{"id":"fa, circle-notch","lib":"fa"},"circle-notch-light":{"id":"fal, circle-notch","lib":"fa"},"clock":{"id":"fal, clock","lib":"fa"},"clock-rotate-left":{"id":"fal, clock-rotate-left","lib":"fa"},"code":{"id":"fal, code","lib":"fa"},"cog":{"id":"fal, cog","lib":"fa"},"coins":{"id":"fal, coins","lib":"fa"},"compress":{"id":"fal, compress","lib":"fa"},"comment":{"id":"fal, comment","lib":"fa"},"copy":{"id":"fal, copy","lib":"fa"},"cube":{"id":"fal, cube","lib":"fa"},"dropbox":{"id":"fab, dropbox","lib":"fa","tags":["sso"]},"ellipsis-v":{"id":"fal, ellipsis-v","lib":"fa","tags":["dots","pünktli"]},"envelope":{"id":"fal, envelope","lib":"fa"},"exclamation":{"id":"fal, exclamation","lib":"fa","tags":["warning"]},"exclamation-circle":{"id":"fal, exclamation-circle","lib":"fa","tags":["warning"]},"external-link":{"id":"fal, external-link","lib":"fa","tags":["external-link"]},"eye":{"id":"fal, eye","lib":"fa"},"eye-slash":{"id":"fal, eye-slash","lib":"fa"},"facebook":{"id":"fab, facebook","lib":"fa","tags":["sso"]},"facebook-f":{"id":"fab, facebook-f","lib":"fa","tags":["sso"]},"file":{"id":"fal, file","lib":"fa"},"file-alt":{"id":"fal, file-alt","lib":"fa"},"file-circle-plus":{"id":"fal, file-circle-plus","lib":"fa"},"file-code":{"id":"fal, file-code","lib":"fa"},"file-csv":{"id":"fal, file-csv","lib":"fa"},"file-excel":{"id":"fal, file-excel","lib":"fa"},"file-export":{"id":"fal, file-export","lib":"fa"},"file-import":{"id":"fal, file-import","lib":"fa"},"file-pdf":{"id":"fal, file-pdf","lib":"fa"},"file-spreadsheet":{"id":"fal, file-spreadsheet","lib":"fa"},"filter":{"id":"fal, filter","lib":"fa"},"folder":{"id":"fal, folder","lib":"fa"},"folders":{"id":"fal, folders","lib":"fa","tags":["copy"]},"globe":{"id":"fal, globe","lib":"fa"},"google":{"id":"fab, google","lib":"fa","tags":["sso"]},"horizontal-rule":{"id":"fal, horizontal-rule","lib":"fa"},"id-badge":{"id":"fal, id-badge","lib":"fa"},"info":{"id":"fal, info","lib":"fa"},"laptop-code":{"id":"fal, laptop-code","lib":"fa"},"link":{"id":"fal, link","lib":"fa"},"link-simple":{"id":"fal, link-simple","lib":"fa"},"list":{"id":"fal, list","lib":"fa"},"list-check":{"id":"fal, list-check","lib":"fa"},"list-tree":{"id":"fal, list-tree","lib":"fa"},"lock":{"id":"fal, lock","lib":"fa"},"info-circle":{"id":"fal, info-circle","lib":"fa","tags":["info"]},"mail-bulk":{"id":"fal, mail-bulk","lib":"fa"},"map-marked":{"id":"fal, map-marked","lib":"fa"},"mailbox-flag-up":{"id":"fal, mailbox-flag-up","lib":"fa"},"merge":{"id":"fal, merge","lib":"fa"},"microsoft":{"id":"fab, microsoft","lib":"fa","tags":["sso"]},"minus":{"id":"fal, minus","lib":"fa"},"newspaper":{"id":"fal, newspaper","lib":"fa"},"office":{"id":"office","lib":"toc"},"paper-clip":{"id":"fa, paper-clip","lib":"fa"},"paper-plane":{"id":"fal, paper-plane","lib":"fa"},"pen":{"id":"fal, pen","lib":"fa"},"pen-field":{"id":"fal, pen-field","lib":"fa"},"percent":{"id":"fal, percent","lib":"fa"},"phone":{"id":"fal, phone","lib":"fa"},"phone-laptop":{"id":"fal, phone-laptop","lib":"fa"},"plus":{"id":"fal, plus","lib":"fa","tags":["new"]},"question-circle":{"id":"fal, question-circle","lib":"fa","tags":["help"]},"save":{"id":"fal, save","lib":"fa"},"search":{"id":"fal, search","lib":"fa"},"sitemap":{"id":"fal, sitemap","lib":"fa"},"sliders":{"id":"fal, sliders","lib":"fa"},"sort-down":{"id":"fal, sort-down","lib":"fa"},"sort-up":{"id":"fal, sort-up","lib":"fa"},"square":{"id":"fal, square","lib":"fa"},"square-full":{"id":"fas, square-full","lib":"fa"},"square-minus":{"id":"fal, square-minus","lib":"fa"},"square-plus":{"id":"fal, square-plus","lib":"fa"},"star":{"id":"fal, star","lib":"fa","tags":["favorite"]},"star-full":{"id":"fas, star","lib":"fa","tags":["favorite"]},"sync":{"id":"fal, sync","lib":"fa","tags":["refresh"]},"tasks":{"id":"fal, tasks","lib":"fa"},"times":{"id":"fal, times","lib":"fa","tags":["delete","close"]},"times-circle":{"id":"fal, times-circle","lib":"fa","tags":["error"]},"tocco":{"id":"logo","lib":"toc"},"trash":{"id":"fal, trash","lib":"fa","tags":["trash"]},"truck-medical":{"id":"fal, truck-medical","lib":"fa"},"upload":{"id":"fal, upload","lib":"fa"},"users":{"id":"fal, users","lib":"fa"},"lightbulb-exclamation":{"id":"fal, lightbulb-exclamation","lib":"fa"},"house-blank":{"id":"fal, house-blank","lib":"fa"},"floppy-disk-circle-xmark":{"id":"fal, floppy-disk-circle-xmark","lib":"fa"},"user":{"id":"fal, user","lib":"fa"},"suitcase":{"id":"fal, suitcase","lib":"fa"},"gear":{"id":"fal, gear","lib":"fa"},"calculator":{"id":"fal, calculator","lib":"fa"},"wrench":{"id":"fal, wrench","lib":"fa"},"sun-bright":{"id":"fal, sun-bright","lib":"fa"},"moon":{"id":"fal, moon","lib":"fa"},"key":{"id":"fal, key","lib":"fa"},"table":{"id":"fal, table","lib":"fa"},"list-dropdown":{"id":"fal, list-dropdown","lib":"fa"},"chair-office":{"id":"fal, chair-office","lib":"fa"},"calendar-exclamation":{"id":"fal, calendar-exclamation","lib":"fa"},"bell-ring":{"id":"fal, bell-ring","lib":"fa"},"graduation-cap":{"id":"fal, graduation-cap","lib":"fa"},"tag":{"id":"fal, tag","lib":"fa"},"grip-dots":{"id":"fal, grip-dots","lib":"fa"},"file-certificate":{"id":"fal, file-certificate","lib":"fa"},"screen-users":{"id":"fal, screen-users","lib":"fa"},"grip-dots-vertical":{"id":"fal, grip-dots-vertical","lib":"fa"},"table-layout":{"id":"fal, table-layout","lib":"fa"},"layout-column-one":{"id":"layout-column-one","lib":"toc"},"layout-column-two":{"id":"layout-column-two","lib":"toc"},"layout-column-three":{"id":"layout-column-three","lib":"toc"},"layout-sidebar-left":{"id":"layout-sidebar-left","lib":"toc"},"layout-sidebar-right":{"id":"layout-sidebar-right","lib":"toc"},"house-person-leave":{"id":"fal, house-person-leave","lib":"fa"},"ban":{"id":"fal, ban","lib":"fa"},"thumbtack-angle":{"id":"fal, thumbtack-angle","lib":"fa"},"thumbtack-angle-slash":{"id":"fal, thumbtack-angle-slash","lib":"fa"},"ellipsis-stroke":{"id":"fal, ellipsis-stroke","lib":"fa"}}');var j,O,z,M,S,P,V,H=["style"],q=["style"],D=["style"],E=["style"],B=["style"],_=["style"],C=["style"],W=["icon"];function G(l,a){var i=Object.keys(l);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(l);a&&(e=e.filter((function(a){return Object.getOwnPropertyDescriptor(l,a).enumerable}))),i.push.apply(i,e)}return i}function I(l){for(var a=1;a<arguments.length;a++){var i=null!=arguments[a]?arguments[a]:{};a%2?G(Object(i),!0).forEach((function(a){t()(l,a,i[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(i)):G(Object(i)).forEach((function(a){Object.defineProperty(l,a,Object.getOwnPropertyDescriptor(i,a))}))}return l}var Q={logo:function(l){var a=l.style,i=o()(l,H);return(0,w.jsx)("svg",I(I(I({height:h()(a,"fontSize",20)},a),i),{},{"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:j||(j=(0,w.jsx)("path",{fill:"currentColor",d:"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 \n 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z"}))}))},office:function(l){var a=l.style,i=o()(l,q);return(0,w.jsx)("svg",I(I(I({height:h()(a,"fontSize",20)},a),i),{},{"aria-hidden":"true",role:"img",enableBackground:"new 0 0 2075 2499.8",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2075 2499.8",children:O||(O=(0,w.jsx)("path",{fill:"currentColor",d:"m0 2016.6v-1519.8l1344.4-496.8 730.6 233.7v2045.9l-730.6 220.3-1344.4-483.3 1344.4 \n 161.8v-1769.2l-876.8 204.6v1198.3z"}))}))},"layout-column-one":function(l){var a=l.style,i=o()(l,D);return(0,w.jsx)("svg",I(I(I({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},a),i),{},{children:z||(z=(0,w.jsx)("path",{d:"M78.8 19.7H433.2c32.6 0 59.1 26.4 59.1 59.1V433.2c0 32.6-26.5 59.1-59.1 \n 59.1H78.8c-32.6 0-59.1-26.5-59.1-59.1V78.8c0-32.6 26.4-59.1 59.1-59.1zm0 39.4c-10.9 \n 0-19.7 8.8-19.7 19.7V433.2c0 10.9 8.8 19.7 19.7 19.7H433.2c10.9 0 19.7-8.8 \n 19.7-19.7V78.8c0-10.9-8.8-19.7-19.7-19.7H78.8z"}))}))},"layout-column-two":function(l){var a=l.style,i=o()(l,E);return(0,w.jsx)("svg",I(I(I({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 591 512"},a),i),{},{children:M||(M=(0,w.jsx)("path",{d:"M219.5 0c9.7 0 19 3.8 25.9 10.7s10.7 16.2 10.7 25.9v438.8c0 \n 9.7-3.8 19-10.7 25.9s-16.2 10.7-25.9 10.7H36.7c-9.7 0-19-3.8-25.9-10.7S.1 \n 485.1 .1 475.4V36.6c0-9.7 3.8-19 10.7-25.9S27 0 36.7 0zM39.5 472.6h177.2V39.4H39.5zM548.7 \n 0c9.7 0 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 10.7 25.9v438.8c0 9.7-3.9 \n 9-10.7 25.9c-6.9 6.8-16.2 10.7-25.8 10.7H365.8c-9.7 0-19-3.8-25.9-10.7s-10.7-16.2-10.7-25.9V36.6c0-9.7 \n 3.8-19 10.7-25.9S356.1 0 365.8 0zm-180 472.6h177.2V39.4H368.7z"}))}))},"layout-column-three":function(l){var a=l.style,i=o()(l,B);return(0,w.jsx)("svg",I(I(I({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 591 512"},a),i),{},{children:S||(S=(0,w.jsx)("path",{d:"M109.8 0c9.7 0 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 10.7 25.9v438.8c0 9.7-3.8 19-10.7 \n 25.9c-6.9 6.8-16.2 10.7-25.8 10.7H36.7c-9.7 0-19-3.8-25.9-10.7S.1 485.1 .1 475.4V36.6c0-9.7 3.8-19 \n 10.7-25.9S27 0 36.7 0zM39.5 472.6H107V39.4H39.5zM329.3 0c9.7 0 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 \n 10.7 25.9v438.8c0 9.7-3.9 19-10.7 25.9c-6.9 6.8-16.2 10.7-25.8 10.7h-73.2c-9.7 \n 0-19-3.8-25.8-10.7c-6.9-6.9-10.7-16.2-10.7-25.9V36.6c0-9.7 3.9-19 10.7-25.9C237.1 3.8 246.4 0 \n 256.1 0zM258.9 472.6h67.5V39.4h-67.5zM548.7 0c9.7 0 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 10.7 \n 25.9v438.8c0 9.7-3.9 19-10.7 25.9c-6.9 6.8-16.2 10.7-25.8 10.7h-73.2c-9.7 \n 0-19-3.8-25.8-10.7c-6.9-6.9-10.7-16.2-10.7-25.9V36.6c0-9.7 3.9-19 10.7-25.9C456.5 \n 3.8 465.8 0 475.5 0zM478.3 472.6h67.5V39.4h-67.5z"}))}))},"layout-sidebar-left":function(l){var a=l.style,i=o()(l,_);return(0,w.jsx)("svg",I(I(I({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 591 512"},a),i),{},{children:P||(P=(0,w.jsx)("path",{d:"M73.3 0c9.7 0 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 10.7 25.9v438.8c0 9.7-3.9 19-10.7 \n 25.9S83 512 73.3 512H36.7c-9.7 0-19-3.8-25.9-10.7S.1 485.1 .1 475.4V36.6c0-9.7 3.8-19 10.7-25.9S27 \n 0 36.7 0zM39.5 472.6h31V39.4h-31zM548.7 0c9.7 0 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 10.7 25.9v438.8c0 \n 9.7-3.9 19-10.7 25.9c-6.9 6.8-16.2 10.7-25.8 10.7H219.5c-9.7 \n 0-19-3.8-25.8-10.7c-6.9-6.9-10.7-16.2-10.7-25.9V36.6c0-9.7 3.9-19 10.7-25.9S209.8 0 \n 219.5 0zM222.3 472.6h323.5V39.4H222.3z"}))}))},"layout-sidebar-right":function(l){var a=l.style,i=o()(l,C);return(0,w.jsx)("svg",I(I(I({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 591 512"},a),i),{},{children:V||(V=(0,w.jsx)("path",{d:"M365.8 0c9.7 0 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 10.7 25.9v438.8c0 9.7-3.8 \n 19-10.7 25.9c-6.9 6.8-16.2 10.7-25.8 10.7H36.7c-9.7 0-19-3.8-25.9-10.7S.1 485.1 .1 \n 475.4V36.6c0-9.7 3.8-19 10.7-25.9S27 0 36.7 0zM39.5 472.6H363V39.4H39.5zM548.7 0c9.7 0 \n 19 3.8 25.8 10.7c6.9 6.9 10.7 16.2 10.7 25.9v438.8c0 9.7-3.9 19-10.7 25.9c-6.9 6.8-16.2 \n 10.7-25.8 10.7h-36.6c-9.7 0-19-3.8-25.8-10.7c-6.9-6.9-10.7-16.2-10.7-25.9V36.6c0-9.7 3.9-19 \n 10.7-25.9C493.1 3.8 502.4 0 512.1 0zM514.9 472.6h31V39.4h-31z"}))}))}};const R=function(l){var a=l.icon,i=o()(l,W);return(0,w.jsx)(g.P,{children:Q[a](i)})};function $(l,a){var i=Object.keys(l);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(l);a&&(e=e.filter((function(a){return Object.getOwnPropertyDescriptor(l,a).enumerable}))),i.push.apply(i,e)}return i}function K(l){for(var a=1;a<arguments.length;a++){var i=null!=arguments[a]?arguments[a]:{};a%2?$(Object(i),!0).forEach((function(a){t()(l,a,i[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(l,Object.getOwnPropertyDescriptors(i)):$(Object(i)).forEach((function(a){Object.defineProperty(l,a,Object.getOwnPropertyDescriptor(i,a))}))}return l}var L={fa:function(l,a){return(0,w.jsx)(k,K(K({},a),{},{icon:l.id}))},toc:function(l,a){return(0,w.jsx)(R,K(K({},a),{},{icon:l.id,"data-testid":"icon-".concat(l.id)}))}},N=function(l){var a=x[l.icon];if(!a)return null;var i=L[a.lib];return i?i(a,l):null};N.propTypes={icon:f().string.isRequired,style:f().objectOf(f().string)};const T=N}}]);