Files
zyplayer-doc/zyplayer-doc-page/console-page/src/main/resources/doc-console-index.js

14 lines
299 KiB
JavaScript
Raw Normal View History

2019-06-27 22:42:06 +08:00
webpackJsonp([1],[,,,function(e,t,o){"use strict";function i(e){return"[object Array]"===E.call(e)}function r(e){return"[object ArrayBuffer]"===E.call(e)}function l(e){return"undefined"!=typeof FormData&&e instanceof FormData}function n(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer}function a(e){return"string"==typeof e}function s(e){return"number"==typeof e}function c(e){return void 0===e}function p(e){return null!==e&&"object"==typeof e}function d(e){return"[object Date]"===E.call(e)}function f(e){return"[object File]"===E.call(e)}function u(e){return"[object Blob]"===E.call(e)}function b(e){return"[object Function]"===E.call(e)}function h(e){return p(e)&&b(e.pipe)}function g(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams}function m(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}function _(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)}function x(e,t){if(null!==e&&void 0!==e)if("object"!=typeof e&&(e=[e]),i(e))for(var o=0,r=e.length;o<r;o++)t.call(null,e[o],o,e);else for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.call(null,e[l],l,e)}function v(){function e(e,o){"object"==typeof t[o]&&"object"==typeof e?t[o]=v(t[o],e):t[o]=e}for(var t={},o=0,i=arguments.length;o<i;o++)x(arguments[o],e);return t}function w(e,t,o){return x(t,function(t,i){e[i]=o&&"function"==typeof t?y(t,o):t}),e}var y=o(58),k=o(204),E=Object.prototype.toString;e.exports={isArray:i,isArrayBuffer:r,isBuffer:k,isFormData:l,isArrayBufferView:n,isString:a,isNumber:s,isObject:p,isUndefined:c,isDate:d,isFile:f,isBlob:u,isFunction:b,isStream:h,isURLSearchParams:g,isStandardBrowserEnv:_,forEach:x,merge:v,extend:w,trim:m}},function(e,t){e.exports=function(e,t,o,i,r,l){var n,a=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(n=e,a=e.default);var c="function"==typeof a?a.options:a;t&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0),o&&(c.functional=!0),r&&(c._scopeId=r);var p;if(l?(p=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(l)},c._ssrRegister=p):i&&(p=i),p){var d=c.functional,f=d?c.render:c.beforeCreate;d?(c._injectStyles=p,c.render=function(e,t){return p.call(t),f(e,t)}):c.beforeCreate=f?[].concat(f,p):[p]}return{esModule:n,exports:a,options:c}}},,function(e,t,o){(function(t){function o(e,t){var o=e[1]||"",r=e[3];if(!r)return o;if(t){var l=i(r);return[o].concat(r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"})).concat([l]).join("\n")}return[o].join("\n")}function i(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+new t(JSON.stringify(e)).toString("base64")+" */"}e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var i=o(t,e);return t[2]?"@media "+t[2]+"{"+i+"}":i}).join("")},t.i=function(e,o){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;r<this.length;r++){var l=this[r][0];"number"==typeof l&&(i[l]=!0)}for(r=0;r<e.length;r++){var n=e[r];"number"==typeof n[0]&&i[n[0]]||(o&&!n[2]?n[2]=o:o&&(n[2]="("+n[2]+") and ("+o+")"),t.push(n))}},t}}).call(t,o(144).Buffer)},,,,function(e,t,o){function i(e){for(var t=0;t<e.length;t++){var o=e[t],i=p[o.id];if(i){i.refs++;for(var r=0;r<i.parts.length;r++)i.parts[r](o.parts[r]);for(;r<o.parts.length;r++)i.parts.push(l(o.parts[r]));i.parts.length>o.parts.length&&(i.parts.length=o.parts.length)}else{for(var n=[],r=0;r<o.parts.length;r++)n.push(l(o.parts[r]));p[o.id]={id:o.id,refs:1,parts:n}}}}function r(){var e=document.createElement("style");return e.type="text/css",d.appendChild(e),e}function l(e){var t,o,i=document.querySelector("style["+m+'~="'+e.id+'"]');if(i){if(b)return h;i.parentNode.removeChild(i)}if(_){var l=u++;i=f||(f=r()),t=n.bind(null,i,l,!1),o=n.bind(null,i,l,!0)}else i=r(
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
var K=o(143),Q=o(203),Z=o(205);t.Buffer=l,t.SlowBuffer=h,t.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=i(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,o){return n(null,e,t,o)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,o){return s(null,e,t,o)},l.allocUnsafe=function(e){return c(null,e)},l.allocUnsafeSlow=function(e){return c(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var o=e.length,i=t.length,r=0,n=Math.min(o,i);r<n;++r)if(e[r]!==t[r]){o=e[r],i=t[r];break}return o<i?-1:i<o?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!Z(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var o;if(void 0===t)for(t=0,o=0;o<e.length;++o)t+=e[o].length;var i=l.allocUnsafe(t),r=0;for(o=0;o<e.length;++o){var n=e[o];if(!l.isBuffer(n))throw new TypeError('"list" argument must be an Array of Buffers');n.copy(i,r),r+=n.length}return i},l.byteLength=g,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)_(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)_(this,t,t+3),_(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)_(this,t,t+7),_(this,t+1,t+6),_(this,t+2,t+5),_(this,t+3,t+4);return this},l.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?R(this,0,e):m.apply(this,arguments)},l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",o=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,o).match(/.{2}/g).join(" "),this.length>o&&(e+=" ... ")),"<Buffer "+e+">"},l.prototype.compare=function(e,t,o,i,r){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===o&&(o=e?e.length:0),void 0===i&&(i=0),void 0===r&&(r=this.length),t<0||o>e.length||i<0||r>this.length)throw new RangeError("out of range index");if(i>=r&&t>=o)return 0;if(i>=r)return-1;if(t>=o)return 1;if(t>>>=0,o>>>=0,i>>>=0,r>>>=0,this===e)return 0;for(var n=r-i,a=o-t,s=Math.min(n,a),c=this.slice(i,r),p=e.slice(t,o),d=0;d<s;++d)if(c[d]!==p[d]){n=c[d],a=p[d];break}return n<a?-1:a<n?1:0},l.prototype.includes=function(e,t,o){return-1!==this.indexOf(e,t,o)},l.prototype.indexOf=function(e,t,o){return x(this,e,t,o,!0)},l.prototype.lastIndexOf=function(e,t,o){return x(this,e,t,o,!1)},l.prototype.write=function(e,t,o,i){if(void 0===t)i="utf8",o=this.length,t=0;else if(void 0===o&&"string"==typeof t)i=t,o=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(o)?(o|=0,void 0===i&&(i="utf8")):(i=o,o=void 0)}var r=this.length-t;if((void 0===o||o>r)&&(o=r),e.length>0&&(o<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var l=!1;;)switch(i){case"hex":return w(this,e,t,o);case"utf8
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
e.exports=function(e){return null!=e&&(o(e)||i(e)||!!e._isBuffer)}},function(e,t){var o={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==o.call(e)}},,,,,,function(e,t,o){"use strict";var i=o(213),r=o(212),l=o(87);e.exports={formats:l,parse:r,stringify:i}},function(e,t,o){"use strict";var i=o(88),r=Object.prototype.hasOwnProperty,l={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:i.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},n=function(e,t){for(var o={},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,n=t.parameterLimit===1/0?void 0:t.parameterLimit,a=i.split(t.delimiter,n),s=0;s<a.length;++s){var c,p,d=a[s],f=d.indexOf("]="),u=-1===f?d.indexOf("="):f+1;-1===u?(c=t.decoder(d,l.decoder),p=t.strictNullHandling?null:""):(c=t.decoder(d.slice(0,u),l.decoder),p=t.decoder(d.slice(u+1),l.decoder)),r.call(o,c)?o[c]=[].concat(o[c]).concat(p):o[c]=p}return o},a=function(e,t,o){for(var i=t,r=e.length-1;r>=0;--r){var l,n=e[r];if("[]"===n)l=[],l=l.concat(i);else{l=o.plainObjects?Object.create(null):{};var a="["===n.charAt(0)&&"]"===n.charAt(n.length-1)?n.slice(1,-1):n,s=parseInt(a,10);!isNaN(s)&&n!==a&&String(s)===a&&s>=0&&o.parseArrays&&s<=o.arrayLimit?(l=[],l[s]=i):l[a]=i}i=l}return i},s=function(e,t,o){if(e){var i=o.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,l=/(\[[^[\]]*])/,n=/(\[[^[\]]*])/g,s=l.exec(i),c=s?i.slice(0,s.index):i,p=[];if(c){if(!o.plainObjects&&r.call(Object.prototype,c)&&!o.allowPrototypes)return;p.push(c)}for(var d=0;null!==(s=n.exec(i))&&d<o.depth;){if(d+=1,!o.plainObjects&&r.call(Object.prototype,s[1].slice(1,-1))&&!o.allowPrototypes)return;p.push(s[1])}return s&&p.push("["+i.slice(s.index)+"]"),a(p,t,o)}};e.exports=function(e,t){var o=t?i.assign({},t):{};if(null!==o.decoder&&void 0!==o.decoder&&"function"!=typeof o.decoder)throw new TypeError("Decoder has to be a function.");if(o.ignoreQueryPrefix=!0===o.ignoreQueryPrefix,o.delimiter="string"==typeof o.delimiter||i.isRegExp(o.delimiter)?o.delimiter:l.delimiter,o.depth="number"==typeof o.depth?o.depth:l.depth,o.arrayLimit="number"==typeof o.arrayLimit?o.arrayLimit:l.arrayLimit,o.parseArrays=!1!==o.parseArrays,o.decoder="function"==typeof o.decoder?o.decoder:l.decoder,o.allowDots="boolean"==typeof o.allowDots?o.allowDots:l.allowDots,o.plainObjects="boolean"==typeof o.plainObjects?o.plainObjects:l.plainObjects,o.allowPrototypes="boolean"==typeof o.allowPrototypes?o.allowPrototypes:l.allowPrototypes,o.parameterLimit="number"==typeof o.parameterLimit?o.parameterLimit:l.parameterLimit,o.strictNullHandling="boolean"==typeof o.strictNullHandling?o.strictNullHandling:l.strictNullHandling,""===e||null===e||void 0===e)return o.plainObjects?Object.create(null):{};for(var r="string"==typeof e?n(e,o):e,a=o.plainObjects?Object.create(null):{},c=Object.keys(r),p=0;p<c.length;++p){var d=c[p],f=s(d,r[d],o);a=i.merge(a,f,o)}return i.compact(a)}},function(e,t,o){"use strict";var i=o(88),r=o(87),l={brackets:function(e){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},n=Date.prototype.toISOString,a={delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,serializeDate:function(e){return n.call(e)},skipNulls:!1,strictNullHandling:!1},s=function e(t,o,r,l,n,s,c,p,d,f,u,b){var h=t;if("function"==typeof c)h=c(o,h);else if(h instanceof Date)h=f(h);else if(null===h){if(l)return s&&!b?s(o,a.encoder):o;h=""}if("string"==typeof h||"number"==typeof h||"boolean"==typeof h||i.isBuffer(h)){if(s){return[u(b?o:s(o,a.encoder))+"="+u(s(h,a.encoder))]}return[u(o)+"="+u(String(h))]}var g=[];if(void 0===h)return g;var m;if(Array.isArray(c))m=c;else{var _=Object.keys(h);m=p?_.sort(p):_}for(var x=0;x<m.length;++x){var v=m[x];n&&null===h[v]||(g=Array.isArray(h)?g.concat(e(h[v],r(o,v),r,l,n,s,c,p,d,f,u,b)):g.concat(e(h[v],o+(d?"."+v:"["+v+"]"),r,l,n,s,c,p,d,f,u,b)))}return g};e.exports=function(e,t){var o=e,n=t?i.assign({},t):{};if(null!==n.encoder&&void 0!==n.encoder&&"function"!=typeof n.encoder)throw new TypeError("Encoder has to be a function.");var c=void 0===n.delimiter?a.delimiter:n.delimit
//# sourceMappingURL=index.js.map?f364eea49fc3d06c67fd