web-interface.assets.35ee6515324e2b28264896ee4d2b1f5d.js Maven / Gradle / Ivy
(()=>{var C=(i,c)=>()=>(c||i((c={exports:{}}).exports,c),c.exports);var A=C((L,M)=>{ace.define("ace/ext/menu_tools/settings_menu.css",["require","exports","module"],function(i,c,g){g.exports=`#ace_settingsmenu, #kbshortcutmenu {
background-color: #F7F7F7;
color: black;
box-shadow: -5px 4px 5px rgba(126, 126, 126, 0.55);
padding: 1em 0.5em 2em 1em;
overflow: auto;
position: absolute;
margin: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 9991;
cursor: default;
}
.ace_dark #ace_settingsmenu, .ace_dark #kbshortcutmenu {
box-shadow: -20px 10px 25px rgba(126, 126, 126, 0.25);
background-color: rgba(255, 255, 255, 0.6);
color: black;
}
.ace_optionsMenuEntry:hover {
background-color: rgba(100, 100, 100, 0.1);
transition: all 0.3s
}
.ace_closeButton {
background: rgba(245, 146, 146, 0.5);
border: 1px solid #F48A8A;
border-radius: 50%;
padding: 7px;
position: absolute;
right: -8px;
top: -8px;
z-index: 100000;
}
.ace_closeButton{
background: rgba(245, 146, 146, 0.9);
}
.ace_optionsMenuKey {
color: darkslateblue;
font-weight: bold;
}
.ace_optionsMenuCommand {
color: darkcyan;
font-weight: normal;
}
.ace_optionsMenuEntry input, .ace_optionsMenuEntry button {
vertical-align: middle;
}
.ace_optionsMenuEntry button[ace_selected_button=true] {
background: #e7e7e7;
box-shadow: 1px 0px 2px 0px #adadad inset;
border-color: #adadad;
}
.ace_optionsMenuEntry button {
background: white;
border: 1px solid lightgray;
margin: 0px;
}
.ace_optionsMenuEntry button:hover{
background: #f0f0f0;
}`});ace.define("ace/ext/menu_tools/overlay_page",["require","exports","module","ace/lib/dom","ace/ext/menu_tools/settings_menu.css"],function(i,c,g){"use strict";var p=i("../../lib/dom"),u=i("./settings_menu.css");p.importCssString(u,"settings_menu.css",!1),g.exports.overlayPage=function(s,d,v){var l=document.createElement("div"),y=!1;function S(a){a.keyCode===27&&m()}function m(){l&&(document.removeEventListener("keydown",S),l.parentNode.removeChild(l),s&&s.focus(),l=null,v&&v())}function k(a){y=a,a&&(l.style.pointerEvents="none",d.style.pointerEvents="auto")}return l.style.cssText="margin: 0; padding: 0; position: fixed; top:0; bottom:0; left:0; right:0;z-index: 9990; "+(s?"background-color: rgba(0, 0, 0, 0.3);":""),l.addEventListener("click",function(a){y||m()}),document.addEventListener("keydown",S),d.addEventListener("click",function(a){a.stopPropagation()}),l.appendChild(d),document.body.appendChild(l),s&&s.blur(),{close:m,setIgnoreFocusOut:k}}});ace.define("ace/ext/modelist",["require","exports","module"],function(i,c,g){"use strict";var p=[];function u(a){for(var t=v.text,e=a.split(/[\/\\]/).pop(),r=0;r
© 2015 - 2024 Weber Informatics LLC | Privacy Policy