qa-regulatory-gwj-vue/static/aliyun-upload-sdk/aliplayercomponents-1.0.9.m...

26 lines
142 KiB
JavaScript
Raw Normal View History

2023-11-07 10:04:37 +08:00
!function(A){var t={};function e(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return A[n].call(i.exports,i,i.exports,e),i.l=!0,i.exports}e.m=A,e.c=t,e.d=function(A,t,n){e.o(A,t)||Object.defineProperty(A,t,{enumerable:!0,get:n})},e.r=function(A){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(A,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(A,"__esModule",{value:!0})},e.t=function(A,t){if(1&t&&(A=e(A)),8&t)return A;if(4&t&&"object"==typeof A&&A&&A.__esModule)return A;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:A}),2&t&&"string"!=typeof A)for(var i in A)e.d(n,i,function(t){return A[t]}.bind(null,i));return n},e.n=function(A){var t=A&&A.__esModule?function(){return A.default}:function(){return A};return e.d(t,"a",t),t},e.o=function(A,t){return Object.prototype.hasOwnProperty.call(A,t)},e.p="",e(e.s=6)}([function(A,t,e){"use strict";A.exports=function(){var A=[];return A.toString=function(){for(var A=[],t=0;t<this.length;t++){var e=this[t];e[2]?A.push("@media "+e[2]+"{"+e[1]+"}"):A.push(e[1])}return A.join("")},A.i=function(t,e){"string"==typeof t&&(t=[[null,t,""]]);for(var n={},i=0;i<this.length;i++){var o=this[i][0];"number"==typeof o&&(n[o]=!0)}for(i=0;i<t.length;i++){var r=t[i];"number"==typeof r[0]&&n[r[0]]||(e&&!r[2]?r[2]=e:e&&(r[2]="("+r[2]+") and ("+e+")"),A.push(r))}},A}},function(A,t){var e={},n=function(A){var t;return function(){return void 0===t&&(t=A.apply(this,arguments)),t}},i=n(function(){return/msie [6-9]\b/.test(self.navigator.userAgent.toLowerCase())}),o=n(function(){return document.head||document.getElementsByTagName("head")[0]}),r=null,a=0,l=[];function s(A,t){for(var n=0;n<A.length;n++){var i=A[n],o=e[i.id];if(o){o.refs++;for(var r=0;r<o.parts.length;r++)o.parts[r](i.parts[r]);for(;r<i.parts.length;r++)o.parts.push(h(i.parts[r],t))}else{var a=[];for(r=0;r<i.parts.length;r++)a.push(h(i.parts[r],t));e[i.id]={id:i.id,refs:1,parts:a}}}}function c(A){for(var t=[],e={},n=0;n<A.length;n++){var i=A[n],o=i[0],r={css:i[1],media:i[2],sourceMap:i[3]};e[o]?e[o].parts.push(r):t.push(e[o]={id:o,parts:[r]})}return t}function d(A,t){var e=o(),n=l[l.length-1];if("top"===A.insertAt)n?n.nextSibling?e.insertBefore(t,n.nextSibling):e.appendChild(t):e.insertBefore(t,e.firstChild),l.push(t);else{if("bottom"!==A.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");e.appendChild(t)}}function u(A){A.parentNode.removeChild(A);var t=l.indexOf(A);t>=0&&l.splice(t,1)}function p(A){var t=document.createElement("style");return t.type="text/css",d(A,t),t}function h(A,t){var e,n,i;if(t.singleton){var o=a++;e=r||(r=p(t)),n=g.bind(null,e,o,!1),i=g.bind(null,e,o,!0)}else A.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(e=function(A){var t=document.createElement("link");return t.rel="stylesheet",d(A,t),t}(t),n=function(A,t){var e=t.css,n=t.sourceMap;n&&(e+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */");var i=new Blob([e],{type:"text/css"}),o=A.href;A.href=URL.createObjectURL(i),o&&URL.revokeObjectURL(o)}.bind(null,e),i=function(){u(e),e.href&&URL.revokeObjectURL(e.href)}):(e=p(t),n=function(A,t){var e=t.css,n=t.media;if(n&&A.setAttribute("media",n),A.styleSheet)A.styleSheet.cssText=e;else{for(;A.firstChild;)A.removeChild(A.firstChild);A.appendChild(document.createTextNode(e))}}.bind(null,e),i=function(){u(e)});return n(A),function(t){if(t){if(t.css===A.css&&t.media===A.media&&t.sourceMap===A.sourceMap)return;n(A=t)}else i()}}A.exports=function(A,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");void 0===(t=t||{}).singleton&&(t.singleton=i()),void 0===t.insertAt&&(t.insertAt="bottom");var n=c(A);return s(n,t),function(A){for(var i=[],o=0;o<n.length;o++){var r=n[o];(a=e[r.id]).refs--,i.push(a)}for(A&&s(c(A),t),o=0;o<i.length
/**
* Binary Search Stubs for JS Arrays
* @license MIT
* @author Jim Chen
*/
var n=function(){var A={bsearch:function(A,t,e){if(0===A.length)return 0;if(e(t,A[0])<0)return 0;if(e(t,A[A.length-1])>=0)return A.length;for(var n=0,i=0,o=A.length-1;n<=o;){if(e(t,A[(i=Math.floor((o+n+1)/2))-1])>=0&&e(t,A[i])<0)return i;e(t,A[i-1])<0?o=i-1:e(t,A[i])>=0&&(n=i)}return-1},binsert:function(t,e,n){var i=A.bsearch(t,e,n);return t.splice(i,0,e),i}};return A}(),i=function(A,t){for(var e in t)t.hasOwnProperty(e)&&(A[e]=t[e]);function n(){this.constructor=A}A.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},o=function(){function A(A,t){void 0===A&&(A=0),void 0===t&&(t=0),this._pools=[[]],this.avoid=1,this._width=A,this._height=t}return A.prototype.willCollide=function(A,t){return A.stime+A.ttl>=t.stime+t.ttl/2},A.prototype.pathCheck=function(A,t,e){for(var n=A+t.height,i=t.right,o=0;o<e.length;o++)if(!(e[o].y>n||e[o].bottom<A)){if(!(e[o].right<t.x||e[o].x>i))return!1;if(this.willCollide(e[o],t))return!1}return!0},A.prototype.assign=function(A,t){for(;this._pools.length<=t;)this._pools.push([]);var e=this._pools[t];if(0===e.length)return A.cindex=t,0;if(this.pathCheck(0,A,e))return A.cindex=t,0;for(var n=0,i=0;i<e.length&&!((n=e[i].bottom+this.avoid)+A.height>this._height);i++)if(this.pathCheck(n,A,e))return A.cindex=t,n;return this.assign(A,t+1)},A.prototype.add=function(A){A.height>this._height?(A.cindex=-2,A.y=0):(A.y=this.assign(A,0),n.binsert(this._pools[A.cindex],A,function(A,t){return A.bottom<t.bottom?-1:A.bottom>t.bottom?1:0}))},A.prototype.remove=function(A){if(!(A.cindex<0)){if(A.cindex>=this._pools.length)throw new Error("cindex out of bounds");var t=this._pools[A.cindex].indexOf(A);t<0||this._pools[A.cindex].splice(t,1)}},A.prototype.setBounds=function(A,t){this._width=A,this._height=t},A}(),r=function(A){function t(){A.apply(this,arguments)}return i(t,A),t.prototype.add=function(t){A.prototype.add.call(this,t),t.x=(this._width-t.width)/2},t.prototype.willCollide=function(A,t){return!0},t.prototype.pathCheck=function(A,t,e){for(var n=A+t.height,i=0;i<e.length;i++)if(!(e[i].y>n||e[i].bottom<A))return!1;return!0},t}(o),a=(i=function(A,t){for(var e in t)t.hasOwnProperty(e)&&(A[e]=t[e]);function n(){this.constructor=A}A.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},function(){function A(t,e){if(void 0===e&&(e={}),this.mode=1,this.stime=0,this.text="",this.ttl=4e3,this.dur=4e3,this.cindex=-1,this.motion=[],this.movable=!0,this._alphaMotion=null,this.absolute=!0,this.align=0,this._alpha=1,this._size=25,this._color=16777215,this._border=!1,this._shadow=!0,this._font="",!t)throw new Error("Comment not bound to comment manager.");if(this.parent=t,e.hasOwnProperty("stime")&&(this.stime=e.stime),e.hasOwnProperty("mode")?this.mode=e.mode:this.mode=1,e.hasOwnProperty("dur")&&(this.dur=e.dur,this.ttl=this.dur),this.dur*=this.parent.options.global.scale,this.ttl*=this.parent.options.global.scale,e.hasOwnProperty("text")&&(this.text=e.text),e.hasOwnProperty("motion")){this._motionStart=[],this._motionEnd=[],this.motion=e.motion;for(var n=0,i=0;i<e.motion.length;i++){this._motionStart.push(n);var o=0;for(var r in e.motion[i]){var a=e.motion[i][r];o=Math.max(a.dur,o),null!==a.easing&&void 0!==a.easing||(e.motion[i][r].easing=A.LINEAR)}n+=o,this._motionEnd.push(n)}this._curMotion=0}e.hasOwnProperty("color")&&(this._color=e.color),e.hasOwnProperty("size")&&(this._size=e.size),e.hasOwnProperty("border")&&(this._border=e.border),e.hasOwnProperty("opacity")&&(this._alpha=e.opacity),e.hasOwnProperty("alpha")&&(this._alphaMotion=e.alpha),e.hasOwnProperty("font")&&(this._font=e.font),e.hasOwnProperty("x")&&(this._x=e.x),e.hasOwnProperty("y")&&(this._y=e.y),e.hasOwnProperty("shadow")&&(this._shadow=e.shadow),e.hasOwnProperty("position")&&"relative"===e.position&&(this.absolute=!1,this.mode)}return A.prototype.init=function(A){void 0===A&&(A=null),this.dom=null!==A?A.dom:document.createElement("div"),this.dom.className=this.parent.options.global.className,this.dom.appendChild(document.createTextNode(this.text)),this.dom.textContent=this.text,this.dom.innerText=this.text,this.size=this.
/**
* Comment Filters Module Simplified (only supports modifiers & types)
* @license MIT
* @author Jim Chen
*/
function(){this.modifiers=[],this.runtime=null,this.allowTypes={1:!0,4:!0,5:!0,6:!0,7:!0,8:!0,17:!0},this.doModify=function(A){for(var t=0;t<this.modifiers.length;t++)A=this.modifiers[t](A);return A},this.beforeSend=function(A){return A},this.doValidate=function(A){return!!this.allowTypes[A.mode]},this.addRule=function(A){},this.addModifier=function(A){this.modifiers.push(A)},this.runtimeFilter=function(A){return null==this.runtime?A:this.runtime(A)},this.setRuntimeFilter=function(A){this.runtime=A}})},t.prototype.time=function(A){if(A-=1,this.position>=this.timeline.length||Math.abs(this._lastPosition-A)>=2e3){if(this.seek(A),this._lastPosition=A,this.timeline.length<=this.position)return}else this._lastPosition=A;for(;this.position<this.timeline.length&&this.timeline[this.position].stime<=A;this.position++)this.options.limit>0&&this.runline.length>this.limiter||this.validate(this.timeline[this.position])&&this.send(this.timeline[this.position])},t.prototype.rescale=function(){},t.prototype.send=function(t){if(8!==t.mode){if(null==this.filter||null!=(t=this.filter.doModify(t))){if(1===t.mode||2===t.mode||6===t.mode)var e=new l(this,t);else e=new a(this,t);switch(e.mode){case 1:e.align=0;break;case 2:case 4:e.align=2;break;case 5:e.align=0;break;case 6:e.align=1}switch(e.init(),this.stage.appendChild(e.dom),e.mode){default:case 1:this.csa.scroll.add(e);break;case 2:this.csa.scrollbtm.add(e);break;case 4:this.csa.bottom.add(e);break;case 5:this.csa.top.add(e);break;case 6:this.csa.reverse.add(e);break;case 17:case 7:0===t.rY&&0===t.rZ||(e.dom.style.transform=A(t.rY,t.rZ),e.dom.style.webkitTransform=A(t.rY,t.rZ),e.dom.style.OTransform=A(t.rY,t.rZ),e.dom.style.MozTransform=A(t.rY,t.rZ),e.dom.style.MSTransform=A(t.rY,t.rZ))}e.y=e.y,this.dispatchEvent("enterComment",e),this.runline.push(e)}}else this.scripting},t.prototype.sendComment=function(A){this.send(A)},t.prototype.finish=function(A){this.dispatchEvent("exitComment",A),this.stage.removeChild(A.dom);var t=this.runline.indexOf(A);switch(t>=0&&this.runline.splice(t,1),A.mode){default:case 1:this.csa.scroll.remove(A);break;case 2:this.csa.scrollbtm.remove(A);break;case 4:this.csa.bottom.remove(A);break;case 5:this.csa.top.remove(A);break;case 6:this.csa.reverse.remove(A);break;case 7:}},t.prototype.addEventListener=function(A,t){void 0!==this._listeners[A]?this._listeners[A].push(t):this._listeners[A]=[t]},t.prototype.dispatchEvent=function(A,t){if(void 0!==this._listeners[A])for(var e=0;e<this._listeners[A].length;e++)try{this._listeners[A][e](t)}catch(A){}},t.prototype.onTimerEvent=function(A,t){for(var e=0;e<t.runline.length;e++){var n=t.runline[e];n.hold||n.time(A)}},t}();
/*!
* Comment Core Library CommentManager
* @license MIT
* @author Jim Chen
*
* Copyright (c) 2014 Jim Chen
*/
/**
* AcFun Format Parser
* @license MIT License
* An alternative format comment parser
*/
t.CommentManager=s},function(A,t,e){var n=e(16);"string"==typeof n&&(n=[[A.i,n,""]]),e(1)(n,{}),n.locals&&(A.exports=n.locals)},function(A,t,e){(A.exports=e(0)()).push([A.i,'.abp {\n position: relative; }\n\n.abp .container {\n -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);\n transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);\n position: absolute;\n display: block;\n overflow: hidden;\n margin: 0;\n border: 0;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 9999;\n touch-callout: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n\n.abp .container .cmt {\n -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);\n transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);\n -webkit-transform-origin: 0% 0%;\n -ms-transform-origin: 0% 0%;\n transform-origin: 0% 0%;\n position: absolute;\n padding: 3px 0 0 0;\n margin: 0;\n color: #fff;\n font-family: SimHei, SimSun, Heiti, "MS Mincho", "Meiryo", "Microsoft YaHei", monospace;\n font-size: 25px;\n text-decoration: none;\n text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;\n -webkit-text-size-adjust: none;\n -ms-text-size-adjust: none;\n text-size-adjust: none;\n line-height: 100%;\n letter-spacing: 0;\n word-break: keep-all;\n white-space: pre; }\n\n.abp .container .cmt.noshadow {\n text-shadow: none; }\n\n.abp .container .cmt.rshadow {\n text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; }\n\n/** Aliases for Chinese named fonts because they don\'t work on *nix **/\n@font-face {\n font-family: "\\9ED1\\4F53";\n src: local("SimHei"); }\n\n@font-face {\n font-family: "\\5B8B\\4F53";\n src: local("SimSun"); }\n\n@font-face {\n font-family: "\\534E\\6587\\6977\\4F53";\n src: local("SimKai"); }\n\n@font-face {\n font-family: "\\5E7C\\5706";\n src: local("YouYuan"); }\n\n@font-face {\n font-family: "\\5FAE\\8F6F\\96C5\\9ED1";\n src: local("Microsoft YaHei"); }\n',""])},function(A,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,i=function(){function A(A,t){for(var e=0;e<t.length;e++){var n=t[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(A,n.key,n)}}return function(t,e,n){return e&&A(t.prototype,e),n&&A(t,n),t}}(),o=(n=e(18))&&n.__esModule?n:{default:n};e(19);var r=e(2),a=function(){function A(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"random";!function(A,t){if(!(A instanceof t))throw new TypeError("Cannot call a class as a function")}(this,A),this.text=t,this.style=e||{fontSize:"14px",color:"#fff"},this.html=(0,r.parseDom)(o.default),this.bulletPosition=n}return i(A,[{key:"createEl",value:function(A,t){this.html.innerText=this.text,A.appendChild(this.html)}},{key:"ready",value:function(A,t){var e=this;!1===A.getOptions().autoplay&&(this.html.style.animationPlayState="paused"),Object.keys(this.style).forEach(function(A){return e.html.style[A]=e.style[A]});var n=this.html.offsetHeight,i=parseInt(A.getOptions().height.replace("px",""))-n;if("bottom"===this.bulletPosition)this.html.style.bottom=0;else{var o="top"===this.bulletPosition?0:this.randomTop(i);this.html.style.top=o}"random"===this.bulletPosition&&this.html.addEventListener("animationiteration",function(){e.html.style.top=e.randomTop(i)})}},{key:"playing",value:function(A,t){this.html.style.animationPlayState="running"}},{key:"timeupdate",value:function(A,t){var e=A.el(),n=e.querySelector(".bullet-screen");if(n){"bullet-screen"!==n.className&&(n.className="bullet-screen");var i=getComputedStyle(n),o=i.getPropertyValue("display"),r=i.getPropertyValue("opacity"),a=i.getPropertyValue("visibility"),l=this.text,s=n.innerText;"none"===o&&n.style.setProperty("display","block"),"1"!==r&&n.style.setProperty("opacity","1"),"hidden"===a&&n.style.setProperty("visibility","visible"),l!=s&&(n.innerText=l)}else e.appendChild(this.html)}},{key:"pause",value:function(A,t){this.html.style.animationPlayState="paused"