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

14 lines
431 KiB
JavaScript
Raw Normal View History

2019-06-29 23:49:20 +08:00
webpackJsonp([1],[,,,function(e,t,o){"use strict";function i(e){return"[object Array]"===v.call(e)}function r(e){return"[object ArrayBuffer]"===v.call(e)}function l(e){return"undefined"!=typeof FormData&&e instanceof FormData}function A(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer}function n(e){return"string"==typeof e}function a(e){return"number"==typeof e}function s(e){return void 0===e}function c(e){return null!==e&&"object"==typeof e}function p(e){return"[object Date]"===v.call(e)}function d(e){return"[object File]"===v.call(e)}function g(e){return"[object Blob]"===v.call(e)}function f(e){return"[object Function]"===v.call(e)}function u(e){return c(e)&&f(e.pipe)}function h(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams}function b(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}function m(){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 E(){function e(e,o){"object"==typeof t[o]&&"object"==typeof e?t[o]=E(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?B(t,o):t}),e}var B=o(64),_=o(211),v=Object.prototype.toString;e.exports={isArray:i,isArrayBuffer:r,isBuffer:_,isFormData:l,isArrayBufferView:A,isString:n,isNumber:a,isObject:c,isUndefined:s,isDate:p,isFile:d,isBlob:g,isFunction:f,isStream:u,isURLSearchParams:h,isStandardBrowserEnv:m,forEach:x,merge:E,extend:w,trim:b}},function(e,t){e.exports=function(e,t,o,i,r,l){var A,n=e=e||{},a=typeof e.default;"object"!==a&&"function"!==a||(A=e,n=e.default);var s="function"==typeof n?n.options:n;t&&(s.render=t.render,s.staticRenderFns=t.staticRenderFns,s._compiled=!0),o&&(s.functional=!0),r&&(s._scopeId=r);var c;if(l?(c=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)},s._ssrRegister=c):i&&(c=i),c){var p=s.functional,d=p?s.render:s.beforeCreate;p?(s._injectStyles=c,s.render=function(e,t){return c.call(t),d(e,t)}):s.beforeCreate=d?[].concat(d,c):[c]}return{esModule:A,exports:n,options:s}}},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 A=e[r];"number"==typeof A[0]&&i[A[0]]||(o&&!A[2]?A[2]=o:o&&(A[2]="("+A[2]+") and ("+o+")"),t.push(A))}},t}}).call(t,o(150).Buffer)},,,,function(e,t,o){function i(e){for(var t=0;t<e.length;t++){var o=e[t],i=c[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 A=[],r=0;r<o.parts.length;r++)A.push(l(o.parts[r]));c[o.id]={id:o.id,refs:1,parts:A}}}}function r(){var e=document.createElement("style");return e.type="text/css",p.appendChild(e),e}function l(e){var t,o,i=document.querySelector('style[data-vue-ssr-id~="'+e.id+'"]');if(i){if(f)return u;i.parentNode.removeChild(i)}if(h){var l=g++;i=d||(d=r()),t=A.bind(null,i,l,!1),o=A.bind(null,i,l,!0)}
2019-06-27 22:42:06 +08:00
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
2019-06-29 23:49:20 +08:00
var Z=o(149),K=o(210),q=o(212);t.Buffer=l,t.SlowBuffer=u,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 A(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 a(null,e,t,o)},l.allocUnsafe=function(e){return s(null,e)},l.allocUnsafeSlow=function(e){return s(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,A=Math.min(o,i);r<A;++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(!q(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 A=e[o];if(!l.isBuffer(A))throw new TypeError('"list" argument must be an Array of Buffers');A.copy(i,r),r+=A.length}return i},l.byteLength=h,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)m(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)m(this,t,t+3),m(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)m(this,t,t+7),m(this,t+1,t+6),m(this,t+2,t+5),m(this,t+3,t+4);return this},l.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?y(this,0,e):b.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 A=r-i,n=o-t,a=Math.min(A,n),s=this.slice(i,r),c=e.slice(t,o),p=0;p<a;++p)if(s[p]!==c[p]){A=s[p],n=c[p];break}return A<n?-1:n<A?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
2019-06-27 22:42:06 +08:00
* Determine if an object is a Buffer
*
2019-06-29 23:49:20 +08:00
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
2019-06-27 22:42:06 +08:00
* @license MIT
*/
2019-06-29 23:49:20 +08:00
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(220),r=o(219),l=o(86);e.exports={formats:l,parse:r,stringify:i}},function(e,t,o){"use strict";var i=o(87),r=Object.prototype.hasOwnProperty,l={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:i.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},A=function(e,t){for(var o={},i=e.split(t.delimiter,t.parameterLimit===1/0?void 0:t.parameterLimit),l=0;l<i.length;++l){var A,n,a=i[l],s=-1===a.indexOf("]=")?a.indexOf("="):a.indexOf("]=")+1;-1===s?(A=t.decoder(a),n=t.strictNullHandling?null:""):(A=t.decoder(a.slice(0,s)),n=t.decoder(a.slice(s+1))),r.call(o,A)?o[A]=[].concat(o[A]).concat(n):o[A]=n}return o},n=function(e,t,o){if(!e.length)return t;var i,r=e.shift();if("[]"===r)i=[],i=i.concat(n(e,t,o));else{i=o.plainObjects?Object.create(null):{};var l="["===r.charAt(0)&&"]"===r.charAt(r.length-1)?r.slice(1,-1):r,A=parseInt(l,10);!isNaN(A)&&r!==l&&String(A)===l&&A>=0&&o.parseArrays&&A<=o.arrayLimit?(i=[],i[A]=n(e,t,o)):i[l]=n(e,t,o)}return i},a=function(e,t,o){if(e){var i=o.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,l=/(\[[^[\]]*])/,A=/(\[[^[\]]*])/g,a=l.exec(i),s=a?i.slice(0,a.index):i,c=[];if(s){if(!o.plainObjects&&r.call(Object.prototype,s)&&!o.allowPrototypes)return;c.push(s)}for(var p=0;null!==(a=A.exec(i))&&p<o.depth;){if(p+=1,!o.plainObjects&&r.call(Object.prototype,a[1].slice(1,-1))&&!o.allowPrototypes)return;c.push(a[1])}return a&&c.push("["+i.slice(a.index)+"]"),n(c,t,o)}};e.exports=function(e,t){var o=t||{};if(null!==o.decoder&&void 0!==o.decoder&&"function"!=typeof o.decoder)throw new TypeError("Decoder has to be a function.");if(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?A(e,o):e,n=o.plainObjects?Object.create(null):{},s=Object.keys(r),c=0;c<s.length;++c){var p=s[c],d=a(p,r[p],o);n=i.merge(n,d,o)}return i.compact(n)}},function(e,t,o){"use strict";var i=o(87),r=o(86),l={brackets:function(e){return e+"[]"},indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},A=Date.prototype.toISOString,n={delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,serializeDate:function(e){return A.call(e)},skipNulls:!1,strictNullHandling:!1},a=function e(t,o,r,l,A,n,a,s,c,p,d,g){var f=t;if("function"==typeof a)f=a(o,f);else if(f instanceof Date)f=p(f);else if(null===f){if(l)return n&&!g?n(o):o;f=""}if("string"==typeof f||"number"==typeof f||"boolean"==typeof f||i.isBuffer(f)){if(n){return[d(g?o:n(o))+"="+d(n(f))]}return[d(o)+"="+d(String(f))]}var u=[];if(void 0===f)return u;var h;if(Array.isArray(a))h=a;else{var b=Object.keys(f);h=s?b.sort(s):b}for(var m=0;m<h.length;++m){var x=h[m];A&&null===f[x]||(u=Array.isArray(f)?u.concat(e(f[x],r(o,x),r,l,A,n,a,s,c,p,d,g)):u.concat(e(f[x],o+(c?"."+x:"["+x+"]"),r,l,A,n,a,s,c,p,d,g)))}return u};e.exports=function(e,t){var o=e,i=t||{};if(null!==i.encoder&&void 0!==i.encoder&&"function"!=typeof i.encoder)throw new TypeError("Encoder has to be a function.");var A=void 0===i.delimiter?n.delimiter:i.delimiter,s="boolean"==typeof i.strictNullHandling?i.strictNullHandling:n.strictNullHandling,c="boolean"==typeof i.skipNulls?i.skipNulls:n.skipNulls,p="boolean"==typeof
//# sourceMappingURL=doc-console-index.js.map?cfbf2d186fc65dbd99bd