diff --git a/dist/assets/muse-player-react-lite.js b/dist/assets/muse-player-react-lite.js index 754bbab..5b667c3 100644 --- a/dist/assets/muse-player-react-lite.js +++ b/dist/assets/muse-player-react-lite.js @@ -1 +1 @@ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("MuseDOM",[],t):"object"==typeof exports?exports.MuseDOM=t():e.MuseDOM=t()}(this,function(){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/assets/",t(t.s=32)}([function(e,t,n){"use strict";function r(e,t,n,r,o){var i={vtype:e,type:t,props:n,refs:Ke,key:r,ref:o};return e!==Ge&&e!==We||(i.uid=le()),i}function o(e,t,n){var r=e.vtype,o=null;return r?r===He?o=p(e,t,n):r===We?o=x(e,t,n):r===Ge?o=b(e,t,n):r===Ve&&(o=document.createComment("react-text: "+(e.uid||le()))):o=document.createTextNode(e),o}function i(e,t,n,r){var o=e.vtype;return o===We?P(e,t,n,r):o===Ge?g(e,t,n,r):o!==He?n:(null!=(e.props[Ye]&&e.props[Ye].__html)?(y(e,t,n),d(t,n,r)):(a(e,t,n,r),y(e,t,n)),n)}function a(e,t,n,r){var o={removes:[],updates:[],creates:[]};h(o,e,t,n,r),se(o.removes,u),se(o.updates,s),se(o.creates,l)}function s(e){if(e){var t=e.vnode,n=e.node;e.shouldIgnore||(t.vtype?t.vtype===He?y(t,e.newVnode,n,e.parentContext):t.vtype===Ge?n=g(t,e.newVnode,n,e.parentContext):t.vtype===We&&(n=P(t,e.newVnode,n,e.parentContext)):n.replaceData(0,n.length,e.newVnode));var r=n.parentNode.childNodes[e.index];return r!==n&&n.parentNode.insertBefore(n,r),n}}function u(e){c(e.vnode,e.node),e.node.parentNode.removeChild(e.node)}function l(e){var t=o(e.vnode,e.parentContext,e.parentNode.namespaceURI);e.parentNode.insertBefore(t,e.parentNode.childNodes[e.index])}function c(e,t){var n=e.vtype;n===He?v(e,t):n===We?O(e,t):n===Ge&&_(e,t)}function p(e,t,n){var r=e.type,o=e.props,i=null;return"svg"===r||n===Be?(i=document.createElementNS(Be,r),n=Be):i=document.createElement(r),d(e,i,t),fe(i,o,r.indexOf("-")>=0||null!=o.is),null!=e.ref&&(ae(Qe,e),ae(Qe,i)),i}function d(e,t,n){for(var r=t.vchildren=f(e),i=t.namespaceURI,a=0,s=r.length;a0)for(var m=0;m=0||null!=e.props.is;return me(n,e.props,t.props,r),e.ref!==t.ref&&(R(e.refs,e.ref,n),N(t.refs,t.ref,n)),n}function v(e,t){var n=(e.props,t.vchildren),r=t.childNodes;if(n)for(var o=0,i=n.length;o3){p=Array(c-2);for(var d=2;d2?a-2:0),u=2;u0)&&(n=n||e.props,r=r||e.context,this.nextProps=this.nextContext=null,z(e,n,this.getState(),r,this.clearCallbacks))},addState:function(e){e&&(ae(this.pendingStates,e),this.isPending||this.emitUpdate())},replaceState:function(e){var t=this.pendingStates;t.pop(),ae(t,[e])},getState:function(){var e=this.instance,t=this.pendingStates,n=e.state,r=e.props;return t.length&&(n=ue({},n),t.forEach(function(t){var o=Et(t);o&&(t=t[0]),ne(t)&&(t=t.call(e,n,r)),o?n=ue({},t):ue(n,t)}),t.length=0),n},clearCallbacks:function(){var e=this.pendingCallbacks,t=this.instance;e.length>0&&(this.pendingCallbacks=[],e.forEach(function(e){return e.call(t)}))},addCallback:function(e){ne(e)&&ae(this.pendingCallbacks,e)}};var tt={};I.prototype={constructor:I,isReactComponent:tt,forceUpdate:function(e){var t=this.$updater,n=this.$cache,r=this.props,o=this.state,i=this.context;if(n.isMounted){if(t.isPending)return void t.addState(o);var a=n.props||r,s=n.state||o,u=n.context||i,l=n.parentContext,c=n.node,p=n.vnode;n.props=n.state=n.context=null,t.isPending=!0,this.componentWillUpdate&&this.componentWillUpdate(a,s,u),this.state=s,this.props=a,this.context=u;var d=k(this),f=L(p,d,c,S(this,l));f!==c&&(f.cache=f.cache||{},A(f.cache,c.cache,f)),n.vnode=d,n.node=f,M(),this.componentDidUpdate&&this.componentDidUpdate(r,o,i),e&&e.call(this),t.isPending=!1,t.emitUpdate()}},setState:function(e,t){var n=this.$updater;n.addCallback(t),n.addState(e)},replaceState:function(e,t){var n=this.$updater;n.addCallback(t),n.replaceState(e)},getDOMNode:function(){var e=this.$cache.node;return e&&"#comment"===e.nodeName?null:e},isMounted:function(){return this.$cache.isMounted}};var nt={onmousemove:1,ontouchmove:1,onmouseleave:1,onmouseenter:1,onload:1,onunload:1,onscroll:1,onfocus:1,onblur:1,onrowexit:1,onbeforeunload:1,onstop:1,ondragdrop:1,ondragenter:1,ondragexit:1,ondraggesture:1,ondragover:1,oncontextmenu:1,onerror:1,onabort:1,oncanplay:1,oncanplaythrough:1,ondurationchange:1,onemptied:1,onended:1,onloadeddata:1,onloadedmetadata:1,onloadstart:1,onencrypted:1,onpause:1,onplay:1,onplaying:1,onprogress:1,onratechange:1,onseeking:1,onseeked:1,onstalled:1,onsuspend:1,ontimeupdate:1,onvolumechange:1,onwaiting:1},rt="ontouchstart"in document,ot=function(){},it="onclick",at={},st={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridColumn:1,fontWeight:1,lineClamp:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},ut=["Webkit","ms","Moz","O"];Object.keys(st).forEach(function(e){ut.forEach(function(t){st[J(t,e)]=1})});var lt=/^-?\d+(\.\d+)?$/,ct=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",pt=ct+"\\-.0-9\\uB7\\u0300-\\u036F\\u203F-\\u2040",dt=new RegExp("^["+ct+"]["+pt+"]*$"),ft=RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+pt+"]*$")),mt={},ht=1,yt=4,vt=8,bt=24,gt=32,_t={props:{accept:0,acceptCharset:0,accessKey:0,action:0,allowFullScreen:yt,allowTransparency:0,alt:0,async:yt,autoComplete:0,autoFocus:yt,autoPlay:yt,capture:yt,cellPadding:0,cellSpacing:0,charSet:0,challenge:0,checked:ht|yt,cite:0,classID:0,className:0,cols:bt,colSpan:0,content:0,contentEditable:0,contextMenu:0,controls:yt,coords:0,crossOrigin:0,data:0,dateTime:0,default:yt,defaultValue:ht,defaultChecked:ht|yt,defer:yt,dir:0,disabled:yt,download:gt,draggable:0,encType:0,form:0,formAction:0,formEncType:0,formMethod:0,formNoValidate:yt,formTarget:0,frameBorder:0,headers:0,height:0,hidden:yt,high:0,href:0,hrefLang:0,htmlFor:0,httpEquiv:0,icon:0,id:0,inputMode:0,integrity:0,is:0,keyParams:0,keyType:0,kind:0,label:0,lang:0,list:0,loop:yt,low:0,manifest:0,marginHeight:0,marginWidth:0,max:0,maxLength:0,media:0,mediaGroup:0,method:0,min:0,minLength:0,multiple:ht|yt,muted:ht|yt,name:0,nonce:0,noValidate:yt,open:yt,optimum:0,pattern:0,placeholder:0,poster:0,preload:0,profile:0,radioGroup:0,readOnly:yt,referrerPolicy:0,rel:0,required:yt,reversed:yt,role:0,rows:bt,rowSpan:vt,sandbox:0,scope:0,scoped:yt,scrolling:0,seamless:yt,selected:ht|yt,shape:0,size:bt,sizes:0,span:bt,spellCheck:0,src:0,srcDoc:0,srcLang:0,srcSet:0,start:vt,step:0,style:0,summary:0,tabIndex:0,target:0,title:0,type:0,useMap:0,value:ht,width:0,wmode:0,wrap:0,about:0,datatype:0,inlist:0,prefix:0,property:0,playsInline:yt,resource:0,typeof:0,vocab:0,autoCapitalize:0,autoCorrect:0,autoSave:0,color:0,itemProp:0,itemScope:yt,itemType:0,itemID:0,itemRef:0,results:0,security:0,unselectable:0},attrNS:{},domAttrs:{acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},domProps:{}},wt="http://www.w3.org/1999/xlink",xt="http://www.w3.org/XML/1998/namespace",Pt={accentHeight:"accent-height",accumulate:0,additive:0,alignmentBaseline:"alignment-baseline",allowReorder:"allowReorder",alphabetic:0,amplitude:0,arabicForm:"arabic-form",ascent:0,attributeName:"attributeName",attributeType:"attributeType",autoReverse:"autoReverse",azimuth:0,baseFrequency:"baseFrequency",baseProfile:"baseProfile",baselineShift:"baseline-shift",bbox:0,begin:0,bias:0,by:0,calcMode:"calcMode",capHeight:"cap-height",clip:0,clipPath:"clip-path",clipRule:"clip-rule",clipPathUnits:"clipPathUnits",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",contentScriptType:"contentScriptType",contentStyleType:"contentStyleType",cursor:0,cx:0,cy:0,d:0,decelerate:0,descent:0,diffuseConstant:"diffuseConstant",direction:0,display:0,divisor:0,dominantBaseline:"dominant-baseline",dur:0,dx:0,dy:0,edgeMode:"edgeMode",elevation:0,enableBackground:"enable-background",end:0,exponent:0,externalResourcesRequired:"externalResourcesRequired",fill:0,fillOpacity:"fill-opacity",fillRule:"fill-rule",filter:0,filterRes:"filterRes",filterUnits:"filterUnits",floodColor:"flood-color",floodOpacity:"flood-opacity",focusable:0,fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",glyphRef:"glyphRef",gradientTransform:"gradientTransform",gradientUnits:"gradientUnits",hanging:0,horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",ideographic:0,imageRendering:"image-rendering",in:0,in2:0,intercept:0,k:0,k1:0,k2:0,k3:0,k4:0,kernelMatrix:"kernelMatrix",kernelUnitLength:"kernelUnitLength",kerning:0,keyPoints:"keyPoints",keySplines:"keySplines",keyTimes:"keyTimes",lengthAdjust:"lengthAdjust",letterSpacing:"letter-spacing",lightingColor:"lighting-color",limitingConeAngle:"limitingConeAngle",local:0,markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",markerHeight:"markerHeight",markerUnits:"markerUnits",markerWidth:"markerWidth",mask:0,maskContentUnits:"maskContentUnits",maskUnits:"maskUnits",mathematical:0,mode:0,numOctaves:"numOctaves",offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pathLength:"pathLength",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",patternUnits:"patternUnits",pointerEvents:"pointer-events",points:0,pointsAtX:"pointsAtX",pointsAtY:"pointsAtY",pointsAtZ:"pointsAtZ",preserveAlpha:"preserveAlpha",preserveAspectRatio:"preserveAspectRatio",primitiveUnits:"primitiveUnits",r:0,radius:0,refX:"refX",refY:"refY",renderingIntent:"rendering-intent",repeatCount:"repeatCount",repeatDur:"repeatDur",requiredExtensions:"requiredExtensions",requiredFeatures:"requiredFeatures",restart:0,result:0,rotate:0,rx:0,ry:0,scale:0,seed:0,shapeRendering:"shape-rendering",slope:0,spacing:0,specularConstant:"specularConstant",specularExponent:"specularExponent",speed:0,spreadMethod:"spreadMethod",startOffset:"startOffset",stdDeviation:"stdDeviation",stemh:0,stemv:0,stitchTiles:"stitchTiles",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",string:0,stroke:0,strokeDasharray:"stroke-dasharray",strokeDashoffset:"stroke-dashoffset",strokeLinecap:"stroke-linecap",strokeLinejoin:"stroke-linejoin",strokeMiterlimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",surfaceScale:"surfaceScale",systemLanguage:"systemLanguage",tableValues:"tableValues",targetX:"targetX",targetY:"targetY",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",textLength:"textLength",to:0,transform:0,u1:0,u2:0,underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicode:0,unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",values:0,vectorEffect:"vector-effect",version:0,vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",viewBox:"viewBox",viewTarget:"viewTarget",visibility:0,widths:0,wordSpacing:"word-spacing",writingMode:"writing-mode",x:0,xHeight:"x-height",x1:0,x2:0,xChannelSelector:"xChannelSelector",xlinkActuate:"xlink:actuate",xlinkArcrole:"xlink:arcrole",xlinkHref:"xlink:href",xlinkRole:"xlink:role",xlinkShow:"xlink:show",xlinkTitle:"xlink:title",xlinkType:"xlink:type",xmlBase:"xml:base",xmlns:0,xmlnsXlink:"xmlns:xlink",xmlLang:"xml:lang",xmlSpace:"xml:space",y:0,y1:0,y2:0,yChannelSelector:"yChannelSelector",z:0,zoomAndPan:"zoomAndPan"},Ot={props:{},attrNS:{xlinkActuate:wt,xlinkArcrole:wt,xlinkHref:wt,xlinkRole:wt,xlinkShow:wt,xlinkTitle:wt,xlinkType:wt,xmlBase:xt,xmlLang:xt,xmlSpace:xt},domAttrs:{},domProps:{}};Object.keys(Pt).map(function(e){Ot.props[e]=0,Pt[e]&&(Ot.domAttrs[e]=Pt[e])}),Z(_t),Z(Ot);var Et=Array.isArray,kt=0,St=/^on/i;Object.freeze||(Object.freeze=oe);var Ct={},Tt={},Mt=Object.freeze({render:ve,unstable_renderSubtreeIntoContainer:be,unmountComponentAtNode:ge,findDOMNode:_e}),Lt={};"a|abbr|address|area|article|aside|audio|b|base|bdi|bdo|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|data|datalist|dd|del|details|dfn|dialog|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|main|map|mark|menu|menuitem|meta|meter|nav|noscript|object|ol|optgroup|option|output|p|param|picture|pre|progress|q|rp|rt|ruby|s|samp|script|section|select|small|source|span|strong|style|sub|summary|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|track|u|ul|var|video|wbr|circle|clipPath|defs|ellipse|g|image|line|linearGradient|mask|path|pattern|polygon|polyline|radialGradient|rect|stop|svg|text|tspan".split("|").forEach(function(e){Lt[e]=Oe(e)});var jt=function e(){return e};jt.isRequired=jt;var Nt={array:jt,bool:jt,func:jt,number:jt,object:jt,string:jt,any:jt,arrayOf:jt,element:jt,instanceOf:jt,node:jt,objectOf:jt,oneOf:jt,oneOfType:jt,shape:jt},Rt=/\/(?!\/)/g,At=Object.freeze({only:Ee,forEach:ke,map:Se,count:Ce,toArray:Te}),Ut=function(){};Ut.prototype=I.prototype,ze.prototype=Object.create(I.prototype),ze.prototype.constructor=ze,ze.prototype.isPureReactComponent=!0,ze.prototype.shouldComponentUpdate=Fe;var Dt=ue({version:"0.15.1",cloneElement:Pe,isValidElement:xe,createElement:we,createFactory:Oe,Component:I,PureComponent:ze,createClass:De,Children:At,PropTypes:Nt,DOM:Lt},Mt);Dt.__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Mt,e.exports=Dt},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayerActions=void 0;var r=n(58),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(r);t.PlayerActions=o},function(e,t,n){e.exports=n(60)()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(64),o=n(22),i=n(68);n.d(t,"Provider",function(){return r.b}),n.d(t,"createProvider",function(){return r.a}),n.d(t,"connectAdvanced",function(){return o.a}),n.d(t,"connect",function(){return i.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(93);Object.keys(r).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})});var o=n(94);Object.keys(o).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}})});var i=n(95);Object.keys(i).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}})});var a=n(96);Object.keys(a).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return a[e]}})})},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){var n=e.exports={version:"2.5.0"};"number"==typeof __e&&(__e=n)},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports=!n(9)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";function r(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(23),o=n(83),i=n(84),a=n(85),s=n(27);n(26);n.d(t,"createStore",function(){return r.b}),n.d(t,"combineReducers",function(){return o.a}),n.d(t,"bindActionCreators",function(){return i.a}),n.d(t,"applyMiddleware",function(){return a.a}),n.d(t,"compose",function(){return s.a})},function(e,t,n){"use strict";function r(e){if(!Object(a.a)(e)||Object(o.a)(e)!=s)return!1;var t=Object(i.a)(e);if(null===t)return!0;var n=p.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==d}var o=n(71),i=n(76),a=n(78),s="[object Object]",u=Function.prototype,l=Object.prototype,c=u.toString,p=l.hasOwnProperty,d=c.call(Object);t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayListToggler=t.LyricToggler=t.NextButton=t.PrevButton=t.StopButton=t.PauseButton=t.PlayButton=void 0;var r=n(0),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.PlayButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8 5v14l11-7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PauseButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M6 19h4V5H6v14zm8-14v14h4V5h-4z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.StopButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}),o.default.createElement("path",{d:"M6 6h12v12H6z"}))},t.PrevButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),o.default.createElement("path",{d:"M0-.5h24v24H0z",fill:"none"}))},t.NextButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),o.default.createElement("path",{d:"M0-.25h24v24H0z",fill:"none"}))},t.LyricToggler=function(){return o.default.createElement("svg",{fill:"#000000",height:"18",viewBox:"0 0 24 24",width:"18",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.42 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PlayListToggler=function(){return o.default.createElement("svg",{enableBackground:"new 0 0 24 24",fill:"#000000",height:"20",id:"Layer_1",version:"1.1",viewBox:"0 0 24 24",width:"20",x:"0px",xmlns:"http://www.w3.org/2000/svg",y:"0px"},o.default.createElement("g",{id:"XMLID_1_"},o.default.createElement("path",{d:"M0,0h24v24H0V0z",fill:"none"}),o.default.createElement("g",{id:"XMLID_2_"},o.default.createElement("rect",{height:"2",id:"XMLID_3_",width:"12",x:"4",y:"10"}),o.default.createElement("rect",{height:"2",id:"XMLID_4_",width:"12",x:"4",y:"6"}),o.default.createElement("rect",{height:"2",id:"XMLID_5_",width:"8",x:"4",y:"14"}),o.default.createElement("polygon",{id:"XMLID_6_",points:"14,14 14,20 19,17 "}))))}},function(e,t,n){var r=n(36),o=n(41);e.exports=n(8)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){var r=n(18),o=n(19);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(48);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){"use strict";n.d(t,"b",function(){return i}),n.d(t,"a",function(){return a});var r=n(2),o=n.n(r),i=o.a.shape({trySubscribe:o.a.func.isRequired,tryUnsubscribe:o.a.func.isRequired,notifyNestedSubs:o.a.func.isRequired,isSubscribed:o.a.func.isRequired}),a=o.a.shape({subscribe:o.a.func.isRequired,dispatch:o.a.func.isRequired,getState:o.a.func.isRequired})},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function s(){}function u(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}function l(e){var t,n,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=l.getDisplayName,d=void 0===c?function(e){return"ConnectAdvanced("+e+")"}:c,_=l.methodName,w=void 0===_?"connectAdvanced":_,x=l.renderCountProp,P=void 0===x?void 0:x,O=l.shouldHandleStateChanges,E=void 0===O||O,k=l.storeKey,S=void 0===k?"store":k,C=l.withRef,T=void 0!==C&&C,M=a(l,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),L=S+"Subscription",j=b++,N=(t={},t[S]=y.a,t[L]=y.b,t),R=(n={},n[L]=y.b,n);return function(t){f()("function"==typeof t,"You must pass a component to the function returned by connect. Instead received "+JSON.stringify(t));var n=t.displayName||t.name||"Component",a=d(n),l=v({},M,{getDisplayName:d,methodName:w,renderCountProp:P,shouldHandleStateChanges:E,storeKey:S,withRef:T,displayName:a,wrappedComponentName:n,WrappedComponent:t}),c=function(n){function c(e,t){r(this,c);var i=o(this,n.call(this,e,t));return i.version=j,i.state={},i.renderCount=0,i.store=e[S]||t[S],i.propsMode=Boolean(e[S]),i.setWrappedInstance=i.setWrappedInstance.bind(i),f()(i.store,'Could not find "'+S+'" in either the context or props of "'+a+'". Either wrap the root component in a , or explicitly pass "'+S+'" as a prop to "'+a+'".'),i.initSelector(),i.initSubscription(),i}return i(c,n),c.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[L]=t||this.context[L],e},c.prototype.componentDidMount=function(){E&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},c.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},c.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},c.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=s,this.store=null,this.selector.run=s,this.selector.shouldComponentUpdate=!1},c.prototype.getWrappedInstance=function(){return f()(T,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+w+"() call."),this.wrappedInstance},c.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},c.prototype.initSelector=function(){var t=e(this.store.dispatch,l);this.selector=u(t,this.store),this.selector.run(this.props)},c.prototype.initSubscription=function(){if(E){var e=(this.propsMode?this.props:this.context)[L];this.subscription=new h.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},c.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(g)):this.notifyNestedSubs()},c.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},c.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},c.prototype.addExtraProps=function(e){if(!(T||P||this.propsMode&&this.subscription))return e;var t=v({},e);return T&&(t.ref=this.setWrappedInstance),P&&(t[P]=this.renderCount++),this.propsMode&&this.subscription&&(t[L]=this.subscription),t},c.prototype.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(m.createElement)(t,this.addExtraProps(e.props))},c}(m.Component);return c.WrappedComponent=t,c.displayName=a,c.childContextTypes=R,c.contextTypes=N,c.propTypes=N,p()(c,t)}}t.a=l;var c=n(65),p=n.n(c),d=n(66),f=n.n(d),m=n(0),h=(n.n(m),n(67)),y=n(21),v=Object.assign||function(e){for(var t=1;t=0&&g.splice(t,1)}function s(e){var t=document.createElement("style");return e.attrs.type="text/css",l(t,e.attrs),i(e,t),t}function u(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",l(t,e.attrs),i(e,t),t}function l(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function c(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i=t.transform(e.css)))return function(){};e.css=i}if(t.singleton){var l=b++;n=v||(v=s(t)),r=p.bind(null,n,l,!1),o=p.bind(null,n,l,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=u(t),r=f.bind(null,n,t),o=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(t),r=d.bind(null,n),o=function(){a(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}function p(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=w(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t){var n=t.css,r=t.media;if(r&&e.setAttribute("media",r),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function f(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=_(r)),o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var m={},h=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),y=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e.call(this,n)),t[n]}}(function(e){return document.querySelector(e)}),v=null,b=0,g=[],_=n(109);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||(t.singleton=h()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=o(e,t);return r(n,t),function(e){for(var i=[],a=0;a1&&void 0!==arguments[1]?arguments[1]:void 0,n=void 0==t?document.getElementById(e).parentNode:t,r=this.getReducerState(e,"playList").length;for((0,s.unmountComponentAtNode)(n);r--;)this.removeMusicFromList(e,0)},render:function(e,t,n){void 0!==n&&n.layout||(n={},n.layout="muse-layout-default");var r="muse-player-"+Date.parse(new Date)+"-"+Math.ceil(233*Math.random()),i=o({id:r,playList:e},n),s=a.default.createElement(c.default,i),u={component:s,ref:void 0,id:r};return void 0!==t&&(d(s,t),u.ref=document.getElementById(r)),u}};window.MUSE=window.YMPlayer=f,f.registerLayout("muse-layout-landscape",p.construct),t.PlayerContainer=c.default,t.default=f},function(e,t,n){n(34),e.exports=n(6).Object.assign},function(e,t,n){var r=n(35);r(r.S+r.F,"Object",{assign:n(45)})},function(e,t,n){var r=n(5),o=n(6),i=n(14),a=n(42),s=n(43),u=function(e,t,n){var l,c,p,d,f=e&u.F,m=e&u.G,h=e&u.S,y=e&u.P,v=e&u.B,b=m?r:h?r[t]||(r[t]={}):(r[t]||{}).prototype,g=m?o:o[t]||(o[t]={}),_=g.prototype||(g.prototype={});m&&(n=t);for(l in n)c=!f&&b&&void 0!==b[l],p=(c?b:n)[l],d=v&&c?s(p,r):y&&"function"==typeof p?s(Function.call,p):p,b&&a(b,l,p,e&u.U),g[l]!=p&&i(g,l,d),y&&_[l]!=p&&(_[l]=p)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},function(e,t,n){var r=n(37),o=n(38),i=n(40),a=Object.defineProperty;t.f=n(8)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(7);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(8)&&!n(9)(function(){return 7!=Object.defineProperty(n(39)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(7),o=n(5).document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t,n){var r=n(7);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(5),o=n(14),i=n(15),a=n(16)("src"),s=Function.toString,u=(""+s).split("toString");n(6).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:u.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(e,t,n){var r=n(44);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";var r=n(46),o=n(55),i=n(56),a=n(57),s=n(18),u=Object.assign;e.exports=!u||n(9)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r})?function(e,t){for(var n=a(e),u=arguments.length,l=1,c=o.f,p=i.f;u>l;)for(var d,f=s(arguments[l++]),m=c?r(f).concat(c(f)):r(f),h=m.length,y=0;h>y;)p.call(f,d=m[y++])&&(n[d]=f[d]);return n}:u},function(e,t,n){var r=n(47),o=n(54);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(15),o=n(17),i=n(49)(!1),a=n(52)("IE_PROTO");e.exports=function(e,t){var n,s=o(e),u=0,l=[];for(n in s)n!=a&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~i(l,n)||l.push(n));return l}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(17),o=n(50),i=n(51);e.exports=function(e){return function(t,n,a){var s,u=r(t),l=o(u.length),c=i(a,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(20),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(20),o=Math.max,i=Math.min;e.exports=function(e,t){return e=r(e),e<0?o(e+t,0):i(e,t)}},function(e,t,n){var r=n(53)("keys"),o=n(16);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t,n){var r=n(5),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return o[e]||(o[e]={})}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var r=n(19);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{title:void 0,artist:void 0,cover:void 0,src:void 0,lyric:void 0,translation:void 0},t=arguments[1];return{type:y,id:t,item:e}},t.removeMusicFromList=function(e,t){return{type:v,id:t,index:e}},t.changePlayerLayout=function(e,t){return{type:b,id:t,layout:e}},t.pushPlayerInstance=function(e,t){return{type:g,id:t,instance:e}},t.createPlayerStore=function(e,t){return{type:_,id:t,state:r({},{isPlaying:!1,isLoop:!1,isDrawerOpen:!1,isMenuOpen:!1,isFullscreen:!1,volume:1,offset:0,currentTime:void 0,currentPanel:"lyric",duration:void 0,currentMusicIndex:0,currentLyricIndex:-1,playList:[],playerLayout:"muse-layout-default",playerInstance:void 0},e)}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l="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},c=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:"store",n=arguments[1],a=n||t+"Subscription",u=function(e){function n(i,a){r(this,n);var s=o(this,e.call(this,i,a));return s[t]=i.store,s}return i(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[a]=null,e},n.prototype.render=function(){return s.Children.only(this.props.children)},n}(s.Component);return u.propTypes={store:c.a.isRequired,children:l.a.element.isRequired},u.childContextTypes=(e={},e[t]=c.a.isRequired,e[a]=c.b,e),u}t.a=a;var s=n(0),u=(n.n(s),n(2)),l=n.n(u),c=n(21);n(10);t.b=a()},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i=Object.getOwnPropertySymbols,a=(Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable),s=Object.getPrototypeOf,u=s&&s(Object),l=Object.getOwnPropertyNames;e.exports=function e(t,n,c){if("string"!=typeof n){if(u){var p=s(n);p&&p!==u&&e(t,p,c)}var d=l(n);i&&(d=d.concat(i(n)));for(var f=0;f=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n){for(var r=t.length-1;r>=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function i(e,t){return e===t}var a=n(22),s=n(69),u=n(70),l=n(86),c=n(87),p=n(88),d=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?a.a:t,f=e.mapStateToPropsFactories,m=void 0===f?l.a:f,h=e.mapDispatchToPropsFactories,y=void 0===h?u.a:h,v=e.mergePropsFactories,b=void 0===v?c.a:v,g=e.selectorFactory,_=void 0===g?p.a:g;return function(e,t,a){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},l=u.pure,c=void 0===l||l,p=u.areStatesEqual,f=void 0===p?i:p,h=u.areOwnPropsEqual,v=void 0===h?s.a:h,g=u.areStatePropsEqual,w=void 0===g?s.a:g,x=u.areMergedPropsEqual,P=void 0===x?s.a:x,O=r(u,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),E=o(e,m,"mapStateToProps"),k=o(t,y,"mapDispatchToProps"),S=o(a,b,"mergeProps");return n(_,d({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:E,initMapDispatchToProps:k,initMergeProps:S,pure:c,areStatesEqual:f,areOwnPropsEqual:v,areStatePropsEqual:w,areMergedPropsEqual:P},O))}}()},function(e,t,n){"use strict";function r(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!==e&&t!==t}function o(e,t){if(r(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(u)throw u;for(var o=!1,i={},a=0;a=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,i){return n(e(o,i),t(r,i),i)}}function i(e,t,n,r,o){function i(o,i){return m=o,h=i,y=e(m,h),v=t(r,h),b=n(y,v,h),f=!0,b}function a(){return y=e(m,h),t.dependsOnOwnProps&&(v=t(r,h)),b=n(y,v,h)}function s(){return e.dependsOnOwnProps&&(y=e(m,h)),t.dependsOnOwnProps&&(v=t(r,h)),b=n(y,v,h)}function u(){var t=e(m,h),r=!d(t,y);return y=t,r&&(b=n(y,v,h)),b}function l(e,t){var n=!p(t,h),r=!c(e,m);return m=e,h=t,n&&r?a():n?s():r?u():b}var c=o.areStatesEqual,p=o.areOwnPropsEqual,d=o.areStatePropsEqual,f=!1,m=void 0,h=void 0,y=void 0,v=void 0,b=void 0;return function(e,t){return f?l(e,t):i(e,t)}}function a(e,t){var n=t.initMapStateToProps,a=t.initMapDispatchToProps,s=t.initMergeProps,u=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),l=n(e,u),c=a(e,u),p=s(e,u);return(u.pure?i:o)(l,c,p,e,u)}t.a=a;n(89)},function(e,t,n){"use strict";n(10)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.configureStore=void 0;var r=n(11),o=n(91),i=function(e){return e&&e.__esModule?e:{default:e}}(o);t.configureStore=function(e){return(0,r.createStore)(i.default,e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(11),o=n(92),i=(0,r.combineReducers)({player:o.player});t.default=i},function(e,t,n){"use strict";function r(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],n=t.id;switch(t.type){case a.PlayerActions.CREATE_PLAYER_STORE:return i({},e,o({},n,t.state));case a.PlayerActions.TOGGLE_PLAY:return(0,s.applyMiddleware)("onTogglePlay",e[n].playerInstance,t.playState),i({},e,o({},n,i({},e[n],{isPlaying:t.playState})));case a.PlayerActions.TOGGLE_LOOP:return i({},e,o({},n,i({},e[n],{isLoop:t.loopState})));case a.PlayerActions.TOGGLE_FULLSCREEN:return(0,s.applyMiddleware)("onToggleFullscreen",e[n].playerInstance,t.fullscreenState),i({},e,o({},n,i({},e[n],{isFullscreen:t.fullscreenState})));case a.PlayerActions.TOGGLE_MENU:return(0,s.applyMiddleware)("onToggleMenu",e[n].playerInstance,t.menuState),i({},e,o({},n,i({},e[n],{isMenuOpen:t.menuState})));case a.PlayerActions.TOGGLE_DRAWER:return(0,s.applyMiddleware)("onToggleDrawer",e[n].playerInstance,t.drawerState),i({},e,o({},n,i({},e[n],{isDrawerOpen:t.drawerState,currentPanel:t.drawerState?e.currentPanel:"lyric"})));case a.PlayerActions.TOGGLE_PANEL:return i({},e,o({},n,i({},e[n],{currentPanel:t.panel})));case a.PlayerActions.PLAYER_STOP:return i({},e,o({},n,i({},e[n],{isPlaying:!1,currentTime:0})));case a.PlayerActions.SLIDE_VOLUME:return i({},e,o({},n,i({},e[n],{volume:t.volume})));case a.PlayerActions.SLIDE_PROPGRESS:return i({},e,o({},n,i({},e[n],{currentTime:t.progress})));case a.PlayerActions.SET_CURRENT_MUSIC:return(0,s.applyMiddleware)("onMusicChange",e[n].playerInstance,e[n].playList[t.index]),i({},e,o({},n,i({},e[n],{currentMusicIndex:t.index})));case a.PlayerActions.SET_LYRIC_OFFSET:return i({},e,o({},n,i({},e[n],{offset:t.offset})));case a.PlayerActions.SET_CURRENT_LYRIC:return i({},e,o({},n,i({},e[n],{index:t.index})));case a.PlayerActions.ADD_MUSIC_TO_LIST:return i({},e,o({},n,i({},e[n],{playList:[].concat(r(e[n].playList),[t.item])})));case a.PlayerActions.REMOVE_MUSIC_FROM_LIST:return i({},e,o({},n,i({},e[n],{playList:[e[n].playList.slice(0,t.index-1),e[n].playList.slice(t.index+1,e[n].playList.length)]})));case a.PlayerActions.CHANGE_PLAYER_LAYOUT:return i({},e,o({},n,i({},e[n],{playerLayout:t.layout})));case a.PlayerActions.PUSH_PLAYER_INSTANCE:return i({},e,o({},n,i({},e[n],{playerInstance:t.instance})));default:return e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.getRect=function(e){var t=e.getBoundingClientRect(),n=document.documentElement.clientTop,r=document.documentElement.clientLeft;return{top:t.top-n,bottom:t.bottom-n,left:t.left-r,right:t.right-r}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.lyricParser=function(e){var t={author:void 0,lyric:[]},n=e,r=0;if(!n||"string"!=typeof n)return!1;if(n.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/)&&(r=1),n=n.replace(/\\n/g,"\n").replace(/\\r/g,"\r"),String(n).split("\n").forEach(function(e){if(e&&!e.match(/\[ti:|ar:|al:\.*]/g)){if(e.match(/\[by:(.*)\]/g))return void(t.author=/\[by:(.*)\]/g.exec(e)[1]);var n=void 0,o=void 0;switch(r){case 0:var i=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(i[1]))+parseInt(Number(i[2]))+(i[3]?Number("0"+i[3]):0),text:i[4]});break;case 1:n=e.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/g),o=/\[.*\](.*)/g.exec(e),n.forEach(function(e){var n=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(n[1]))+parseInt(Number(n[2]))+(n[3]?Number("0"+n[3]):0),text:o[1]})})}}}),void 0!=t.author&&t.lyric.push({timeline:9999,text:"歌词作者:"+t.author}),1==r){var o=function(e,t){return e.timeline-t.timeline};t.lyric=t.lyric.sort(o)}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.add=function(e,t){e.classList?e.classList.add(t):e.setAttribute("class",e.getAttribute("class")+" "+t)},o=t.remove=function(e,t){e.classList?e.classList.remove(t):e.setAttribute("class",e.getAttribute("class").replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," "))},i=t.has=function(e,t){return e.classList?e.classList.contains(t):-1!=e.getAttribute("class").indexOf(t)},a=t.toggle=function(e,t){e.classList&&e.classList.toggle?e.classList.toggle(t):i(e,t)?o(e.className):r(e,t)},s=t.classifier={add:r,remove:o,has:i,toggle:a};t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.applyMiddleware=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};void 0!=window.MUSE&&window.MUSE._middlewares[e]!=[]&&window.MUSE._middlewares[e].forEach(function(e){e(t,n)})};t.default=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l=function(){function e(e,t){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],o=n.props.player[n.id],i=o.isLoop,a=o.currentMusicIndex,s=o.playList,u=n.props.dispatch;(r||!i)&&s.length-1>a?(u(m.PlayerActions.togglePlay(!1,n.id)),u(m.PlayerActions.setCurrentMusic(a+1,n.id)),setTimeout(function(){return u(m.PlayerActions.togglePlay(!0,n.id))},10)):u(!r&&i?m.PlayerActions.slideProgress(0,n.id):m.PlayerActions.playerStop(n.id))},n.onAudioError=function(){n.onAudioEnded(!1,!1,!0)},n.id=e.id,n}return i(t,e),l(t,[{key:"componentWillMount",value:function(){this.unsubscriber=this.props.store.subscribe(this.subscriber)}},{key:"componentWillUnmount",value:function(){this.unsubscriber()}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isPlaying,r=t.playList,o=t.currentMusicIndex,i=r[o];return p.default.createElement("div",{className:"muse-controller",onClick:this.onControllerClick},p.default.createElement("audio",{preload:"no",ref:function(t){return e.audio=t},src:i.src,onTimeUpdate:this.onAudioTimeUpdate,onError:this.onAudioError,onEnded:this.onAudioEnded}),p.default.createElement("div",{className:"muse-controller__container"},p.default.createElement("div",{className:"muse-musicDetail"},p.default.createElement("h1",{className:"muse-musicDetail__title",title:i.title},i.title,p.default.createElement("small",{className:"muse-musicDetail__artist",title:i.artist},i.artist))),p.default.createElement("div",{className:"muse-playControl"},p.default.createElement("button",{className:"muse-btn__play",onClick:this.onPlayBtnClick},n?p.default.createElement(f.PauseButton,null):p.default.createElement(f.PlayButton,null)))))}}]),t}(c.Component))||s;t.default=h},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a,s,u=function(){function e(e,t){for(var n=0;n=0?d.PlayerActions.setCurrentMusic(o-1,n.id):d.PlayerActions.setCurrentMusic(r.length-1,n.id)),setTimeout(function(){e(d.PlayerActions.togglePlay(!0,n.id))},0)},n.onNextButtonClick=function(){var e=n.props.dispatch,t=n.props.player[n.id],r=t.playList,o=t.currentMusicIndex;e(d.PlayerActions.togglePlay(!1,n.id)),e(o+1r[0].props.timeline)this.updateLyricContainerDOMState(0);else{if(i==r.length-1)return;if(-1!=i)if(o=0;a--){if(0==a){this.updateLyricContainerDOMState(-1);break}if(o>=r[a].props.timeline&&or[i+1].props.timeline)for(var s=i;s=r[s].props.timeline&&r[s+1]&&o1?1:o,n.id))},n.onIncreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(.5)},n.onDecreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(-.5)},n.onStopClick=function(e){var t=n.props.dispatch;e.preventDefault(),e.stopPropagation(),t(y.PlayerActions.playerStop(n.id))},n.onDebugModeTogglerClick=function(){var e=n.props.parent;confirm("将会开启开发者模式,此模式下会显示更多调试信息并注销右键菜单以方便检查元素,若要重新激活右键菜单只能重新加载页面。\n\n确定要进入开发者模式吗?")&&e.player.removeEventListener("contextmenu",e.onPlayerContextMenu)},n.fixLyricOffset=function(e){var t=n.props.dispatch,r=n.props.player[n.id].offset;t(y.PlayerActions.setLyricOffset(r+e,n.id))},n.id=e.id,n}return a(t,e),p(t,[{key:"componentDidMount",value:function(){this.volume.addEventListener("click",this.onVolumeContainerClick),this.increaseOffset.addEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.addEventListener("click",this.onDecreaseOffsetClick)}},{key:"componentWillUnmount",value:function(){this.volume.removeEventListener("click",this.onVolumeContainerClick),this.increaseOffset.removeEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.removeEventListener("click",this.onDecreaseOffsetClick)}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isMenuOpen,r=t.isLoop,o=t.isFullscreen,i=t.volume,a=t.offset;return f.default.createElement("div",{className:"muse-menu"+(n?"":" muse-menu__state-close")},f.default.createElement("div",{className:"muse-menu__item",name:"stop",onClick:this.onStopClick},f.default.createElement("span",null,"停止播放")),f.default.createElement("div",{className:"muse-menu__item",name:"slide-volume"},f.default.createElement("div",null,"音量调整"),f.default.createElement("div",{className:"muse-volume"},f.default.createElement("div",{className:"muse-volume__container",ref:function(t){return e.volume=t}},f.default.createElement("div",{className:"muse-volume__current",style:{width:Number(i/1*100)+"%"}},f.default.createElement("span",{className:"muse-volume__handle",ref:function(t){return e.volumeHanler=t}}))))),f.default.createElement("div",{className:"muse-menu__item",name:"fix-lyric-offset"},f.default.createElement("div",null,"校正歌词(当前偏移:",a,"s)"),f.default.createElement("div",{className:"muse-menu__offset"},f.default.createElement("span",{ref:function(t){return e.increaseOffset=t}},"+ 提前 0.5s"),f.default.createElement("span",{ref:function(t){return e.decreaseOffset=t}},"- 延后 0.5s"))),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-loop",onClick:this.onLoopTogglerClick},f.default.createElement("span",null,"单曲循环:",r?"开启":"关闭")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-fullscreen",onClick:this.onFullscreenTogglerClick},f.default.createElement("span",null,o?"退出":"","全屏模式")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-debug-mode",onClick:this.onDebugModeTogglerClick},f.default.createElement("span",null,"开发者模式")),f.default.createElement("div",{className:"muse-menu__item",onClick:function(){window.open("https://github.com/moefront/MUSE")}},f.default.createElement("span",null,"MUSE Player ver.",g.default.MUSE_VERSION)))}}]),t}(d.Component),l.propTypes={store:m.PropTypes.object.isRequired},u=c))||u;t.default=_},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={MUSE_VERSION:"5.2.3"}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Progress=t.Cover=void 0;var o=n(105),i=r(o),a=n(106),s=r(a);t.Cover=i.default,t.Progress=s.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(0),i=r(o),a=n(2),s=r(a),u=function(e){var t=e.cover;return i.default.createElement("div",{className:"muse-cover",style:{background:"url('"+t+"') no-repeat center / cover"}})};u.propTypes={cover:s.default.string.isRequired},t.default=u},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s,u,l=function(){function e(e,t){for(var n=0;n=0||null!=o.is),null!=e.ref&&(ae(Qe,e),ae(Qe,i)),i}function d(e,t,n){for(var r=t.vchildren=f(e),i=t.namespaceURI,a=0,s=r.length;a0)for(var m=0;m=0||null!=e.props.is;return me(n,e.props,t.props,r),e.ref!==t.ref&&(R(e.refs,e.ref,n),N(t.refs,t.ref,n)),n}function v(e,t){var n=(e.props,t.vchildren),r=t.childNodes;if(n)for(var o=0,i=n.length;o3){p=Array(c-2);for(var d=2;d2?a-2:0),u=2;u0)&&(n=n||e.props,r=r||e.context,this.nextProps=this.nextContext=null,z(e,n,this.getState(),r,this.clearCallbacks))},addState:function(e){e&&(ae(this.pendingStates,e),this.isPending||this.emitUpdate())},replaceState:function(e){var t=this.pendingStates;t.pop(),ae(t,[e])},getState:function(){var e=this.instance,t=this.pendingStates,n=e.state,r=e.props;return t.length&&(n=ue({},n),t.forEach(function(t){var o=Et(t);o&&(t=t[0]),ne(t)&&(t=t.call(e,n,r)),o?n=ue({},t):ue(n,t)}),t.length=0),n},clearCallbacks:function(){var e=this.pendingCallbacks,t=this.instance;e.length>0&&(this.pendingCallbacks=[],e.forEach(function(e){return e.call(t)}))},addCallback:function(e){ne(e)&&ae(this.pendingCallbacks,e)}};var tt={};I.prototype={constructor:I,isReactComponent:tt,forceUpdate:function(e){var t=this.$updater,n=this.$cache,r=this.props,o=this.state,i=this.context;if(n.isMounted){if(t.isPending)return void t.addState(o);var a=n.props||r,s=n.state||o,u=n.context||i,l=n.parentContext,c=n.node,p=n.vnode;n.props=n.state=n.context=null,t.isPending=!0,this.componentWillUpdate&&this.componentWillUpdate(a,s,u),this.state=s,this.props=a,this.context=u;var d=k(this),f=L(p,d,c,S(this,l));f!==c&&(f.cache=f.cache||{},A(f.cache,c.cache,f)),n.vnode=d,n.node=f,M(),this.componentDidUpdate&&this.componentDidUpdate(r,o,i),e&&e.call(this),t.isPending=!1,t.emitUpdate()}},setState:function(e,t){var n=this.$updater;n.addCallback(t),n.addState(e)},replaceState:function(e,t){var n=this.$updater;n.addCallback(t),n.replaceState(e)},getDOMNode:function(){var e=this.$cache.node;return e&&"#comment"===e.nodeName?null:e},isMounted:function(){return this.$cache.isMounted}};var nt={onmousemove:1,ontouchmove:1,onmouseleave:1,onmouseenter:1,onload:1,onunload:1,onscroll:1,onfocus:1,onblur:1,onrowexit:1,onbeforeunload:1,onstop:1,ondragdrop:1,ondragenter:1,ondragexit:1,ondraggesture:1,ondragover:1,oncontextmenu:1,onerror:1,onabort:1,oncanplay:1,oncanplaythrough:1,ondurationchange:1,onemptied:1,onended:1,onloadeddata:1,onloadedmetadata:1,onloadstart:1,onencrypted:1,onpause:1,onplay:1,onplaying:1,onprogress:1,onratechange:1,onseeking:1,onseeked:1,onstalled:1,onsuspend:1,ontimeupdate:1,onvolumechange:1,onwaiting:1},rt="ontouchstart"in document,ot=function(){},it="onclick",at={},st={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridColumn:1,fontWeight:1,lineClamp:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},ut=["Webkit","ms","Moz","O"];Object.keys(st).forEach(function(e){ut.forEach(function(t){st[J(t,e)]=1})});var lt=/^-?\d+(\.\d+)?$/,ct=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",pt=ct+"\\-.0-9\\uB7\\u0300-\\u036F\\u203F-\\u2040",dt=new RegExp("^["+ct+"]["+pt+"]*$"),ft=RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+pt+"]*$")),mt={},ht=1,yt=4,vt=8,bt=24,gt=32,_t={props:{accept:0,acceptCharset:0,accessKey:0,action:0,allowFullScreen:yt,allowTransparency:0,alt:0,async:yt,autoComplete:0,autoFocus:yt,autoPlay:yt,capture:yt,cellPadding:0,cellSpacing:0,charSet:0,challenge:0,checked:ht|yt,cite:0,classID:0,className:0,cols:bt,colSpan:0,content:0,contentEditable:0,contextMenu:0,controls:yt,coords:0,crossOrigin:0,data:0,dateTime:0,default:yt,defaultValue:ht,defaultChecked:ht|yt,defer:yt,dir:0,disabled:yt,download:gt,draggable:0,encType:0,form:0,formAction:0,formEncType:0,formMethod:0,formNoValidate:yt,formTarget:0,frameBorder:0,headers:0,height:0,hidden:yt,high:0,href:0,hrefLang:0,htmlFor:0,httpEquiv:0,icon:0,id:0,inputMode:0,integrity:0,is:0,keyParams:0,keyType:0,kind:0,label:0,lang:0,list:0,loop:yt,low:0,manifest:0,marginHeight:0,marginWidth:0,max:0,maxLength:0,media:0,mediaGroup:0,method:0,min:0,minLength:0,multiple:ht|yt,muted:ht|yt,name:0,nonce:0,noValidate:yt,open:yt,optimum:0,pattern:0,placeholder:0,poster:0,preload:0,profile:0,radioGroup:0,readOnly:yt,referrerPolicy:0,rel:0,required:yt,reversed:yt,role:0,rows:bt,rowSpan:vt,sandbox:0,scope:0,scoped:yt,scrolling:0,seamless:yt,selected:ht|yt,shape:0,size:bt,sizes:0,span:bt,spellCheck:0,src:0,srcDoc:0,srcLang:0,srcSet:0,start:vt,step:0,style:0,summary:0,tabIndex:0,target:0,title:0,type:0,useMap:0,value:ht,width:0,wmode:0,wrap:0,about:0,datatype:0,inlist:0,prefix:0,property:0,playsInline:yt,resource:0,typeof:0,vocab:0,autoCapitalize:0,autoCorrect:0,autoSave:0,color:0,itemProp:0,itemScope:yt,itemType:0,itemID:0,itemRef:0,results:0,security:0,unselectable:0},attrNS:{},domAttrs:{acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},domProps:{}},wt="http://www.w3.org/1999/xlink",xt="http://www.w3.org/XML/1998/namespace",Pt={accentHeight:"accent-height",accumulate:0,additive:0,alignmentBaseline:"alignment-baseline",allowReorder:"allowReorder",alphabetic:0,amplitude:0,arabicForm:"arabic-form",ascent:0,attributeName:"attributeName",attributeType:"attributeType",autoReverse:"autoReverse",azimuth:0,baseFrequency:"baseFrequency",baseProfile:"baseProfile",baselineShift:"baseline-shift",bbox:0,begin:0,bias:0,by:0,calcMode:"calcMode",capHeight:"cap-height",clip:0,clipPath:"clip-path",clipRule:"clip-rule",clipPathUnits:"clipPathUnits",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",contentScriptType:"contentScriptType",contentStyleType:"contentStyleType",cursor:0,cx:0,cy:0,d:0,decelerate:0,descent:0,diffuseConstant:"diffuseConstant",direction:0,display:0,divisor:0,dominantBaseline:"dominant-baseline",dur:0,dx:0,dy:0,edgeMode:"edgeMode",elevation:0,enableBackground:"enable-background",end:0,exponent:0,externalResourcesRequired:"externalResourcesRequired",fill:0,fillOpacity:"fill-opacity",fillRule:"fill-rule",filter:0,filterRes:"filterRes",filterUnits:"filterUnits",floodColor:"flood-color",floodOpacity:"flood-opacity",focusable:0,fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",glyphRef:"glyphRef",gradientTransform:"gradientTransform",gradientUnits:"gradientUnits",hanging:0,horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",ideographic:0,imageRendering:"image-rendering",in:0,in2:0,intercept:0,k:0,k1:0,k2:0,k3:0,k4:0,kernelMatrix:"kernelMatrix",kernelUnitLength:"kernelUnitLength",kerning:0,keyPoints:"keyPoints",keySplines:"keySplines",keyTimes:"keyTimes",lengthAdjust:"lengthAdjust",letterSpacing:"letter-spacing",lightingColor:"lighting-color",limitingConeAngle:"limitingConeAngle",local:0,markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",markerHeight:"markerHeight",markerUnits:"markerUnits",markerWidth:"markerWidth",mask:0,maskContentUnits:"maskContentUnits",maskUnits:"maskUnits",mathematical:0,mode:0,numOctaves:"numOctaves",offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pathLength:"pathLength",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",patternUnits:"patternUnits",pointerEvents:"pointer-events",points:0,pointsAtX:"pointsAtX",pointsAtY:"pointsAtY",pointsAtZ:"pointsAtZ",preserveAlpha:"preserveAlpha",preserveAspectRatio:"preserveAspectRatio",primitiveUnits:"primitiveUnits",r:0,radius:0,refX:"refX",refY:"refY",renderingIntent:"rendering-intent",repeatCount:"repeatCount",repeatDur:"repeatDur",requiredExtensions:"requiredExtensions",requiredFeatures:"requiredFeatures",restart:0,result:0,rotate:0,rx:0,ry:0,scale:0,seed:0,shapeRendering:"shape-rendering",slope:0,spacing:0,specularConstant:"specularConstant",specularExponent:"specularExponent",speed:0,spreadMethod:"spreadMethod",startOffset:"startOffset",stdDeviation:"stdDeviation",stemh:0,stemv:0,stitchTiles:"stitchTiles",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",string:0,stroke:0,strokeDasharray:"stroke-dasharray",strokeDashoffset:"stroke-dashoffset",strokeLinecap:"stroke-linecap",strokeLinejoin:"stroke-linejoin",strokeMiterlimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",surfaceScale:"surfaceScale",systemLanguage:"systemLanguage",tableValues:"tableValues",targetX:"targetX",targetY:"targetY",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",textLength:"textLength",to:0,transform:0,u1:0,u2:0,underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicode:0,unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",values:0,vectorEffect:"vector-effect",version:0,vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",viewBox:"viewBox",viewTarget:"viewTarget",visibility:0,widths:0,wordSpacing:"word-spacing",writingMode:"writing-mode",x:0,xHeight:"x-height",x1:0,x2:0,xChannelSelector:"xChannelSelector",xlinkActuate:"xlink:actuate",xlinkArcrole:"xlink:arcrole",xlinkHref:"xlink:href",xlinkRole:"xlink:role",xlinkShow:"xlink:show",xlinkTitle:"xlink:title",xlinkType:"xlink:type",xmlBase:"xml:base",xmlns:0,xmlnsXlink:"xmlns:xlink",xmlLang:"xml:lang",xmlSpace:"xml:space",y:0,y1:0,y2:0,yChannelSelector:"yChannelSelector",z:0,zoomAndPan:"zoomAndPan"},Ot={props:{},attrNS:{xlinkActuate:wt,xlinkArcrole:wt,xlinkHref:wt,xlinkRole:wt,xlinkShow:wt,xlinkTitle:wt,xlinkType:wt,xmlBase:xt,xmlLang:xt,xmlSpace:xt},domAttrs:{},domProps:{}};Object.keys(Pt).map(function(e){Ot.props[e]=0,Pt[e]&&(Ot.domAttrs[e]=Pt[e])}),Z(_t),Z(Ot);var Et=Array.isArray,kt=0,St=/^on/i;Object.freeze||(Object.freeze=oe);var Ct={},Tt={},Mt=Object.freeze({render:ve,unstable_renderSubtreeIntoContainer:be,unmountComponentAtNode:ge,findDOMNode:_e}),Lt={};"a|abbr|address|area|article|aside|audio|b|base|bdi|bdo|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|data|datalist|dd|del|details|dfn|dialog|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|main|map|mark|menu|menuitem|meta|meter|nav|noscript|object|ol|optgroup|option|output|p|param|picture|pre|progress|q|rp|rt|ruby|s|samp|script|section|select|small|source|span|strong|style|sub|summary|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|track|u|ul|var|video|wbr|circle|clipPath|defs|ellipse|g|image|line|linearGradient|mask|path|pattern|polygon|polyline|radialGradient|rect|stop|svg|text|tspan".split("|").forEach(function(e){Lt[e]=Oe(e)});var jt=function e(){return e};jt.isRequired=jt;var Nt={array:jt,bool:jt,func:jt,number:jt,object:jt,string:jt,any:jt,arrayOf:jt,element:jt,instanceOf:jt,node:jt,objectOf:jt,oneOf:jt,oneOfType:jt,shape:jt},Rt=/\/(?!\/)/g,At=Object.freeze({only:Ee,forEach:ke,map:Se,count:Ce,toArray:Te}),Ut=function(){};Ut.prototype=I.prototype,ze.prototype=Object.create(I.prototype),ze.prototype.constructor=ze,ze.prototype.isPureReactComponent=!0,ze.prototype.shouldComponentUpdate=Fe;var Dt=ue({version:"0.15.1",cloneElement:Pe,isValidElement:xe,createElement:we,createFactory:Oe,Component:I,PureComponent:ze,createClass:De,Children:At,PropTypes:Nt,DOM:Lt},Mt);Dt.__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Mt,e.exports=Dt},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayerActions=void 0;var r=n(58),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(r);t.PlayerActions=o},function(e,t,n){e.exports=n(60)()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(64),o=n(22),i=n(68);n.d(t,"Provider",function(){return r.b}),n.d(t,"createProvider",function(){return r.a}),n.d(t,"connectAdvanced",function(){return o.a}),n.d(t,"connect",function(){return i.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(93);Object.keys(r).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})});var o=n(94);Object.keys(o).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}})});var i=n(95);Object.keys(i).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return i[e]}})});var a=n(96);Object.keys(a).forEach(function(e){"default"!==e&&"__esModule"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return a[e]}})})},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){var n=e.exports={version:"2.5.0"};"number"==typeof __e&&(__e=n)},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){e.exports=!n(9)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";function r(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(23),o=n(83),i=n(84),a=n(85),s=n(27);n(26);n.d(t,"createStore",function(){return r.b}),n.d(t,"combineReducers",function(){return o.a}),n.d(t,"bindActionCreators",function(){return i.a}),n.d(t,"applyMiddleware",function(){return a.a}),n.d(t,"compose",function(){return s.a})},function(e,t,n){"use strict";function r(e){if(!Object(a.a)(e)||Object(o.a)(e)!=s)return!1;var t=Object(i.a)(e);if(null===t)return!0;var n=p.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==d}var o=n(71),i=n(76),a=n(78),s="[object Object]",u=Function.prototype,l=Object.prototype,c=u.toString,p=l.hasOwnProperty,d=c.call(Object);t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayListToggler=t.LyricToggler=t.NextButton=t.PrevButton=t.StopButton=t.PauseButton=t.PlayButton=void 0;var r=n(0),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.PlayButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8 5v14l11-7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PauseButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M6 19h4V5H6v14zm8-14v14h4V5h-4z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.StopButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}),o.default.createElement("path",{d:"M6 6h12v12H6z"}))},t.PrevButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),o.default.createElement("path",{d:"M0-.5h24v24H0z",fill:"none"}))},t.NextButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),o.default.createElement("path",{d:"M0-.25h24v24H0z",fill:"none"}))},t.LyricToggler=function(){return o.default.createElement("svg",{fill:"#000000",height:"18",viewBox:"0 0 24 24",width:"18",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.42 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PlayListToggler=function(){return o.default.createElement("svg",{enableBackground:"new 0 0 24 24",fill:"#000000",height:"20",id:"Layer_1",version:"1.1",viewBox:"0 0 24 24",width:"20",x:"0px",xmlns:"http://www.w3.org/2000/svg",y:"0px"},o.default.createElement("g",{id:"XMLID_1_"},o.default.createElement("path",{d:"M0,0h24v24H0V0z",fill:"none"}),o.default.createElement("g",{id:"XMLID_2_"},o.default.createElement("rect",{height:"2",id:"XMLID_3_",width:"12",x:"4",y:"10"}),o.default.createElement("rect",{height:"2",id:"XMLID_4_",width:"12",x:"4",y:"6"}),o.default.createElement("rect",{height:"2",id:"XMLID_5_",width:"8",x:"4",y:"14"}),o.default.createElement("polygon",{id:"XMLID_6_",points:"14,14 14,20 19,17 "}))))}},function(e,t,n){var r=n(36),o=n(41);e.exports=n(8)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){var r=n(18),o=n(19);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(48);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){"use strict";n.d(t,"b",function(){return i}),n.d(t,"a",function(){return a});var r=n(2),o=n.n(r),i=o.a.shape({trySubscribe:o.a.func.isRequired,tryUnsubscribe:o.a.func.isRequired,notifyNestedSubs:o.a.func.isRequired,isSubscribed:o.a.func.isRequired}),a=o.a.shape({subscribe:o.a.func.isRequired,dispatch:o.a.func.isRequired,getState:o.a.func.isRequired})},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function s(){}function u(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}function l(e){var t,n,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=l.getDisplayName,d=void 0===c?function(e){return"ConnectAdvanced("+e+")"}:c,_=l.methodName,w=void 0===_?"connectAdvanced":_,x=l.renderCountProp,P=void 0===x?void 0:x,O=l.shouldHandleStateChanges,E=void 0===O||O,k=l.storeKey,S=void 0===k?"store":k,C=l.withRef,T=void 0!==C&&C,M=a(l,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),L=S+"Subscription",j=b++,N=(t={},t[S]=y.a,t[L]=y.b,t),R=(n={},n[L]=y.b,n);return function(t){f()("function"==typeof t,"You must pass a component to the function returned by connect. Instead received "+JSON.stringify(t));var n=t.displayName||t.name||"Component",a=d(n),l=v({},M,{getDisplayName:d,methodName:w,renderCountProp:P,shouldHandleStateChanges:E,storeKey:S,withRef:T,displayName:a,wrappedComponentName:n,WrappedComponent:t}),c=function(n){function c(e,t){r(this,c);var i=o(this,n.call(this,e,t));return i.version=j,i.state={},i.renderCount=0,i.store=e[S]||t[S],i.propsMode=Boolean(e[S]),i.setWrappedInstance=i.setWrappedInstance.bind(i),f()(i.store,'Could not find "'+S+'" in either the context or props of "'+a+'". Either wrap the root component in a , or explicitly pass "'+S+'" as a prop to "'+a+'".'),i.initSelector(),i.initSubscription(),i}return i(c,n),c.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[L]=t||this.context[L],e},c.prototype.componentDidMount=function(){E&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},c.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},c.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},c.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=s,this.store=null,this.selector.run=s,this.selector.shouldComponentUpdate=!1},c.prototype.getWrappedInstance=function(){return f()(T,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+w+"() call."),this.wrappedInstance},c.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},c.prototype.initSelector=function(){var t=e(this.store.dispatch,l);this.selector=u(t,this.store),this.selector.run(this.props)},c.prototype.initSubscription=function(){if(E){var e=(this.propsMode?this.props:this.context)[L];this.subscription=new h.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},c.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(g)):this.notifyNestedSubs()},c.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},c.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},c.prototype.addExtraProps=function(e){if(!(T||P||this.propsMode&&this.subscription))return e;var t=v({},e);return T&&(t.ref=this.setWrappedInstance),P&&(t[P]=this.renderCount++),this.propsMode&&this.subscription&&(t[L]=this.subscription),t},c.prototype.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(m.createElement)(t,this.addExtraProps(e.props))},c}(m.Component);return c.WrappedComponent=t,c.displayName=a,c.childContextTypes=R,c.contextTypes=N,c.propTypes=N,p()(c,t)}}t.a=l;var c=n(65),p=n.n(c),d=n(66),f=n.n(d),m=n(0),h=(n.n(m),n(67)),y=n(21),v=Object.assign||function(e){for(var t=1;t=0&&g.splice(t,1)}function s(e){var t=document.createElement("style");return e.attrs.type="text/css",l(t,e.attrs),i(e,t),t}function u(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",l(t,e.attrs),i(e,t),t}function l(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function c(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i=t.transform(e.css)))return function(){};e.css=i}if(t.singleton){var l=b++;n=v||(v=s(t)),r=p.bind(null,n,l,!1),o=p.bind(null,n,l,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=u(t),r=f.bind(null,n,t),o=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(t),r=d.bind(null,n),o=function(){a(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}function p(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=w(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t){var n=t.css,r=t.media;if(r&&e.setAttribute("media",r),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function f(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=_(r)),o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var m={},h=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),y=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e.call(this,n)),t[n]}}(function(e){return document.querySelector(e)}),v=null,b=0,g=[],_=n(109);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||(t.singleton=h()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=o(e,t);return r(n,t),function(e){for(var i=[],a=0;a1&&void 0!==arguments[1]?arguments[1]:void 0,n=void 0==t?document.getElementById(e).parentNode:t,r=this.getReducerState(e,"playList").length;for((0,s.unmountComponentAtNode)(n);r--;)this.removeMusicFromList(e,0)},render:function(e,t,n){void 0!==n&&n.layout||(n={},n.layout="muse-layout-default");var r="muse-player-"+Date.parse(new Date)+"-"+Math.ceil(233*Math.random()),i=o({id:r,playList:e},n),s=a.default.createElement(c.default,i),u={component:s,ref:void 0,id:r};return void 0!==t&&(d(s,t),u.ref=document.getElementById(r)),u}};window.MUSE=window.YMPlayer=f,f.registerLayout("muse-layout-landscape",p.construct),t.PlayerContainer=c.default,t.default=f},function(e,t,n){n(34),e.exports=n(6).Object.assign},function(e,t,n){var r=n(35);r(r.S+r.F,"Object",{assign:n(45)})},function(e,t,n){var r=n(5),o=n(6),i=n(14),a=n(42),s=n(43),u=function(e,t,n){var l,c,p,d,f=e&u.F,m=e&u.G,h=e&u.S,y=e&u.P,v=e&u.B,b=m?r:h?r[t]||(r[t]={}):(r[t]||{}).prototype,g=m?o:o[t]||(o[t]={}),_=g.prototype||(g.prototype={});m&&(n=t);for(l in n)c=!f&&b&&void 0!==b[l],p=(c?b:n)[l],d=v&&c?s(p,r):y&&"function"==typeof p?s(Function.call,p):p,b&&a(b,l,p,e&u.U),g[l]!=p&&i(g,l,d),y&&_[l]!=p&&(_[l]=p)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},function(e,t,n){var r=n(37),o=n(38),i=n(40),a=Object.defineProperty;t.f=n(8)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(7);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(8)&&!n(9)(function(){return 7!=Object.defineProperty(n(39)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(7),o=n(5).document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t,n){var r=n(7);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(5),o=n(14),i=n(15),a=n(16)("src"),s=Function.toString,u=(""+s).split("toString");n(6).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:u.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(e,t,n){var r=n(44);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";var r=n(46),o=n(55),i=n(56),a=n(57),s=n(18),u=Object.assign;e.exports=!u||n(9)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r})?function(e,t){for(var n=a(e),u=arguments.length,l=1,c=o.f,p=i.f;u>l;)for(var d,f=s(arguments[l++]),m=c?r(f).concat(c(f)):r(f),h=m.length,y=0;h>y;)p.call(f,d=m[y++])&&(n[d]=f[d]);return n}:u},function(e,t,n){var r=n(47),o=n(54);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(15),o=n(17),i=n(49)(!1),a=n(52)("IE_PROTO");e.exports=function(e,t){var n,s=o(e),u=0,l=[];for(n in s)n!=a&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~i(l,n)||l.push(n));return l}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(17),o=n(50),i=n(51);e.exports=function(e){return function(t,n,a){var s,u=r(t),l=o(u.length),c=i(a,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(20),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(20),o=Math.max,i=Math.min;e.exports=function(e,t){return e=r(e),e<0?o(e+t,0):i(e,t)}},function(e,t,n){var r=n(53)("keys"),o=n(16);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t,n){var r=n(5),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return o[e]||(o[e]={})}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var r=n(19);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{title:void 0,artist:void 0,cover:void 0,src:void 0,lyric:void 0,translation:void 0},t=arguments[1];return{type:y,id:t,item:e}},t.removeMusicFromList=function(e,t){return{type:v,id:t,index:e}},t.changePlayerLayout=function(e,t){return{type:b,id:t,layout:e}},t.pushPlayerInstance=function(e,t){return{type:g,id:t,instance:e}},t.createPlayerStore=function(e,t){return{type:_,id:t,state:r({},{isPlaying:!1,isLoop:!1,isDrawerOpen:!1,isMenuOpen:!1,isFullscreen:!1,volume:1,offset:0,currentTime:void 0,currentPanel:"lyric",duration:void 0,currentMusicIndex:0,currentLyricIndex:-1,playList:[],playerLayout:"muse-layout-default",playerInstance:void 0},e)}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l="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},c=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:"store",n=arguments[1],a=n||t+"Subscription",u=function(e){function n(i,a){r(this,n);var s=o(this,e.call(this,i,a));return s[t]=i.store,s}return i(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[a]=null,e},n.prototype.render=function(){return s.Children.only(this.props.children)},n}(s.Component);return u.propTypes={store:c.a.isRequired,children:l.a.element.isRequired},u.childContextTypes=(e={},e[t]=c.a.isRequired,e[a]=c.b,e),u}t.a=a;var s=n(0),u=(n.n(s),n(2)),l=n.n(u),c=n(21);n(10);t.b=a()},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i=Object.getOwnPropertySymbols,a=(Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable),s=Object.getPrototypeOf,u=s&&s(Object),l=Object.getOwnPropertyNames;e.exports=function e(t,n,c){if("string"!=typeof n){if(u){var p=s(n);p&&p!==u&&e(t,p,c)}var d=l(n);i&&(d=d.concat(i(n)));for(var f=0;f=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n){for(var r=t.length-1;r>=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function i(e,t){return e===t}var a=n(22),s=n(69),u=n(70),l=n(86),c=n(87),p=n(88),d=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?a.a:t,f=e.mapStateToPropsFactories,m=void 0===f?l.a:f,h=e.mapDispatchToPropsFactories,y=void 0===h?u.a:h,v=e.mergePropsFactories,b=void 0===v?c.a:v,g=e.selectorFactory,_=void 0===g?p.a:g;return function(e,t,a){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},l=u.pure,c=void 0===l||l,p=u.areStatesEqual,f=void 0===p?i:p,h=u.areOwnPropsEqual,v=void 0===h?s.a:h,g=u.areStatePropsEqual,w=void 0===g?s.a:g,x=u.areMergedPropsEqual,P=void 0===x?s.a:x,O=r(u,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),E=o(e,m,"mapStateToProps"),k=o(t,y,"mapDispatchToProps"),S=o(a,b,"mergeProps");return n(_,d({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:E,initMapDispatchToProps:k,initMergeProps:S,pure:c,areStatesEqual:f,areOwnPropsEqual:v,areStatePropsEqual:w,areMergedPropsEqual:P},O))}}()},function(e,t,n){"use strict";function r(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!==e&&t!==t}function o(e,t){if(r(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(u)throw u;for(var o=!1,i={},a=0;a=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,i){return n(e(o,i),t(r,i),i)}}function i(e,t,n,r,o){function i(o,i){return m=o,h=i,y=e(m,h),v=t(r,h),b=n(y,v,h),f=!0,b}function a(){return y=e(m,h),t.dependsOnOwnProps&&(v=t(r,h)),b=n(y,v,h)}function s(){return e.dependsOnOwnProps&&(y=e(m,h)),t.dependsOnOwnProps&&(v=t(r,h)),b=n(y,v,h)}function u(){var t=e(m,h),r=!d(t,y);return y=t,r&&(b=n(y,v,h)),b}function l(e,t){var n=!p(t,h),r=!c(e,m);return m=e,h=t,n&&r?a():n?s():r?u():b}var c=o.areStatesEqual,p=o.areOwnPropsEqual,d=o.areStatePropsEqual,f=!1,m=void 0,h=void 0,y=void 0,v=void 0,b=void 0;return function(e,t){return f?l(e,t):i(e,t)}}function a(e,t){var n=t.initMapStateToProps,a=t.initMapDispatchToProps,s=t.initMergeProps,u=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),l=n(e,u),c=a(e,u),p=s(e,u);return(u.pure?i:o)(l,c,p,e,u)}t.a=a;n(89)},function(e,t,n){"use strict";n(10)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.configureStore=void 0;var r=n(11),o=n(91),i=function(e){return e&&e.__esModule?e:{default:e}}(o);t.configureStore=function(e){return(0,r.createStore)(i.default,e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(11),o=n(92),i=(0,r.combineReducers)({player:o.player});t.default=i},function(e,t,n){"use strict";function r(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],n=t.id;switch(t.type){case a.PlayerActions.CREATE_PLAYER_STORE:return i({},e,o({},n,t.state));case a.PlayerActions.TOGGLE_PLAY:return(0,s.applyMiddleware)("onTogglePlay",e[n].playerInstance,t.playState),i({},e,o({},n,i({},e[n],{isPlaying:t.playState})));case a.PlayerActions.TOGGLE_LOOP:return i({},e,o({},n,i({},e[n],{isLoop:t.loopState})));case a.PlayerActions.TOGGLE_FULLSCREEN:return(0,s.applyMiddleware)("onToggleFullscreen",e[n].playerInstance,t.fullscreenState),i({},e,o({},n,i({},e[n],{isFullscreen:t.fullscreenState})));case a.PlayerActions.TOGGLE_MENU:return(0,s.applyMiddleware)("onToggleMenu",e[n].playerInstance,t.menuState),i({},e,o({},n,i({},e[n],{isMenuOpen:t.menuState})));case a.PlayerActions.TOGGLE_DRAWER:return(0,s.applyMiddleware)("onToggleDrawer",e[n].playerInstance,t.drawerState),i({},e,o({},n,i({},e[n],{isDrawerOpen:t.drawerState,currentPanel:t.drawerState?e.currentPanel:"lyric"})));case a.PlayerActions.TOGGLE_PANEL:return i({},e,o({},n,i({},e[n],{currentPanel:t.panel})));case a.PlayerActions.PLAYER_STOP:return i({},e,o({},n,i({},e[n],{isPlaying:!1,currentTime:0})));case a.PlayerActions.SLIDE_VOLUME:return i({},e,o({},n,i({},e[n],{volume:t.volume})));case a.PlayerActions.SLIDE_PROPGRESS:return i({},e,o({},n,i({},e[n],{currentTime:t.progress})));case a.PlayerActions.SET_CURRENT_MUSIC:return(0,s.applyMiddleware)("onMusicChange",e[n].playerInstance,e[n].playList[t.index]),i({},e,o({},n,i({},e[n],{currentMusicIndex:t.index})));case a.PlayerActions.SET_LYRIC_OFFSET:return i({},e,o({},n,i({},e[n],{offset:t.offset})));case a.PlayerActions.SET_CURRENT_LYRIC:return i({},e,o({},n,i({},e[n],{index:t.index})));case a.PlayerActions.ADD_MUSIC_TO_LIST:return i({},e,o({},n,i({},e[n],{playList:[].concat(r(e[n].playList),[t.item])})));case a.PlayerActions.REMOVE_MUSIC_FROM_LIST:return i({},e,o({},n,i({},e[n],{playList:[e[n].playList.slice(0,t.index-1),e[n].playList.slice(t.index+1,e[n].playList.length)]})));case a.PlayerActions.CHANGE_PLAYER_LAYOUT:return i({},e,o({},n,i({},e[n],{playerLayout:t.layout})));case a.PlayerActions.PUSH_PLAYER_INSTANCE:return i({},e,o({},n,i({},e[n],{playerInstance:t.instance})));default:return e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.getRect=function(e){var t=e.getBoundingClientRect(),n=document.documentElement.clientTop,r=document.documentElement.clientLeft;return{top:t.top-n,bottom:t.bottom-n,left:t.left-r,right:t.right-r}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.lyricParser=function(e){var t={author:void 0,lyric:[]},n=e,r=0;if(!n||"string"!=typeof n)return!1;if(n.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/)&&(r=1),n=n.replace(/\\n/g,"\n").replace(/\\r/g,"\r"),String(n).split("\n").forEach(function(e){if(e&&!e.match(/\[ti:|ar:|al:\.*]/g)){if(e.match(/\[by:(.*)\]/g))return void(t.author=/\[by:(.*)\]/g.exec(e)[1]);var n=void 0,o=void 0;switch(r){case 0:var i=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(i[1]))+parseInt(Number(i[2]))+(i[3]?Number("0"+i[3]):0),text:i[4]});break;case 1:n=e.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/g),o=/\[.*\](.*)/g.exec(e),n.forEach(function(e){var n=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(n[1]))+parseInt(Number(n[2]))+(n[3]?Number("0"+n[3]):0),text:o[1]})})}}}),void 0!=t.author&&t.lyric.push({timeline:9999,text:"歌词作者:"+t.author}),1==r){var o=function(e,t){return e.timeline-t.timeline};t.lyric=t.lyric.sort(o)}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.add=function(e,t){e.classList?e.classList.add(t):e.setAttribute("class",e.getAttribute("class")+" "+t)},o=t.remove=function(e,t){e.classList?e.classList.remove(t):e.setAttribute("class",e.getAttribute("class").replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," "))},i=t.has=function(e,t){return e.classList?e.classList.contains(t):-1!=e.getAttribute("class").indexOf(t)},a=t.toggle=function(e,t){e.classList&&e.classList.toggle?e.classList.toggle(t):i(e,t)?o(e.className):r(e,t)},s=t.classifier={add:r,remove:o,has:i,toggle:a};t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.applyMiddleware=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};void 0!=window.MUSE&&window.MUSE._middlewares[e]!=[]&&window.MUSE._middlewares[e].forEach(function(e){e(t,n)})};t.default=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l=function(){function e(e,t){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],o=n.props.player[n.id],i=o.isLoop,a=o.currentMusicIndex,s=o.playList,u=n.props.dispatch;(r||!i)&&s.length-1>a?(u(m.PlayerActions.togglePlay(!1,n.id)),u(m.PlayerActions.setCurrentMusic(a+1,n.id)),setTimeout(function(){return u(m.PlayerActions.togglePlay(!0,n.id))},10)):u(!r&&i?m.PlayerActions.slideProgress(0,n.id):m.PlayerActions.playerStop(n.id))},n.onAudioError=function(){n.onAudioEnded(!1,!1,!0)},n.id=e.id,n}return i(t,e),l(t,[{key:"componentWillMount",value:function(){this.unsubscriber=this.props.store.subscribe(this.subscriber)}},{key:"componentWillUnmount",value:function(){this.unsubscriber()}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isPlaying,r=t.playList,o=t.currentMusicIndex,i=r[o];return p.default.createElement("div",{className:"muse-controller",onClick:this.onControllerClick},p.default.createElement("audio",{preload:"no",ref:function(t){return e.audio=t},src:i.src,onTimeUpdate:this.onAudioTimeUpdate,onError:this.onAudioError,onEnded:this.onAudioEnded}),p.default.createElement("div",{className:"muse-controller__container"},p.default.createElement("div",{className:"muse-musicDetail"},p.default.createElement("h1",{className:"muse-musicDetail__title",title:i.title},i.title,p.default.createElement("small",{className:"muse-musicDetail__artist",title:i.artist},i.artist))),p.default.createElement("div",{className:"muse-playControl"},p.default.createElement("button",{className:"muse-btn__play",onClick:this.onPlayBtnClick},n?p.default.createElement(f.PauseButton,null):p.default.createElement(f.PlayButton,null)))))}}]),t}(c.Component))||s;t.default=h},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a,s,u=function(){function e(e,t){for(var n=0;n=0?d.PlayerActions.setCurrentMusic(o-1,n.id):d.PlayerActions.setCurrentMusic(r.length-1,n.id)),setTimeout(function(){e(d.PlayerActions.togglePlay(!0,n.id))},0)},n.onNextButtonClick=function(){var e=n.props.dispatch,t=n.props.player[n.id],r=t.playList,o=t.currentMusicIndex;e(d.PlayerActions.togglePlay(!1,n.id)),e(o+1r[0].props.timeline)this.updateLyricContainerDOMState(0);else{if(i==r.length-1)return;if(-1!=i)if(o=0;a--){if(0==a){this.updateLyricContainerDOMState(-1);break}if(o>=r[a].props.timeline&&or[i+1].props.timeline)for(var s=i;s=r[s].props.timeline&&r[s+1]&&o1?1:o,n.id))},n.onIncreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(.5)},n.onDecreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(-.5)},n.onStopClick=function(e){var t=n.props.dispatch;e.preventDefault(),e.stopPropagation(),t(y.PlayerActions.playerStop(n.id))},n.onDebugModeTogglerClick=function(){var e=n.props.parent;confirm("将会开启开发者模式,此模式下会显示更多调试信息并注销右键菜单以方便检查元素,若要重新激活右键菜单只能重新加载页面。\n\n确定要进入开发者模式吗?")&&e.player.removeEventListener("contextmenu",e.onPlayerContextMenu)},n.fixLyricOffset=function(e){var t=n.props.dispatch,r=n.props.player[n.id].offset;t(y.PlayerActions.setLyricOffset(r+e,n.id))},n.id=e.id,n}return a(t,e),p(t,[{key:"componentDidMount",value:function(){this.volume.addEventListener("click",this.onVolumeContainerClick),this.increaseOffset.addEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.addEventListener("click",this.onDecreaseOffsetClick)}},{key:"componentWillUnmount",value:function(){this.volume.removeEventListener("click",this.onVolumeContainerClick),this.increaseOffset.removeEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.removeEventListener("click",this.onDecreaseOffsetClick)}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isMenuOpen,r=t.isLoop,o=t.isFullscreen,i=t.volume,a=t.offset;return f.default.createElement("div",{className:"muse-menu"+(n?"":" muse-menu__state-close")},f.default.createElement("div",{className:"muse-menu__item",name:"stop",onClick:this.onStopClick},f.default.createElement("span",null,"停止播放")),f.default.createElement("div",{className:"muse-menu__item",name:"slide-volume"},f.default.createElement("div",null,"音量调整"),f.default.createElement("div",{className:"muse-volume"},f.default.createElement("div",{className:"muse-volume__container",ref:function(t){return e.volume=t}},f.default.createElement("div",{className:"muse-volume__current",style:{width:Number(i/1*100)+"%"}},f.default.createElement("span",{className:"muse-volume__handle",ref:function(t){return e.volumeHanler=t}}))))),f.default.createElement("div",{className:"muse-menu__item",name:"fix-lyric-offset"},f.default.createElement("div",null,"校正歌词(当前偏移:",a,"s)"),f.default.createElement("div",{className:"muse-menu__offset"},f.default.createElement("span",{ref:function(t){return e.increaseOffset=t}},"+ 提前 0.5s"),f.default.createElement("span",{ref:function(t){return e.decreaseOffset=t}},"- 延后 0.5s"))),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-loop",onClick:this.onLoopTogglerClick},f.default.createElement("span",null,"单曲循环:",r?"开启":"关闭")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-fullscreen",onClick:this.onFullscreenTogglerClick},f.default.createElement("span",null,o?"退出":"","全屏模式")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-debug-mode",onClick:this.onDebugModeTogglerClick},f.default.createElement("span",null,"开发者模式")),f.default.createElement("div",{className:"muse-menu__item",onClick:function(){window.open("https://github.com/moefront/MUSE")}},f.default.createElement("span",null,"MUSE Player ver.",g.default.MUSE_VERSION)))}}]),t}(d.Component),l.propTypes={store:m.PropTypes.object.isRequired},u=c))||u;t.default=_},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={MUSE_VERSION:"5.2.3"}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Progress=t.Cover=void 0;var o=n(105),i=r(o),a=n(106),s=r(a);t.Cover=i.default,t.Progress=s.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(0),i=r(o),a=n(2),s=r(a),u=function(e){var t=e.cover;return i.default.createElement("div",{className:"muse-cover",style:{background:"url('"+t+"') no-repeat center / cover"}})};u.propTypes={cover:s.default.string.isRequired},t.default=u},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s,u,l=function(){function e(e,t){for(var n=0;n1){for(var h=Array(f),m=0;m1){for(var y=Array(v),g=0;g]/,u=n(46),l=u(function(e,t){if(e.namespaceURI!==i.svg||"innerHTML"in e)e.innerHTML=t;else{r=r||document.createElement("div"),r.innerHTML=""+t+"";for(var n=r.firstChild;n.firstChild;)e.appendChild(n.firstChild)}});if(o.canUseDOM){var c=document.createElement("div");c.innerHTML=" ",""===c.innerHTML&&(l=function(e,t){if(e.parentNode&&e.parentNode.replaceChild(e,e),a.test(t)||"<"===t[0]&&s.test(t)){e.innerHTML=String.fromCharCode(65279)+t;var n=e.firstChild;1===n.data.length?e.removeChild(n):n.deleteData(0,1)}else e.innerHTML=t}),c=null}e.exports=l},function(e,t,n){"use strict";function r(e){var t=""+e,n=i.exec(t);if(!n)return t;var r,o="",a=0,s=0;for(a=n.index;a]/;e.exports=o},function(e,t,n){"use strict";function r(e){return Object.prototype.hasOwnProperty.call(e,m)||(e[m]=f++,p[e[m]]={}),p[e[m]]}var o,i=n(3),a=n(38),s=n(179),u=n(80),l=n(180),c=n(42),p={},d=!1,f=0,h={topAbort:"abort",topAnimationEnd:l("animationend")||"animationend",topAnimationIteration:l("animationiteration")||"animationiteration",topAnimationStart:l("animationstart")||"animationstart",topBlur:"blur",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topChange:"change",topClick:"click",topCompositionEnd:"compositionend",topCompositionStart:"compositionstart",topCompositionUpdate:"compositionupdate",topContextMenu:"contextmenu",topCopy:"copy",topCut:"cut",topDoubleClick:"dblclick",topDrag:"drag",topDragEnd:"dragend",topDragEnter:"dragenter",topDragExit:"dragexit",topDragLeave:"dragleave",topDragOver:"dragover",topDragStart:"dragstart",topDrop:"drop",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topFocus:"focus",topInput:"input",topKeyDown:"keydown",topKeyPress:"keypress",topKeyUp:"keyup",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topMouseDown:"mousedown",topMouseMove:"mousemove",topMouseOut:"mouseout",topMouseOver:"mouseover",topMouseUp:"mouseup",topPaste:"paste",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topScroll:"scroll",topSeeked:"seeked",topSeeking:"seeking",topSelectionChange:"selectionchange",topStalled:"stalled",topSuspend:"suspend",topTextInput:"textInput",topTimeUpdate:"timeupdate",topTouchCancel:"touchcancel",topTouchEnd:"touchend",topTouchMove:"touchmove",topTouchStart:"touchstart",topTransitionEnd:l("transitionend")||"transitionend",topVolumeChange:"volumechange",topWaiting:"waiting",topWheel:"wheel"},m="_reactListenersID"+String(Math.random()).slice(2),v=i({},s,{ReactEventListener:null,injection:{injectReactEventListener:function(e){e.setHandleTopLevel(v.handleTopLevel),v.ReactEventListener=e}},setEnabled:function(e){v.ReactEventListener&&v.ReactEventListener.setEnabled(e)},isEnabled:function(){return!(!v.ReactEventListener||!v.ReactEventListener.isEnabled())},listenTo:function(e,t){for(var n=t,o=r(n),i=a.registrationNameDependencies[e],s=0;s-1||a("96",e),!l.plugins[n]){t.extractEvents||a("97",e),l.plugins[n]=t;var r=t.eventTypes;for(var i in r)o(r[i],t,i)||a("98",i,e)}}}function o(e,t,n){l.eventNameDispatchConfigs.hasOwnProperty(n)&&a("99",n),l.eventNameDispatchConfigs[n]=e;var r=e.phasedRegistrationNames;if(r){for(var o in r)if(r.hasOwnProperty(o)){var s=r[o];i(s,t,n)}return!0}return!!e.registrationName&&(i(e.registrationName,t,n),!0)}function i(e,t,n){l.registrationNameModules[e]&&a("100",e),l.registrationNameModules[e]=t,l.registrationNameDependencies[e]=t.eventTypes[n].dependencies}var a=n(2),s=(n(0),null),u={},l={plugins:[],eventNameDispatchConfigs:{},registrationNameModules:{},registrationNameDependencies:{},possibleRegistrationNames:null,injectEventPluginOrder:function(e){s&&a("101"),s=Array.prototype.slice.call(e),r()},injectEventPluginsByName:function(e){var t=!1;for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];u.hasOwnProperty(n)&&u[n]===o||(u[n]&&a("102",n),u[n]=o,t=!0)}t&&r()},getPluginModuleForEvent:function(e){var t=e.dispatchConfig;if(t.registrationName)return l.registrationNameModules[t.registrationName]||null;if(void 0!==t.phasedRegistrationNames){var n=t.phasedRegistrationNames;for(var r in n)if(n.hasOwnProperty(r)){var o=l.registrationNameModules[n[r]];if(o)return o}}return null},_resetEventPlugins:function(){s=null;for(var e in u)u.hasOwnProperty(e)&&delete u[e];l.plugins.length=0;var t=l.eventNameDispatchConfigs;for(var n in t)t.hasOwnProperty(n)&&delete t[n];var r=l.registrationNameModules;for(var o in r)r.hasOwnProperty(o)&&delete r[o]}};e.exports=l},function(e,t,n){"use strict";function r(e){return"topMouseUp"===e||"topTouchEnd"===e||"topTouchCancel"===e}function o(e){return"topMouseMove"===e||"topTouchMove"===e}function i(e){return"topMouseDown"===e||"topTouchStart"===e}function a(e,t,n,r){var o=e.type||"unknown-event";e.currentTarget=y.getNodeFromInstance(r),t?m.invokeGuardedCallbackWithCatch(o,n,e):m.invokeGuardedCallback(o,n,e),e.currentTarget=null}function s(e,t){var n=e._dispatchListeners,r=e._dispatchInstances;if(Array.isArray(n))for(var o=0;o0&&r.length<20?n+" (keys: "+r.join(", ")+")":n}function i(e,t){var n=s.get(e);if(!n){return null}return n}var a=n(2),s=(n(10),n(25)),u=(n(8),n(9)),l=(n(0),n(1),{isMounted:function(e){var t=s.get(e);return!!t&&!!t._renderedComponent},enqueueCallback:function(e,t,n){l.validateCallback(t,n);var o=i(e);if(!o)return null;o._pendingCallbacks?o._pendingCallbacks.push(t):o._pendingCallbacks=[t],r(o)},enqueueCallbackInternal:function(e,t){e._pendingCallbacks?e._pendingCallbacks.push(t):e._pendingCallbacks=[t],r(e)},enqueueForceUpdate:function(e){var t=i(e,"forceUpdate");t&&(t._pendingForceUpdate=!0,r(t))},enqueueReplaceState:function(e,t,n){var o=i(e,"replaceState");o&&(o._pendingStateQueue=[t],o._pendingReplaceState=!0,void 0!==n&&null!==n&&(l.validateCallback(n,"replaceState"),o._pendingCallbacks?o._pendingCallbacks.push(n):o._pendingCallbacks=[n]),r(o))},enqueueSetState:function(e,t){var n=i(e,"setState");if(n){(n._pendingStateQueue||(n._pendingStateQueue=[])).push(t),r(n)}},enqueueElementInternal:function(e,t,n){e._pendingElement=t,e._context=n,r(e)},validateCallback:function(e,t){e&&"function"!=typeof e&&a("122",t,o(e))}});e.exports=l},function(e,t,n){"use strict";var r=(n(3),n(7)),o=(n(1),r);e.exports=o},function(e,t,n){"use strict";function r(e){var t,n=e.keyCode;return"charCode"in e?0===(t=e.charCode)&&13===n&&(t=13):t=n,t>=32||13===t?t:0}e.exports=r},function(e,t,n){"use strict";function r(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(100),o=n(248),i=n(249),a=n(250),s=n(104);n(103);n.d(t,"createStore",function(){return r.b}),n.d(t,"combineReducers",function(){return o.a}),n.d(t,"bindActionCreators",function(){return i.a}),n.d(t,"applyMiddleware",function(){return a.a}),n.d(t,"compose",function(){return s.a})},function(e,t,n){"use strict";function r(e){if(!Object(a.a)(e)||Object(o.a)(e)!=s)return!1;var t=Object(i.a)(e);if(null===t)return!0;var n=p.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==d}var o=n(236),i=n(241),a=n(243),s="[object Object]",u=Function.prototype,l=Object.prototype,c=u.toString,p=l.hasOwnProperty,d=c.call(Object);t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayListToggler=t.LyricToggler=t.NextButton=t.PrevButton=t.StopButton=t.PauseButton=t.PlayButton=void 0;var r=n(6),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.PlayButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8 5v14l11-7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PauseButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M6 19h4V5H6v14zm8-14v14h4V5h-4z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.StopButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}),o.default.createElement("path",{d:"M6 6h12v12H6z"}))},t.PrevButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),o.default.createElement("path",{d:"M0-.5h24v24H0z",fill:"none"}))},t.NextButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),o.default.createElement("path",{d:"M0-.25h24v24H0z",fill:"none"}))},t.LyricToggler=function(){return o.default.createElement("svg",{fill:"#000000",height:"18",viewBox:"0 0 24 24",width:"18",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.42 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PlayListToggler=function(){return o.default.createElement("svg",{enableBackground:"new 0 0 24 24",fill:"#000000",height:"20",id:"Layer_1",version:"1.1",viewBox:"0 0 24 24",width:"20",x:"0px",xmlns:"http://www.w3.org/2000/svg",y:"0px"},o.default.createElement("g",{id:"XMLID_1_"},o.default.createElement("path",{d:"M0,0h24v24H0V0z",fill:"none"}),o.default.createElement("g",{id:"XMLID_2_"},o.default.createElement("rect",{height:"2",id:"XMLID_3_",width:"12",x:"4",y:"10"}),o.default.createElement("rect",{height:"2",id:"XMLID_4_",width:"12",x:"4",y:"6"}),o.default.createElement("rect",{height:"2",id:"XMLID_5_",width:"8",x:"4",y:"14"}),o.default.createElement("polygon",{id:"XMLID_6_",points:"14,14 14,20 19,17 "}))))}},function(e,t,n){var r=n(113),o=n(118);e.exports=n(36)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){var r=n(63),o=n(64);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(125);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){"use strict";function r(e,t,n){this.props=e,this.context=t,this.refs=l,this.updater=n||u}function o(e,t,n){this.props=e,this.context=t,this.refs=l,this.updater=n||u}function i(){}var a=n(21),s=n(3),u=n(67),l=(n(68),n(28));n(0),n(135);r.prototype.isReactComponent={},r.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&a("85"),this.updater.enqueueSetState(this,e),t&&this.updater.enqueueCallback(this,t,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this),e&&this.updater.enqueueCallback(this,e,"forceUpdate")};i.prototype=r.prototype,o.prototype=new i,o.prototype.constructor=o,s(o.prototype,r.prototype),o.prototype.isPureReactComponent=!0,e.exports={Component:r,PureComponent:o}},function(e,t,n){"use strict";var r=(n(1),{isMounted:function(e){return!1},enqueueCallback:function(e,t){},enqueueForceUpdate:function(e){},enqueueReplaceState:function(e,t){},enqueueSetState:function(e,t){}});e.exports=r},function(e,t,n){"use strict";var r=!1;e.exports=r},function(e,t,n){"use strict";var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;e.exports=r},function(e,t,n){"use strict";var r=n(143);e.exports=function(e){return r(e,!1)}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";var r={hasCachedChildNodes:1};e.exports=r},function(e,t,n){"use strict";function r(e,t){return null==t&&o("30"),null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}var o=n(2);n(0);e.exports=r},function(e,t,n){"use strict";function r(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}e.exports=r},function(e,t,n){"use strict";function r(){return!i&&o.canUseDOM&&(i="textContent"in document.documentElement?"textContent":"innerText"),i}var o=n(5),i=null;e.exports=r},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var o=n(2),i=n(14),a=(n(0),function(){function e(t){r(this,e),this._callbacks=null,this._contexts=null,this._arg=t}return e.prototype.enqueue=function(e,t){this._callbacks=this._callbacks||[],this._callbacks.push(e),this._contexts=this._contexts||[],this._contexts.push(t)},e.prototype.notifyAll=function(){var e=this._callbacks,t=this._contexts,n=this._arg;if(e&&t){e.length!==t.length&&o("24"),this._callbacks=null,this._contexts=null;for(var r=0;r1)for(var n=1;n.":"function"==typeof t?" Instead of passing a class like Foo, pass React.createElement(Foo) or .":null!=t&&void 0!==t.props?" This may be caused by unintentionally loading two independent copies of React.":"");var a,s=v.createElement(U,{child:t});if(e){var u=E.get(e);a=u._processChildContext(u._context)}else a=T;var c=d(n);if(c){var p=c._currentElement,h=p.props.child;if(M(h,t)){var m=c._renderedComponent.getPublicInstance(),y=r&&function(){r.call(m)};return F._updateRootComponent(c,s,a,n,y),m}F.unmountComponentAtNode(n)}var g=o(n),b=g&&!!i(g),_=l(n),w=b&&!c&&!_,C=F._renderNewRootComponent(s,n,w,a)._renderedComponent.getPublicInstance();return r&&r.call(C),C},render:function(e,t,n){return F._renderSubtreeIntoContainer(null,e,t,n)},unmountComponentAtNode:function(e){c(e)||f("40");var t=d(e);if(!t){l(e),1===e.nodeType&&e.hasAttribute(I);return!1}return delete D[t._instance.rootID],O.batchedUpdates(u,t,e,!1),!0},_mountImageIntoNode:function(e,t,n,i,a){if(c(t)||f("41"),i){var s=o(t);if(C.canReuseMarkup(e,s))return void g.precacheNode(n,s);var u=s.getAttribute(C.CHECKSUM_ATTR_NAME);s.removeAttribute(C.CHECKSUM_ATTR_NAME);var l=s.outerHTML;s.setAttribute(C.CHECKSUM_ATTR_NAME,u);var p=e,d=r(p,l),m=" (client) "+p.substring(d-20,d+20)+"\n (server) "+l.substring(d-20,d+20);t.nodeType===R&&f("42",m)}if(t.nodeType===R&&f("43"),a.useCreateElement){for(;t.lastChild;)t.removeChild(t.lastChild);h.insertTreeBefore(t,e,null)}else S(t,e),g.precacheNode(n,t.firstChild)}};e.exports=F},function(e,t,n){"use strict";function r(e){for(var t;(t=e._renderedNodeType)===o.COMPOSITE;)e=e._renderedComponent;return t===o.HOST?e._renderedComponent:t===o.EMPTY?null:void 0}var o=n(88);e.exports=r},function(e,t,n){"use strict";n.d(t,"b",function(){return i}),n.d(t,"a",function(){return a});var r=n(13),o=n.n(r),i=o.a.shape({trySubscribe:o.a.func.isRequired,tryUnsubscribe:o.a.func.isRequired,notifyNestedSubs:o.a.func.isRequired,isSubscribed:o.a.func.isRequired}),a=o.a.shape({subscribe:o.a.func.isRequired,dispatch:o.a.func.isRequired,getState:o.a.func.isRequired})},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function s(){}function u(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}function l(e){var t,n,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=l.getDisplayName,d=void 0===c?function(e){return"ConnectAdvanced("+e+")"}:c,_=l.methodName,w=void 0===_?"connectAdvanced":_,E=l.renderCountProp,C=void 0===E?void 0:E,x=l.shouldHandleStateChanges,P=void 0===x||x,O=l.storeKey,T=void 0===O?"store":O,k=l.withRef,S=void 0!==k&&k,M=a(l,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),N=T+"Subscription",I=g++,A=(t={},t[T]=v.a,t[N]=v.b,t),R=(n={},n[N]=v.b,n);return function(t){f()("function"==typeof t,"You must pass a component to the function returned by connect. Instead received "+JSON.stringify(t));var n=t.displayName||t.name||"Component",a=d(n),l=y({},M,{getDisplayName:d,methodName:w,renderCountProp:C,shouldHandleStateChanges:P,storeKey:T,withRef:S,displayName:a,wrappedComponentName:n,WrappedComponent:t}),c=function(n){function c(e,t){r(this,c);var i=o(this,n.call(this,e,t));return i.version=I,i.state={},i.renderCount=0,i.store=e[T]||t[T],i.propsMode=Boolean(e[T]),i.setWrappedInstance=i.setWrappedInstance.bind(i),f()(i.store,'Could not find "'+T+'" in either the context or props of "'+a+'". Either wrap the root component in a , or explicitly pass "'+T+'" as a prop to "'+a+'".'),i.initSelector(),i.initSubscription(),i}return i(c,n),c.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[N]=t||this.context[N],e},c.prototype.componentDidMount=function(){P&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},c.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},c.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},c.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=s,this.store=null,this.selector.run=s,this.selector.shouldComponentUpdate=!1},c.prototype.getWrappedInstance=function(){return f()(S,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+w+"() call."),this.wrappedInstance},c.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},c.prototype.initSelector=function(){var t=e(this.store.dispatch,l);this.selector=u(t,this.store),this.selector.run(this.props)},c.prototype.initSubscription=function(){if(P){var e=(this.propsMode?this.props:this.context)[N];this.subscription=new m.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},c.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(b)):this.notifyNestedSubs()},c.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},c.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},c.prototype.addExtraProps=function(e){if(!(S||C||this.propsMode&&this.subscription))return e;var t=y({},e);return S&&(t.ref=this.setWrappedInstance),C&&(t[C]=this.renderCount++),this.propsMode&&this.subscription&&(t[N]=this.subscription),t},c.prototype.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(h.createElement)(t,this.addExtraProps(e.props))},c}(h.Component);return c.WrappedComponent=t,c.displayName=a,c.childContextTypes=R,c.contextTypes=A,c.propTypes=A,p()(c,t)}}t.a=l;var c=n(230),p=n.n(c),d=n(231),f=n.n(d),h=n(6),m=(n.n(h),n(232)),v=n(98),y=Object.assign||function(e){for(var t=1;t=0&&b.splice(t,1)}function s(e){var t=document.createElement("style");return e.attrs.type="text/css",l(t,e.attrs),i(e,t),t}function u(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",l(t,e.attrs),i(e,t),t}function l(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function c(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i=t.transform(e.css)))return function(){};e.css=i}if(t.singleton){var l=g++;n=y||(y=s(t)),r=p.bind(null,n,l,!1),o=p.bind(null,n,l,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=u(t),r=f.bind(null,n,t),o=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(t),r=d.bind(null,n),o=function(){a(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}function p(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=w(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t){var n=t.css,r=t.media;if(r&&e.setAttribute("media",r),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function f(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=_(r)),o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var h={},m=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),v=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e.call(this,n)),t[n]}}(function(e){return document.querySelector(e)}),y=null,g=0,b=[],_=n(274);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||(t.singleton=m()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=o(e,t);return r(n,t),function(e){for(var i=[],a=0;a1&&void 0!==arguments[1]?arguments[1]:void 0,n=void 0==t?document.getElementById(e).parentNode:t,r=this.getReducerState(e,"playList").length;for((0,s.unmountComponentAtNode)(n);r--;)this.removeMusicFromList(e,0)},render:function(e,t,n){void 0!==n&&n.layout||(n={},n.layout="muse-layout-default");var r="muse-player-"+Date.parse(new Date)+"-"+Math.ceil(233*Math.random()),i=o({id:r,playList:e},n),s=a.default.createElement(c.default,i),u={component:s,ref:void 0,id:r};return void 0!==t&&(d(s,t),u.ref=document.getElementById(r)),u}};window.MUSE=window.YMPlayer=f,f.registerLayout("muse-layout-landscape",p.construct),t.PlayerContainer=c.default,t.default=f},function(e,t,n){n(111),e.exports=n(34).Object.assign},function(e,t,n){var r=n(112);r(r.S+r.F,"Object",{assign:n(122)})},function(e,t,n){var r=n(27),o=n(34),i=n(59),a=n(119),s=n(120),u=function(e,t,n){var l,c,p,d,f=e&u.F,h=e&u.G,m=e&u.S,v=e&u.P,y=e&u.B,g=h?r:m?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});h&&(n=t);for(l in n)c=!f&&g&&void 0!==g[l],p=(c?g:n)[l],d=y&&c?s(p,r):v&&"function"==typeof p?s(Function.call,p):p,g&&a(g,l,p,e&u.U),b[l]!=p&&i(b,l,d),v&&_[l]!=p&&(_[l]=p)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},function(e,t,n){var r=n(114),o=n(115),i=n(117),a=Object.defineProperty;t.f=n(36)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(35);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(36)&&!n(37)(function(){return 7!=Object.defineProperty(n(116)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(35),o=n(27).document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t,n){var r=n(35);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(27),o=n(59),i=n(60),a=n(61)("src"),s=Function.toString,u=(""+s).split("toString");n(34).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:u.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(e,t,n){var r=n(121);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";var r=n(123),o=n(132),i=n(133),a=n(134),s=n(63),u=Object.assign;e.exports=!u||n(37)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r})?function(e,t){for(var n=a(e),u=arguments.length,l=1,c=o.f,p=i.f;u>l;)for(var d,f=s(arguments[l++]),h=c?r(f).concat(c(f)):r(f),m=h.length,v=0;m>v;)p.call(f,d=h[v++])&&(n[d]=f[d]);return n}:u},function(e,t,n){var r=n(124),o=n(131);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(60),o=n(62),i=n(126)(!1),a=n(129)("IE_PROTO");e.exports=function(e,t){var n,s=o(e),u=0,l=[];for(n in s)n!=a&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~i(l,n)||l.push(n));return l}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(62),o=n(127),i=n(128);e.exports=function(e){return function(t,n,a){var s,u=r(t),l=o(u.length),c=i(a,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(65),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(65),o=Math.max,i=Math.min;e.exports=function(e,t){return e=r(e),e<0?o(e+t,0):i(e,t)}},function(e,t,n){var r=n(130)("keys"),o=n(61);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t,n){var r=n(27),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return o[e]||(o[e]={})}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var r=n(64);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=function(){};e.exports=r},function(e,t,n){"use strict";function r(e){return(""+e).replace(_,"$&/")}function o(e,t){this.func=e,this.context=t,this.count=0}function i(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function a(e,t,n){if(null==e)return e;var r=o.getPooled(t,n);y(e,i,r),o.release(r)}function s(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function u(e,t,n){var o=e.result,i=e.keyPrefix,a=e.func,s=e.context,u=a.call(s,t,e.count++);Array.isArray(u)?l(u,o,n,v.thatReturnsArgument):null!=u&&(m.isValidElement(u)&&(u=m.cloneAndReplaceKey(u,i+(!u.key||t&&t.key===u.key?"":r(u.key)+"/")+n)),o.push(u))}function l(e,t,n,o,i){var a="";null!=n&&(a=r(n)+"/");var l=s.getPooled(t,a,o,i);y(e,u,l),s.release(l)}function c(e,t,n){if(null==e)return e;var r=[];return l(e,r,null,t,n),r}function p(e,t,n){return null}function d(e,t){return y(e,p,null)}function f(e){var t=[];return l(e,t,null,v.thatReturnsArgument),t}var h=n(137),m=n(17),v=n(7),y=n(138),g=h.twoArgumentPooler,b=h.fourArgumentPooler,_=/\/+/g;o.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},h.addPoolingTo(o,g),s.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},h.addPoolingTo(s,b);var w={forEach:a,map:c,mapIntoWithKeyPrefixInternal:l,count:d,toArray:f};e.exports=w},function(e,t,n){"use strict";var r=n(21),o=(n(0),function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)}),i=function(e,t){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,e,t),r}return new n(e,t)},a=function(e,t,n){var r=this;if(r.instancePool.length){var o=r.instancePool.pop();return r.call(o,e,t,n),o}return new r(e,t,n)},s=function(e,t,n,r){var o=this;if(o.instancePool.length){var i=o.instancePool.pop();return o.call(i,e,t,n,r),i}return new o(e,t,n,r)},u=function(e){var t=this;e instanceof t||r("25"),e.destructor(),t.instancePool.length8&&_<=11),C=32,x=String.fromCharCode(C),P={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["topCompositionEnd","topKeyPress","topTextInput","topPaste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:["topBlur","topCompositionEnd","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:["topBlur","topCompositionStart","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:["topBlur","topCompositionUpdate","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]}},O=!1,T=null,k={eventTypes:P,extractEvents:function(e,t,n,r){return[u(e,t,n,r),p(e,t,n,r)]}};e.exports=k},function(e,t,n){"use strict";function r(e){this._root=e,this._startText=this.getText(),this._fallbackText=null}var o=n(3),i=n(14),a=n(75);o(r.prototype,{destructor:function(){this._root=null,this._startText=null,this._fallbackText=null},getText:function(){return"value"in this._root?this._root.value:this._root[a()]},getData:function(){if(this._fallbackText)return this._fallbackText;var e,t,n=this._startText,r=n.length,o=this.getText(),i=o.length;for(e=0;e1?1-t:void 0;return this._fallbackText=o.slice(e,s),this._fallbackText}}),i.addPoolingTo(r),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={data:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={data:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n){var r=O.getPooled(N.change,e,t,n);return r.type="change",E.accumulateTwoPhaseDispatches(r),r}function o(e){var t=e.nodeName&&e.nodeName.toLowerCase();return"select"===t||"input"===t&&"file"===e.type}function i(e){var t=r(A,e,k(e));P.batchedUpdates(a,t)}function a(e){w.enqueueEvents(e),w.processEventQueue(!1)}function s(e,t){I=e,A=t,I.attachEvent("onchange",i)}function u(){I&&(I.detachEvent("onchange",i),I=null,A=null)}function l(e,t){var n=T.updateValueIfChanged(e),r=!0===t.simulated&&D._allowSimulatedPassThrough;if(n||r)return e}function c(e,t){if("topChange"===e)return t}function p(e,t,n){"topFocus"===e?(u(),s(t,n)):"topBlur"===e&&u()}function d(e,t){I=e,A=t,I.attachEvent("onpropertychange",h)}function f(){I&&(I.detachEvent("onpropertychange",h),I=null,A=null)}function h(e){"value"===e.propertyName&&l(A,e)&&i(e)}function m(e,t,n){"topFocus"===e?(f(),d(t,n)):"topBlur"===e&&f()}function v(e,t,n){if("topSelectionChange"===e||"topKeyUp"===e||"topKeyDown"===e)return l(A,n)}function y(e){var t=e.nodeName;return t&&"input"===t.toLowerCase()&&("checkbox"===e.type||"radio"===e.type)}function g(e,t,n){if("topClick"===e)return l(t,n)}function b(e,t,n){if("topInput"===e||"topChange"===e)return l(t,n)}function _(e,t){if(null!=e){var n=e._wrapperState||t._wrapperState;if(n&&n.controlled&&"number"===t.type){var r=""+t.value;t.getAttribute("value")!==r&&t.setAttribute("value",r)}}}var w=n(23),E=n(22),C=n(5),x=n(4),P=n(9),O=n(11),T=n(78),k=n(41),S=n(42),M=n(79),N={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:["topBlur","topChange","topClick","topFocus","topInput","topKeyDown","topKeyUp","topSelectionChange"]}},I=null,A=null,R=!1;C.canUseDOM&&(R=S("change")&&(!document.documentMode||document.documentMode>8));var L=!1;C.canUseDOM&&(L=S("input")&&(!("documentMode"in document)||document.documentMode>9));var D={eventTypes:N,_allowSimulatedPassThrough:!0,_isInputEventSupported:L,extractEvents:function(e,t,n,i){var a,s,u=t?x.getNodeFromInstance(t):window;if(o(u)?R?a=c:s=p:M(u)?L?a=b:(a=v,s=m):y(u)&&(a=g),a){var l=a(e,t,n);if(l){return r(l,n,i)}}s&&s(e,u,t),"topBlur"===e&&_(t,u)}};e.exports=D},function(e,t,n){"use strict";function r(e,t,n){"function"==typeof e?e(t.getPublicInstance()):i.addComponentAsRefTo(t,e,n)}function o(e,t,n){"function"==typeof e?e(null):i.removeComponentAsRefFrom(t,e,n)}var i=n(159),a={};a.attachRefs=function(e,t){if(null!==t&&"object"==typeof t){var n=t.ref;null!=n&&r(n,e,t._owner)}},a.shouldUpdateRefs=function(e,t){var n=null,r=null;null!==e&&"object"==typeof e&&(n=e.ref,r=e._owner);var o=null,i=null;return null!==t&&"object"==typeof t&&(o=t.ref,i=t._owner),n!==o||"string"==typeof o&&i!==r},a.detachRefs=function(e,t){if(null!==t&&"object"==typeof t){var n=t.ref;null!=n&&o(n,e,t._owner)}},e.exports=a},function(e,t,n){"use strict";function r(e){return!(!e||"function"!=typeof e.attachRef||"function"!=typeof e.detachRef)}var o=n(2),i=(n(0),{addComponentAsRefTo:function(e,t,n){r(n)||o("119"),n.attachRef(t,e)},removeComponentAsRefFrom:function(e,t,n){r(n)||o("120");var i=n.getPublicInstance();i&&i.refs[t]===e.getPublicInstance()&&n.detachRef(t)}});e.exports=i},function(e,t,n){"use strict";var r=["ResponderEventPlugin","SimpleEventPlugin","TapEventPlugin","EnterLeaveEventPlugin","ChangeEventPlugin","SelectEventPlugin","BeforeInputEventPlugin"];e.exports=r},function(e,t,n){"use strict";var r=n(22),o=n(4),i=n(30),a={mouseEnter:{registrationName:"onMouseEnter",dependencies:["topMouseOut","topMouseOver"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["topMouseOut","topMouseOver"]}},s={eventTypes:a,extractEvents:function(e,t,n,s){if("topMouseOver"===e&&(n.relatedTarget||n.fromElement))return null;if("topMouseOut"!==e&&"topMouseOver"!==e)return null;var u;if(s.window===s)u=s;else{var l=s.ownerDocument;u=l?l.defaultView||l.parentWindow:window}var c,p;if("topMouseOut"===e){c=t;var d=n.relatedTarget||n.toElement;p=d?o.getClosestInstanceFromNode(d):null}else c=null,p=t;if(c===p)return null;var f=null==c?u:o.getNodeFromInstance(c),h=null==p?u:o.getNodeFromInstance(p),m=i.getPooled(a.mouseLeave,c,n,s);m.type="mouseleave",m.target=f,m.relatedTarget=h;var v=i.getPooled(a.mouseEnter,p,n,s);return v.type="mouseenter",v.target=h,v.relatedTarget=f,r.accumulateEnterLeaveDispatches(m,v,c,p),[m,v]}};e.exports=s},function(e,t,n){"use strict";var r=n(18),o=r.injection.MUST_USE_PROPERTY,i=r.injection.HAS_BOOLEAN_VALUE,a=r.injection.HAS_NUMERIC_VALUE,s=r.injection.HAS_POSITIVE_NUMERIC_VALUE,u=r.injection.HAS_OVERLOADED_BOOLEAN_VALUE,l={isCustomAttribute:RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+r.ATTRIBUTE_NAME_CHAR+"]*$")),Properties:{accept:0,acceptCharset:0,accessKey:0,action:0,allowFullScreen:i,allowTransparency:0,alt:0,as:0,async:i,autoComplete:0,autoPlay:i,capture:i,cellPadding:0,cellSpacing:0,charSet:0,challenge:0,checked:o|i,cite:0,classID:0,className:0,cols:s,colSpan:0,content:0,contentEditable:0,contextMenu:0,controls:i,coords:0,crossOrigin:0,data:0,dateTime:0,default:i,defer:i,dir:0,disabled:i,download:u,draggable:0,encType:0,form:0,formAction:0,formEncType:0,formMethod:0,formNoValidate:i,formTarget:0,frameBorder:0,headers:0,height:0,hidden:i,high:0,href:0,hrefLang:0,htmlFor:0,httpEquiv:0,icon:0,id:0,inputMode:0,integrity:0,is:0,keyParams:0,keyType:0,kind:0,label:0,lang:0,list:0,loop:i,low:0,manifest:0,marginHeight:0,marginWidth:0,max:0,maxLength:0,media:0,mediaGroup:0,method:0,min:0,minLength:0,multiple:o|i,muted:o|i,name:0,nonce:0,noValidate:i,open:i,optimum:0,pattern:0,placeholder:0,playsInline:i,poster:0,preload:0,profile:0,radioGroup:0,readOnly:i,referrerPolicy:0,rel:0,required:i,reversed:i,role:0,rows:s,rowSpan:a,sandbox:0,scope:0,scoped:i,scrolling:0,seamless:i,selected:o|i,shape:0,size:s,sizes:0,span:s,spellCheck:0,src:0,srcDoc:0,srcLang:0,srcSet:0,start:a,step:0,style:0,summary:0,tabIndex:0,target:0,title:0,type:0,useMap:0,value:0,width:0,wmode:0,wrap:0,about:0,datatype:0,inlist:0,prefix:0,property:0,resource:0,typeof:0,vocab:0,autoCapitalize:0,autoCorrect:0,autoSave:0,color:0,itemProp:0,itemScope:i,itemType:0,itemID:0,itemRef:0,results:0,security:0,unselectable:0},DOMAttributeNames:{acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},DOMPropertyNames:{},DOMMutationMethods:{value:function(e,t){if(null==t)return e.removeAttribute("value");"number"!==e.type||!1===e.hasAttribute("value")?e.setAttribute("value",""+t):e.validity&&!e.validity.badInput&&e.ownerDocument.activeElement!==e&&e.setAttribute("value",""+t)}}};e.exports=l},function(e,t,n){"use strict";var r=n(44),o=n(168),i={processChildrenUpdates:o.dangerouslyProcessChildrenUpdates,replaceNodeWithMarkup:r.dangerouslyReplaceNodeWithMarkup};e.exports=i},function(e,t,n){"use strict";var r=n(2),o=n(20),i=n(5),a=n(165),s=n(7),u=(n(0),{dangerouslyReplaceNodeWithMarkup:function(e,t){if(i.canUseDOM||r("56"),t||r("57"),"HTML"===e.nodeName&&r("58"),"string"==typeof t){var n=a(t,s)[0];e.parentNode.replaceChild(n,e)}else o.replaceChildWithTree(e,t)}});e.exports=u},function(e,t,n){"use strict";function r(e){var t=e.match(c);return t&&t[1].toLowerCase()}function o(e,t){var n=l;l||u(!1);var o=r(e),i=o&&s(o);if(i){n.innerHTML=i[1]+e+i[2];for(var c=i[0];c--;)n=n.lastChild}else n.innerHTML=e;var p=n.getElementsByTagName("script");p.length&&(t||u(!1),a(p).forEach(t));for(var d=Array.from(n.childNodes);n.lastChild;)n.removeChild(n.lastChild);return d}var i=n(5),a=n(166),s=n(167),u=n(0),l=i.canUseDOM?document.createElement("div"):null,c=/^\s*<(\w+)/;e.exports=o},function(e,t,n){"use strict";function r(e){var t=e.length;if((Array.isArray(e)||"object"!=typeof e&&"function"!=typeof e)&&a(!1),"number"!=typeof t&&a(!1),0===t||t-1 in e||a(!1),"function"==typeof e.callee&&a(!1),e.hasOwnProperty)try{return Array.prototype.slice.call(e)}catch(e){}for(var n=Array(t),r=0;r":"<"+e+">",s[e]=!a.firstChild),s[e]?d[e]:null}var o=n(5),i=n(0),a=o.canUseDOM?document.createElement("div"):null,s={},u=[1,'"],l=[1,"","
"],c=[3,"","
"],p=[1,'',""],d={"*":[1,"?
","
"],area:[1,"",""],col:[2,"","
"],legend:[1,"
","
"],param:[1,"",""],tr:[2,"","
"],optgroup:u,option:u,caption:l,colgroup:l,tbody:l,tfoot:l,thead:l,td:c,th:c};["circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","text","tspan"].forEach(function(e){d[e]=p,s[e]=!0}),e.exports=r},function(e,t,n){"use strict";var r=n(44),o=n(4),i={dangerouslyProcessChildrenUpdates:function(e,t){var n=o.getNodeFromInstance(e);r.processUpdates(n,t)}};e.exports=i},function(e,t,n){"use strict";function r(e){if(e){var t=e._currentElement._owner||null;if(t){var n=t.getName();if(n)return" This DOM node was rendered by `"+n+"`."}}return""}function o(e,t){t&&(X[e._tag]&&(null!=t.children||null!=t.dangerouslySetInnerHTML)&&v("137",e._tag,e._currentElement._owner?" Check the render method of "+e._currentElement._owner.getName()+".":""),null!=t.dangerouslySetInnerHTML&&(null!=t.children&&v("60"),"object"==typeof t.dangerouslySetInnerHTML&&W in t.dangerouslySetInnerHTML||v("61")),null!=t.style&&"object"!=typeof t.style&&v("62",r(e)))}function i(e,t,n,r){if(!(r instanceof R)){var o=e._hostContainerInfo,i=o._node&&o._node.nodeType===q,s=i?o._node:o._ownerDocument;B(t,s),r.getReactMountReady().enqueue(a,{inst:e,registrationName:t,listener:n})}}function a(){var e=this;x.putListener(e.inst,e.registrationName,e.listener)}function s(){var e=this;S.postMountWrapper(e)}function u(){var e=this;I.postMountWrapper(e)}function l(){var e=this;M.postMountWrapper(e)}function c(){D.track(this)}function p(){var e=this;e._rootNodeID||v("63");var t=F(e);switch(t||v("64"),e._tag){case"iframe":case"object":e._wrapperState.listeners=[O.trapBubbledEvent("topLoad","load",t)];break;case"video":case"audio":e._wrapperState.listeners=[];for(var n in z)z.hasOwnProperty(n)&&e._wrapperState.listeners.push(O.trapBubbledEvent(n,z[n],t));break;case"source":e._wrapperState.listeners=[O.trapBubbledEvent("topError","error",t)];break;case"img":e._wrapperState.listeners=[O.trapBubbledEvent("topError","error",t),O.trapBubbledEvent("topLoad","load",t)];break;case"form":e._wrapperState.listeners=[O.trapBubbledEvent("topReset","reset",t),O.trapBubbledEvent("topSubmit","submit",t)];break;case"input":case"select":case"textarea":e._wrapperState.listeners=[O.trapBubbledEvent("topInvalid","invalid",t)]}}function d(){N.postUpdateWrapper(this)}function f(e){J.call(Q,e)||($.test(e)||v("65",e),Q[e]=!0)}function h(e,t){return e.indexOf("-")>=0||null!=t.is}function m(e){var t=e.type;f(t),this._currentElement=e,this._tag=t.toLowerCase(),this._namespaceURI=null,this._renderedChildren=null,this._previousStyle=null,this._previousStyleCopy=null,this._hostNode=null,this._hostParent=null,this._rootNodeID=0,this._domID=0,this._hostContainerInfo=null,this._wrapperState=null,this._topLevelWrapper=null,this._flags=0}var v=n(2),y=n(3),g=n(170),b=n(171),_=n(20),w=n(45),E=n(18),C=n(84),x=n(23),P=n(38),O=n(33),T=n(72),k=n(4),S=n(181),M=n(183),N=n(85),I=n(184),A=(n(8),n(185)),R=n(192),L=(n(7),n(32)),D=(n(0),n(42),n(49),n(78)),j=(n(53),n(1),T),U=x.deleteListener,F=k.getNodeFromInstance,B=O.listenTo,V=P.registrationNameModules,H={string:!0,number:!0},W="__html",Y={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null},q=11,z={topAbort:"abort",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topSeeked:"seeked",topSeeking:"seeking",topStalled:"stalled",topSuspend:"suspend",topTimeUpdate:"timeupdate",topVolumeChange:"volumechange",topWaiting:"waiting"},K={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},G={listing:!0,pre:!0,textarea:!0},X=y({menuitem:!0},K),$=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Q={},J={}.hasOwnProperty,Z=1;m.displayName="ReactDOMComponent",m.Mixin={mountComponent:function(e,t,n,r){this._rootNodeID=Z++,this._domID=n._idCounter++,this._hostParent=t,this._hostContainerInfo=n;var i=this._currentElement.props;switch(this._tag){case"audio":case"form":case"iframe":case"img":case"link":case"object":case"source":case"video":this._wrapperState={listeners:null},e.getReactMountReady().enqueue(p,this);break;case"input":S.mountWrapper(this,i,t),i=S.getHostProps(this,i),e.getReactMountReady().enqueue(c,this),e.getReactMountReady().enqueue(p,this);break;case"option":M.mountWrapper(this,i,t),i=M.getHostProps(this,i);break;case"select":N.mountWrapper(this,i,t),i=N.getHostProps(this,i),e.getReactMountReady().enqueue(p,this);break;case"textarea":I.mountWrapper(this,i,t),i=I.getHostProps(this,i),e.getReactMountReady().enqueue(c,this),e.getReactMountReady().enqueue(p,this)}o(this,i);var a,d;null!=t?(a=t._namespaceURI,d=t._tag):n._tag&&(a=n._namespaceURI,d=n._tag),(null==a||a===w.svg&&"foreignobject"===d)&&(a=w.html),a===w.html&&("svg"===this._tag?a=w.svg:"math"===this._tag&&(a=w.mathml)),this._namespaceURI=a;var f;if(e.useCreateElement){var h,m=n._ownerDocument;if(a===w.html)if("script"===this._tag){var v=m.createElement("div"),y=this._currentElement.type;v.innerHTML="<"+y+">",h=v.removeChild(v.firstChild)}else h=i.is?m.createElement(this._currentElement.type,i.is):m.createElement(this._currentElement.type);else h=m.createElementNS(a,this._currentElement.type);k.precacheNode(this,h),this._flags|=j.hasCachedChildNodes,this._hostParent||C.setAttributeForRoot(h),this._updateDOMProperties(null,i,e);var b=_(h);this._createInitialChildren(e,i,r,b),f=b}else{var E=this._createOpenTagMarkupAndPutListeners(e,i),x=this._createContentMarkup(e,i,r);f=!x&&K[this._tag]?E+"/>":E+">"+x+""}switch(this._tag){case"input":e.getReactMountReady().enqueue(s,this),i.autoFocus&&e.getReactMountReady().enqueue(g.focusDOMComponent,this);break;case"textarea":e.getReactMountReady().enqueue(u,this),i.autoFocus&&e.getReactMountReady().enqueue(g.focusDOMComponent,this);break;case"select":case"button":i.autoFocus&&e.getReactMountReady().enqueue(g.focusDOMComponent,this);break;case"option":e.getReactMountReady().enqueue(l,this)}return f},_createOpenTagMarkupAndPutListeners:function(e,t){var n="<"+this._currentElement.type;for(var r in t)if(t.hasOwnProperty(r)){var o=t[r];if(null!=o)if(V.hasOwnProperty(r))o&&i(this,r,o,e);else{"style"===r&&(o&&(o=this._previousStyleCopy=y({},t.style)),o=b.createMarkupForStyles(o,this));var a=null;null!=this._tag&&h(this._tag,t)?Y.hasOwnProperty(r)||(a=C.createMarkupForCustomAttribute(r,o)):a=C.createMarkupForProperty(r,o),a&&(n+=" "+a)}}return e.renderToStaticMarkup?n:(this._hostParent||(n+=" "+C.createMarkupForRoot()),n+=" "+C.createMarkupForID(this._domID))},_createContentMarkup:function(e,t,n){var r="",o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&(r=o.__html);else{var i=H[typeof t.children]?t.children:null,a=null!=i?null:t.children;if(null!=i)r=L(i);else if(null!=a){var s=this.mountChildren(a,e,n);r=s.join("")}}return G[this._tag]&&"\n"===r.charAt(0)?"\n"+r:r},_createInitialChildren:function(e,t,n,r){var o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&_.queueHTML(r,o.__html);else{var i=H[typeof t.children]?t.children:null,a=null!=i?null:t.children;if(null!=i)""!==i&&_.queueText(r,i);else if(null!=a)for(var s=this.mountChildren(a,e,n),u=0;u0;)e=e._hostParent,n--;for(;o-n>0;)t=t._hostParent,o--;for(var a=n;a--;){if(e===t)return e;e=e._hostParent,t=t._hostParent}return null}function o(e,t){"_hostNode"in e||u("35"),"_hostNode"in t||u("35");for(;t;){if(t===e)return!0;t=t._hostParent}return!1}function i(e){return"_hostNode"in e||u("36"),e._hostParent}function a(e,t,n){for(var r=[];e;)r.push(e),e=e._hostParent;var o;for(o=r.length;o-- >0;)t(r[o],"captured",n);for(o=0;o0;)n(u[l],"captured",i)}var u=n(2);n(0);e.exports={isAncestor:o,getLowestCommonAncestor:r,getParentInstance:i,traverseTwoPhase:a,traverseEnterLeave:s}},function(e,t,n){"use strict";var r=n(2),o=n(3),i=n(44),a=n(20),s=n(4),u=n(32),l=(n(0),n(53),function(e){this._currentElement=e,this._stringText=""+e,this._hostNode=null,this._hostParent=null,this._domID=0,this._mountIndex=0,this._closingComment=null,this._commentNodes=null});o(l.prototype,{mountComponent:function(e,t,n,r){var o=n._idCounter++,i=" react-text: "+o+" ";if(this._domID=o,this._hostParent=t,e.useCreateElement){var l=n._ownerDocument,c=l.createComment(i),p=l.createComment(" /react-text "),d=a(l.createDocumentFragment());return a.queueChild(d,a(c)),this._stringText&&a.queueChild(d,a(l.createTextNode(this._stringText))),a.queueChild(d,a(p)),s.precacheNode(this,c),this._closingComment=p,d}var f=u(this._stringText);return e.renderToStaticMarkup?f:"\x3c!--"+i+"--\x3e"+f+"\x3c!-- /react-text --\x3e"},receiveComponent:function(e,t){if(e!==this._currentElement){this._currentElement=e;var n=""+e;if(n!==this._stringText){this._stringText=n;var r=this.getHostNode();i.replaceDelimitedText(r[0],r[1],n)}}},getHostNode:function(){var e=this._commentNodes;if(e)return e;if(!this._closingComment)for(var t=s.getNodeFromInstance(this),n=t.nextSibling;;){if(null==n&&r("67",this._domID),8===n.nodeType&&" /react-text "===n.nodeValue){this._closingComment=n;break}n=n.nextSibling}return e=[this._hostNode,this._closingComment],this._commentNodes=e,e},unmountComponent:function(){this._closingComment=null,this._commentNodes=null,s.uncacheNode(this)}}),e.exports=l},function(e,t,n){"use strict";function r(){this.reinitializeTransaction()}var o=n(3),i=n(9),a=n(29),s=n(7),u={initialize:s,close:function(){d.isBatchingUpdates=!1}},l={initialize:s,close:i.flushBatchedUpdates.bind(i)},c=[l,u];o(r.prototype,a,{getTransactionWrappers:function(){return c}});var p=new r,d={isBatchingUpdates:!1,batchedUpdates:function(e,t,n,r,o,i){var a=d.isBatchingUpdates;return d.isBatchingUpdates=!0,a?e(t,n,r,o,i):p.perform(e,null,t,n,r,o,i)}};e.exports=d},function(e,t,n){"use strict";function r(e){for(;e._hostParent;)e=e._hostParent;var t=p.getNodeFromInstance(e),n=t.parentNode;return p.getClosestInstanceFromNode(n)}function o(e,t){this.topLevelType=e,this.nativeEvent=t,this.ancestors=[]}function i(e){var t=f(e.nativeEvent),n=p.getClosestInstanceFromNode(t),o=n;do{e.ancestors.push(o),o=o&&r(o)}while(o);for(var i=0;it.end?(n=t.end,r=t.start):(n=t.start,r=t.end),o.moveToElementText(e),o.moveStart("character",n),o.setEndPoint("EndToStart",o),o.moveEnd("character",r-n),o.select()}function s(e,t){if(window.getSelection){var n=window.getSelection(),r=e[c()].length,o=Math.min(t.start,r),i=void 0===t.end?o:Math.min(t.end,r);if(!n.extend&&o>i){var a=i;i=o,o=a}var s=l(e,o),u=l(e,i);if(s&&u){var p=document.createRange();p.setStart(s.node,s.offset),n.removeAllRanges(),o>i?(n.addRange(p),n.extend(u.node,u.offset)):(p.setEnd(u.node,u.offset),n.addRange(p))}}}var u=n(5),l=n(203),c=n(75),p=u.canUseDOM&&"selection"in document&&!("getSelection"in window),d={getOffsets:p?o:i,setOffsets:p?a:s};e.exports=d},function(e,t,n){"use strict";function r(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function o(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function i(e,t){for(var n=r(e),i=0,a=0;n;){if(3===n.nodeType){if(a=i+n.textContent.length,i<=t&&a>=t)return{node:n,offset:t-i};i=a}n=r(o(n))}}e.exports=i},function(e,t,n){"use strict";function r(e,t){return!(!e||!t)&&(e===t||!o(e)&&(o(t)?r(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}var o=n(205);e.exports=r},function(e,t,n){"use strict";function r(e){return o(e)&&3==e.nodeType}var o=n(206);e.exports=r},function(e,t,n){"use strict";function r(e){var t=e?e.ownerDocument||e:document,n=t.defaultView||window;return!(!e||!("function"==typeof n.Node?e instanceof n.Node:"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName))}e.exports=r},function(e,t,n){"use strict";var r={xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace"},o={accentHeight:"accent-height",accumulate:0,additive:0,alignmentBaseline:"alignment-baseline",allowReorder:"allowReorder",alphabetic:0,amplitude:0,arabicForm:"arabic-form",ascent:0,attributeName:"attributeName",attributeType:"attributeType",autoReverse:"autoReverse",azimuth:0,baseFrequency:"baseFrequency",baseProfile:"baseProfile",baselineShift:"baseline-shift",bbox:0,begin:0,bias:0,by:0,calcMode:"calcMode",capHeight:"cap-height",clip:0,clipPath:"clip-path",clipRule:"clip-rule",clipPathUnits:"clipPathUnits",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",contentScriptType:"contentScriptType",contentStyleType:"contentStyleType",cursor:0,cx:0,cy:0,d:0,decelerate:0,descent:0,diffuseConstant:"diffuseConstant",direction:0,display:0,divisor:0,dominantBaseline:"dominant-baseline",dur:0,dx:0,dy:0,edgeMode:"edgeMode",elevation:0,enableBackground:"enable-background",end:0,exponent:0,externalResourcesRequired:"externalResourcesRequired",fill:0,fillOpacity:"fill-opacity",fillRule:"fill-rule",filter:0,filterRes:"filterRes",filterUnits:"filterUnits",floodColor:"flood-color",floodOpacity:"flood-opacity",focusable:0,fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",glyphRef:"glyphRef",gradientTransform:"gradientTransform",gradientUnits:"gradientUnits",hanging:0,horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",ideographic:0,imageRendering:"image-rendering",in:0,in2:0,intercept:0,k:0,k1:0,k2:0,k3:0,k4:0,kernelMatrix:"kernelMatrix",kernelUnitLength:"kernelUnitLength",kerning:0,keyPoints:"keyPoints",keySplines:"keySplines",keyTimes:"keyTimes",lengthAdjust:"lengthAdjust",letterSpacing:"letter-spacing",lightingColor:"lighting-color",limitingConeAngle:"limitingConeAngle",local:0,markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",markerHeight:"markerHeight",markerUnits:"markerUnits",markerWidth:"markerWidth",mask:0,maskContentUnits:"maskContentUnits",maskUnits:"maskUnits",mathematical:0,mode:0,numOctaves:"numOctaves",offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pathLength:"pathLength",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",patternUnits:"patternUnits",pointerEvents:"pointer-events",points:0,pointsAtX:"pointsAtX",pointsAtY:"pointsAtY",pointsAtZ:"pointsAtZ",preserveAlpha:"preserveAlpha",preserveAspectRatio:"preserveAspectRatio",primitiveUnits:"primitiveUnits",r:0,radius:0,refX:"refX",refY:"refY",renderingIntent:"rendering-intent",repeatCount:"repeatCount",repeatDur:"repeatDur",requiredExtensions:"requiredExtensions",requiredFeatures:"requiredFeatures",restart:0,result:0,rotate:0,rx:0,ry:0,scale:0,seed:0,shapeRendering:"shape-rendering",slope:0,spacing:0,specularConstant:"specularConstant",specularExponent:"specularExponent",speed:0,spreadMethod:"spreadMethod",startOffset:"startOffset",stdDeviation:"stdDeviation",stemh:0,stemv:0,stitchTiles:"stitchTiles",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",string:0,stroke:0,strokeDasharray:"stroke-dasharray",strokeDashoffset:"stroke-dashoffset",strokeLinecap:"stroke-linecap",strokeLinejoin:"stroke-linejoin",strokeMiterlimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",surfaceScale:"surfaceScale",systemLanguage:"systemLanguage",tableValues:"tableValues",targetX:"targetX",targetY:"targetY",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",textLength:"textLength",to:0,transform:0,u1:0,u2:0,underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicode:0,unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",values:0,vectorEffect:"vector-effect",version:0,vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",viewBox:"viewBox",viewTarget:"viewTarget",visibility:0,widths:0,wordSpacing:"word-spacing",writingMode:"writing-mode",x:0,xHeight:"x-height",x1:0,x2:0,xChannelSelector:"xChannelSelector",xlinkActuate:"xlink:actuate",xlinkArcrole:"xlink:arcrole",xlinkHref:"xlink:href",xlinkRole:"xlink:role",xlinkShow:"xlink:show",xlinkTitle:"xlink:title",xlinkType:"xlink:type",xmlBase:"xml:base",xmlns:0,xmlnsXlink:"xmlns:xlink",xmlLang:"xml:lang",xmlSpace:"xml:space",y:0,y1:0,y2:0,yChannelSelector:"yChannelSelector",z:0,zoomAndPan:"zoomAndPan"},i={Properties:{},DOMAttributeNamespaces:{xlinkActuate:r.xlink,xlinkArcrole:r.xlink,xlinkHref:r.xlink,xlinkRole:r.xlink,xlinkShow:r.xlink,xlinkTitle:r.xlink,xlinkType:r.xlink,xmlBase:r.xml,xmlLang:r.xml,xmlSpace:r.xml},DOMAttributeNames:{}};Object.keys(o).forEach(function(e){i.Properties[e]=0,o[e]&&(i.DOMAttributeNames[e]=o[e])}),e.exports=i},function(e,t,n){"use strict";function r(e){if("selectionStart"in e&&u.hasSelectionCapabilities(e))return{start:e.selectionStart,end:e.selectionEnd};if(window.getSelection){var t=window.getSelection();return{anchorNode:t.anchorNode,anchorOffset:t.anchorOffset,focusNode:t.focusNode,focusOffset:t.focusOffset}}if(document.selection){var n=document.selection.createRange();return{parentElement:n.parentElement(),text:n.text,top:n.boundingTop,left:n.boundingLeft}}}function o(e,t){if(g||null==m||m!==c())return null;var n=r(m);if(!y||!d(y,n)){y=n;var o=l.getPooled(h.select,v,e,t);return o.type="select",o.target=m,i.accumulateTwoPhaseDispatches(o),o}return null}var i=n(22),a=n(5),s=n(4),u=n(94),l=n(11),c=n(95),p=n(79),d=n(49),f=a.canUseDOM&&"documentMode"in document&&document.documentMode<=11,h={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:["topBlur","topContextMenu","topFocus","topKeyDown","topKeyUp","topMouseDown","topMouseUp","topSelectionChange"]}},m=null,v=null,y=null,g=!1,b=!1,_={eventTypes:h,extractEvents:function(e,t,n,r){if(!b)return null;var i=t?s.getNodeFromInstance(t):window;switch(e){case"topFocus":(p(i)||"true"===i.contentEditable)&&(m=i,v=t,y=null);break;case"topBlur":m=null,v=null,y=null;break;case"topMouseDown":g=!0;break;case"topContextMenu":case"topMouseUp":return g=!1,o(n,r);case"topSelectionChange":if(f)break;case"topKeyDown":case"topKeyUp":return o(n,r)}return null},didPutListener:function(e,t,n){"onSelect"===t&&(b=!0)}};e.exports=_},function(e,t,n){"use strict";function r(e){return"."+e._rootNodeID}function o(e){return"button"===e||"input"===e||"select"===e||"textarea"===e}var i=n(2),a=n(93),s=n(22),u=n(4),l=n(210),c=n(211),p=n(11),d=n(212),f=n(213),h=n(30),m=n(215),v=n(216),y=n(217),g=n(24),b=n(218),_=n(7),w=n(54),E=(n(0),{}),C={};["abort","animationEnd","animationIteration","animationStart","blur","canPlay","canPlayThrough","click","contextMenu","copy","cut","doubleClick","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","focus","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","progress","rateChange","reset","scroll","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchMove","touchStart","transitionEnd","volumeChange","waiting","wheel"].forEach(function(e){var t=e[0].toUpperCase()+e.slice(1),n="on"+t,r="top"+t,o={phasedRegistrationNames:{bubbled:n,captured:n+"Capture"},dependencies:[r]};E[e]=o,C[r]=o});var x={},P={eventTypes:E,extractEvents:function(e,t,n,r){var o=C[e];if(!o)return null;var a;switch(e){case"topAbort":case"topCanPlay":case"topCanPlayThrough":case"topDurationChange":case"topEmptied":case"topEncrypted":case"topEnded":case"topError":case"topInput":case"topInvalid":case"topLoad":case"topLoadedData":case"topLoadedMetadata":case"topLoadStart":case"topPause":case"topPlay":case"topPlaying":case"topProgress":case"topRateChange":case"topReset":case"topSeeked":case"topSeeking":case"topStalled":case"topSubmit":case"topSuspend":case"topTimeUpdate":case"topVolumeChange":case"topWaiting":a=p;break;case"topKeyPress":if(0===w(n))return null;case"topKeyDown":case"topKeyUp":a=f;break;case"topBlur":case"topFocus":a=d;break;case"topClick":if(2===n.button)return null;case"topDoubleClick":case"topMouseDown":case"topMouseMove":case"topMouseUp":case"topMouseOut":case"topMouseOver":case"topContextMenu":a=h;break;case"topDrag":case"topDragEnd":case"topDragEnter":case"topDragExit":case"topDragLeave":case"topDragOver":case"topDragStart":case"topDrop":a=m;break;case"topTouchCancel":case"topTouchEnd":case"topTouchMove":case"topTouchStart":a=v;break;case"topAnimationEnd":case"topAnimationIteration":case"topAnimationStart":a=l;break;case"topTransitionEnd":a=y;break;case"topScroll":a=g;break;case"topWheel":a=b;break;case"topCopy":case"topCut":case"topPaste":a=c}a||i("86",e);var u=a.getPooled(o,t,n,r);return s.accumulateTwoPhaseDispatches(u),u},didPutListener:function(e,t,n){if("onClick"===t&&!o(e._tag)){var i=r(e),s=u.getNodeFromInstance(e);x[i]||(x[i]=a.listen(s,"click",_))}},willDeleteListener:function(e,t){if("onClick"===t&&!o(e._tag)){var n=r(e);x[n].remove(),delete x[n]}}};e.exports=P},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={animationName:null,elapsedTime:null,pseudoElement:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(24),i={relatedTarget:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(24),i=n(54),a=n(214),s=n(43),u={key:a,location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:s,charCode:function(e){return"keypress"===e.type?i(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?i(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}};o.augmentClass(r,u),e.exports=r},function(e,t,n){"use strict";function r(e){if(e.key){var t=i[e.key]||e.key;if("Unidentified"!==t)return t}if("keypress"===e.type){var n=o(e);return 13===n?"Enter":String.fromCharCode(n)}return"keydown"===e.type||"keyup"===e.type?a[e.keyCode]||"Unidentified":""}var o=n(54),i={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},a={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(30),i={dataTransfer:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(24),i=n(43),a={touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:i};o.augmentClass(r,a),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={propertyName:null,elapsedTime:null,pseudoElement:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(30),i={deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t){var n={_topLevelWrapper:e,_idCounter:1,_ownerDocument:t?t.nodeType===o?t:t.ownerDocument:null,_node:t,_tag:t?t.nodeName.toLowerCase():null,_namespaceURI:t?t.namespaceURI:null};return n}var o=(n(53),9);e.exports=r},function(e,t,n){"use strict";var r={useCreateElement:!0,useFiber:!1};e.exports=r},function(e,t,n){"use strict";var r=n(222),o=/\/?>/,i=/^<\!\-\-/,a={CHECKSUM_ATTR_NAME:"data-react-checksum",addChecksumToMarkup:function(e){var t=r(e);return i.test(e)?e:e.replace(o," "+a.CHECKSUM_ATTR_NAME+'="'+t+'"$&')},canReuseMarkup:function(e,t){var n=t.getAttribute(a.CHECKSUM_ATTR_NAME);return n=n&&parseInt(n,10),r(e)===n}};e.exports=a},function(e,t,n){"use strict";function r(e){for(var t=1,n=0,r=0,i=e.length,a=-4&i;r0&&void 0!==arguments[0]?arguments[0]:{title:void 0,artist:void 0,cover:void 0,src:void 0,lyric:void 0,translation:void 0},t=arguments[1];return{type:v,id:t,item:e}},t.removeMusicFromList=function(e,t){return{type:y,id:t,index:e}},t.changePlayerLayout=function(e,t){return{type:g,id:t,layout:e}},t.pushPlayerInstance=function(e,t){return{type:b,id:t,instance:e}},t.createPlayerStore=function(e,t){return{type:_,id:t,state:r({},{isPlaying:!1,isLoop:!1,isDrawerOpen:!1,isMenuOpen:!1,isFullscreen:!1,volume:1,offset:0,currentTime:void 0,currentPanel:"lyric",duration:void 0,currentMusicIndex:0,currentLyricIndex:-1,playList:[],playerLayout:"muse-layout-default",playerInstance:void 0},e)}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l="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},c=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:"store",n=arguments[1],a=n||t+"Subscription",u=function(e){function n(i,a){r(this,n);var s=o(this,e.call(this,i,a));return s[t]=i.store,s}return i(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[a]=null,e},n.prototype.render=function(){return s.Children.only(this.props.children)},n}(s.Component);return u.propTypes={store:c.a.isRequired,children:l.a.element.isRequired},u.childContextTypes=(e={},e[t]=c.a.isRequired,e[a]=c.b,e),u}t.a=a;var s=n(6),u=(n.n(s),n(13)),l=n.n(u),c=n(98);n(55);t.b=a()},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i=Object.getOwnPropertySymbols,a=(Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable),s=Object.getPrototypeOf,u=s&&s(Object),l=Object.getOwnPropertyNames;e.exports=function e(t,n,c){if("string"!=typeof n){if(u){var p=s(n);p&&p!==u&&e(t,p,c)}var d=l(n);i&&(d=d.concat(i(n)));for(var f=0;f=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n){for(var r=t.length-1;r>=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function i(e,t){return e===t}var a=n(99),s=n(234),u=n(235),l=n(251),c=n(252),p=n(253),d=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?a.a:t,f=e.mapStateToPropsFactories,h=void 0===f?l.a:f,m=e.mapDispatchToPropsFactories,v=void 0===m?u.a:m,y=e.mergePropsFactories,g=void 0===y?c.a:y,b=e.selectorFactory,_=void 0===b?p.a:b;return function(e,t,a){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},l=u.pure,c=void 0===l||l,p=u.areStatesEqual,f=void 0===p?i:p,m=u.areOwnPropsEqual,y=void 0===m?s.a:m,b=u.areStatePropsEqual,w=void 0===b?s.a:b,E=u.areMergedPropsEqual,C=void 0===E?s.a:E,x=r(u,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),P=o(e,h,"mapStateToProps"),O=o(t,v,"mapDispatchToProps"),T=o(a,g,"mergeProps");return n(_,d({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:P,initMapDispatchToProps:O,initMergeProps:T,pure:c,areStatesEqual:f,areOwnPropsEqual:y,areStatePropsEqual:w,areMergedPropsEqual:C},x))}}()},function(e,t,n){"use strict";function r(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!==e&&t!==t}function o(e,t){if(r(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(u)throw u;for(var o=!1,i={},a=0;a=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,i){return n(e(o,i),t(r,i),i)}}function i(e,t,n,r,o){function i(o,i){return h=o,m=i,v=e(h,m),y=t(r,m),g=n(v,y,m),f=!0,g}function a(){return v=e(h,m),t.dependsOnOwnProps&&(y=t(r,m)),g=n(v,y,m)}function s(){return e.dependsOnOwnProps&&(v=e(h,m)),t.dependsOnOwnProps&&(y=t(r,m)),g=n(v,y,m)}function u(){var t=e(h,m),r=!d(t,v);return v=t,r&&(g=n(v,y,m)),g}function l(e,t){var n=!p(t,m),r=!c(e,h);return h=e,m=t,n&&r?a():n?s():r?u():g}var c=o.areStatesEqual,p=o.areOwnPropsEqual,d=o.areStatePropsEqual,f=!1,h=void 0,m=void 0,v=void 0,y=void 0,g=void 0;return function(e,t){return f?l(e,t):i(e,t)}}function a(e,t){var n=t.initMapStateToProps,a=t.initMapDispatchToProps,s=t.initMergeProps,u=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),l=n(e,u),c=a(e,u),p=s(e,u);return(u.pure?i:o)(l,c,p,e,u)}t.a=a;n(254)},function(e,t,n){"use strict";n(55)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.configureStore=void 0;var r=n(56),o=n(256),i=function(e){return e&&e.__esModule?e:{default:e}}(o);t.configureStore=function(e){return(0,r.createStore)(i.default,e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(56),o=n(257),i=(0,r.combineReducers)({player:o.player});t.default=i},function(e,t,n){"use strict";function r(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],n=t.id;switch(t.type){case a.PlayerActions.CREATE_PLAYER_STORE:return i({},e,o({},n,t.state));case a.PlayerActions.TOGGLE_PLAY:return(0,s.applyMiddleware)("onTogglePlay",e[n].playerInstance,t.playState),i({},e,o({},n,i({},e[n],{isPlaying:t.playState})));case a.PlayerActions.TOGGLE_LOOP:return i({},e,o({},n,i({},e[n],{isLoop:t.loopState})));case a.PlayerActions.TOGGLE_FULLSCREEN:return(0,s.applyMiddleware)("onToggleFullscreen",e[n].playerInstance,t.fullscreenState),i({},e,o({},n,i({},e[n],{isFullscreen:t.fullscreenState})));case a.PlayerActions.TOGGLE_MENU:return(0,s.applyMiddleware)("onToggleMenu",e[n].playerInstance,t.menuState),i({},e,o({},n,i({},e[n],{isMenuOpen:t.menuState})));case a.PlayerActions.TOGGLE_DRAWER:return(0,s.applyMiddleware)("onToggleDrawer",e[n].playerInstance,t.drawerState),i({},e,o({},n,i({},e[n],{isDrawerOpen:t.drawerState,currentPanel:t.drawerState?e.currentPanel:"lyric"})));case a.PlayerActions.TOGGLE_PANEL:return i({},e,o({},n,i({},e[n],{currentPanel:t.panel})));case a.PlayerActions.PLAYER_STOP:return i({},e,o({},n,i({},e[n],{isPlaying:!1,currentTime:0})));case a.PlayerActions.SLIDE_VOLUME:return i({},e,o({},n,i({},e[n],{volume:t.volume})));case a.PlayerActions.SLIDE_PROPGRESS:return i({},e,o({},n,i({},e[n],{currentTime:t.progress})));case a.PlayerActions.SET_CURRENT_MUSIC:return(0,s.applyMiddleware)("onMusicChange",e[n].playerInstance,e[n].playList[t.index]),i({},e,o({},n,i({},e[n],{currentMusicIndex:t.index})));case a.PlayerActions.SET_LYRIC_OFFSET:return i({},e,o({},n,i({},e[n],{offset:t.offset})));case a.PlayerActions.SET_CURRENT_LYRIC:return i({},e,o({},n,i({},e[n],{index:t.index})));case a.PlayerActions.ADD_MUSIC_TO_LIST:return i({},e,o({},n,i({},e[n],{playList:[].concat(r(e[n].playList),[t.item])})));case a.PlayerActions.REMOVE_MUSIC_FROM_LIST:return i({},e,o({},n,i({},e[n],{playList:[e[n].playList.slice(0,t.index-1),e[n].playList.slice(t.index+1,e[n].playList.length)]})));case a.PlayerActions.CHANGE_PLAYER_LAYOUT:return i({},e,o({},n,i({},e[n],{playerLayout:t.layout})));case a.PlayerActions.PUSH_PLAYER_INSTANCE:return i({},e,o({},n,i({},e[n],{playerInstance:t.instance})));default:return e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.getRect=function(e){var t=e.getBoundingClientRect(),n=document.documentElement.clientTop,r=document.documentElement.clientLeft;return{top:t.top-n,bottom:t.bottom-n,left:t.left-r,right:t.right-r}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.lyricParser=function(e){var t={author:void 0,lyric:[]},n=e,r=0;if(!n||"string"!=typeof n)return!1;if(n.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/)&&(r=1),n=n.replace(/\\n/g,"\n").replace(/\\r/g,"\r"),String(n).split("\n").forEach(function(e){if(e&&!e.match(/\[ti:|ar:|al:\.*]/g)){if(e.match(/\[by:(.*)\]/g))return void(t.author=/\[by:(.*)\]/g.exec(e)[1]);var n=void 0,o=void 0;switch(r){case 0:var i=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(i[1]))+parseInt(Number(i[2]))+(i[3]?Number("0"+i[3]):0),text:i[4]});break;case 1:n=e.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/g),o=/\[.*\](.*)/g.exec(e),n.forEach(function(e){var n=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(n[1]))+parseInt(Number(n[2]))+(n[3]?Number("0"+n[3]):0),text:o[1]})})}}}),void 0!=t.author&&t.lyric.push({timeline:9999,text:"歌词作者:"+t.author}),1==r){var o=function(e,t){return e.timeline-t.timeline};t.lyric=t.lyric.sort(o)}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.add=function(e,t){e.classList?e.classList.add(t):e.setAttribute("class",e.getAttribute("class")+" "+t)},o=t.remove=function(e,t){e.classList?e.classList.remove(t):e.setAttribute("class",e.getAttribute("class").replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," "))},i=t.has=function(e,t){return e.classList?e.classList.contains(t):-1!=e.getAttribute("class").indexOf(t)},a=t.toggle=function(e,t){e.classList&&e.classList.toggle?e.classList.toggle(t):i(e,t)?o(e.className):r(e,t)},s=t.classifier={add:r,remove:o,has:i,toggle:a};t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.applyMiddleware=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};void 0!=window.MUSE&&window.MUSE._middlewares[e]!=[]&&window.MUSE._middlewares[e].forEach(function(e){e(t,n)})};t.default=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l=function(){function e(e,t){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],o=n.props.player[n.id],i=o.isLoop,a=o.currentMusicIndex,s=o.playList,u=n.props.dispatch;(r||!i)&&s.length-1>a?(u(h.PlayerActions.togglePlay(!1,n.id)),u(h.PlayerActions.setCurrentMusic(a+1,n.id)),setTimeout(function(){return u(h.PlayerActions.togglePlay(!0,n.id))},10)):u(!r&&i?h.PlayerActions.slideProgress(0,n.id):h.PlayerActions.playerStop(n.id))},n.onAudioError=function(){n.onAudioEnded(!1,!1,!0)},n.id=e.id,n}return i(t,e),l(t,[{key:"componentWillMount",value:function(){this.unsubscriber=this.props.store.subscribe(this.subscriber)}},{key:"componentWillUnmount",value:function(){this.unsubscriber()}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isPlaying,r=t.playList,o=t.currentMusicIndex,i=r[o];return p.default.createElement("div",{className:"muse-controller",onClick:this.onControllerClick},p.default.createElement("audio",{preload:"no",ref:function(t){return e.audio=t},src:i.src,onTimeUpdate:this.onAudioTimeUpdate,onError:this.onAudioError,onEnded:this.onAudioEnded}),p.default.createElement("div",{className:"muse-controller__container"},p.default.createElement("div",{className:"muse-musicDetail"},p.default.createElement("h1",{className:"muse-musicDetail__title",title:i.title},i.title,p.default.createElement("small",{className:"muse-musicDetail__artist",title:i.artist},i.artist))),p.default.createElement("div",{className:"muse-playControl"},p.default.createElement("button",{className:"muse-btn__play",onClick:this.onPlayBtnClick},n?p.default.createElement(f.PauseButton,null):p.default.createElement(f.PlayButton,null)))))}}]),t}(c.Component))||s;t.default=m},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a,s,u=function(){function e(e,t){for(var n=0;n=0?d.PlayerActions.setCurrentMusic(o-1,n.id):d.PlayerActions.setCurrentMusic(r.length-1,n.id)),setTimeout(function(){e(d.PlayerActions.togglePlay(!0,n.id))},0)},n.onNextButtonClick=function(){var e=n.props.dispatch,t=n.props.player[n.id],r=t.playList,o=t.currentMusicIndex;e(d.PlayerActions.togglePlay(!1,n.id)),e(o+1r[0].props.timeline)this.updateLyricContainerDOMState(0);else{if(i==r.length-1)return;if(-1!=i)if(o=0;a--){if(0==a){this.updateLyricContainerDOMState(-1);break}if(o>=r[a].props.timeline&&or[i+1].props.timeline)for(var s=i;s=r[s].props.timeline&&r[s+1]&&o1?1:o,n.id))},n.onIncreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(.5)},n.onDecreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(-.5)},n.onStopClick=function(e){var t=n.props.dispatch;e.preventDefault(),e.stopPropagation(),t(v.PlayerActions.playerStop(n.id))},n.onDebugModeTogglerClick=function(){var e=n.props.parent;confirm("将会开启开发者模式,此模式下会显示更多调试信息并注销右键菜单以方便检查元素,若要重新激活右键菜单只能重新加载页面。\n\n确定要进入开发者模式吗?")&&e.player.removeEventListener("contextmenu",e.onPlayerContextMenu)},n.fixLyricOffset=function(e){var t=n.props.dispatch,r=n.props.player[n.id].offset;t(v.PlayerActions.setLyricOffset(r+e,n.id))},n.id=e.id,n}return a(t,e),p(t,[{key:"componentDidMount",value:function(){this.volume.addEventListener("click",this.onVolumeContainerClick),this.increaseOffset.addEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.addEventListener("click",this.onDecreaseOffsetClick)}},{key:"componentWillUnmount",value:function(){this.volume.removeEventListener("click",this.onVolumeContainerClick),this.increaseOffset.removeEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.removeEventListener("click",this.onDecreaseOffsetClick)}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isMenuOpen,r=t.isLoop,o=t.isFullscreen,i=t.volume,a=t.offset;return f.default.createElement("div",{className:"muse-menu"+(n?"":" muse-menu__state-close")},f.default.createElement("div",{className:"muse-menu__item",name:"stop",onClick:this.onStopClick},f.default.createElement("span",null,"停止播放")),f.default.createElement("div",{className:"muse-menu__item",name:"slide-volume"},f.default.createElement("div",null,"音量调整"),f.default.createElement("div",{className:"muse-volume"},f.default.createElement("div",{className:"muse-volume__container",ref:function(t){return e.volume=t}},f.default.createElement("div",{className:"muse-volume__current",style:{width:Number(i/1*100)+"%"}},f.default.createElement("span",{className:"muse-volume__handle",ref:function(t){return e.volumeHanler=t}}))))),f.default.createElement("div",{className:"muse-menu__item",name:"fix-lyric-offset"},f.default.createElement("div",null,"校正歌词(当前偏移:",a,"s)"),f.default.createElement("div",{className:"muse-menu__offset"},f.default.createElement("span",{ref:function(t){return e.increaseOffset=t}},"+ 提前 0.5s"),f.default.createElement("span",{ref:function(t){return e.decreaseOffset=t}},"- 延后 0.5s"))),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-loop",onClick:this.onLoopTogglerClick},f.default.createElement("span",null,"单曲循环:",r?"开启":"关闭")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-fullscreen",onClick:this.onFullscreenTogglerClick},f.default.createElement("span",null,o?"退出":"","全屏模式")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-debug-mode",onClick:this.onDebugModeTogglerClick},f.default.createElement("span",null,"开发者模式")),f.default.createElement("div",{className:"muse-menu__item",onClick:function(){window.open("https://github.com/moefront/MUSE")}},f.default.createElement("span",null,"MUSE Player ver.",b.default.MUSE_VERSION)))}}]),t}(d.Component),l.propTypes={store:h.PropTypes.object.isRequired},u=c))||u;t.default=_},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={MUSE_VERSION:"5.2.3"}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Progress=t.Cover=void 0;var o=n(270),i=r(o),a=n(271),s=r(a);t.Cover=i.default,t.Progress=s.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(6),i=r(o),a=n(13),s=r(a),u=function(e){var t=e.cover;return i.default.createElement("div",{className:"muse-cover",style:{background:"url('"+t+"') no-repeat center / cover"}})};u.propTypes={cover:s.default.string.isRequired},t.default=u},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s,u,l=function(){function e(e,t){for(var n=0;n1){for(var h=Array(f),m=0;m1){for(var y=Array(v),g=0;g]/,u=n(46),l=u(function(e,t){if(e.namespaceURI!==i.svg||"innerHTML"in e)e.innerHTML=t;else{r=r||document.createElement("div"),r.innerHTML=""+t+"";for(var n=r.firstChild;n.firstChild;)e.appendChild(n.firstChild)}});if(o.canUseDOM){var c=document.createElement("div");c.innerHTML=" ",""===c.innerHTML&&(l=function(e,t){if(e.parentNode&&e.parentNode.replaceChild(e,e),a.test(t)||"<"===t[0]&&s.test(t)){e.innerHTML=String.fromCharCode(65279)+t;var n=e.firstChild;1===n.data.length?e.removeChild(n):n.deleteData(0,1)}else e.innerHTML=t}),c=null}e.exports=l},function(e,t,n){"use strict";function r(e){var t=""+e,n=i.exec(t);if(!n)return t;var r,o="",a=0,s=0;for(a=n.index;a]/;e.exports=o},function(e,t,n){"use strict";function r(e){return Object.prototype.hasOwnProperty.call(e,m)||(e[m]=f++,p[e[m]]={}),p[e[m]]}var o,i=n(3),a=n(38),s=n(179),u=n(80),l=n(180),c=n(42),p={},d=!1,f=0,h={topAbort:"abort",topAnimationEnd:l("animationend")||"animationend",topAnimationIteration:l("animationiteration")||"animationiteration",topAnimationStart:l("animationstart")||"animationstart",topBlur:"blur",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topChange:"change",topClick:"click",topCompositionEnd:"compositionend",topCompositionStart:"compositionstart",topCompositionUpdate:"compositionupdate",topContextMenu:"contextmenu",topCopy:"copy",topCut:"cut",topDoubleClick:"dblclick",topDrag:"drag",topDragEnd:"dragend",topDragEnter:"dragenter",topDragExit:"dragexit",topDragLeave:"dragleave",topDragOver:"dragover",topDragStart:"dragstart",topDrop:"drop",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topFocus:"focus",topInput:"input",topKeyDown:"keydown",topKeyPress:"keypress",topKeyUp:"keyup",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topMouseDown:"mousedown",topMouseMove:"mousemove",topMouseOut:"mouseout",topMouseOver:"mouseover",topMouseUp:"mouseup",topPaste:"paste",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topScroll:"scroll",topSeeked:"seeked",topSeeking:"seeking",topSelectionChange:"selectionchange",topStalled:"stalled",topSuspend:"suspend",topTextInput:"textInput",topTimeUpdate:"timeupdate",topTouchCancel:"touchcancel",topTouchEnd:"touchend",topTouchMove:"touchmove",topTouchStart:"touchstart",topTransitionEnd:l("transitionend")||"transitionend",topVolumeChange:"volumechange",topWaiting:"waiting",topWheel:"wheel"},m="_reactListenersID"+String(Math.random()).slice(2),v=i({},s,{ReactEventListener:null,injection:{injectReactEventListener:function(e){e.setHandleTopLevel(v.handleTopLevel),v.ReactEventListener=e}},setEnabled:function(e){v.ReactEventListener&&v.ReactEventListener.setEnabled(e)},isEnabled:function(){return!(!v.ReactEventListener||!v.ReactEventListener.isEnabled())},listenTo:function(e,t){for(var n=t,o=r(n),i=a.registrationNameDependencies[e],s=0;s-1||a("96",e),!l.plugins[n]){t.extractEvents||a("97",e),l.plugins[n]=t;var r=t.eventTypes;for(var i in r)o(r[i],t,i)||a("98",i,e)}}}function o(e,t,n){l.eventNameDispatchConfigs.hasOwnProperty(n)&&a("99",n),l.eventNameDispatchConfigs[n]=e;var r=e.phasedRegistrationNames;if(r){for(var o in r)if(r.hasOwnProperty(o)){var s=r[o];i(s,t,n)}return!0}return!!e.registrationName&&(i(e.registrationName,t,n),!0)}function i(e,t,n){l.registrationNameModules[e]&&a("100",e),l.registrationNameModules[e]=t,l.registrationNameDependencies[e]=t.eventTypes[n].dependencies}var a=n(2),s=(n(0),null),u={},l={plugins:[],eventNameDispatchConfigs:{},registrationNameModules:{},registrationNameDependencies:{},possibleRegistrationNames:null,injectEventPluginOrder:function(e){s&&a("101"),s=Array.prototype.slice.call(e),r()},injectEventPluginsByName:function(e){var t=!1;for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];u.hasOwnProperty(n)&&u[n]===o||(u[n]&&a("102",n),u[n]=o,t=!0)}t&&r()},getPluginModuleForEvent:function(e){var t=e.dispatchConfig;if(t.registrationName)return l.registrationNameModules[t.registrationName]||null;if(void 0!==t.phasedRegistrationNames){var n=t.phasedRegistrationNames;for(var r in n)if(n.hasOwnProperty(r)){var o=l.registrationNameModules[n[r]];if(o)return o}}return null},_resetEventPlugins:function(){s=null;for(var e in u)u.hasOwnProperty(e)&&delete u[e];l.plugins.length=0;var t=l.eventNameDispatchConfigs;for(var n in t)t.hasOwnProperty(n)&&delete t[n];var r=l.registrationNameModules;for(var o in r)r.hasOwnProperty(o)&&delete r[o]}};e.exports=l},function(e,t,n){"use strict";function r(e){return"topMouseUp"===e||"topTouchEnd"===e||"topTouchCancel"===e}function o(e){return"topMouseMove"===e||"topTouchMove"===e}function i(e){return"topMouseDown"===e||"topTouchStart"===e}function a(e,t,n,r){var o=e.type||"unknown-event";e.currentTarget=y.getNodeFromInstance(r),t?m.invokeGuardedCallbackWithCatch(o,n,e):m.invokeGuardedCallback(o,n,e),e.currentTarget=null}function s(e,t){var n=e._dispatchListeners,r=e._dispatchInstances;if(Array.isArray(n))for(var o=0;o0&&r.length<20?n+" (keys: "+r.join(", ")+")":n}function i(e,t){var n=s.get(e);if(!n){return null}return n}var a=n(2),s=(n(10),n(25)),u=(n(8),n(9)),l=(n(0),n(1),{isMounted:function(e){var t=s.get(e);return!!t&&!!t._renderedComponent},enqueueCallback:function(e,t,n){l.validateCallback(t,n);var o=i(e);if(!o)return null;o._pendingCallbacks?o._pendingCallbacks.push(t):o._pendingCallbacks=[t],r(o)},enqueueCallbackInternal:function(e,t){e._pendingCallbacks?e._pendingCallbacks.push(t):e._pendingCallbacks=[t],r(e)},enqueueForceUpdate:function(e){var t=i(e,"forceUpdate");t&&(t._pendingForceUpdate=!0,r(t))},enqueueReplaceState:function(e,t,n){var o=i(e,"replaceState");o&&(o._pendingStateQueue=[t],o._pendingReplaceState=!0,void 0!==n&&null!==n&&(l.validateCallback(n,"replaceState"),o._pendingCallbacks?o._pendingCallbacks.push(n):o._pendingCallbacks=[n]),r(o))},enqueueSetState:function(e,t){var n=i(e,"setState");if(n){(n._pendingStateQueue||(n._pendingStateQueue=[])).push(t),r(n)}},enqueueElementInternal:function(e,t,n){e._pendingElement=t,e._context=n,r(e)},validateCallback:function(e,t){e&&"function"!=typeof e&&a("122",t,o(e))}});e.exports=l},function(e,t,n){"use strict";var r=(n(3),n(7)),o=(n(1),r);e.exports=o},function(e,t,n){"use strict";function r(e){var t,n=e.keyCode;return"charCode"in e?0===(t=e.charCode)&&13===n&&(t=13):t=n,t>=32||13===t?t:0}e.exports=r},function(e,t,n){"use strict";function r(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(100),o=n(248),i=n(249),a=n(250),s=n(104);n(103);n.d(t,"createStore",function(){return r.b}),n.d(t,"combineReducers",function(){return o.a}),n.d(t,"bindActionCreators",function(){return i.a}),n.d(t,"applyMiddleware",function(){return a.a}),n.d(t,"compose",function(){return s.a})},function(e,t,n){"use strict";function r(e){if(!Object(a.a)(e)||Object(o.a)(e)!=s)return!1;var t=Object(i.a)(e);if(null===t)return!0;var n=p.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==d}var o=n(236),i=n(241),a=n(243),s="[object Object]",u=Function.prototype,l=Object.prototype,c=u.toString,p=l.hasOwnProperty,d=c.call(Object);t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PlayListToggler=t.LyricToggler=t.NextButton=t.PrevButton=t.StopButton=t.PauseButton=t.PlayButton=void 0;var r=n(6),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.PlayButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8 5v14l11-7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PauseButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M6 19h4V5H6v14zm8-14v14h4V5h-4z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.StopButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}),o.default.createElement("path",{d:"M6 6h12v12H6z"}))},t.PrevButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),o.default.createElement("path",{d:"M0-.5h24v24H0z",fill:"none"}))},t.NextButton=function(){return o.default.createElement("svg",{fill:"#000000",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),o.default.createElement("path",{d:"M0-.25h24v24H0z",fill:"none"}))},t.LyricToggler=function(){return o.default.createElement("svg",{fill:"#000000",height:"18",viewBox:"0 0 24 24",width:"18",xmlns:"http://www.w3.org/2000/svg"},o.default.createElement("path",{d:"M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.42 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"}),o.default.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}))},t.PlayListToggler=function(){return o.default.createElement("svg",{enableBackground:"new 0 0 24 24",fill:"#000000",height:"20",id:"Layer_1",version:"1.1",viewBox:"0 0 24 24",width:"20",x:"0px",xmlns:"http://www.w3.org/2000/svg",y:"0px"},o.default.createElement("g",{id:"XMLID_1_"},o.default.createElement("path",{d:"M0,0h24v24H0V0z",fill:"none"}),o.default.createElement("g",{id:"XMLID_2_"},o.default.createElement("rect",{height:"2",id:"XMLID_3_",width:"12",x:"4",y:"10"}),o.default.createElement("rect",{height:"2",id:"XMLID_4_",width:"12",x:"4",y:"6"}),o.default.createElement("rect",{height:"2",id:"XMLID_5_",width:"8",x:"4",y:"14"}),o.default.createElement("polygon",{id:"XMLID_6_",points:"14,14 14,20 19,17 "}))))}},function(e,t,n){var r=n(113),o=n(118);e.exports=n(36)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){var r=n(63),o=n(64);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(125);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){"use strict";function r(e,t,n){this.props=e,this.context=t,this.refs=l,this.updater=n||u}function o(e,t,n){this.props=e,this.context=t,this.refs=l,this.updater=n||u}function i(){}var a=n(21),s=n(3),u=n(67),l=(n(68),n(28));n(0),n(135);r.prototype.isReactComponent={},r.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&a("85"),this.updater.enqueueSetState(this,e),t&&this.updater.enqueueCallback(this,t,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this),e&&this.updater.enqueueCallback(this,e,"forceUpdate")};i.prototype=r.prototype,o.prototype=new i,o.prototype.constructor=o,s(o.prototype,r.prototype),o.prototype.isPureReactComponent=!0,e.exports={Component:r,PureComponent:o}},function(e,t,n){"use strict";var r=(n(1),{isMounted:function(e){return!1},enqueueCallback:function(e,t){},enqueueForceUpdate:function(e){},enqueueReplaceState:function(e,t){},enqueueSetState:function(e,t){}});e.exports=r},function(e,t,n){"use strict";var r=!1;e.exports=r},function(e,t,n){"use strict";var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;e.exports=r},function(e,t,n){"use strict";var r=n(143);e.exports=function(e){return r(e,!1)}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";var r={hasCachedChildNodes:1};e.exports=r},function(e,t,n){"use strict";function r(e,t){return null==t&&o("30"),null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}var o=n(2);n(0);e.exports=r},function(e,t,n){"use strict";function r(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}e.exports=r},function(e,t,n){"use strict";function r(){return!i&&o.canUseDOM&&(i="textContent"in document.documentElement?"textContent":"innerText"),i}var o=n(5),i=null;e.exports=r},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var o=n(2),i=n(14),a=(n(0),function(){function e(t){r(this,e),this._callbacks=null,this._contexts=null,this._arg=t}return e.prototype.enqueue=function(e,t){this._callbacks=this._callbacks||[],this._callbacks.push(e),this._contexts=this._contexts||[],this._contexts.push(t)},e.prototype.notifyAll=function(){var e=this._callbacks,t=this._contexts,n=this._arg;if(e&&t){e.length!==t.length&&o("24"),this._callbacks=null,this._contexts=null;for(var r=0;r1)for(var n=1;n.":"function"==typeof t?" Instead of passing a class like Foo, pass React.createElement(Foo) or .":null!=t&&void 0!==t.props?" This may be caused by unintentionally loading two independent copies of React.":"");var a,s=v.createElement(U,{child:t});if(e){var u=E.get(e);a=u._processChildContext(u._context)}else a=T;var c=d(n);if(c){var p=c._currentElement,h=p.props.child;if(M(h,t)){var m=c._renderedComponent.getPublicInstance(),y=r&&function(){r.call(m)};return F._updateRootComponent(c,s,a,n,y),m}F.unmountComponentAtNode(n)}var g=o(n),b=g&&!!i(g),_=l(n),w=b&&!c&&!_,C=F._renderNewRootComponent(s,n,w,a)._renderedComponent.getPublicInstance();return r&&r.call(C),C},render:function(e,t,n){return F._renderSubtreeIntoContainer(null,e,t,n)},unmountComponentAtNode:function(e){c(e)||f("40");var t=d(e);if(!t){l(e),1===e.nodeType&&e.hasAttribute(I);return!1}return delete D[t._instance.rootID],O.batchedUpdates(u,t,e,!1),!0},_mountImageIntoNode:function(e,t,n,i,a){if(c(t)||f("41"),i){var s=o(t);if(C.canReuseMarkup(e,s))return void g.precacheNode(n,s);var u=s.getAttribute(C.CHECKSUM_ATTR_NAME);s.removeAttribute(C.CHECKSUM_ATTR_NAME);var l=s.outerHTML;s.setAttribute(C.CHECKSUM_ATTR_NAME,u);var p=e,d=r(p,l),m=" (client) "+p.substring(d-20,d+20)+"\n (server) "+l.substring(d-20,d+20);t.nodeType===R&&f("42",m)}if(t.nodeType===R&&f("43"),a.useCreateElement){for(;t.lastChild;)t.removeChild(t.lastChild);h.insertTreeBefore(t,e,null)}else S(t,e),g.precacheNode(n,t.firstChild)}};e.exports=F},function(e,t,n){"use strict";function r(e){for(var t;(t=e._renderedNodeType)===o.COMPOSITE;)e=e._renderedComponent;return t===o.HOST?e._renderedComponent:t===o.EMPTY?null:void 0}var o=n(88);e.exports=r},function(e,t,n){"use strict";n.d(t,"b",function(){return i}),n.d(t,"a",function(){return a});var r=n(13),o=n.n(r),i=o.a.shape({trySubscribe:o.a.func.isRequired,tryUnsubscribe:o.a.func.isRequired,notifyNestedSubs:o.a.func.isRequired,isSubscribed:o.a.func.isRequired}),a=o.a.shape({subscribe:o.a.func.isRequired,dispatch:o.a.func.isRequired,getState:o.a.func.isRequired})},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function s(){}function u(e,t){var n={run:function(r){try{var o=e(t.getState(),r);(o!==n.props||n.error)&&(n.shouldComponentUpdate=!0,n.props=o,n.error=null)}catch(e){n.shouldComponentUpdate=!0,n.error=e}}};return n}function l(e){var t,n,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=l.getDisplayName,d=void 0===c?function(e){return"ConnectAdvanced("+e+")"}:c,_=l.methodName,w=void 0===_?"connectAdvanced":_,E=l.renderCountProp,C=void 0===E?void 0:E,x=l.shouldHandleStateChanges,P=void 0===x||x,O=l.storeKey,T=void 0===O?"store":O,k=l.withRef,S=void 0!==k&&k,M=a(l,["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef"]),N=T+"Subscription",I=g++,A=(t={},t[T]=v.a,t[N]=v.b,t),R=(n={},n[N]=v.b,n);return function(t){f()("function"==typeof t,"You must pass a component to the function returned by connect. Instead received "+JSON.stringify(t));var n=t.displayName||t.name||"Component",a=d(n),l=y({},M,{getDisplayName:d,methodName:w,renderCountProp:C,shouldHandleStateChanges:P,storeKey:T,withRef:S,displayName:a,wrappedComponentName:n,WrappedComponent:t}),c=function(n){function c(e,t){r(this,c);var i=o(this,n.call(this,e,t));return i.version=I,i.state={},i.renderCount=0,i.store=e[T]||t[T],i.propsMode=Boolean(e[T]),i.setWrappedInstance=i.setWrappedInstance.bind(i),f()(i.store,'Could not find "'+T+'" in either the context or props of "'+a+'". Either wrap the root component in a , or explicitly pass "'+T+'" as a prop to "'+a+'".'),i.initSelector(),i.initSubscription(),i}return i(c,n),c.prototype.getChildContext=function(){var e,t=this.propsMode?null:this.subscription;return e={},e[N]=t||this.context[N],e},c.prototype.componentDidMount=function(){P&&(this.subscription.trySubscribe(),this.selector.run(this.props),this.selector.shouldComponentUpdate&&this.forceUpdate())},c.prototype.componentWillReceiveProps=function(e){this.selector.run(e)},c.prototype.shouldComponentUpdate=function(){return this.selector.shouldComponentUpdate},c.prototype.componentWillUnmount=function(){this.subscription&&this.subscription.tryUnsubscribe(),this.subscription=null,this.notifyNestedSubs=s,this.store=null,this.selector.run=s,this.selector.shouldComponentUpdate=!1},c.prototype.getWrappedInstance=function(){return f()(S,"To access the wrapped instance, you need to specify { withRef: true } in the options argument of the "+w+"() call."),this.wrappedInstance},c.prototype.setWrappedInstance=function(e){this.wrappedInstance=e},c.prototype.initSelector=function(){var t=e(this.store.dispatch,l);this.selector=u(t,this.store),this.selector.run(this.props)},c.prototype.initSubscription=function(){if(P){var e=(this.propsMode?this.props:this.context)[N];this.subscription=new m.a(this.store,e,this.onStateChange.bind(this)),this.notifyNestedSubs=this.subscription.notifyNestedSubs.bind(this.subscription)}},c.prototype.onStateChange=function(){this.selector.run(this.props),this.selector.shouldComponentUpdate?(this.componentDidUpdate=this.notifyNestedSubsOnComponentDidUpdate,this.setState(b)):this.notifyNestedSubs()},c.prototype.notifyNestedSubsOnComponentDidUpdate=function(){this.componentDidUpdate=void 0,this.notifyNestedSubs()},c.prototype.isSubscribed=function(){return Boolean(this.subscription)&&this.subscription.isSubscribed()},c.prototype.addExtraProps=function(e){if(!(S||C||this.propsMode&&this.subscription))return e;var t=y({},e);return S&&(t.ref=this.setWrappedInstance),C&&(t[C]=this.renderCount++),this.propsMode&&this.subscription&&(t[N]=this.subscription),t},c.prototype.render=function(){var e=this.selector;if(e.shouldComponentUpdate=!1,e.error)throw e.error;return Object(h.createElement)(t,this.addExtraProps(e.props))},c}(h.Component);return c.WrappedComponent=t,c.displayName=a,c.childContextTypes=R,c.contextTypes=A,c.propTypes=A,p()(c,t)}}t.a=l;var c=n(230),p=n.n(c),d=n(231),f=n.n(d),h=n(6),m=(n.n(h),n(232)),v=n(98),y=Object.assign||function(e){for(var t=1;t=0&&b.splice(t,1)}function s(e){var t=document.createElement("style");return e.attrs.type="text/css",l(t,e.attrs),i(e,t),t}function u(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",l(t,e.attrs),i(e,t),t}function l(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function c(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i=t.transform(e.css)))return function(){};e.css=i}if(t.singleton){var l=g++;n=y||(y=s(t)),r=p.bind(null,n,l,!1),o=p.bind(null,n,l,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=u(t),r=f.bind(null,n,t),o=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(t),r=d.bind(null,n),o=function(){a(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}function p(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=w(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t){var n=t.css,r=t.media;if(r&&e.setAttribute("media",r),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function f(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=_(r)),o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var h={},m=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),v=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e.call(this,n)),t[n]}}(function(e){return document.querySelector(e)}),y=null,g=0,b=[],_=n(274);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||(t.singleton=m()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=o(e,t);return r(n,t),function(e){for(var i=[],a=0;a1&&void 0!==arguments[1]?arguments[1]:void 0,n=void 0==t?document.getElementById(e).parentNode:t,r=this.getReducerState(e,"playList").length;for((0,s.unmountComponentAtNode)(n);r--;)this.removeMusicFromList(e,0)},render:function(e,t,n){void 0!==n&&n.layout||(n={},n.layout="muse-layout-default");var r="muse-player-"+Date.parse(new Date)+"-"+Math.ceil(233*Math.random()),i=o({id:r,playList:e},n),s=a.default.createElement(c.default,i),u={component:s,ref:void 0,id:r};return void 0!==t&&(d(s,t),u.ref=document.getElementById(r)),u}};window.MUSE=window.YMPlayer=f,f.registerLayout("muse-layout-landscape",p.construct),t.PlayerContainer=c.default,t.default=f},function(e,t,n){n(111),e.exports=n(34).Object.assign},function(e,t,n){var r=n(112);r(r.S+r.F,"Object",{assign:n(122)})},function(e,t,n){var r=n(27),o=n(34),i=n(59),a=n(119),s=n(120),u=function(e,t,n){var l,c,p,d,f=e&u.F,h=e&u.G,m=e&u.S,v=e&u.P,y=e&u.B,g=h?r:m?r[t]||(r[t]={}):(r[t]||{}).prototype,b=h?o:o[t]||(o[t]={}),_=b.prototype||(b.prototype={});h&&(n=t);for(l in n)c=!f&&g&&void 0!==g[l],p=(c?g:n)[l],d=y&&c?s(p,r):v&&"function"==typeof p?s(Function.call,p):p,g&&a(g,l,p,e&u.U),b[l]!=p&&i(b,l,d),v&&_[l]!=p&&(_[l]=p)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},function(e,t,n){var r=n(114),o=n(115),i=n(117),a=Object.defineProperty;t.f=n(36)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),o)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(35);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){e.exports=!n(36)&&!n(37)(function(){return 7!=Object.defineProperty(n(116)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(35),o=n(27).document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},function(e,t,n){var r=n(35);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(27),o=n(59),i=n(60),a=n(61)("src"),s=Function.toString,u=(""+s).split("toString");n(34).inspectSource=function(e){return s.call(e)},(e.exports=function(e,t,n,s){var l="function"==typeof n;l&&(i(n,"name")||o(n,"name",t)),e[t]!==n&&(l&&(i(n,a)||o(n,a,e[t]?""+e[t]:u.join(String(t)))),e===r?e[t]=n:s?e[t]?e[t]=n:o(e,t,n):(delete e[t],o(e,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(e,t,n){var r=n(121);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";var r=n(123),o=n(132),i=n(133),a=n(134),s=n(63),u=Object.assign;e.exports=!u||n(37)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r})?function(e,t){for(var n=a(e),u=arguments.length,l=1,c=o.f,p=i.f;u>l;)for(var d,f=s(arguments[l++]),h=c?r(f).concat(c(f)):r(f),m=h.length,v=0;m>v;)p.call(f,d=h[v++])&&(n[d]=f[d]);return n}:u},function(e,t,n){var r=n(124),o=n(131);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(60),o=n(62),i=n(126)(!1),a=n(129)("IE_PROTO");e.exports=function(e,t){var n,s=o(e),u=0,l=[];for(n in s)n!=a&&r(s,n)&&l.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~i(l,n)||l.push(n));return l}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(62),o=n(127),i=n(128);e.exports=function(e){return function(t,n,a){var s,u=r(t),l=o(u.length),c=i(a,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(65),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(65),o=Math.max,i=Math.min;e.exports=function(e,t){return e=r(e),e<0?o(e+t,0):i(e,t)}},function(e,t,n){var r=n(130)("keys"),o=n(61);e.exports=function(e){return r[e]||(r[e]=o(e))}},function(e,t,n){var r=n(27),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return o[e]||(o[e]={})}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t){t.f={}.propertyIsEnumerable},function(e,t,n){var r=n(64);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";var r=function(){};e.exports=r},function(e,t,n){"use strict";function r(e){return(""+e).replace(_,"$&/")}function o(e,t){this.func=e,this.context=t,this.count=0}function i(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function a(e,t,n){if(null==e)return e;var r=o.getPooled(t,n);y(e,i,r),o.release(r)}function s(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function u(e,t,n){var o=e.result,i=e.keyPrefix,a=e.func,s=e.context,u=a.call(s,t,e.count++);Array.isArray(u)?l(u,o,n,v.thatReturnsArgument):null!=u&&(m.isValidElement(u)&&(u=m.cloneAndReplaceKey(u,i+(!u.key||t&&t.key===u.key?"":r(u.key)+"/")+n)),o.push(u))}function l(e,t,n,o,i){var a="";null!=n&&(a=r(n)+"/");var l=s.getPooled(t,a,o,i);y(e,u,l),s.release(l)}function c(e,t,n){if(null==e)return e;var r=[];return l(e,r,null,t,n),r}function p(e,t,n){return null}function d(e,t){return y(e,p,null)}function f(e){var t=[];return l(e,t,null,v.thatReturnsArgument),t}var h=n(137),m=n(17),v=n(7),y=n(138),g=h.twoArgumentPooler,b=h.fourArgumentPooler,_=/\/+/g;o.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},h.addPoolingTo(o,g),s.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},h.addPoolingTo(s,b);var w={forEach:a,map:c,mapIntoWithKeyPrefixInternal:l,count:d,toArray:f};e.exports=w},function(e,t,n){"use strict";var r=n(21),o=(n(0),function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)}),i=function(e,t){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,e,t),r}return new n(e,t)},a=function(e,t,n){var r=this;if(r.instancePool.length){var o=r.instancePool.pop();return r.call(o,e,t,n),o}return new r(e,t,n)},s=function(e,t,n,r){var o=this;if(o.instancePool.length){var i=o.instancePool.pop();return o.call(i,e,t,n,r),i}return new o(e,t,n,r)},u=function(e){var t=this;e instanceof t||r("25"),e.destructor(),t.instancePool.length8&&_<=11),C=32,x=String.fromCharCode(C),P={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["topCompositionEnd","topKeyPress","topTextInput","topPaste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:["topBlur","topCompositionEnd","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:["topBlur","topCompositionStart","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:["topBlur","topCompositionUpdate","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]}},O=!1,T=null,k={eventTypes:P,extractEvents:function(e,t,n,r){return[u(e,t,n,r),p(e,t,n,r)]}};e.exports=k},function(e,t,n){"use strict";function r(e){this._root=e,this._startText=this.getText(),this._fallbackText=null}var o=n(3),i=n(14),a=n(75);o(r.prototype,{destructor:function(){this._root=null,this._startText=null,this._fallbackText=null},getText:function(){return"value"in this._root?this._root.value:this._root[a()]},getData:function(){if(this._fallbackText)return this._fallbackText;var e,t,n=this._startText,r=n.length,o=this.getText(),i=o.length;for(e=0;e1?1-t:void 0;return this._fallbackText=o.slice(e,s),this._fallbackText}}),i.addPoolingTo(r),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={data:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={data:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n){var r=O.getPooled(N.change,e,t,n);return r.type="change",E.accumulateTwoPhaseDispatches(r),r}function o(e){var t=e.nodeName&&e.nodeName.toLowerCase();return"select"===t||"input"===t&&"file"===e.type}function i(e){var t=r(A,e,k(e));P.batchedUpdates(a,t)}function a(e){w.enqueueEvents(e),w.processEventQueue(!1)}function s(e,t){I=e,A=t,I.attachEvent("onchange",i)}function u(){I&&(I.detachEvent("onchange",i),I=null,A=null)}function l(e,t){var n=T.updateValueIfChanged(e),r=!0===t.simulated&&D._allowSimulatedPassThrough;if(n||r)return e}function c(e,t){if("topChange"===e)return t}function p(e,t,n){"topFocus"===e?(u(),s(t,n)):"topBlur"===e&&u()}function d(e,t){I=e,A=t,I.attachEvent("onpropertychange",h)}function f(){I&&(I.detachEvent("onpropertychange",h),I=null,A=null)}function h(e){"value"===e.propertyName&&l(A,e)&&i(e)}function m(e,t,n){"topFocus"===e?(f(),d(t,n)):"topBlur"===e&&f()}function v(e,t,n){if("topSelectionChange"===e||"topKeyUp"===e||"topKeyDown"===e)return l(A,n)}function y(e){var t=e.nodeName;return t&&"input"===t.toLowerCase()&&("checkbox"===e.type||"radio"===e.type)}function g(e,t,n){if("topClick"===e)return l(t,n)}function b(e,t,n){if("topInput"===e||"topChange"===e)return l(t,n)}function _(e,t){if(null!=e){var n=e._wrapperState||t._wrapperState;if(n&&n.controlled&&"number"===t.type){var r=""+t.value;t.getAttribute("value")!==r&&t.setAttribute("value",r)}}}var w=n(23),E=n(22),C=n(5),x=n(4),P=n(9),O=n(11),T=n(78),k=n(41),S=n(42),M=n(79),N={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:["topBlur","topChange","topClick","topFocus","topInput","topKeyDown","topKeyUp","topSelectionChange"]}},I=null,A=null,R=!1;C.canUseDOM&&(R=S("change")&&(!document.documentMode||document.documentMode>8));var L=!1;C.canUseDOM&&(L=S("input")&&(!("documentMode"in document)||document.documentMode>9));var D={eventTypes:N,_allowSimulatedPassThrough:!0,_isInputEventSupported:L,extractEvents:function(e,t,n,i){var a,s,u=t?x.getNodeFromInstance(t):window;if(o(u)?R?a=c:s=p:M(u)?L?a=b:(a=v,s=m):y(u)&&(a=g),a){var l=a(e,t,n);if(l){return r(l,n,i)}}s&&s(e,u,t),"topBlur"===e&&_(t,u)}};e.exports=D},function(e,t,n){"use strict";function r(e,t,n){"function"==typeof e?e(t.getPublicInstance()):i.addComponentAsRefTo(t,e,n)}function o(e,t,n){"function"==typeof e?e(null):i.removeComponentAsRefFrom(t,e,n)}var i=n(159),a={};a.attachRefs=function(e,t){if(null!==t&&"object"==typeof t){var n=t.ref;null!=n&&r(n,e,t._owner)}},a.shouldUpdateRefs=function(e,t){var n=null,r=null;null!==e&&"object"==typeof e&&(n=e.ref,r=e._owner);var o=null,i=null;return null!==t&&"object"==typeof t&&(o=t.ref,i=t._owner),n!==o||"string"==typeof o&&i!==r},a.detachRefs=function(e,t){if(null!==t&&"object"==typeof t){var n=t.ref;null!=n&&o(n,e,t._owner)}},e.exports=a},function(e,t,n){"use strict";function r(e){return!(!e||"function"!=typeof e.attachRef||"function"!=typeof e.detachRef)}var o=n(2),i=(n(0),{addComponentAsRefTo:function(e,t,n){r(n)||o("119"),n.attachRef(t,e)},removeComponentAsRefFrom:function(e,t,n){r(n)||o("120");var i=n.getPublicInstance();i&&i.refs[t]===e.getPublicInstance()&&n.detachRef(t)}});e.exports=i},function(e,t,n){"use strict";var r=["ResponderEventPlugin","SimpleEventPlugin","TapEventPlugin","EnterLeaveEventPlugin","ChangeEventPlugin","SelectEventPlugin","BeforeInputEventPlugin"];e.exports=r},function(e,t,n){"use strict";var r=n(22),o=n(4),i=n(30),a={mouseEnter:{registrationName:"onMouseEnter",dependencies:["topMouseOut","topMouseOver"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["topMouseOut","topMouseOver"]}},s={eventTypes:a,extractEvents:function(e,t,n,s){if("topMouseOver"===e&&(n.relatedTarget||n.fromElement))return null;if("topMouseOut"!==e&&"topMouseOver"!==e)return null;var u;if(s.window===s)u=s;else{var l=s.ownerDocument;u=l?l.defaultView||l.parentWindow:window}var c,p;if("topMouseOut"===e){c=t;var d=n.relatedTarget||n.toElement;p=d?o.getClosestInstanceFromNode(d):null}else c=null,p=t;if(c===p)return null;var f=null==c?u:o.getNodeFromInstance(c),h=null==p?u:o.getNodeFromInstance(p),m=i.getPooled(a.mouseLeave,c,n,s);m.type="mouseleave",m.target=f,m.relatedTarget=h;var v=i.getPooled(a.mouseEnter,p,n,s);return v.type="mouseenter",v.target=h,v.relatedTarget=f,r.accumulateEnterLeaveDispatches(m,v,c,p),[m,v]}};e.exports=s},function(e,t,n){"use strict";var r=n(18),o=r.injection.MUST_USE_PROPERTY,i=r.injection.HAS_BOOLEAN_VALUE,a=r.injection.HAS_NUMERIC_VALUE,s=r.injection.HAS_POSITIVE_NUMERIC_VALUE,u=r.injection.HAS_OVERLOADED_BOOLEAN_VALUE,l={isCustomAttribute:RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+r.ATTRIBUTE_NAME_CHAR+"]*$")),Properties:{accept:0,acceptCharset:0,accessKey:0,action:0,allowFullScreen:i,allowTransparency:0,alt:0,as:0,async:i,autoComplete:0,autoPlay:i,capture:i,cellPadding:0,cellSpacing:0,charSet:0,challenge:0,checked:o|i,cite:0,classID:0,className:0,cols:s,colSpan:0,content:0,contentEditable:0,contextMenu:0,controls:i,coords:0,crossOrigin:0,data:0,dateTime:0,default:i,defer:i,dir:0,disabled:i,download:u,draggable:0,encType:0,form:0,formAction:0,formEncType:0,formMethod:0,formNoValidate:i,formTarget:0,frameBorder:0,headers:0,height:0,hidden:i,high:0,href:0,hrefLang:0,htmlFor:0,httpEquiv:0,icon:0,id:0,inputMode:0,integrity:0,is:0,keyParams:0,keyType:0,kind:0,label:0,lang:0,list:0,loop:i,low:0,manifest:0,marginHeight:0,marginWidth:0,max:0,maxLength:0,media:0,mediaGroup:0,method:0,min:0,minLength:0,multiple:o|i,muted:o|i,name:0,nonce:0,noValidate:i,open:i,optimum:0,pattern:0,placeholder:0,playsInline:i,poster:0,preload:0,profile:0,radioGroup:0,readOnly:i,referrerPolicy:0,rel:0,required:i,reversed:i,role:0,rows:s,rowSpan:a,sandbox:0,scope:0,scoped:i,scrolling:0,seamless:i,selected:o|i,shape:0,size:s,sizes:0,span:s,spellCheck:0,src:0,srcDoc:0,srcLang:0,srcSet:0,start:a,step:0,style:0,summary:0,tabIndex:0,target:0,title:0,type:0,useMap:0,value:0,width:0,wmode:0,wrap:0,about:0,datatype:0,inlist:0,prefix:0,property:0,resource:0,typeof:0,vocab:0,autoCapitalize:0,autoCorrect:0,autoSave:0,color:0,itemProp:0,itemScope:i,itemType:0,itemID:0,itemRef:0,results:0,security:0,unselectable:0},DOMAttributeNames:{acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},DOMPropertyNames:{},DOMMutationMethods:{value:function(e,t){if(null==t)return e.removeAttribute("value");"number"!==e.type||!1===e.hasAttribute("value")?e.setAttribute("value",""+t):e.validity&&!e.validity.badInput&&e.ownerDocument.activeElement!==e&&e.setAttribute("value",""+t)}}};e.exports=l},function(e,t,n){"use strict";var r=n(44),o=n(168),i={processChildrenUpdates:o.dangerouslyProcessChildrenUpdates,replaceNodeWithMarkup:r.dangerouslyReplaceNodeWithMarkup};e.exports=i},function(e,t,n){"use strict";var r=n(2),o=n(20),i=n(5),a=n(165),s=n(7),u=(n(0),{dangerouslyReplaceNodeWithMarkup:function(e,t){if(i.canUseDOM||r("56"),t||r("57"),"HTML"===e.nodeName&&r("58"),"string"==typeof t){var n=a(t,s)[0];e.parentNode.replaceChild(n,e)}else o.replaceChildWithTree(e,t)}});e.exports=u},function(e,t,n){"use strict";function r(e){var t=e.match(c);return t&&t[1].toLowerCase()}function o(e,t){var n=l;l||u(!1);var o=r(e),i=o&&s(o);if(i){n.innerHTML=i[1]+e+i[2];for(var c=i[0];c--;)n=n.lastChild}else n.innerHTML=e;var p=n.getElementsByTagName("script");p.length&&(t||u(!1),a(p).forEach(t));for(var d=Array.from(n.childNodes);n.lastChild;)n.removeChild(n.lastChild);return d}var i=n(5),a=n(166),s=n(167),u=n(0),l=i.canUseDOM?document.createElement("div"):null,c=/^\s*<(\w+)/;e.exports=o},function(e,t,n){"use strict";function r(e){var t=e.length;if((Array.isArray(e)||"object"!=typeof e&&"function"!=typeof e)&&a(!1),"number"!=typeof t&&a(!1),0===t||t-1 in e||a(!1),"function"==typeof e.callee&&a(!1),e.hasOwnProperty)try{return Array.prototype.slice.call(e)}catch(e){}for(var n=Array(t),r=0;r":"<"+e+">",s[e]=!a.firstChild),s[e]?d[e]:null}var o=n(5),i=n(0),a=o.canUseDOM?document.createElement("div"):null,s={},u=[1,'"],l=[1,"","
"],c=[3,"","
"],p=[1,'',""],d={"*":[1,"?
","
"],area:[1,"",""],col:[2,"","
"],legend:[1,"
","
"],param:[1,"",""],tr:[2,"","
"],optgroup:u,option:u,caption:l,colgroup:l,tbody:l,tfoot:l,thead:l,td:c,th:c};["circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","text","tspan"].forEach(function(e){d[e]=p,s[e]=!0}),e.exports=r},function(e,t,n){"use strict";var r=n(44),o=n(4),i={dangerouslyProcessChildrenUpdates:function(e,t){var n=o.getNodeFromInstance(e);r.processUpdates(n,t)}};e.exports=i},function(e,t,n){"use strict";function r(e){if(e){var t=e._currentElement._owner||null;if(t){var n=t.getName();if(n)return" This DOM node was rendered by `"+n+"`."}}return""}function o(e,t){t&&(X[e._tag]&&(null!=t.children||null!=t.dangerouslySetInnerHTML)&&v("137",e._tag,e._currentElement._owner?" Check the render method of "+e._currentElement._owner.getName()+".":""),null!=t.dangerouslySetInnerHTML&&(null!=t.children&&v("60"),"object"==typeof t.dangerouslySetInnerHTML&&W in t.dangerouslySetInnerHTML||v("61")),null!=t.style&&"object"!=typeof t.style&&v("62",r(e)))}function i(e,t,n,r){if(!(r instanceof R)){var o=e._hostContainerInfo,i=o._node&&o._node.nodeType===q,s=i?o._node:o._ownerDocument;B(t,s),r.getReactMountReady().enqueue(a,{inst:e,registrationName:t,listener:n})}}function a(){var e=this;x.putListener(e.inst,e.registrationName,e.listener)}function s(){var e=this;S.postMountWrapper(e)}function u(){var e=this;I.postMountWrapper(e)}function l(){var e=this;M.postMountWrapper(e)}function c(){D.track(this)}function p(){var e=this;e._rootNodeID||v("63");var t=F(e);switch(t||v("64"),e._tag){case"iframe":case"object":e._wrapperState.listeners=[O.trapBubbledEvent("topLoad","load",t)];break;case"video":case"audio":e._wrapperState.listeners=[];for(var n in z)z.hasOwnProperty(n)&&e._wrapperState.listeners.push(O.trapBubbledEvent(n,z[n],t));break;case"source":e._wrapperState.listeners=[O.trapBubbledEvent("topError","error",t)];break;case"img":e._wrapperState.listeners=[O.trapBubbledEvent("topError","error",t),O.trapBubbledEvent("topLoad","load",t)];break;case"form":e._wrapperState.listeners=[O.trapBubbledEvent("topReset","reset",t),O.trapBubbledEvent("topSubmit","submit",t)];break;case"input":case"select":case"textarea":e._wrapperState.listeners=[O.trapBubbledEvent("topInvalid","invalid",t)]}}function d(){N.postUpdateWrapper(this)}function f(e){J.call(Q,e)||($.test(e)||v("65",e),Q[e]=!0)}function h(e,t){return e.indexOf("-")>=0||null!=t.is}function m(e){var t=e.type;f(t),this._currentElement=e,this._tag=t.toLowerCase(),this._namespaceURI=null,this._renderedChildren=null,this._previousStyle=null,this._previousStyleCopy=null,this._hostNode=null,this._hostParent=null,this._rootNodeID=0,this._domID=0,this._hostContainerInfo=null,this._wrapperState=null,this._topLevelWrapper=null,this._flags=0}var v=n(2),y=n(3),g=n(170),b=n(171),_=n(20),w=n(45),E=n(18),C=n(84),x=n(23),P=n(38),O=n(33),T=n(72),k=n(4),S=n(181),M=n(183),N=n(85),I=n(184),A=(n(8),n(185)),R=n(192),L=(n(7),n(32)),D=(n(0),n(42),n(49),n(78)),j=(n(53),n(1),T),U=x.deleteListener,F=k.getNodeFromInstance,B=O.listenTo,V=P.registrationNameModules,H={string:!0,number:!0},W="__html",Y={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null},q=11,z={topAbort:"abort",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topSeeked:"seeked",topSeeking:"seeking",topStalled:"stalled",topSuspend:"suspend",topTimeUpdate:"timeupdate",topVolumeChange:"volumechange",topWaiting:"waiting"},K={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},G={listing:!0,pre:!0,textarea:!0},X=y({menuitem:!0},K),$=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Q={},J={}.hasOwnProperty,Z=1;m.displayName="ReactDOMComponent",m.Mixin={mountComponent:function(e,t,n,r){this._rootNodeID=Z++,this._domID=n._idCounter++,this._hostParent=t,this._hostContainerInfo=n;var i=this._currentElement.props;switch(this._tag){case"audio":case"form":case"iframe":case"img":case"link":case"object":case"source":case"video":this._wrapperState={listeners:null},e.getReactMountReady().enqueue(p,this);break;case"input":S.mountWrapper(this,i,t),i=S.getHostProps(this,i),e.getReactMountReady().enqueue(c,this),e.getReactMountReady().enqueue(p,this);break;case"option":M.mountWrapper(this,i,t),i=M.getHostProps(this,i);break;case"select":N.mountWrapper(this,i,t),i=N.getHostProps(this,i),e.getReactMountReady().enqueue(p,this);break;case"textarea":I.mountWrapper(this,i,t),i=I.getHostProps(this,i),e.getReactMountReady().enqueue(c,this),e.getReactMountReady().enqueue(p,this)}o(this,i);var a,d;null!=t?(a=t._namespaceURI,d=t._tag):n._tag&&(a=n._namespaceURI,d=n._tag),(null==a||a===w.svg&&"foreignobject"===d)&&(a=w.html),a===w.html&&("svg"===this._tag?a=w.svg:"math"===this._tag&&(a=w.mathml)),this._namespaceURI=a;var f;if(e.useCreateElement){var h,m=n._ownerDocument;if(a===w.html)if("script"===this._tag){var v=m.createElement("div"),y=this._currentElement.type;v.innerHTML="<"+y+">",h=v.removeChild(v.firstChild)}else h=i.is?m.createElement(this._currentElement.type,i.is):m.createElement(this._currentElement.type);else h=m.createElementNS(a,this._currentElement.type);k.precacheNode(this,h),this._flags|=j.hasCachedChildNodes,this._hostParent||C.setAttributeForRoot(h),this._updateDOMProperties(null,i,e);var b=_(h);this._createInitialChildren(e,i,r,b),f=b}else{var E=this._createOpenTagMarkupAndPutListeners(e,i),x=this._createContentMarkup(e,i,r);f=!x&&K[this._tag]?E+"/>":E+">"+x+""}switch(this._tag){case"input":e.getReactMountReady().enqueue(s,this),i.autoFocus&&e.getReactMountReady().enqueue(g.focusDOMComponent,this);break;case"textarea":e.getReactMountReady().enqueue(u,this),i.autoFocus&&e.getReactMountReady().enqueue(g.focusDOMComponent,this);break;case"select":case"button":i.autoFocus&&e.getReactMountReady().enqueue(g.focusDOMComponent,this);break;case"option":e.getReactMountReady().enqueue(l,this)}return f},_createOpenTagMarkupAndPutListeners:function(e,t){var n="<"+this._currentElement.type;for(var r in t)if(t.hasOwnProperty(r)){var o=t[r];if(null!=o)if(V.hasOwnProperty(r))o&&i(this,r,o,e);else{"style"===r&&(o&&(o=this._previousStyleCopy=y({},t.style)),o=b.createMarkupForStyles(o,this));var a=null;null!=this._tag&&h(this._tag,t)?Y.hasOwnProperty(r)||(a=C.createMarkupForCustomAttribute(r,o)):a=C.createMarkupForProperty(r,o),a&&(n+=" "+a)}}return e.renderToStaticMarkup?n:(this._hostParent||(n+=" "+C.createMarkupForRoot()),n+=" "+C.createMarkupForID(this._domID))},_createContentMarkup:function(e,t,n){var r="",o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&(r=o.__html);else{var i=H[typeof t.children]?t.children:null,a=null!=i?null:t.children;if(null!=i)r=L(i);else if(null!=a){var s=this.mountChildren(a,e,n);r=s.join("")}}return G[this._tag]&&"\n"===r.charAt(0)?"\n"+r:r},_createInitialChildren:function(e,t,n,r){var o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&_.queueHTML(r,o.__html);else{var i=H[typeof t.children]?t.children:null,a=null!=i?null:t.children;if(null!=i)""!==i&&_.queueText(r,i);else if(null!=a)for(var s=this.mountChildren(a,e,n),u=0;u0;)e=e._hostParent,n--;for(;o-n>0;)t=t._hostParent,o--;for(var a=n;a--;){if(e===t)return e;e=e._hostParent,t=t._hostParent}return null}function o(e,t){"_hostNode"in e||u("35"),"_hostNode"in t||u("35");for(;t;){if(t===e)return!0;t=t._hostParent}return!1}function i(e){return"_hostNode"in e||u("36"),e._hostParent}function a(e,t,n){for(var r=[];e;)r.push(e),e=e._hostParent;var o;for(o=r.length;o-- >0;)t(r[o],"captured",n);for(o=0;o0;)n(u[l],"captured",i)}var u=n(2);n(0);e.exports={isAncestor:o,getLowestCommonAncestor:r,getParentInstance:i,traverseTwoPhase:a,traverseEnterLeave:s}},function(e,t,n){"use strict";var r=n(2),o=n(3),i=n(44),a=n(20),s=n(4),u=n(32),l=(n(0),n(53),function(e){this._currentElement=e,this._stringText=""+e,this._hostNode=null,this._hostParent=null,this._domID=0,this._mountIndex=0,this._closingComment=null,this._commentNodes=null});o(l.prototype,{mountComponent:function(e,t,n,r){var o=n._idCounter++,i=" react-text: "+o+" ";if(this._domID=o,this._hostParent=t,e.useCreateElement){var l=n._ownerDocument,c=l.createComment(i),p=l.createComment(" /react-text "),d=a(l.createDocumentFragment());return a.queueChild(d,a(c)),this._stringText&&a.queueChild(d,a(l.createTextNode(this._stringText))),a.queueChild(d,a(p)),s.precacheNode(this,c),this._closingComment=p,d}var f=u(this._stringText);return e.renderToStaticMarkup?f:"\x3c!--"+i+"--\x3e"+f+"\x3c!-- /react-text --\x3e"},receiveComponent:function(e,t){if(e!==this._currentElement){this._currentElement=e;var n=""+e;if(n!==this._stringText){this._stringText=n;var r=this.getHostNode();i.replaceDelimitedText(r[0],r[1],n)}}},getHostNode:function(){var e=this._commentNodes;if(e)return e;if(!this._closingComment)for(var t=s.getNodeFromInstance(this),n=t.nextSibling;;){if(null==n&&r("67",this._domID),8===n.nodeType&&" /react-text "===n.nodeValue){this._closingComment=n;break}n=n.nextSibling}return e=[this._hostNode,this._closingComment],this._commentNodes=e,e},unmountComponent:function(){this._closingComment=null,this._commentNodes=null,s.uncacheNode(this)}}),e.exports=l},function(e,t,n){"use strict";function r(){this.reinitializeTransaction()}var o=n(3),i=n(9),a=n(29),s=n(7),u={initialize:s,close:function(){d.isBatchingUpdates=!1}},l={initialize:s,close:i.flushBatchedUpdates.bind(i)},c=[l,u];o(r.prototype,a,{getTransactionWrappers:function(){return c}});var p=new r,d={isBatchingUpdates:!1,batchedUpdates:function(e,t,n,r,o,i){var a=d.isBatchingUpdates;return d.isBatchingUpdates=!0,a?e(t,n,r,o,i):p.perform(e,null,t,n,r,o,i)}};e.exports=d},function(e,t,n){"use strict";function r(e){for(;e._hostParent;)e=e._hostParent;var t=p.getNodeFromInstance(e),n=t.parentNode;return p.getClosestInstanceFromNode(n)}function o(e,t){this.topLevelType=e,this.nativeEvent=t,this.ancestors=[]}function i(e){var t=f(e.nativeEvent),n=p.getClosestInstanceFromNode(t),o=n;do{e.ancestors.push(o),o=o&&r(o)}while(o);for(var i=0;it.end?(n=t.end,r=t.start):(n=t.start,r=t.end),o.moveToElementText(e),o.moveStart("character",n),o.setEndPoint("EndToStart",o),o.moveEnd("character",r-n),o.select()}function s(e,t){if(window.getSelection){var n=window.getSelection(),r=e[c()].length,o=Math.min(t.start,r),i=void 0===t.end?o:Math.min(t.end,r);if(!n.extend&&o>i){var a=i;i=o,o=a}var s=l(e,o),u=l(e,i);if(s&&u){var p=document.createRange();p.setStart(s.node,s.offset),n.removeAllRanges(),o>i?(n.addRange(p),n.extend(u.node,u.offset)):(p.setEnd(u.node,u.offset),n.addRange(p))}}}var u=n(5),l=n(203),c=n(75),p=u.canUseDOM&&"selection"in document&&!("getSelection"in window),d={getOffsets:p?o:i,setOffsets:p?a:s};e.exports=d},function(e,t,n){"use strict";function r(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function o(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function i(e,t){for(var n=r(e),i=0,a=0;n;){if(3===n.nodeType){if(a=i+n.textContent.length,i<=t&&a>=t)return{node:n,offset:t-i};i=a}n=r(o(n))}}e.exports=i},function(e,t,n){"use strict";function r(e,t){return!(!e||!t)&&(e===t||!o(e)&&(o(t)?r(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}var o=n(205);e.exports=r},function(e,t,n){"use strict";function r(e){return o(e)&&3==e.nodeType}var o=n(206);e.exports=r},function(e,t,n){"use strict";function r(e){var t=e?e.ownerDocument||e:document,n=t.defaultView||window;return!(!e||!("function"==typeof n.Node?e instanceof n.Node:"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName))}e.exports=r},function(e,t,n){"use strict";var r={xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace"},o={accentHeight:"accent-height",accumulate:0,additive:0,alignmentBaseline:"alignment-baseline",allowReorder:"allowReorder",alphabetic:0,amplitude:0,arabicForm:"arabic-form",ascent:0,attributeName:"attributeName",attributeType:"attributeType",autoReverse:"autoReverse",azimuth:0,baseFrequency:"baseFrequency",baseProfile:"baseProfile",baselineShift:"baseline-shift",bbox:0,begin:0,bias:0,by:0,calcMode:"calcMode",capHeight:"cap-height",clip:0,clipPath:"clip-path",clipRule:"clip-rule",clipPathUnits:"clipPathUnits",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",contentScriptType:"contentScriptType",contentStyleType:"contentStyleType",cursor:0,cx:0,cy:0,d:0,decelerate:0,descent:0,diffuseConstant:"diffuseConstant",direction:0,display:0,divisor:0,dominantBaseline:"dominant-baseline",dur:0,dx:0,dy:0,edgeMode:"edgeMode",elevation:0,enableBackground:"enable-background",end:0,exponent:0,externalResourcesRequired:"externalResourcesRequired",fill:0,fillOpacity:"fill-opacity",fillRule:"fill-rule",filter:0,filterRes:"filterRes",filterUnits:"filterUnits",floodColor:"flood-color",floodOpacity:"flood-opacity",focusable:0,fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",glyphRef:"glyphRef",gradientTransform:"gradientTransform",gradientUnits:"gradientUnits",hanging:0,horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",ideographic:0,imageRendering:"image-rendering",in:0,in2:0,intercept:0,k:0,k1:0,k2:0,k3:0,k4:0,kernelMatrix:"kernelMatrix",kernelUnitLength:"kernelUnitLength",kerning:0,keyPoints:"keyPoints",keySplines:"keySplines",keyTimes:"keyTimes",lengthAdjust:"lengthAdjust",letterSpacing:"letter-spacing",lightingColor:"lighting-color",limitingConeAngle:"limitingConeAngle",local:0,markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",markerHeight:"markerHeight",markerUnits:"markerUnits",markerWidth:"markerWidth",mask:0,maskContentUnits:"maskContentUnits",maskUnits:"maskUnits",mathematical:0,mode:0,numOctaves:"numOctaves",offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pathLength:"pathLength",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",patternUnits:"patternUnits",pointerEvents:"pointer-events",points:0,pointsAtX:"pointsAtX",pointsAtY:"pointsAtY",pointsAtZ:"pointsAtZ",preserveAlpha:"preserveAlpha",preserveAspectRatio:"preserveAspectRatio",primitiveUnits:"primitiveUnits",r:0,radius:0,refX:"refX",refY:"refY",renderingIntent:"rendering-intent",repeatCount:"repeatCount",repeatDur:"repeatDur",requiredExtensions:"requiredExtensions",requiredFeatures:"requiredFeatures",restart:0,result:0,rotate:0,rx:0,ry:0,scale:0,seed:0,shapeRendering:"shape-rendering",slope:0,spacing:0,specularConstant:"specularConstant",specularExponent:"specularExponent",speed:0,spreadMethod:"spreadMethod",startOffset:"startOffset",stdDeviation:"stdDeviation",stemh:0,stemv:0,stitchTiles:"stitchTiles",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",string:0,stroke:0,strokeDasharray:"stroke-dasharray",strokeDashoffset:"stroke-dashoffset",strokeLinecap:"stroke-linecap",strokeLinejoin:"stroke-linejoin",strokeMiterlimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",surfaceScale:"surfaceScale",systemLanguage:"systemLanguage",tableValues:"tableValues",targetX:"targetX",targetY:"targetY",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",textLength:"textLength",to:0,transform:0,u1:0,u2:0,underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicode:0,unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",values:0,vectorEffect:"vector-effect",version:0,vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",viewBox:"viewBox",viewTarget:"viewTarget",visibility:0,widths:0,wordSpacing:"word-spacing",writingMode:"writing-mode",x:0,xHeight:"x-height",x1:0,x2:0,xChannelSelector:"xChannelSelector",xlinkActuate:"xlink:actuate",xlinkArcrole:"xlink:arcrole",xlinkHref:"xlink:href",xlinkRole:"xlink:role",xlinkShow:"xlink:show",xlinkTitle:"xlink:title",xlinkType:"xlink:type",xmlBase:"xml:base",xmlns:0,xmlnsXlink:"xmlns:xlink",xmlLang:"xml:lang",xmlSpace:"xml:space",y:0,y1:0,y2:0,yChannelSelector:"yChannelSelector",z:0,zoomAndPan:"zoomAndPan"},i={Properties:{},DOMAttributeNamespaces:{xlinkActuate:r.xlink,xlinkArcrole:r.xlink,xlinkHref:r.xlink,xlinkRole:r.xlink,xlinkShow:r.xlink,xlinkTitle:r.xlink,xlinkType:r.xlink,xmlBase:r.xml,xmlLang:r.xml,xmlSpace:r.xml},DOMAttributeNames:{}};Object.keys(o).forEach(function(e){i.Properties[e]=0,o[e]&&(i.DOMAttributeNames[e]=o[e])}),e.exports=i},function(e,t,n){"use strict";function r(e){if("selectionStart"in e&&u.hasSelectionCapabilities(e))return{start:e.selectionStart,end:e.selectionEnd};if(window.getSelection){var t=window.getSelection();return{anchorNode:t.anchorNode,anchorOffset:t.anchorOffset,focusNode:t.focusNode,focusOffset:t.focusOffset}}if(document.selection){var n=document.selection.createRange();return{parentElement:n.parentElement(),text:n.text,top:n.boundingTop,left:n.boundingLeft}}}function o(e,t){if(g||null==m||m!==c())return null;var n=r(m);if(!y||!d(y,n)){y=n;var o=l.getPooled(h.select,v,e,t);return o.type="select",o.target=m,i.accumulateTwoPhaseDispatches(o),o}return null}var i=n(22),a=n(5),s=n(4),u=n(94),l=n(11),c=n(95),p=n(79),d=n(49),f=a.canUseDOM&&"documentMode"in document&&document.documentMode<=11,h={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:["topBlur","topContextMenu","topFocus","topKeyDown","topKeyUp","topMouseDown","topMouseUp","topSelectionChange"]}},m=null,v=null,y=null,g=!1,b=!1,_={eventTypes:h,extractEvents:function(e,t,n,r){if(!b)return null;var i=t?s.getNodeFromInstance(t):window;switch(e){case"topFocus":(p(i)||"true"===i.contentEditable)&&(m=i,v=t,y=null);break;case"topBlur":m=null,v=null,y=null;break;case"topMouseDown":g=!0;break;case"topContextMenu":case"topMouseUp":return g=!1,o(n,r);case"topSelectionChange":if(f)break;case"topKeyDown":case"topKeyUp":return o(n,r)}return null},didPutListener:function(e,t,n){"onSelect"===t&&(b=!0)}};e.exports=_},function(e,t,n){"use strict";function r(e){return"."+e._rootNodeID}function o(e){return"button"===e||"input"===e||"select"===e||"textarea"===e}var i=n(2),a=n(93),s=n(22),u=n(4),l=n(210),c=n(211),p=n(11),d=n(212),f=n(213),h=n(30),m=n(215),v=n(216),y=n(217),g=n(24),b=n(218),_=n(7),w=n(54),E=(n(0),{}),C={};["abort","animationEnd","animationIteration","animationStart","blur","canPlay","canPlayThrough","click","contextMenu","copy","cut","doubleClick","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","focus","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","progress","rateChange","reset","scroll","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchMove","touchStart","transitionEnd","volumeChange","waiting","wheel"].forEach(function(e){var t=e[0].toUpperCase()+e.slice(1),n="on"+t,r="top"+t,o={phasedRegistrationNames:{bubbled:n,captured:n+"Capture"},dependencies:[r]};E[e]=o,C[r]=o});var x={},P={eventTypes:E,extractEvents:function(e,t,n,r){var o=C[e];if(!o)return null;var a;switch(e){case"topAbort":case"topCanPlay":case"topCanPlayThrough":case"topDurationChange":case"topEmptied":case"topEncrypted":case"topEnded":case"topError":case"topInput":case"topInvalid":case"topLoad":case"topLoadedData":case"topLoadedMetadata":case"topLoadStart":case"topPause":case"topPlay":case"topPlaying":case"topProgress":case"topRateChange":case"topReset":case"topSeeked":case"topSeeking":case"topStalled":case"topSubmit":case"topSuspend":case"topTimeUpdate":case"topVolumeChange":case"topWaiting":a=p;break;case"topKeyPress":if(0===w(n))return null;case"topKeyDown":case"topKeyUp":a=f;break;case"topBlur":case"topFocus":a=d;break;case"topClick":if(2===n.button)return null;case"topDoubleClick":case"topMouseDown":case"topMouseMove":case"topMouseUp":case"topMouseOut":case"topMouseOver":case"topContextMenu":a=h;break;case"topDrag":case"topDragEnd":case"topDragEnter":case"topDragExit":case"topDragLeave":case"topDragOver":case"topDragStart":case"topDrop":a=m;break;case"topTouchCancel":case"topTouchEnd":case"topTouchMove":case"topTouchStart":a=v;break;case"topAnimationEnd":case"topAnimationIteration":case"topAnimationStart":a=l;break;case"topTransitionEnd":a=y;break;case"topScroll":a=g;break;case"topWheel":a=b;break;case"topCopy":case"topCut":case"topPaste":a=c}a||i("86",e);var u=a.getPooled(o,t,n,r);return s.accumulateTwoPhaseDispatches(u),u},didPutListener:function(e,t,n){if("onClick"===t&&!o(e._tag)){var i=r(e),s=u.getNodeFromInstance(e);x[i]||(x[i]=a.listen(s,"click",_))}},willDeleteListener:function(e,t){if("onClick"===t&&!o(e._tag)){var n=r(e);x[n].remove(),delete x[n]}}};e.exports=P},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={animationName:null,elapsedTime:null,pseudoElement:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(24),i={relatedTarget:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(24),i=n(54),a=n(214),s=n(43),u={key:a,location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:s,charCode:function(e){return"keypress"===e.type?i(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?i(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}};o.augmentClass(r,u),e.exports=r},function(e,t,n){"use strict";function r(e){if(e.key){var t=i[e.key]||e.key;if("Unidentified"!==t)return t}if("keypress"===e.type){var n=o(e);return 13===n?"Enter":String.fromCharCode(n)}return"keydown"===e.type||"keyup"===e.type?a[e.keyCode]||"Unidentified":""}var o=n(54),i={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},a={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(30),i={dataTransfer:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(24),i=n(43),a={touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:i};o.augmentClass(r,a),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(11),i={propertyName:null,elapsedTime:null,pseudoElement:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t,n,r){return o.call(this,e,t,n,r)}var o=n(30),i={deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null};o.augmentClass(r,i),e.exports=r},function(e,t,n){"use strict";function r(e,t){var n={_topLevelWrapper:e,_idCounter:1,_ownerDocument:t?t.nodeType===o?t:t.ownerDocument:null,_node:t,_tag:t?t.nodeName.toLowerCase():null,_namespaceURI:t?t.namespaceURI:null};return n}var o=(n(53),9);e.exports=r},function(e,t,n){"use strict";var r={useCreateElement:!0,useFiber:!1};e.exports=r},function(e,t,n){"use strict";var r=n(222),o=/\/?>/,i=/^<\!\-\-/,a={CHECKSUM_ATTR_NAME:"data-react-checksum",addChecksumToMarkup:function(e){var t=r(e);return i.test(e)?e:e.replace(o," "+a.CHECKSUM_ATTR_NAME+'="'+t+'"$&')},canReuseMarkup:function(e,t){var n=t.getAttribute(a.CHECKSUM_ATTR_NAME);return n=n&&parseInt(n,10),r(e)===n}};e.exports=a},function(e,t,n){"use strict";function r(e){for(var t=1,n=0,r=0,i=e.length,a=-4&i;r0&&void 0!==arguments[0]?arguments[0]:{title:void 0,artist:void 0,cover:void 0,src:void 0,lyric:void 0,translation:void 0},t=arguments[1];return{type:v,id:t,item:e}},t.removeMusicFromList=function(e,t){return{type:y,id:t,index:e}},t.changePlayerLayout=function(e,t){return{type:g,id:t,layout:e}},t.pushPlayerInstance=function(e,t){return{type:b,id:t,instance:e}},t.createPlayerStore=function(e,t){return{type:_,id:t,state:r({},{isPlaying:!1,isLoop:!1,isDrawerOpen:!1,isMenuOpen:!1,isFullscreen:!1,volume:1,offset:0,currentTime:void 0,currentPanel:"lyric",duration:void 0,currentMusicIndex:0,currentLyricIndex:-1,playList:[],playerLayout:"muse-layout-default",playerInstance:void 0},e)}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l="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},c=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:"store",n=arguments[1],a=n||t+"Subscription",u=function(e){function n(i,a){r(this,n);var s=o(this,e.call(this,i,a));return s[t]=i.store,s}return i(n,e),n.prototype.getChildContext=function(){var e;return e={},e[t]=this[t],e[a]=null,e},n.prototype.render=function(){return s.Children.only(this.props.children)},n}(s.Component);return u.propTypes={store:c.a.isRequired,children:l.a.element.isRequired},u.childContextTypes=(e={},e[t]=c.a.isRequired,e[a]=c.b,e),u}t.a=a;var s=n(6),u=(n.n(s),n(13)),l=n.n(u),c=n(98);n(55);t.b=a()},function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i=Object.getOwnPropertySymbols,a=(Object.prototype.hasOwnProperty,Object.prototype.propertyIsEnumerable),s=Object.getPrototypeOf,u=s&&s(Object),l=Object.getOwnPropertyNames;e.exports=function e(t,n,c){if("string"!=typeof n){if(u){var p=s(n);p&&p!==u&&e(t,p,c)}var d=l(n);i&&(d=d.concat(i(n)));for(var f=0;f=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n){for(var r=t.length-1;r>=0;r--){var o=t[r](e);if(o)return o}return function(t,r){throw new Error("Invalid value of type "+typeof e+" for "+n+" argument when connecting component "+r.wrappedComponentName+".")}}function i(e,t){return e===t}var a=n(99),s=n(234),u=n(235),l=n(251),c=n(252),p=n(253),d=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.connectHOC,n=void 0===t?a.a:t,f=e.mapStateToPropsFactories,h=void 0===f?l.a:f,m=e.mapDispatchToPropsFactories,v=void 0===m?u.a:m,y=e.mergePropsFactories,g=void 0===y?c.a:y,b=e.selectorFactory,_=void 0===b?p.a:b;return function(e,t,a){var u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},l=u.pure,c=void 0===l||l,p=u.areStatesEqual,f=void 0===p?i:p,m=u.areOwnPropsEqual,y=void 0===m?s.a:m,b=u.areStatePropsEqual,w=void 0===b?s.a:b,E=u.areMergedPropsEqual,C=void 0===E?s.a:E,x=r(u,["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"]),P=o(e,h,"mapStateToProps"),O=o(t,v,"mapDispatchToProps"),T=o(a,g,"mergeProps");return n(_,d({methodName:"connect",getDisplayName:function(e){return"Connect("+e+")"},shouldHandleStateChanges:Boolean(e),initMapStateToProps:P,initMapDispatchToProps:O,initMergeProps:T,pure:c,areStatesEqual:f,areOwnPropsEqual:y,areStatePropsEqual:w,areMergedPropsEqual:C},x))}}()},function(e,t,n){"use strict";function r(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!==e&&t!==t}function o(e,t){if(r(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(u)throw u;for(var o=!1,i={},a=0;a=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function o(e,t,n,r){return function(o,i){return n(e(o,i),t(r,i),i)}}function i(e,t,n,r,o){function i(o,i){return h=o,m=i,v=e(h,m),y=t(r,m),g=n(v,y,m),f=!0,g}function a(){return v=e(h,m),t.dependsOnOwnProps&&(y=t(r,m)),g=n(v,y,m)}function s(){return e.dependsOnOwnProps&&(v=e(h,m)),t.dependsOnOwnProps&&(y=t(r,m)),g=n(v,y,m)}function u(){var t=e(h,m),r=!d(t,v);return v=t,r&&(g=n(v,y,m)),g}function l(e,t){var n=!p(t,m),r=!c(e,h);return h=e,m=t,n&&r?a():n?s():r?u():g}var c=o.areStatesEqual,p=o.areOwnPropsEqual,d=o.areStatePropsEqual,f=!1,h=void 0,m=void 0,v=void 0,y=void 0,g=void 0;return function(e,t){return f?l(e,t):i(e,t)}}function a(e,t){var n=t.initMapStateToProps,a=t.initMapDispatchToProps,s=t.initMergeProps,u=r(t,["initMapStateToProps","initMapDispatchToProps","initMergeProps"]),l=n(e,u),c=a(e,u),p=s(e,u);return(u.pure?i:o)(l,c,p,e,u)}t.a=a;n(254)},function(e,t,n){"use strict";n(55)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.configureStore=void 0;var r=n(56),o=n(256),i=function(e){return e&&e.__esModule?e:{default:e}}(o);t.configureStore=function(e){return(0,r.createStore)(i.default,e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(56),o=n(257),i=(0,r.combineReducers)({player:o.player});t.default=i},function(e,t,n){"use strict";function r(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],n=t.id;switch(t.type){case a.PlayerActions.CREATE_PLAYER_STORE:return i({},e,o({},n,t.state));case a.PlayerActions.TOGGLE_PLAY:return(0,s.applyMiddleware)("onTogglePlay",e[n].playerInstance,t.playState),i({},e,o({},n,i({},e[n],{isPlaying:t.playState})));case a.PlayerActions.TOGGLE_LOOP:return i({},e,o({},n,i({},e[n],{isLoop:t.loopState})));case a.PlayerActions.TOGGLE_FULLSCREEN:return(0,s.applyMiddleware)("onToggleFullscreen",e[n].playerInstance,t.fullscreenState),i({},e,o({},n,i({},e[n],{isFullscreen:t.fullscreenState})));case a.PlayerActions.TOGGLE_MENU:return(0,s.applyMiddleware)("onToggleMenu",e[n].playerInstance,t.menuState),i({},e,o({},n,i({},e[n],{isMenuOpen:t.menuState})));case a.PlayerActions.TOGGLE_DRAWER:return(0,s.applyMiddleware)("onToggleDrawer",e[n].playerInstance,t.drawerState),i({},e,o({},n,i({},e[n],{isDrawerOpen:t.drawerState,currentPanel:t.drawerState?e.currentPanel:"lyric"})));case a.PlayerActions.TOGGLE_PANEL:return i({},e,o({},n,i({},e[n],{currentPanel:t.panel})));case a.PlayerActions.PLAYER_STOP:return i({},e,o({},n,i({},e[n],{isPlaying:!1,currentTime:0})));case a.PlayerActions.SLIDE_VOLUME:return i({},e,o({},n,i({},e[n],{volume:t.volume})));case a.PlayerActions.SLIDE_PROPGRESS:return i({},e,o({},n,i({},e[n],{currentTime:t.progress})));case a.PlayerActions.SET_CURRENT_MUSIC:return(0,s.applyMiddleware)("onMusicChange",e[n].playerInstance,e[n].playList[t.index]),i({},e,o({},n,i({},e[n],{currentMusicIndex:t.index})));case a.PlayerActions.SET_LYRIC_OFFSET:return i({},e,o({},n,i({},e[n],{offset:t.offset})));case a.PlayerActions.SET_CURRENT_LYRIC:return i({},e,o({},n,i({},e[n],{index:t.index})));case a.PlayerActions.ADD_MUSIC_TO_LIST:return i({},e,o({},n,i({},e[n],{playList:[].concat(r(e[n].playList),[t.item])})));case a.PlayerActions.REMOVE_MUSIC_FROM_LIST:return i({},e,o({},n,i({},e[n],{playList:[e[n].playList.slice(0,t.index-1),e[n].playList.slice(t.index+1,e[n].playList.length)]})));case a.PlayerActions.CHANGE_PLAYER_LAYOUT:return i({},e,o({},n,i({},e[n],{playerLayout:t.layout})));case a.PlayerActions.PUSH_PLAYER_INSTANCE:return i({},e,o({},n,i({},e[n],{playerInstance:t.instance})));default:return e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.getRect=function(e){var t=e.getBoundingClientRect(),n=document.documentElement.clientTop,r=document.documentElement.clientLeft;return{top:t.top-n,bottom:t.bottom-n,left:t.left-r,right:t.right-r}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.lyricParser=function(e){var t={author:void 0,lyric:[]},n=e,r=0;if(!n||"string"!=typeof n)return!1;if(n.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/)&&(r=1),n=n.replace(/\\n/g,"\n").replace(/\\r/g,"\r"),String(n).split("\n").forEach(function(e){if(e&&!e.match(/\[ti:|ar:|al:\.*]/g)){if(e.match(/\[by:(.*)\]/g))return void(t.author=/\[by:(.*)\]/g.exec(e)[1]);var n=void 0,o=void 0;switch(r){case 0:var i=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(i[1]))+parseInt(Number(i[2]))+(i[3]?Number("0"+i[3]):0),text:i[4]});break;case 1:n=e.match(/\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\]/g),o=/\[.*\](.*)/g.exec(e),n.forEach(function(e){var n=/^\[(\d{1,2}):(\d|[0-5]\d)(\.\d+)?\](.*)/g.exec(e);t.lyric.push({timeline:Number(60*Number(n[1]))+parseInt(Number(n[2]))+(n[3]?Number("0"+n[3]):0),text:o[1]})})}}}),void 0!=t.author&&t.lyric.push({timeline:9999,text:"歌词作者:"+t.author}),1==r){var o=function(e,t){return e.timeline-t.timeline};t.lyric=t.lyric.sort(o)}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.add=function(e,t){e.classList?e.classList.add(t):e.setAttribute("class",e.getAttribute("class")+" "+t)},o=t.remove=function(e,t){e.classList?e.classList.remove(t):e.setAttribute("class",e.getAttribute("class").replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," "))},i=t.has=function(e,t){return e.classList?e.classList.contains(t):-1!=e.getAttribute("class").indexOf(t)},a=t.toggle=function(e,t){e.classList&&e.classList.toggle?e.classList.toggle(t):i(e,t)?o(e.className):r(e,t)},s=t.classifier={add:r,remove:o,has:i,toggle:a};t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.applyMiddleware=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};void 0!=window.MUSE&&window.MUSE._middlewares[e]!=[]&&window.MUSE._middlewares[e].forEach(function(e){e(t,n)})};t.default=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,u,l=function(){function e(e,t){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],o=n.props.player[n.id],i=o.isLoop,a=o.currentMusicIndex,s=o.playList,u=n.props.dispatch;(r||!i)&&s.length-1>a?(u(h.PlayerActions.togglePlay(!1,n.id)),u(h.PlayerActions.setCurrentMusic(a+1,n.id)),setTimeout(function(){return u(h.PlayerActions.togglePlay(!0,n.id))},10)):u(!r&&i?h.PlayerActions.slideProgress(0,n.id):h.PlayerActions.playerStop(n.id))},n.onAudioError=function(){n.onAudioEnded(!1,!1,!0)},n.id=e.id,n}return i(t,e),l(t,[{key:"componentWillMount",value:function(){this.unsubscriber=this.props.store.subscribe(this.subscriber)}},{key:"componentWillUnmount",value:function(){this.unsubscriber()}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isPlaying,r=t.playList,o=t.currentMusicIndex,i=r[o];return p.default.createElement("div",{className:"muse-controller",onClick:this.onControllerClick},p.default.createElement("audio",{preload:"no",ref:function(t){return e.audio=t},src:i.src,onTimeUpdate:this.onAudioTimeUpdate,onError:this.onAudioError,onEnded:this.onAudioEnded}),p.default.createElement("div",{className:"muse-controller__container"},p.default.createElement("div",{className:"muse-musicDetail"},p.default.createElement("h1",{className:"muse-musicDetail__title",title:i.title},i.title,p.default.createElement("small",{className:"muse-musicDetail__artist",title:i.artist},i.artist))),p.default.createElement("div",{className:"muse-playControl"},p.default.createElement("button",{className:"muse-btn__play",onClick:this.onPlayBtnClick},n?p.default.createElement(f.PauseButton,null):p.default.createElement(f.PlayButton,null)))))}}]),t}(c.Component))||s;t.default=m},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a,s,u=function(){function e(e,t){for(var n=0;n=0?d.PlayerActions.setCurrentMusic(o-1,n.id):d.PlayerActions.setCurrentMusic(r.length-1,n.id)),setTimeout(function(){e(d.PlayerActions.togglePlay(!0,n.id))},0)},n.onNextButtonClick=function(){var e=n.props.dispatch,t=n.props.player[n.id],r=t.playList,o=t.currentMusicIndex;e(d.PlayerActions.togglePlay(!1,n.id)),e(o+1r[0].props.timeline)this.updateLyricContainerDOMState(0);else{if(i==r.length-1)return;if(-1!=i)if(o=0;a--){if(0==a){this.updateLyricContainerDOMState(-1);break}if(o>=r[a].props.timeline&&or[i+1].props.timeline)for(var s=i;s=r[s].props.timeline&&r[s+1]&&o1?1:o,n.id))},n.onIncreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(.5)},n.onDecreaseOffsetClick=function(e){e.preventDefault(),e.stopPropagation(),n.fixLyricOffset(-.5)},n.onStopClick=function(e){var t=n.props.dispatch;e.preventDefault(),e.stopPropagation(),t(v.PlayerActions.playerStop(n.id))},n.onDebugModeTogglerClick=function(){var e=n.props.parent;confirm("将会开启开发者模式,此模式下会显示更多调试信息并注销右键菜单以方便检查元素,若要重新激活右键菜单只能重新加载页面。\n\n确定要进入开发者模式吗?")&&e.player.removeEventListener("contextmenu",e.onPlayerContextMenu)},n.fixLyricOffset=function(e){var t=n.props.dispatch,r=n.props.player[n.id].offset;t(v.PlayerActions.setLyricOffset(r+e,n.id))},n.id=e.id,n}return a(t,e),p(t,[{key:"componentDidMount",value:function(){this.volume.addEventListener("click",this.onVolumeContainerClick),this.increaseOffset.addEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.addEventListener("click",this.onDecreaseOffsetClick)}},{key:"componentWillUnmount",value:function(){this.volume.removeEventListener("click",this.onVolumeContainerClick),this.increaseOffset.removeEventListener("click",this.onIncreaseOffsetClick),this.decreaseOffset.removeEventListener("click",this.onDecreaseOffsetClick)}},{key:"render",value:function(){var e=this,t=this.props.player[this.id],n=t.isMenuOpen,r=t.isLoop,o=t.isFullscreen,i=t.volume,a=t.offset;return f.default.createElement("div",{className:"muse-menu"+(n?"":" muse-menu__state-close")},f.default.createElement("div",{className:"muse-menu__item",name:"stop",onClick:this.onStopClick},f.default.createElement("span",null,"停止播放")),f.default.createElement("div",{className:"muse-menu__item",name:"slide-volume"},f.default.createElement("div",null,"音量调整"),f.default.createElement("div",{className:"muse-volume"},f.default.createElement("div",{className:"muse-volume__container",ref:function(t){return e.volume=t}},f.default.createElement("div",{className:"muse-volume__current",style:{width:Number(i/1*100)+"%"}},f.default.createElement("span",{className:"muse-volume__handle",ref:function(t){return e.volumeHanler=t}}))))),f.default.createElement("div",{className:"muse-menu__item",name:"fix-lyric-offset"},f.default.createElement("div",null,"校正歌词(当前偏移:",a,"s)"),f.default.createElement("div",{className:"muse-menu__offset"},f.default.createElement("span",{ref:function(t){return e.increaseOffset=t}},"+ 提前 0.5s"),f.default.createElement("span",{ref:function(t){return e.decreaseOffset=t}},"- 延后 0.5s"))),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-loop",onClick:this.onLoopTogglerClick},f.default.createElement("span",null,"单曲循环:",r?"开启":"关闭")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-fullscreen",onClick:this.onFullscreenTogglerClick},f.default.createElement("span",null,o?"退出":"","全屏模式")),f.default.createElement("div",{className:"muse-menu__item",name:"toggle-debug-mode",onClick:this.onDebugModeTogglerClick},f.default.createElement("span",null,"开发者模式")),f.default.createElement("div",{className:"muse-menu__item",onClick:function(){window.open("https://github.com/moefront/MUSE")}},f.default.createElement("span",null,"MUSE Player ver.",b.default.MUSE_VERSION)))}}]),t}(d.Component),l.propTypes={store:h.PropTypes.object.isRequired},u=c))||u;t.default=_},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={MUSE_VERSION:"5.2.3"}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Progress=t.Cover=void 0;var o=n(270),i=r(o),a=n(271),s=r(a);t.Cover=i.default,t.Progress=s.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(6),i=r(o),a=n(13),s=r(a),u=function(e){var t=e.cover;return i.default.createElement("div",{className:"muse-cover",style:{background:"url('"+t+"') no-repeat center / cover"}})};u.propTypes={cover:s.default.string.isRequired},t.default=u},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s,u,l=function(){function e(e,t){for(var n=0;n
diff --git a/src/styles/default.styl b/src/styles/default.styl index ee0edf0..6493abc 100644 --- a/src/styles/default.styl +++ b/src/styles/default.styl @@ -253,7 +253,7 @@ Y8P 888 888 888 "Y88888 88888P' "Y8888 88888P' "Y8888 888 "Y888 transform(translateY(-50%)); - .muse-selector__previtem, .muse-selector__nextitem { + .muse-selector_prev, .muse-selector_next { width: 30px; height: 30px; text-align: center; @@ -268,7 +268,7 @@ Y8P 888 888 888 "Y88888 88888P' "Y8888 88888P' "Y8888 888 "Y888 } } - .muse-selector__nextitem { + .muse-selector_next { float: right; } } //.muse-selector