分布式调度框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
351 KiB

!function(e){var t=window.webpackJsonp;window.webpackJsonp=function(n,o,a){for(var s,l,u,c=0,d=[];c<n.length;c++)l=n[c],r[l]&&d.push(r[l][0]),r[l]=0;for(s in o)Object.prototype.hasOwnProperty.call(o,s)&&(e[s]=o[s]);for(t&&t(n,o,a);d.length;)d.shift()();if(a)for(c=0;c<a.length;c++)u=i(i.s=a[c]);return u};var n={},r={41:0};function i(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.e=function(e){var t=r[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var n=new Promise(function(n,i){t=r[e]=[n,i]});t[2]=n;var o=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,i.nc&&a.setAttribute("nonce",i.nc),a.src=i.p+"js/"+e+"."+{0:"8ca091c",1:"bdb0cc7",2:"d6885e7",3:"e2b18bf",4:"d537dbd",5:"995cbec",6:"936a905",7:"2cb1790",8:"e9f2610",9:"8d22246",10:"73c0240",11:"078cbab",12:"864692a",13:"7e1b794",14:"22fa282",15:"eea1d19",16:"fd660eb",17:"4aef6ba",18:"b14d7b0",19:"35e5748",20:"65383c2",21:"c62cd9a",22:"de647a5",23:"b06baa2",24:"daa7654",25:"daba8b1",26:"fc088d5",27:"4405da8",28:"5c6c701",29:"0e863c8",30:"887711c",31:"7ee5daf",32:"3626a31",33:"000e730",34:"9be1443",35:"16fb1a2",36:"b21cfb4",37:"1293f47",38:"fdb9480"}[e]+".js";var s=setTimeout(l,12e4);function l(){a.onerror=a.onload=null,clearTimeout(s);var t=r[e];0!==t&&(t&&t[1](new Error("Loading chunk "+e+" failed.")),r[e]=void 0)}return a.onerror=a.onload=l,o.appendChild(a),n},i.m=e,i.c=n,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="/",i.oe=function(e){throw e}}({124:function(e,t){e.exports=function(e){return"string"!=typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)?'"'+e.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':e)}},125:function(e,t,n){"use strict";t.__esModule=!0;var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};t.findComponentDownward=function e(t,n){var r=t.$children;var i=null;if(r.length){r.forEach(function(e){var t=e.$options.name;t===n&&(i=e)});for(var o=0;o<r.length;o++){var a=r[o],s=a.$options.name;if(s===n){i=a;break}if(i=e(a,n))break}}return i},t.uuid=function(e){var t=Math.floor(1e4*Math.random()).toString(36);return e?~e.indexOf("%{s}")?e.replace(/%\{s\}/g,t):e+t:t},t.template=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];1===n.length&&"object"===r(n[0])&&(n=n[0]);n&&n.hasOwnProperty||(n={});return e.replace(o,function(t,r,i,o){var s=void 0;return"{"===e[o-1]&&"}"===e[o+t.length]?i:null===(s=a(n,i)?n[i]:null)||void 0===s?"":s})};var i={}.hasOwnProperty,o=/(%|)\{([0-9a-zA-Z_]+)\}/g,a=function(e,t){return i.call(e,t)}},127:function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},131:function(e,t,n){"use strict";t.__esModule=!0;var r=window.document,i=function(e){if("string"!=typeof e)throw new Error("trim need a string as parameter");for(var t=e.length,n=0,r=t-1,i=/(\u3000|\s|\t|\u00A0)/;n<t&&i.test(e.charAt(n));)++n;for(;r>=0&&i.test(e.charAt(r));)--r;return e.substring(n,r+1)},o=function(e,t,n){if(n=n||{},void 0!==t){if(n=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}(n),null===t&&(t="",n.expires=-1),"number"==typeof n.expires){var o=n.expires,a=n.expires=new Date;a.setTime(a.getTime()+864e5*o)}var s=function(e){try{return n.raw?e:encodeURIComponent(e)}catch(e){}return e};return r.cookie=[s(e),"=",s(t),n.expires?"; expires="+n.expires.toUTCString():"",n.path?"; path="+n.path:"",n.domain?"; domain="+n.domain:"",n.secure?"; secure":""].join("")}for(var l=null,u=r.cookie,c=u?u.split("; "):[],d=-1
/**
* Checks if an event is supported in the current execution environment.
*
* NOTE: This will not work correctly for non-generic events such as `change`,
* `reset`, `load`, `error`, and `select`.
*
* Borrows from Modernizr.
*
* @param {string} eventNameSuffix Event name, e.g. "click".
* @param {?boolean} capture Check if the capture phase is supported.
* @return {boolean} True if the event is supported.
* @internal
* @license Modernizr 3.0.0pre (Custom Build) | MIT
*/),e.exports=function(e,t){if(!i.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,o=n in document;if(!o){var a=document.createElement("div");a.setAttribute(n,"return;"),o="function"==typeof a[n]}return!o&&r&&"wheel"===e&&(o=document.implementation.hasFeature("Events.wheel","3.0")),o}},function(e,t,n){var r=!("undefined"==typeof window||!window.document||!window.document.createElement),i={canUseDOM:r,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:r&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:r&&!!window.screen,isInWorker:!r};e.exports=i},function(e,t,n){t.__esModule=!0,t.limitedLoop=t.animatedScroll=t.scrollbarWidth=t.scrollIntoView=void 0;var r=n(165);Object.keys(r).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})});var i=n(166);Object.keys(i).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}})});var o=u(n(167)),a=u(n(168)),s=u(n(169)),l=u(n(170));function u(e){return e&&e.__esModule?e:{default:e}}t.scrollIntoView=o.default,t.scrollbarWidth=a.default,t.animatedScroll=s.default,t.limitedLoop=l.default},function(e,t,n){function r(e,t){if(!e||!t)return!1;if(-1!==t.indexOf(" "))throw new Error("className should not contain space.");return e.classList?e.classList.contains(t):(" "+e.className+" ").indexOf(" "+t+" ")>-1}t.__esModule=!0,t.hasClass=r,t.addClass=function(e,t){if(e){for(var n=e.className,i=(t||"").split(" "),o=0,a=i.length;o<a;o++){var s=i[o];s&&(e.classList?e.classList.add(s):r(e,s)||(n+=" "+s))}e.classList||(e.className=n)}},t.removeClass=function(e,t){if(e&&t){for(var n=t.split(" "),i=" "+e.className+" ",o=0,a=n.length;o<a;o++){var s=n[o];s&&(e.classList?e.classList.remove(s):r(e,s)&&(i=i.replace(" "+s+" "," ")))}e.classList||(e.className=i.trim())}},t.getStyle=function(e,t){if(!e||!t)return null;"float"===(t=a(t))&&(t="cssFloat");try{var n=document.defaultView.getComputedStyle(e,"");return e.style[t]||n?n[t]:null}catch(n){return e.style[t]}};var i=/([:\-_]+(.))/g,o=/^moz([A-Z])/,a=function(e){return e.replace(i,function(e,t,n,r){return r?n.toUpperCase():n}).replace(o,"Moz$1")}},function(e,t,n){t.__esModule=!0;var r="function"==typeof Symbol&&"symbol"==s(Symbol.iterator)?function(e){return void 0===e?"undefined":s(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":void 0===e?"undefined":s(e)};t.formatSize=function(e){var t=void 0===e?"undefined":r(e);return"number"===t?e+"px":"string"===t?/^\d+$/.test(e)?parseInt(e,10)+"px":e:null}},function(e,t,n){t.__esModule=!0,t.default=function(e,t){if(t){var n=t.offsetTop,r=t.offsetTop+t.offsetHeight,i=e.scrollTop,o=i+e.clientHeight;n<i?e.scrollTop=n:r>o&&(e.scrollTop=r-e.clientHeight)}else e.scrollTop=0}},function(e,t,n){t.__esModule=!0,t.default=function(){if(void 0!==r)return r;var e=document.createElement("div");e.style.visibility="hidden",e.style.width="100px",e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e);var t=e.offsetWidth;e.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",e.appendChild(n);var i=n.offsetWidth;return e.parentNode.removeChild(e),r=t-i};var r=void 0},function(e,t,n){t.__esModule=!0;var r=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)},i=function(e,t,n,r){return e/r*n+t};function o(e,t,n,o){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:200,s=arguments[5],l=n-t,u=+new Date,c=!0,d=null;r(function f(){if(c){r(f);var h=+new Date,p=Math.floor(i(h-u,t,l,a));if(d){var m=o?e.scrollTop:e.scrollLeft;d===m?(d=p,o?e.scrollTop=p:e.scrollLeft=p):c=!1}else d=p,o?e.scrollTop=p:e.scrollLeft=p;h>u+a&&(o?e.scrollTop=n:e.scrollLeft=n,c=!1,s&&s())}});var f=o?e.scrollHeight-e.offsetHeight:e.scrollWidth-e.offsetWidth;return{to:Math.min(Math.max(n,0),f),isAnimating:function(){return c},stop:function(){c=!1}}}t.default={scrollTo:function(e,t,n,r,i)
/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.14.6
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
var n="undefined"!=typeof window&&"undefined"!=typeof document,r=["Edge","Trident","Firefox"],i=0,o=0;o<r.length;o+=1)if(n&&navigator.userAgent.indexOf(r[o])>=0){i=1;break}var a=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},i))}};function s(e){return e&&"[object Function]"==={}.toString.call(e)}function l(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function u(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function c(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=l(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/(auto|scroll|overlay)/.test(n+i+r)?e:c(u(e))}var d=n&&!(!window.MSInputMethodContext||!document.documentMode),f=n&&/MSIE 10/.test(navigator.userAgent);function h(e){return 11===e?d:10===e?f:d||f}function p(e){if(!e)return document.documentElement;for(var t=h(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===l(n,"position")?p(n):n:e?e.ownerDocument.documentElement:document.documentElement}function m(e){return null!==e.parentNode?m(e.parentNode):e}function v(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,i=n?t:e,o=document.createRange();o.setStart(r,0),o.setEnd(i,0);var a,s,l=o.commonAncestorContainer;if(e!==l&&t!==l||r.contains(i))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&p(a.firstElementChild)!==a?p(l):l;var u=m(e);return u.host?v(u.host,t):v(e,m(t).host)}function g(e){var t="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=e.nodeName;if("BODY"===n||"HTML"===n){var r=e.ownerDocument.documentElement;return(e.ownerDocument.scrollingElement||r)[t]}return e[t]}function b(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"],10)+parseFloat(e["border"+r+"Width"],10)}function y(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],h(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function x(e){var t=e.body,n=e.documentElement,r=h(10)&&getComputedStyle(n);return{height:y("Height",t,n,r),width:y("Width",t,n,r)}}var w=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},_=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),C=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function k(e){return S({},e,{right:e.left+e.width,bottom:e.top+e.height})}function D(e){var t={};try{if(h(10)){t=e.getBoundingClientRect();var n=g(e,"top"),r=g(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var i={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},o="HTML"===e.nodeName?x(e.ownerDocument):{},a=o.width||e.clientWidth||i.right-i.left,s=o.height||e.clientHeight||i.bottom-i.top,u=e.offsetWidth-a,c=e.offsetHeight-s;if(u||c){var d=l(e);u-=b(d,"x"),c-=b(d,"y"),i.width-=u,i.height-=c}return k(i)}function O(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=h(10),i="HTML"===t.nodeName,o=D(e),a=D(t),s=c(e),u=l(t),d=parseFloat(u.borderTopWidth,10),f=parseFloat(u.borderLeftWidth,10);n&&i&&(a.top=Math.max(a.top,0
//# sourceMappingURL=common.804ec41.js.map