| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7b446850"],{"0789":function(e,t,i){"use strict";i.d(t,"c",(function(){return c})),i.d(t,"d",(function(){return d})),i.d(t,"e",(function(){return u})),i.d(t,"a",(function(){return h})),i.d(t,"b",(function(){return p}));var s=i("d9f7");function r(e=[],...t){return Array().concat(e,...t)}function n(e,t="top center 0",i){return{name:e,functional:!0,props:{group:{type:Boolean,default:!1},hideOnLeave:{type:Boolean,default:!1},leaveAbsolute:{type:Boolean,default:!1},mode:{type:String,default:i},origin:{type:String,default:t}},render(t,i){const n="transition"+(i.props.group?"-group":""),a={props:{name:e,mode:i.props.mode},on:{beforeEnter(e){e.style.transformOrigin=i.props.origin,e.style.webkitTransformOrigin=i.props.origin}}};return i.props.leaveAbsolute&&(a.on.leave=r(a.on.leave,e=>e.style.position="absolute")),i.props.hideOnLeave&&(a.on.leave=r(a.on.leave,e=>e.style.display="none")),t(n,Object(s["a"])(i.data,a),i.children)}}}function a(e,t,i="in-out"){return{name:e,functional:!0,props:{mode:{type:String,default:i}},render(i,r){return i("transition",Object(s["a"])(r.data,{props:{name:e},on:t}),r.children)}}}var o=i("80d2"),l=function(e="",t=!1){const i=t?"width":"height",s="offset"+Object(o["E"])(i);return{beforeEnter(e){e._parent=e.parentNode,e._initialStyle={transition:e.style.transition,overflow:e.style.overflow,[i]:e.style[i]}},enter(t){const r=t._initialStyle;t.style.setProperty("transition","none","important"),t.style.overflow="hidden";const n=t[s]+"px";t.style[i]="0",t.offsetHeight,t.style.transition=r.transition,e&&t._parent&&t._parent.classList.add(e),requestAnimationFrame(()=>{t.style[i]=n})},afterEnter:n,enterCancelled:n,leave(e){e._initialStyle={transition:"",overflow:e.style.overflow,[i]:e.style[i]},e.style.overflow="hidden",e.style[i]=e[s]+"px",e.offsetHeight,requestAnimationFrame(()=>e.style[i]="0")},afterLeave:r,leaveCancelled:r};function r(t){e&&t._parent&&t._parent.classList.remove(e),n(t)}function n(e){const t=e._initialStyle[i];e.style.overflow=e._initialStyle.overflow,null!=t&&(e.style[i]=t),delete e._initialStyle}};n("carousel-transition"),n("carousel-reverse-transition"),n("tab-transition"),n("tab-reverse-transition"),n("menu-transition");const c=n("fab-transition","center center","out-in"),d=(n("dialog-transition"),n("dialog-bottom-transition"),n("fade-transition")),u=(n("scale-transition"),n("scroll-x-transition"),n("scroll-x-reverse-transition"),n("scroll-y-transition"),n("scroll-y-reverse-transition"),n("slide-x-transition")),h=(n("slide-x-reverse-transition"),n("slide-y-transition"),n("slide-y-reverse-transition"),a("expand-transition",l())),p=a("expand-x-transition",l("",!0))},"10d2":function(e,t,i){"use strict";var s=i("8dd9");t["a"]=s["a"]},"1c87":function(e,t,i){"use strict";var s=i("2b0e"),r=i("5607"),n=i("80d2");t["a"]=s["default"].extend({name:"routable",directives:{Ripple:r["a"]},props:{activeClass:String,append:Boolean,disabled:Boolean,exact:{type:Boolean,default:void 0},exactActiveClass:String,link:Boolean,href:[String,Object],to:[String,Object],nuxt:Boolean,replace:Boolean,ripple:{type:[Boolean,Object],default:null},tag:String,target:String},data:()=>({isActive:!1,proxyClass:""}),computed:{classes(){const e={};return this.to||(this.activeClass&&(e[this.activeClass]=this.isActive),this.proxyClass&&(e[this.proxyClass]=this.isActive)),e},computedRipple(){var e;return null!=(e=this.ripple)?e:!this.disabled&&this.isClickable},isClickable(){return!this.disabled&&Boolean(this.isLink||this.$listeners.click||this.$listeners["!click"]||this.$attrs.tabindex)},isLink(){return this.to||this.href||this.link},styles:()=>({})},watch:{$route:"onRouteChange"},methods:{click(e){this.$emit("click",e)},generateRouteLink(){let e,t=this.exact;const i={attrs:{tabindex:"tabindex"in this.$attrs?this.$attrs.tabindex:void 0},class:this.classes,style:this.styles,props:{},directives:[{name:"ripple",value:this.computedRipple}],[this.to?"nativeOn":"on"]:{...this.$listeners,click:this.click},ref:"link"};if("undefined"===typeof this.exact&&(t="/"===this.to||this.to===Object(this.to)&&"/"===this.to.path),this.to){let s=this.activeClass,r=this.exactActiveClass||s;this.proxyClass&&(s=`${s} ${this.proxyClass}`.trim(),r=`${r} ${this.proxyClass}`.trim()),e=this.nuxt?"nuxt-link":"router-link",Object.assign(i.props,{to:this.to,exact:t,activeClass:s,exactActiveClass:r,append:this.append,replace:this.replace})}else e=(this.href?"a":this.tag)||"div","a"===e&&this.href&&(i.attrs.href=this.href);return this.target&&(i.attrs.target=this.target),{tag:e,data:i}},onRouteChange(){if(!this.to||!this.$refs.link||!this.$route)return;const e=`${this.activeClass} ${this.proxyClass||""}`.trim(),t="_vnode.data.class."+e;this.$nextTick(()=>{Object(n["o"])(this.$refs.link,t)&&this.toggle()})},toggle:()=>{}}})},"24b2":function(e,t,i){"use strict";var s=i("80d2"),r=i("2b0e");t["a"]=r["default"].extend({name:"measurable",props:{height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},computed:{measurableStyles(){const e={},t=Object(s["g"])(this.height),i=Object(s["g"])(this.minHeight),r=Object(s["g"])(this.minWidth),n=Object(s["g"])(this.maxHeight),a=Object(s["g"])(this.maxWidth),o=Object(s["g"])(this.width);return t&&(e.height=t),i&&(e.minHeight=i),r&&(e.minWidth=r),n&&(e.maxHeight=n),a&&(e.maxWidth=a),o&&(e.width=o),e}}})},"25a8":function(e,t,i){},"297c":function(e,t,i){"use strict";var s=i("2b0e"),r=(i("6ece"),i("0789")),n=i("a9ad"),a=i("fe6c"),o=i("a452"),l=i("7560"),c=i("80d2"),d=i("58df");const u=Object(d["a"])(n["a"],Object(a["b"])(["absolute","fixed","top","bottom"]),o["a"],l["a"]);var h=u.extend({name:"v-progress-linear",props:{active:{type:Boolean,default:!0},backgroundColor:{type:String,default:null},backgroundOpacity:{type:[Number,String],default:null},bufferValue:{type:[Number,String],default:100},color:{type:String,default:"primary"},height:{type:[Number,String],default:4},indeterminate:Boolean,query:Boolean,reverse:Boolean,rounded:Boolean,stream:Boolean,striped:Boolean,value:{type:[Number,String],default:0}},data(){return{internalLazyValue:this.value||0}},computed:{__cachedBackground(){return this.$createElement("div",this.setBackgroundColor(this.backgroundColor||this.color,{staticClass:"v-progress-linear__background",style:this.backgroundStyle}))},__cachedBar(){return this.$createElement(this.computedTransition,[this.__cachedBarType])},__cachedBarType(){return this.indeterminate?this.__cachedIndeterminate:this.__cachedDeterminate},__cachedBuffer(){return this.$createElement("div",{staticClass:"v-progress-linear__buffer",style:this.styles})},__cachedDeterminate(){return this.$createElement("div",this.setBackgroundColor(this.color,{staticClass:"v-progress-linear__determinate",style:{width:Object(c["g"])(this.normalizedValue,"%")}}))},__cachedIndeterminate(){return this.$createElement("div",{staticClass:"v-progress-linear__indeterminate",class:{"v-progress-linear__indeterminate--active":this.active}},[this.genProgressBar("long"),this.genProgressBar("short")])},__cachedStream(){return this.stream?this.$createElement("div",this.setTextColor(this.color,{staticClass:"v-progress-linear__stream",style:{width:Object(c["g"])(100-this.normalizedBuffer,"%")}})):null},backgroundStyle(){const e=null==this.backgroundOpacity?this.backgroundColor?1:.3:parseFloat(this.backgroundOpacity);return{opacity:e,[this.isReversed?"right":"left"]:Object(c["g"])(this.normalizedValue,"%"),width:Object(c["g"])(this.normalizedBuffer-this.normalizedValue,"%")}},classes(){return{"v-progress-linear--absolute":this.absolute,"v-progress-linear--fixed":this.fixed,"v-progress-linear--query":this.query,"v-progress-linear--reactive":this.reactive,"v-progress-linear--reverse":this.isReversed,"v-progress-linear--rounded":this.rounded,"v-progress-linear--striped":this.striped,...this.themeClasses}},computedTransition(){return this.indeterminate?r["d"]:r["e"]},isReversed(){return this.$vuetify.rtl!==this.reverse},normalizedBuffer(){return this.normalize(this.bufferValue)},normalizedValue(){return this.normalize(this.internalLazyValue)},reactive(){return Boolean(this.$listeners.change)},styles(){const e={};return this.active||(e.height=0),this.indeterminate||100===parseFloat(this.normalizedBuffer)||(e.width=Object(c["g"])(this.normalizedBuffer,"%")),e}},methods:{genContent(){const e=Object(c["r"])(this,"default",{value:this.internalLazyValue});return e?this.$createElement("div",{staticClass:"v-progress-linear__content"},e):null},genListeners(){const e=this.$listeners;return this.reactive&&(e.click=this.onClick),e},genProgressBar(e){return this.$createElement("div",this.setBackgroundColor(this.color,{staticClass:"v-progress-linear__indeterminate",class:{[e]:!0}}))},onClick(e){if(!this.reactive)return;const{width:t}=this.$el.getBoundingClientRect();this.internalValue=e.offsetX/t*100},normalize(e){return e<0?0:e>100?100:parseFloat(e)}},render(e){const t={staticClass:"v-progress-linear",attrs:{role:"progressbar","aria-valuemin":0,"aria-valuemax":this.normalizedBuffer,"aria-valuenow":this.indeterminate?void 0:this.normalizedValue},class:this.classes,style:{bottom:this.bottom?0:void 0,height:this.active?Object(c["g"])(this.height):0,top:this.top?0:void 0},on:this.genListeners()};return e("div",t,[this.__cachedStream,this.__cachedBackground,this.__cachedBuffer,this.__cachedBar,this.genContent()])}}),p=h;t["a"]=s["default"].extend().extend({name:"loadable",props:{loading:{type:[Boolean,String],default:!1},loaderHeight:{type:[Number,String],default:2}},methods:{genProgress(){return!1===this.loading?null:this.$slots.progress||this.$createElement(p,{props:{absolute:!0,color:!0===this.loading||""===this.loading?this.color||"primary":this.loading,height:this.loaderHeight,indeterminate:!0}})}}})},5607:function(e,t,i){"use strict";i("7435");var s=i("80d2");const r=80;function n(e,t){e.style["transform"]=t,e.style["webkitTransform"]=t}function a(e,t){e.style["opacity"]=t.toString()}function o(e){return"TouchEvent"===e.constructor.name}function l(e){return"KeyboardEvent"===e.constructor.name}const c=(e,t,i={})=>{let s=0,r=0;if(!l(e)){const i=t.getBoundingClientRect(),n=o(e)?e.touches[e.touches.length-1]:e;s=n.clientX-i.left,r=n.clientY-i.top}let n=0,a=.3;t._ripple&&t._ripple.circle?(a=.15,n=t.clientWidth/2,n=i.center?n:n+Math.sqrt((s-n)**2+(r-n)**2)/4):n=Math.sqrt(t.clientWidth**2+t.clientHeight**2)/2;const c=(t.clientWidth-2*n)/2+"px",d=(t.clientHeight-2*n)/2+"px",u=i.center?c:s-n+"px",h=i.center?d:r-n+"px";return{radius:n,scale:a,x:u,y:h,centerX:c,centerY:d}},d={show(e,t,i={}){if(!t._ripple||!t._ripple.enabled)return;const s=document.createElement("span"),r=document.createElement("span");s.appendChild(r),s.className="v-ripple__container",i.class&&(s.className+=" "+i.class);const{radius:o,scale:l,x:d,y:u,centerX:h,centerY:p}=c(e,t,i),m=2*o+"px";r.className="v-ripple__animation",r.style.width=m,r.style.height=m,t.appendChild(s);const f=window.getComputedStyle(t);f&&"static"===f.position&&(t.style.position="relative",t.dataset.previousPosition="static"),r.classList.add("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--visible"),n(r,`translate(${d}, ${u}) scale3d(${l},${l},${l})`),a(r,0),r.dataset.activated=String(performance.now()),setTimeout(()=>{r.classList.remove("v-ripple__animation--enter"),r.classList.add("v-ripple__animation--in"),n(r,`translate(${h}, ${p}) scale3d(1,1,1)`),a(r,.25)},0)},hide(e){if(!e||!e._ripple||!e._ripple.enabled)return;const t=e.getElementsByClassName("v-ripple__animation");if(0===t.length)return;const i=t[t.length-1];if(i.dataset.isHiding)return;i.dataset.isHiding="true";const s=performance.now()-Number(i.dataset.activated),r=Math.max(250-s,0);setTimeout(()=>{i.classList.remove("v-ripple__animation--in"),i.classList.add("v-ripple__animation--out"),a(i,0),setTimeout(()=>{const t=e.getElementsByClassName("v-ripple__animation");1===t.length&&e.dataset.previousPosition&&(e.style.position=e.dataset.previousPosition,delete e.dataset.previousPosition),i.parentNode&&e.removeChild(i.parentNode)},300)},r)}};function u(e){return"undefined"===typeof e||!!e}function h(e){const t={},i=e.currentTarget;if(i&&i._ripple&&!i._ripple.touched){if(o(e))i._ripple.touched=!0,i._ripple.isTouch=!0;else if(i._ripple.isTouch)return;if(t.center=i._ripple.centered||l(e),i._ripple.class&&(t.class=i._ripple.class),o(e)){if(i._ripple.showTimerCommit)return;i._ripple.showTimerCommit=()=>{d.show(e,i,t)},i._ripple.showTimer=window.setTimeout(()=>{i&&i._ripple&&i._ripple.showTimerCommit&&(i._ripple.showTimerCommit(),i._ripple.showTimerCommit=null)},r)}else d.show(e,i,t)}}function p(e){const t=e.currentTarget;if(t&&t._ripple){if(window.clearTimeout(t._ripple.showTimer),"touchend"===e.type&&t._ripple.showTimerCommit)return t._ripple.showTimerCommit(),t._ripple.showTimerCommit=null,void(t._ripple.showTimer=setTimeout(()=>{p(e)}));window.setTimeout(()=>{t._ripple&&(t._ripple.touched=!1)}),d.hide(t)}}function m(e){const t=e.currentTarget;t&&t._ripple&&(t._ripple.showTimerCommit&&(t._ripple.showTimerCommit=null),window.clearTimeout(t._ripple.showTimer))}let f=!1;function v(e){f||e.keyCode!==s["x"].enter&&e.keyCode!==s["x"].space||(f=!0,h(e))}function g(e){f=!1,p(e)}function b(e,t,i){const s=u(t.value);s||d.hide(e),e._ripple=e._ripple||{},e._ripple.enabled=s;const r=t.value||{};r.center&&(e._ripple.centered=!0),r.class&&(e._ripple.class=t.value.class),r.circle&&(e._ripple.circle=r.circle),s&&!i?(e.addEventListener("touchstart",h,{passive:!0}),e.addEventListener("touchend",p,{passive:!0}),e.addEventListener("touchmove",m,{passive:!0}),e.addEventListener("touchcancel",p),e.addEventListener("mousedown",h),e.addEventListener("mouseup",p),e.addEventListener("mouseleave",p),e.addEventListener("keydown",v),e.addEventListener("keyup",g),e.addEventListener("dragstart",p,{passive:!0})):!s&&i&&y(e)}function y(e){e.removeEventListener("mousedown",h),e.removeEventListener("touchstart",h),e.removeEventListener("touchend",p),e.removeEventListener("touchmove",m),e.removeEventListener("touchcancel",p),e.removeEventListener("mouseup",p),e.removeEventListener("mouseleave",p),e.removeEventListener("keydown",v),e.removeEventListener("keyup",g),e.removeEventListener("dragstart",p)}function _(e,t,i){b(e,t,!1)}function C(e){delete e._ripple,y(e)}function x(e,t){if(t.value===t.oldValue)return;const i=u(t.oldValue);b(e,t,i)}const w={bind:_,unbind:C,update:x};t["a"]=w},"615b":function(e,t,i){},"6ece":function(e,t,i){},7435:function(e,t,i){},"7bb1":function(e,t,i){"use strict";i.r(t);var s=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("v-card-text",{staticClass:"text-h5 font-weight-light"},[e._v(" 直播页面待开发 ")])},r=[],n={name:"Live"},a=n,o=i("2877"),l=i("6544"),c=i.n(l),d=i("99d9"),u=Object(o["a"])(a,s,r,!1,null,null,null);t["default"]=u.exports;c()(u,{VCardText:d["b"]})},"7e2b":function(e,t,i){"use strict";var s=i("2b0e");function r(e){return function(t,i){for(const s in i)Object.prototype.hasOwnProperty.call(t,s)||this.$delete(this.$data[e],s);for(const s in t)this.$set(this.$data[e],s,t[s])}}t["a"]=s["default"].extend({data:()=>({attrs$:{},listeners$:{}}),created(){this.$watch("$attrs",r("attrs$"),{immediate:!0}),this.$watch("$listeners",r("listeners$"),{immediate:!0})}})},"8dd9":function(e,t,i){"use strict";i("25a8");var s=i("7e2b"),r=i("a9ad"),n=i("2b0e"),a=n["default"].extend({name:"elevatable",props:{elevation:[Number,String]},computed:{computedElevation(){return this.elevation},elevationClasses(){const e=this.computedElevation;return null==e||isNaN(parseInt(e))?{}:{["elevation-"+this.elevation]:!0}}}}),o=i("24b2"),l=i("a236"),c=i("7560"),d=i("58df");t["a"]=Object(d["a"])(s["a"],r["a"],a,o["a"],l["a"],c["a"]).extend({name:"v-sheet",props:{outlined:Boolean,shaped:Boolean,tag:{type:String,default:"div"}},computed:{classes(){return{"v-sheet":!0,"v-sheet--outlined":this.outlined,"v-sheet--shaped":this.shaped,...this.themeClasses,...this.elevationClasses,...this.roundedClasses}},styles(){return this.measurableStyles}},render(e){const t={class:this.classes,style:this.styles,on:this.listeners$};return e(this.tag,this.setBackgroundColor(this.color,t),this.$slots.default)}})},"99d9":function(e,t,i){"use strict";i.d(t,"a",(function(){return n})),i.d(t,"b",(function(){return o})),i.d(t,"c",(function(){return l}));var s=i("b0af"),r=i("80d2");const n=Object(r["h"])("v-card__actions"),a=Object(r["h"])("v-card__subtitle"),o=Object(r["h"])("v-card__text"),l=Object(r["h"])("v-card__title");s["a"]},a236:function(e,t,i){"use strict";var s=i("2b0e");t["a"]=s["default"].extend({name:"roundable",props:{rounded:[Boolean,String],tile:Boolean},computed:{roundedClasses(){const e=[],t="string"===typeof this.rounded?String(this.rounded):!0===this.rounded;if(this.tile)e.push("rounded-0");else if("string"===typeof t){const i=t.split(" ");for(const t of i)e.push("rounded-"+t)}else t&&e.push("rounded");return e.length>0?{[e.join(" ")]:!0}:{}}}})},a452:function(e,t,i){"use strict";var s=i("2b0e");function r(e="value",t="change"){return s["default"].extend({name:"proxyable",model:{prop:e,event:t},props:{[e]:{required:!1}},data(){return{internalLazyValue:this[e]}},computed:{internalValue:{get(){return this.internalLazyValue},set(e){e!==this.internalLazyValue&&(this.internalLazyValue=e,this.$emit(t,e))}}},watch:{[e](e){this.internalLazyValue=e}}})}const n=r();t["a"]=n},a9ad:function(e,t,i){"use strict";var s=i("2b0e"),r=i("d9bd"),n=i("7bc6");t["a"]=s["default"].extend({name:"colorable",props:{color:String},methods:{setBackgroundColor(e,t={}){return"string"===typeof t.style?(Object(r["b"])("style must be an object",this),t):"string"===typeof t.class?(Object(r["b"])("class must be an object",this),t):(Object(n["d"])(e)?t.style={...t.style,"background-color":""+e,"border-color":""+e}:e&&(t.class={...t.class,[e]:!0}),t)},setTextColor(e,t={}){if("string"===typeof t.style)return Object(r["b"])("style must be an object",this),t;if("string"===typeof t.class)return Object(r["b"])("class must be an object",this),t;if(Object(n["d"])(e))t.style={...t.style,color:""+e,"caret-color":""+e};else if(e){const[i,s]=e.toString().trim().split(" ",2);t.class={...t.class,[i+"--text"]:!0},s&&(t.class["text--"+s]=!0)}return t}}})},b0af:function(e,t,i){"use strict";i("615b");var s=i("10d2"),r=i("297c"),n=i("1c87"),a=i("58df");t["a"]=Object(a["a"])(r["a"],n["a"],s["a"]).extend({name:"v-card",props:{flat:Boolean,hover:Boolean,img:String,link:Boolean,loaderHeight:{type:[Number,String],default:4},raised:Boolean},computed:{classes(){return{"v-card":!0,...n["a"].options.computed.classes.call(this),"v-card--flat":this.flat,"v-card--hover":this.hover,"v-card--link":this.isClickable,"v-card--loading":this.loading,"v-card--disabled":this.disabled,"v-card--raised":this.raised,...s["a"].options.computed.classes.call(this)}},styles(){const e={...s["a"].options.computed.styles.call(this)};return this.img&&(e.background=`url("${this.img}") center center / cover no-repeat`),e}},methods:{genProgress(){const e=r["a"].options.methods.genProgress.call(this);return e?this.$createElement("div",{staticClass:"v-card__progress",key:"progress"},[e]):null}},render(e){const{tag:t,data:i}=this.generateRouteLink();return i.style=this.styles,this.isClickable&&(i.attrs=i.attrs||{},i.attrs.tabindex=0),e(t,this.setBackgroundColor(this.color,i),[this.genProgress(),this.$slots.default])}})},d9f7:function(e,t,i){"use strict";i.d(t,"a",(function(){return a})),i.d(t,"c",(function(){return o})),i.d(t,"b",(function(){return l}));var s=i("80d2");const r={styleList:/;(?![^(]*\))/g,styleProp:/:(.*)/};function n(e){const t={};for(const i of e.split(r.styleList)){let[e,n]=i.split(r.styleProp);e=e.trim(),e&&("string"===typeof n&&(n=n.trim()),t[Object(s["c"])(e)]=n)}return t}function a(){const e={};let t,i=arguments.length;while(i--)for(t of Object.keys(arguments[i]))switch(t){case"class":case"directives":arguments[i][t]&&(e[t]=l(e[t],arguments[i][t]));break;case"style":arguments[i][t]&&(e[t]=o(e[t],arguments[i][t]));break;case"staticClass":if(!arguments[i][t])break;void 0===e[t]&&(e[t]=""),e[t]&&(e[t]+=" "),e[t]+=arguments[i][t].trim();break;case"on":case"nativeOn":arguments[i][t]&&(e[t]=c(e[t],arguments[i][t]));break;case"attrs":case"props":case"domProps":case"scopedSlots":case"staticStyle":case"hook":case"transition":if(!arguments[i][t])break;e[t]||(e[t]={}),e[t]={...arguments[i][t],...e[t]};break;default:e[t]||(e[t]=arguments[i][t])}return e}function o(e,t){return e?t?(e=Object(s["F"])("string"===typeof e?n(e):e),e.concat("string"===typeof t?n(t):t)):e:t}function l(e,t){return t?e&&e?Object(s["F"])(e).concat(t):t:e}function c(...e){if(!e[0])return e[1];if(!e[1])return e[0];const t={};for(let i=2;i--;){const s=e[i];for(const e in s)s[e]&&(t[e]?t[e]=[].concat(s[e],t[e]):t[e]=s[e])}return t}},fe6c:function(e,t,i){"use strict";i.d(t,"b",(function(){return a}));var s=i("2b0e"),r=i("80d2");const n={absolute:Boolean,bottom:Boolean,fixed:Boolean,left:Boolean,right:Boolean,top:Boolean};function a(e=[]){return s["default"].extend({name:"positionable",props:e.length?Object(r["m"])(n,e):n})}t["a"]=a()}}]);
|